china_city | R Documentation |
This dataset contains spatial (sf) data for city in China, with various attributes specific to each district.
china_city
An object of class sf
(inherits from data.frame
) with 476 rows and 10 columns.
http://datav.aliyun.com/tools/atlas/
The name of the district
The administrative code for the district, a unique identifier (e.g., "110101")
The number of lower-level administrative divisions within the district (usually 0 for districts)
The administrative level of the area, which is "district" for all entries in this dataset
An index representing the sub-features within the district
The geographical centroid of the district, represented as a string of coordinates
The center point of the district, also represented as a string of coordinates
A JSON string representing the parent administrative entity, usually the province-level data
A JSON array of administrative codes that represent the full administrative hierarchy leading to the district
Spatial geometry of the district, 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.