AI-generated Key Takeaways
-
The Spain/PNOA/PNOA10 dataset provides 10cm resolution RGB orthophoto mosaics covering Spain.
-
The imagery was collected between 2007 and 2018 by various public administration bodies and is provided by the National Plan for Aerial Orthophotography Spain (PNOA).
-
The data is free to use for any legitimate purpose with attribution to the National Geographic Institute Spain.
-
It can be accessed and analyzed using Google Earth Engine.

- Dataset Availability
- 2007-01-01T00:00:00Z–2019-01-01T00:00:00Z
- Dataset Provider
- Spain orthophotos
- Tags
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
Pixel Size
0.1 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 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
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)');