Data made available by the Mongolia's Computerized Mining Cadastre System (CMCS).

cmcs_licenses_df

cmcs_special_areas_df

Format

An object of class tbl_df (inherits from tbl, data.frame) with 2782 rows and 7 columns.

Source

CMCS Online

Examples

head(cmcs_licenses_df)
#> # A tibble: 6 x 7 #> id code name type status holder_applicant area_hectares #> <int> <chr> <chr> <chr> <chr> <chr> <dbl> #> 1 21539 XV-0215… Enger Ux… Exploration L… Valid Urnuh altai 110. #> 2 21538 XV-0215… Bulag Exploration L… Valid Khan Altai resou… 1305. #> 3 21537 MV-0215… Bulag Mining License Valid Khan Altai resou… 6793. #> 4 21536 MV-0215… Shine us Mining License Valid Gobi Shuu 100. #> 5 21535 MV-0215… Ix bulag Mining License Valid Kharkhorum suld 124. #> 6 21533 XV-0215… Enger Ux… Exploration L… Valid Urnuh altai 234.
head(cmcs_special_areas_df)
#> # A tibble: 6 x 10 #> special_area_ty… id code name status designation enacted_by #> <chr> <int> <chr> <chr> <chr> <chr> <chr> #> 1 reserved 158 REA-… Noro… Appro… Reserved A… Government #> 2 reserved 157 REA-… Suuj… Appro… Reserved A… Government #> 3 reserved 156 REA-… Tsag… Appro… Reserved A… Government #> 4 reserved 155 REA-… Nomg… Appro… Reserved A… Government #> 5 reserved 154 REA-… Alag… Appro… Reserved A… Government #> 6 reserved 153 REA-… Gilb… Appro… Reserved A… Government #> # … with 3 more variables: implementation <date>, expiry_date <date>, #> # area_hectares <dbl>