geoBoundaries Global Database of Political Administrative Boundaries Database는 전 세계 모든 국가의 경계 (예: 주, 카운티)에 관한 온라인 오픈 라이선스 리소스입니다. 현재 195개의 UN 회원국, 그린란드, 타이완, 니우에, 코소보를 포함한 총 199개의 항목이 추적됩니다.
Comprehensive Global Administrative Zones (CGAZ)은 관리 경계의 전역 컴포지트 집합입니다. 분쟁 지역이 삭제되고 미국 국무부 정의에 따라 다각형으로 대체됩니다. 경계 수준이 ADM0, ADM1, ADM2의 세 가지이며, 국제 경계 (미국 국무부)에 맞춰 잘려 있고 경계 사이의 간격이 채워져 있습니다.
이 데이터 세트는 CGAZ의 일부입니다. DBF_DATE_LAST_UPDATE=2023-09-13인 글로벌 컴포지트 파일의 버전 6.0.0에서 수집되었습니다.
ADM0 (국가 수준 경계)의 경계를 보여줍니다.
표 스키마
표 스키마
이름
유형
설명
shapeGroup
문자열
고유 국가 코드
shapeName
문자열
행정 지역 이름
shapeType
문자열
경계 유형:
ADM0: 국가 수준
ADM1: 지역 수준
ADM2: 시/군/구 수준
이용약관
이용약관
geoBoundaries 데이터 세트는 CC BY 4.0 라이선스에 따라 제공되며, 이 라이선스에 따라 대부분의 상업적, 비상업적, 학술적 용도로 사용할 수 있습니다. 제공업체 이용약관을 참고하세요.
geoBoundaries Global Database of Political Administrative Boundaries Database는 전 세계 모든 국가의 경계 (예: 주, 카운티)에 관한 온라인 오픈 라이선스 리소스입니다. 현재 195개의 UN 회원국, 그린란드, 타이완, 니우에, 코소보를 포함한 총 199개의 항목이 추적됩니다. Comprehensive Global Administrative Zones (CGAZ)은 …
[null,null,[],[[["\u003cp\u003eThe geoBoundaries dataset provides country-level (ADM0) political administrative boundaries for 199 entities worldwide, including all UN member states and other territories.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the CGAZ project, offering standardized boundaries with disputed areas resolved according to the US Department of State's definitions.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is openly licensed under CC BY 4.0, allowing for various commercial, non-commercial, and academic uses.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access and analyze this dataset through Google Earth Engine, a platform for geospatial data analysis and visualization.\u003c/p\u003e\n"],["\u003cp\u003eBoundaries are represented as polygons and include attributes like country code, administrative region name, and boundary type.\u003c/p\u003e\n"]]],["The dataset provides country-level (ADM0) political administrative boundaries from the geoBoundaries Global Database, version 6.0.0, last updated on 2023-09-13. It covers 199 entities, including all UN member states, with disputed areas resolved using US Department of State definitions. Data can be accessed using Earth Engine snippets and visualized in the code editor, utilizing `ee.FeatureCollection` and `ui.Map.FeatureViewLayer`. The data is provided under the CC BY 4.0 license, supporting diverse usage.\n"],null,["# geoBoundaries: Political administrative boundaries at Country level (ADM0), v6.0.0\n\nDataset Availability\n: 2023-09-14T00:00:00Z--2023-09-14T00:00:00Z\n\nDataset Provider\n:\n\n\n [William and Mary geoLab](https://www.geoboundaries.org/index.html)\n\nTags\n:\n[borders](/earth-engine/datasets/tags/borders) [countries](/earth-engine/datasets/tags/countries) [infrastructure-boundaries](/earth-engine/datasets/tags/infrastructure-boundaries) [table](/earth-engine/datasets/tags/table) \n\n#### Description\n\nThe geoBoundaries Global Database of Political Administrative Boundaries\nDatabase is an online, open license resource of boundaries (i.e., state,\ncounty) for every country in the world. Currently 199 total entities are\ntracked, including all 195 UN member states, Greenland, Taiwan, Niue, and\nKosovo.\n\nComprehensive Global Administrative Zones (CGAZ) is a set of global\ncomposites for administrative boundaries. Disputed areas are removed and\nreplaced with polygons following US Department of State definitions. It has\nthree boundary levels ADM0, ADM1, and ADM2, clipped to international\nboundaries (US Department of State), with gaps filled between borders.\n\nThis dataset is part of CGAZ. It was ingested from\n[version 6.0.0](https://github.com/wmgeolab/geoBoundaries/tree/1289e40e366c7b320550be1ee0614a9472d572d4)\nof Global Composite Files with DBF_DATE_LAST_UPDATE=2023-09-13.\nIt shows boundaries at level\nADM0 (country-level boundaries).\n\n### Table Schema\n\n**Table Schema**\n\n| Name | Type | Description |\n|------------|--------|----------------------------------------------------------------------------------------|\n| shapeGroup | STRING | Unique country code |\n| shapeName | STRING | Administrative region name |\n| shapeType | STRING | Boundary type: - ADM0: Country level - ADM1: District level - ADM2: Municipality level |\n\n### Terms of Use\n\n**Terms of Use**\n\ngeoBoundaries datasets are provided under the CC BY 4.0 license, which\nallows for most commmercial, noncommercial, and academic uses. See\n[provider terms of use](https://www.geoboundaries.org/index.html#usage).\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.FeatureCollection('WM/geoLab/geoBoundaries/600/ADM0');\n\nMap.setCenter(-100.0, 38.5, 4);\n\nvar styleParams = {\n fillColor: 'b5ffb4',\n color: '00909F',\n width: 1.0,\n};\n\ndataset = dataset.style(styleParams);\n\nMap.addLayer(dataset, {}, 'ADM0 Boundaries');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/WM/WM_geoLab_geoBoundaries_600_ADM0) \n[geoBoundaries: Political administrative boundaries at Country level (ADM0), v6.0.0](/earth-engine/datasets/catalog/WM_geoLab_geoBoundaries_600_ADM0) \nThe geoBoundaries Global Database of Political Administrative Boundaries Database is an online, open license resource of boundaries (i.e., state, county) for every country in the world. Currently 199 total entities are tracked, including all 195 UN member states, Greenland, Taiwan, Niue, and Kosovo. Comprehensive Global Administrative Zones (CGAZ) is a ... \nWM/geoLab/geoBoundaries/600/ADM0, borders,countries,infrastructure-boundaries,table \n2023-09-14T00:00:00Z/2023-09-14T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.geoboundaries.org/index.html)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/WM_geoLab_geoBoundaries_600_ADM0)"]]