Estonia RGB orthophotos

  • The Estonia RGB orthophotos dataset provides aerial imagery of Estonia from 1993 to 2021 with a resolution of 0.4 meters.

  • Orthophotos are processed to remove distortions caused by terrain and camera angles, resulting in accurate representations of the ground.

  • The dataset covers the entire country with varying pixel sizes (10-40 cm) depending on population density.

  • RGB bands (red, green, blue) provide natural color representation for visualization and analysis.

  • The data is free for commercial and non-commercial use with proper attribution to the Estonian Land Board.

Estonia/Maamet/orthos/rgb
Dataset Availability
1993-01-01T00:00:00Z–2021-06-16T00:00:00Z
Dataset Provider
Earth Engine Snippet
ee.ImageCollection("Estonia/Maamet/orthos/rgb")
Tags
estonia orthophotos rgb

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 RGB dataset has three bands with nationwide coverage: red, green, and blue.

For more information, please see the Estonia orthophotos documentation

Bands

Pixel Size
0.4 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

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

Citations:
  • Map data: Estonian Land Board

Explore with Earth Engine

Code Editor (JavaScript)

var dataset = ee.ImageCollection('Estonia/Maamet/orthos/rgb');
Map.setCenter(24.959, 58.148, 18);
Map.addLayer(dataset, null, 'Estonia Maamet rgb');
Open in Code Editor