- Dataset Availability
- 2021-01-01T00:00:00Z–2022-12-31T00:00:00Z
- Dataset Provider
- Beeldmateriaal Nederland
- Earth Engine Snippet
-
ee.ImageCollection("Netherlands/Beeldmateriaal/LUCHTFOTO_RGB")
- 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
Resolution
0.08 meters
Bands
Name | Units | Min | Max | Description |
---|---|---|---|---|
R |
dn | 0 | 255 | Red |
G |
dn | 0 | 255 | Green |
B |
dn | 0 | 255 | 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
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');