Google Earth Engine——美国人口普查局的TIGER数据集包含美国主要政府部门的2018年边界。除了50个州之外,人口普查局还将哥伦比亚特区、波多黎各和每个岛屿地区

The United States Census Bureau TIGER dataset contains the 2018 boundaries for the primary governmental divisions of the United States. In addition to the fifty states, the Census Bureau treats the District of Columbia, Puerto Rico, and each of the island areas (American Samoa, the Commonwealth of the Northern Mariana Islands, Guam, and the U.S. Virgin Islands) as the statistical equivalents of States for the purpose of data presentation. Each feature represents a state or state equivalent.

 

For full technical details on all TIGER 2018 products, see the TIGER technical documentation.

美国人口普查局的TIGER数据集包含美国主要政府部门的2018年边界。除了50个州之外,人口普查局还将哥伦比亚特区、波多黎各和每个岛屿地区(美属萨摩亚、北马里亚纳群岛联邦、关岛和美属维尔京群岛)作为统计学上的等同于州的地区,以便于数据呈现。每个特征代表一个州或州的等同物。

关于所有TIGER 2018产品的全部技术细节,请参见TIGER技术文件。

Dataset Availability

2018-01-01T00:00:00 - 2019-01-01T00:00:00

Dataset Provider

United States Census Bureau

Collection Snippet

ee.FeatureCollection("TIGER/2018/States")

NameTypeDescription
ALANDDoubleLand area
AWATERDoubleWater area
DIVISIONStringDivision code
FUNCSTATStringFunctional Status
GEOIDStringState identifier; state FIPS code
INTPTLATStringInternal point latitude
INTPTLONStringInternal point longitude
LSADStringLegal/statistical area description for state
MTFCCStringMAF/TIGER feature class code (=G4000)
NAMEStringState name
REGIONStringRegion code
STATEFPStringState FIPS code
STATENSStringState GNIS code
STUSPSStringUS Postal Service state abbreviation

   数据使用:

The U.S. Census Bureau offers some of its public data in machine-readable format via an Application Programming Interface (API). All of the content, documentation, code and related materials made available to you through the API are subject to these terms and conditions.

引用:

For the creation of any reports, publications, new data sets, derived products, or services resulting from the data set, users should cite the US Census Bureau.

代码:

var dataset = ee.FeatureCollection('TIGER/2018/States');
var visParams = {
  palette: ['purple', 'blue', 'green', 'yellow', 'orange', 'red'],
  min: 500000000.0,
  max: 5e+11,
  opacity: 0.8,
};
var image = ee.Image().float().paint(dataset, 'ALAND');
Map.setCenter(-99.844, 37.649, 5);
Map.addLayer(image, visParams, 'TIGER/2018/States');
Map.addLayer(dataset, null, 'for Inspector', false);

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值