Google Earth Engine ——全球行政单位层(GAUL)国家-省/州层面数据集

简介: Google Earth Engine ——全球行政单位层(GAUL)国家-省/州层面数据集

The Global Administrative Unit Layers (GAUL) compiles and disseminates the best available information on administrative units for all the countries in the world, providing a contribution to the standardization of the spatial dataset representing administrative units. The GAUL always maintains global layers with a unified coding system at country, first (e.g. departments), and second administrative levels (e.g. districts). Where data is available, it provides layers on a country by country basis down to third, fourth, and lowers levels. The overall methodology consists in a) collecting the best available data from most reliable sources, b) establishing validation periods of the geographic features (when possible), c) adding selected data to the global layer based on the last country boundaries map provided by the UN Cartographic Unit (UNCS), d) generating codes using GAUL Coding System, and e) distribute data to the users (see Technical Aspects of the GAUL Distribution Set. Note that some administrative units are multipolygon features.

 

全球行政单位层(GAUL)汇编和传播了世界上所有国家行政单位的最佳可用信息,为代表行政单位的空间数据集的标准化做出了贡献。GAUL始终在国家、第一行政级别(如省)和第二行政级别(如区)维护具有统一编码系统的全球层。在有数据的地方,它提供逐个国家的图层,直至第三、第四和更低的级别。整个方法包括:a)从最可靠的来源收集最好的可用数据,b)建立地理特征的验证期(如果可能的话),c)根据联合国制图单位(UNCS)提供的最新国界图将选定的数据添加到全球层,d)使用GAUL编码系统生成代码,e)向用户分发数据(见GAUL分发集的技术方面。请注意,一些行政单位是多多边形的特征。

Dataset Availability

2014-12-19T16:45:00 - 2014-12-19T00:00:00

Dataset Provider

FAO UN

Collection Snippet

ee.FeatureCollection("FAO/GAUL/2015/level1")

500米分辨率的数据:

Dataset Availability

2014-12-19T16:45:00 - 2014-12-19T00:00:00

Dataset Provider

FAO UN

Collection Snippet

ee.FeatureCollection("FAO/GAUL_SIMPLIFIED_500m/2015/level1")

Name Type Description
ADM0_CODE Int GAUL country code
ADM0_NAME String UN country name
DISP_AREA String Unsettled territory: 'Yes' or 'No'
STATUS String Status of the country
Shape_Area Double Shape area
Shape_Leng Double Shape length
ADM1_CODE Int GAUL code of administrative units at first level
ADM1_NAME String Name of administrative units at first level
EXP1_YEAR Int Expiry year of the administrative unit
STR1_YEAR Int Creation year of the administrative unit

数据声明:

GAUL数据集分发给联合国和其他授权的国际和国家机构/机关。粮农组织授权使用、下载和打印GAUL数据集中的材料,仅用于非商业目的,并符合数据许可证中规定的条件。完整的GAUL数据许可文件可供下载。另请参见免责声明。

var dataset = ee.FeatureCollection("FAO/GAUL/2015/level1");
Map.setCenter(7.82, 49.1, 4);
var styleParams = {
  fillColor: 'b5ffb4',
  color: '00909F',
  width: 1.0,
};
dataset = dataset.style(styleParams);
Map.addLayer(dataset, {}, 'First Level Administrative Units');


相关文章
|
6月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2415 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
6月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
220 0
|
6月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
557 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
6月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
109 0
|
6月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
86 0
|
6月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
138 0
|
6月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
76 0
|
6月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
256 0
|
6月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
122 0
|
6月前
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
123 0

热门文章

最新文章

下一篇
无影云桌面