AI-generated Key Takeaways
-
The "Estonia/Maamet/orthos/mono_low_flying" dataset provides orthophotos covering Estonia from 1993 to 2021.
-
Orthophotos are aerial photos geometrically corrected to remove distortions caused by terrain and camera angle.
-
This dataset focuses on densely populated areas with a resolution of 0.4 meters and a single grayscale band.
-
The data is free for commercial and non-commercial use with proper attribution to the Estonian Land Board.
-
The dataset is easily accessible and analyzable through the Google Earth Engine platform.

- Dataset Availability
- 1993-01-01T00:00:00Z–2021-06-16T00:00:00Z
- Dataset Provider
- Estonia orthophotos
- Tags
Description
Orthophotos are an aerial photo dataset covering Estonia.
An orthophoto is a processed aerial photo from which distortions caused by terrain relief, camera tilt relative to the ground at the moment of exposure and camera central projection are removed. A digital orthophoto has a certain pixel size or resolution which shows the smallest indivisible exposed area on the ground (Ground Sampling Distance, GSD).
Orthophotos have a nationwide coverage and correspond to the scale of 1:5000-1:10000 (pixel size 20-40 cm). Orthophotos for densely-populated areas are produced with the pixel size of 10-16 cm.
The mono_low_flying dataset has a single grayscale band for densely-populated areas.
For more information, please see the Estonia orthophotos documentation
Bands
Pixel Size
0.4 meters
Bands
Name | Min | Max | Pixel Size | Description |
---|---|---|---|---|
mono |
0 | 255 | meters | Grayscale |
Terms of Use
Terms of Use
The data is free to use for commercial and non-commercial purposes for a non-specified term, provided that proper attribution is given to the licensor (e.g. Estonian Land Board) along with the title and age of the data.
For more details please see the Terms of use
Citations
Map data: Estonian Land Board
Explore with Earth Engine
Code Editor (JavaScript)
var dataset = ee.ImageCollection('Estonia/Maamet/orthos/mono_low_flying'); Map.setCenter(24.959, 58.148, 18); Map.addLayer(dataset, null, 'Estonia Maamet mono low flying');