Netherlands orthophotos

  • 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.

Netherlands/Beeldmateriaal/LUCHTFOTO_RGB
Dataset Availability
2021-01-01T00:00:00Z–2022-12-31T00:00:00Z
Dataset Producer
Earth Engine Snippet
ee.ImageCollection("Netherlands/Beeldmateriaal/LUCHTFOTO_RGB")
Tags
netherlands orthophotos rgb

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

Bands

Pixel size: 0.08 meters (all bands)

Name Units Min Max Pixel Size Description
R dn 0 255 0.08 meters

Red

G dn 0 255 0.08 meters

Green

B dn 0 255 0.08 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

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');
Open in Code Editor