china_province | R Documentation |
This dataset contains spatial (sf) data for provinces in China, including various attributes related to each province.
china_province
An object of class sf
(inherits from data.frame
) with 34 rows and 10 columns.
http://datav.aliyun.com/tools/atlas/
The name of the province
The administrative code for the province, a unique identifier (e.g., "110000")
The number of administrative divisions (e.g., counties) within the province
The administrative level of the area, which is generally "province" for the entries in this dataset
An index representing the sub-features within the province
The geographical centroid of the province, represented as a string of coordinates
The center point of the province, also represented as a string of coordinates
A JSON string representing the parent administrative entity, usually the country-level data
A JSON array of administrative codes that represent the administrative hierarchy leading to the province
Spatial geometry of the province, stored as an sf object in MULTIPOLYGON format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.