AI-generated Key Takeaways
-
This dataset contains color orthophotos of the Netherlands.
-
Two nationwide aerial photographs are collected per year, one in spring and one in summer, with different resolutions.
-
The dataset is available from 2021 to 2022.
-
The images are made available with a CC BY 4.0 license.

- Dataset Availability
- 2021-01-01T00:00:00Z–2022-12-31T00:00:00Z
- Dataset Provider
- Beeldmateriaal Nederland
- Tags
Description
Orthophotos of Netherlands is a set of color orthoimages. Two nationwide aerial photographs are collected per year: a leafless image at 7.5 cm resolution in the spring and one with leaves on trees at 25 cm resolution in the summer.
For more information, please see the Netherlands orthophotos documentation
Bands
Pixel Size
0.08 meters
Bands
Name | Units | Min | Max | Pixel Size | Description |
---|---|---|---|---|---|
R |
dn | 0 | 255 | meters | Red |
G |
dn | 0 | 255 | meters | Green |
B |
dn | 0 | 255 | meters | Blue |
Terms of Use
Terms of Use
The images are made available with a CC BY 4.0 license. The user is required to add a reference to the datasource as "opendata.beeldmaterial.nl".
Citations
opendata.beeldmaterial.nl
Explore with Earth Engine
Code Editor (JavaScript)
var dataset = ee.ImageCollection('Netherlands/Beeldmateriaal/LUCHTFOTO_RGB'); Map.setCenter(5.54, 51.88, 15); Map.addLayer(dataset, {}, 'Netherlands orthophotos RGB');