Netherlands orthophotos

  • The Netherlands/Beeldmateriaal/LUCHTFOTO_RGB dataset provides orthophotos of the Netherlands collected twice a year.

  • The dataset includes leafless (spring) and leaf-on (summer) imagery at 7.5cm and 25cm resolutions, respectively.

  • Imagery is available from 2021-01-01 to 2022-12-31 and is licensed under CC BY 4.0, requiring attribution to "opendata.beeldmaterial.nl".

  • Users can access and analyze the dataset using Google Earth Engine.

Netherlands/Beeldmateriaal/LUCHTFOTO_RGB
Dataset Availability
2021-01-01T00:00:00Z–2022-12-31T00:00:00Z
Dataset Provider
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

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

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