AI-generated Key Takeaways
-
NLS Orthophotos are an aerial photo dataset covering the whole of Finland, provided by SMK (The Energy Agency).
-
This dataset consists of the most recent orthophotos, typically 1-3 years old and updated every 3 years (every 12 years in Northern Lapland).
-
The dataset has a pixel size of 0.5 meters and includes Red, Green, and Blue bands.
-
Use of the dataset requires mentioning the National Land Survey of Finland as the Licensor, the dataset name, and the delivery time.
-
The data is available for use with Google Earth Engine.
- Dataset Availability
- 2015-01-01T00:00:00Z–2023-01-01T00:00:00Z
- Dataset Provider
- NLS orthophotos
- Tags
Description
NLS Orthophotos are an aerial photo dataset covering the whole of Finland. This data is provided by SMK(The Energy Agency, formerly abbreviated SMK). An orthophoto is a combination of several individual aerial photos. The aerial photo data set in orthophoto format is available as the most recent data set consisting of the most recent aerial photos available. The most recent data is usually 1-3 years old. NLS Orthophotos are updated every 3 years (in Northern Lapland 12 years).
(In Dataset id, V stands for "väri", which means "color" as opposed to "false color") For more information, please see the NLS orthophotos documentation
Bands
Pixel Size
0.5 meters
Bands
| Name | Min | Max | Pixel Size | Description |
|---|---|---|---|---|
R |
0 | 255 | meters | Red |
G |
0 | 255 | meters | Green |
B |
0 | 255 | meters | Blue |
Terms of Use
Terms of Use
Mention the name of the Licensor (the National Land Survey of Finland), the name of the dataset(s) and the time when the National Land Survey has delivered the dataset(s) (e.g.: contains data from the National Land Survey of Finland Topographic Database 06/2014). please see the Terms of use
Citations
The National Land Survey of Finland
Explore with Earth Engine
Code Editor (JavaScript)
var dataset = ee.ImageCollection('Finland/SMK/V/50cm'); Map.setCenter(24.9, 60.2, 17); Map.addLayer(dataset, null, 'Finland 50 cm(color)');