AI-generated Key Takeaways
-
This dataset provides orthophotos covering the Brandenburg state of Germany with a 0.2-meter resolution.
-
The orthophotos were collected between August 23, 2021, and January 20, 2023, and include Red, Green, Blue, and Near-infrared bands.
-
The data is provided by the State government of Brandenburg (LGB) and is subject to the Data License Germany - Attribution - Version 2.0.
-
Digital orthophotos are aerial photos digitally corrected to a parallel perspective, offering detailed ecological, phenological, geographical, and other information.
-
Users must provide attribution to the provider, data license, and dataset URI when using the data.

- Dataset Availability
- 2021-08-23T00:00:00Z–2023-01-20T00:00:00Z
- Dataset Provider
- Brandenburg orthophotos
- Tags
Description
Orthophotos are an aerial photo dataset covering the Brandenburg state of Germany. This data is provided by State government of Brandenburg (LGB). Digital orthophotos are digitally corrected aerial photos and show all objects that are visible from the air at the time of recording in a parallel perspective. They have a high density of information on ecological, phenological, geographical and other topics.
For more information, please see the Brandenburg orthophotos documentation
Bands
Pixel Size
0.2 meters
Bands
Name | Min | Max | Pixel Size | Description |
---|---|---|---|---|
N |
0 | 255 | meters | Near infrared |
R |
0 | 255 | meters | Red |
G |
0 | 255 | meters | Green |
B |
0 | 255 | meters | Blue |
Terms of Use
Terms of Use
The user must ensure that the source note contains the following information:
- the name of the provider,
- the annotation "Data licence Germany - attribution - Version 2.0" or "dl-de/by-2-0" referring to the licence text available at www.govdata.de/dl-de/by-2-0, and
- a reference to the dataset (URI). This applies only if the entity keeping the data provides the pieces of information 1-3 for the source note.
Changes, editing, new designs or other amendments must be marked as such in the source note.
For more details please see the Terms of use
Citations
Data License Germany - Attribution - Version 2.0
Explore with Earth Engine
Code Editor (JavaScript)
var dataset = ee.Image('Germany/Brandenburg/orthos/20cm'); Map.setCenter(13.386091, 52.507899, 18); Map.addLayer(dataset, null, 'Brandenburg 20cm');