RO. Catalog cloud-native cu date selectate din geoportalul național geodata.gov.md. Româna este limba de referință. Textele în rusă și engleză sunt traduceri. Catalogul nu este o publicație oficială a AGCC.
RU. Облачный каталог избранных данных национального геопортала geodata.gov.md. Румынский текст является основным; русский и английский тексты — переводы. Каталог не является официальной публикацией AGCC.
EN. A cloud-native catalog of selected data from Moldova’s national geoportal, geodata.gov.md. Romanian is authoritative; Russian and English are translations. This is not an official AGCC publication.
RO. Corine Land Cover 2018. Conține 15 962 poligoane extrase din spațiul
de lucru corine al serverului geodata.gov.md prin WFS 2.0.0 la data de
2026-08-16. Coordonatele sunt păstrate în sistemul sursă MOLDREF99 / Moldova
TM (EPSG:4026).
RU. Corine Land Cover 2018. Содержит 15 962 полигонов, извлечённых из
рабочего пространства corine сервера geodata.gov.md через WFS 2.0.0 от
2026-08-16. Координаты сохранены в исходной системе MOLDREF99 / Moldova TM
(EPSG:4026).
EN. Corine Land Cover 2018. Holds 15 962 polygons extracted from the
corine workspace of geodata.gov.md over WFS 2.0.0 on 2026-08-16. Coordinates
are kept in the source system, MOLDREF99 / Moldova TM (EPSG:4026).
Extracted from corine:clc_2018_aggregate over WFS 2.0.0 on 2026-08-16,
matching the server's own count.
Coordinates are MOLDREF99 / Moldova TM (EPSG:4026): projected, metric,
unreprojected. ST_Area returns square metres directly.
The most common level 3 classes are transitional woodland-scrub (2,854), pastures (2,704), fruit trees and berry plantations (1,890), non-irrigated arable land (1,836), and complex cultivation patterns (1,623).
code and level_3 are redundant. Group on either; they agree exactly.ST_Area(geometry) for
anything about land coverage.Land cover by area, which is usually the question:
Detailed classes within agriculture:
corine_clc_2000_aggregate and corine_clc_2023_aggregate carry the same
schema for their years, and corine_change_2018_2023_aggregate and
corine_change_2018_2000_aggregate hold the change polygons directly, which
is cheaper and safer than differencing two years yourself.
For land cover by raion, join to cadastru_data_uat2. Both are EPSG:4026, so
no transform is needed:
ST_Intersection rather than centroid containment here, because land cover
polygons are large and routinely straddle a raion boundary. Clipping gives the
area actually inside each raion instead of assigning the whole polygon to one.
The catalog's AGENTS.md covers what applies everywhere.