- Dataset Availability
- 2015-01-01T00:00:00Z–2022-01-01T00:00:00Z
- Dataset Provider
- NLS orthophotos
- Earth Engine Snippet
-
ee.ImageCollection("Finland/SMK/VV/50cm")
- 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 dataset in orthophoto format is available as the most recent dataset 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 these images, the bands are near-infrared, red, and green.
(In Dataset id, VV stands for "vääräväri", false color)
For more information, please see the NLS orthophotos documentation
Bands
Resolution
0.5 meters
Bands
Name | Min | Max | Description |
---|---|---|---|
N |
0 | 255 | Near-Infrared |
R |
0 | 255 | Red |
G |
0 | 255 | Green |
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/VV/50cm'); Map.setCenter(25.7416, 62.2446, 16); Map.addLayer(dataset, null, 'Finland 50 cm(false color)');