Spain RGB orthophotos 10 cm

Spain/PNOA/PNOA10
Dataset Availability
2007-01-01T00:00:00Z–2019-01-01T00:00:00Z
Dataset Provider
Earth Engine Snippet
ee.ImageCollection("Spain/PNOA/PNOA10")
Tags
orthophoto rgb
pnoa
spain

Description

Mosaics of orthophotos from flights carried out between 2007 and 2018 by various public administration bodies at 10cm pixel resolution. This data is provided by National Plan for Aerial Orthophotography Spain (PNOA).

For more information, please see the Spain orthophotos documentation

Bands

Resolution
0.1 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 data is free and free use for any legitimate purpose, the only strict obligation being that of acknowledging and mentioning the origin and ownership of the geographic information products and services licensed as National Geographic Institute.

For more details, see Terms of use

Citations

Citations:
  • National Geographic Institute Spain

Explore with Earth Engine

Code Editor (JavaScript)

var dataset = ee.ImageCollection('Spain/PNOA/PNOA10');
Map.setCenter(-1.859852, 38.983734, 19);
Map.addLayer(dataset, {}, 'Spain RGB (10cm)');
Open in Code Editor