Slovakia orthophotos

  • The Slovakia orthophotomosaic dataset provides high-resolution (25cm) RGB orthoimagery for the Slovak Republic from 2017 to 2020.

  • The dataset is seamless, meaning it's free of overlaps, gaps, and visible brightness or color differences.

  • Users can combine the data with other datasets, use it for commercial and non-commercial purposes, and publish it with attribution to "GKÚ Bratislava, NLC".

  • The dataset is accessible through Google Earth Engine and is free to use for research, education, and nonprofit purposes.

Slovakia/orthos/25cm
Dataset Availability
2017-01-01T00:00:00Z–2020-01-01T00:00:00Z
Dataset Provider
Earth Engine Snippet
ee.ImageCollection("Slovakia/orthos/25cm")
Tags
orthophotos rgb

Description

Orthophotomosaic of the Slovak Republic is a set of color orthoimages without overlaps, gaps and visible brightness and color differences along the connecting lines.

For more information, please see the Slovakia orthophotos documentation

Bands

Pixel Size
0.25 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 User is entitled to combine the Source Data with other data, use it in the creation of his/her own work for commercial and non-commercial purposes, create a new work, publish the work on the Internet, publish the Source Data as a base map, publish the Source Data in connection with other data/thematic layers through web apps. The User is obliged to provide the name of the Author of the Source Data when creating his/her own work and when publishing it as follows: "GKÚ Bratislava, NLC".

For more details, see Terms of use

Citations

Citations:
  • GKU Bratislava, NLC

Explore with Earth Engine

Code Editor (JavaScript)

var dataset = ee.ImageCollection('Slovakia/orthos/25cm');

Map.setCenter(19.163, 48.751, 15);
Map.addLayer(dataset, {}, 'Slovakia orthophotos RGB');
Open in Code Editor