Abstract:The diversification of business forms leads to functional and spatial complexity in cities. The efficient determination of the complexity of an urban system is the basis for the scientific monitoring of the multi-functional aggregation within cities. Previous studies on the urban spatial structure were limited by the difficulty of collecting micro-data and the high time cost, and they focused on the macro-spatial structure, lacking fine-grained investigations of the micro-spatial structure. Additionally, high-resolution remote sensing images, which mainly rely on the textural characteristics of the spectrum of ground objects, cannot detect the social and economic functions of ground objects. Thus, it is difficult to meet the actual needs of urban planning and management. The purpose of this paper is to automatically identify the spatial heterogeneity and temporal variation of urban land use functions in the context of complex urban systems. The TF-IDF (term frequency–inverse document frequency) algorithm, a machine learning classification algorithm, and other methods are applied to identify the urban functions and distribution characteristics of the main urban area based on the POI (point of interest) data and urban form data. The results show the following: (1) From 2012 to 2022, all types of land use in Yiwu city grew at different rates, with logistics and warehousing space growing the fastest, which is in line with Yiwu's goal of building a national logistics center for trade and services. (2) The residential area has a spatial structure with a dense central circle and a scattered periphery extending from northeast to southwest and from east to west. (3) The commercial service sector shows clear spatial differentiation between the core and the periphery. The commercial functional areas of Niansanli, Houzhai, and Chengxi, where the number of commercial POIs is relatively small, are located at the intersection of the administrative subdistricts near the city center, indicating that the commercial economic activities of the downtown subdistrict have a certain spillover effect on adjacent subdistricts. (4) The public facilities of each subdistrict are generally located in the core of each subdistrict, which ensures better convenience and accessibility. (5) Industrial land with a large total area that is scattered and mixed with urban residential land gradually tends to be centralized, forming an industrial belt around the city. This study comprehensively considers the aggregation relationship between urban buildings and land use and improves the accuracy of land identification and functional zoning.
What problem does this paper attempt to address?
This paper attempts to address the problem of automatically identifying the spatial heterogeneity and temporal changes of urban land use functions in the context of complex urban systems. Specifically, the paper aims to:
1. **Comprehensively consider the coupling relationship between urban buildings and land use**: By identifying the complexity of urban spatial structure at a micro-scale, improve the accuracy of plot attribute identification and functional zoning.
2. **Combine POI data and building morphology data**: Use the TF-IDF algorithm and machine learning classification algorithms to detect the socio-economic functions of urban features, revealing the diversity and complexity of urban commercial forms.
3. **Quantitatively reveal the dynamic characteristics of urban functional land**: Through the comprehensive application of multi-source big data, achieve the automated identification of urban land use functions.
### Background and Motivation
- **Importance of urban functional zoning**: Urban functional zones are an important part of urban spatial planning. Clarifying the current layout of urban functional zones is of great significance for optimizing the urban land use structure.
- **Deficiencies in existing research**:
- Due to the difficulty and high time cost of collecting micro-data, most studies focus on the macro-scale urban spatial structure, lacking detailed research on micro-spatial structures.
- High-resolution remote sensing images can quickly classify urban land use but mainly rely on the spectral texture features of ground objects, unable to detect the socio-economic functions of ground objects, which is difficult to meet the actual needs of urban planning and management.
- Most studies focus on the analysis of urban functional structure characteristics at a single point in time, lacking dynamic change analysis.
### Research Methods
- **Data Sources**:
- **Basic geographic data**: Obtain the administrative division map of Yiwu City from the China Geographic Information Resource Database.
- **POI data**: Use Python 3.10 software to scrape POI data of the main urban area of Yiwu City from Amap, and exclude less influential data as needed. Finally, obtain 20,290 and 75,712 POI data points for 2012 and 2022, respectively.
- **Urban morphology data**: Extract building morphology data (including height, geographic location, building area, etc.) and road network data (including road names and lengths) from open-source maps, and spatially overlay them to form urban morphology data.
- **Method Steps**:
1. **Spatial calibration**: Perform spatial calibration on the POI pattern point layer and plot unit layer, calculate the number of various POI format points within each plot spatial unit, and generate a plot attribute table associated with the format points.
2. **Application of TF-IDF algorithm**: Apply the TF-IDF algorithm to the completed land plot database, reweight each feature considering its frequency and importance, and obtain a land feature attribute database containing weighted type features.
3. **Spatial connection of building layer and plot unit layer**: Calculate multiple building morphology indicators for each plot and add them to the plot feature attribute database containing weighted type features to form an "urban database."
4. **Supervised classification learning**: Use supervised classification learning methods to identify urban land use functions.
### Innovations
- **Comprehensively consider the coupling relationship between urban buildings and land use**, identifying the complexity of urban spatial structure at a micro-scale, and improving the accuracy of plot attribute identification and functional zoning.
- **Combine POI data and building morphology data**, using the TF-IDF algorithm and machine learning classification algorithms to detect the socio-economic functions of urban features, revealing the diversity and complexity of urban commercial forms.
- **Quantitatively reveal the dynamic characteristics of urban functional land**, through the comprehensive application of multi-source big data, achieving the automated identification of urban land use functions.