city data for China
china_city.Rd
This dataset contains spatial (sf) data for city in China, with various attributes specific to each district.
Source
http://datav.aliyun.com/tools/atlas/
- name
The name of the district
- adcode
The administrative code for the district, a unique identifier (e.g., "110101")
- childrenNum
The number of lower-level administrative divisions within the district (usually 0 for districts)
- level
The administrative level of the area, which is "district" for all entries in this dataset
- subFeatureIndex
An index representing the sub-features within the district
- centroid
The geographical centroid of the district, represented as a string of coordinates
- center
The center point of the district, also represented as a string of coordinates
- parent
A JSON string representing the parent administrative entity, usually the province-level data
- acroutes
A JSON array of administrative codes that represent the full administrative hierarchy leading to the district
- geometry
Spatial geometry of the district, stored as an sf object in MULTIPOLYGON format