AI-generated Key Takeaways
-
This dataset provides Color InfraRed (CIR) orthophoto maps for Latvia from 2007 to 2018.
-
The orthophotos have a resolution of 0.2 meters and include Near-Infrared, Red, and Green bands.
-
Coverage includes the entire territory of Latvia at a scale of 1:10,000, with some urban areas at scales of 1:2,000 or 1:1,000.
-
The dataset is provided by the Latvian Geospatial Information Agency and is available through Google Earth Engine.
-
Users should refer to the provided links for detailed terms of use and licensing information from the Latvian Geospatial Information Agency.

- Dataset Availability
- 2007-01-01T00:00:00Z–2018-01-01T00:00:00Z
- Dataset Provider
- Latvia orthophotos
- Tags
Description
In Latvia, orthophoto maps are prepared in the Latvian coordinate system LKS-92 TM according to the TKS-93 map sheet division (scale 1:10000 map sheet corresponds to 5 x 5 kilometers in nature). Orthophoto maps are prepared for the whole territory of Latvia at the scale of 1:10000, but for separate territories - for cities and densely populated areas - at the scale of 1:2000 or 1:1000.
The CIR dataset has three bands: Near-Infrared, Red, and Green.
For more information, please see the Latvia orthophotos documentation
Bands
Pixel Size
0.2 meters
Bands
Name | Units | Min | Max | Pixel Size | Description |
---|---|---|---|---|---|
N |
dn | 0 | 255 | meters | Near-Infrared |
R |
dn | 0 | 255 | meters | Red |
G |
dn | 0 | 255 | meters | Green |
Terms of Use
Terms of Use
For more details please see the Terms of use
Citations
Latvijas Geospatial Information Agency
Explore with Earth Engine
Code Editor (JavaScript)
var dataset = ee.ImageCollection('Latvia/Maamet/orthos/cir'); Map.setCenter(24.737, 56.861, 15); Map.addLayer(dataset, null, 'Latvia Maamet Color InfraRed (CIR)');