Guide¶
iobjectspy mainly includes the following modules:
data
module supports data creation, management and organization, including the creation and management of`Workspace`, Datasource, Dataset, Recordset, Feature, Geometry,etc. By using the data module, you can easily read and write data in SuperMap data sources.enums
module provides basic enumerated objects, including data source engine type, data set type, etc.conversion
module supports the import and export operations of commonly used data formats, including vector data such as shp, mif, and cad, and raster and image data such as tif, img, and png. Import vector data and raster data to SuperMap data source, and export SuperMap data source to external vector data or raster data, etc.analyst
module supports spatial data processing and analysis, including buffer analysis, overlay analysis and other vector data processing and analysis methods, density analysis, interpolation analysis and other raster data processing and analysis methods, spatial autocorrelation, spatial hotspots, spatial sampling, spatial Regression and other spatial statistical analysis methods, as well as two-dimensional and three-dimensional network analysis methods, etc.env
module provides global parameter settings, including spatial analysis and data processing using large memory mode (set_analyst_memory_mode), setting the number of parallel threads (set_omp_num_threads), etc.ml
module supports related capabilities of AI GIS, including address element recognition, oblique photography building bottom surface extraction, image data object detection, binary classification, ground object classification, scene classification, object extraction, image data object detection, image classification, and spatio-temporal regression functions ; Support the conversion of data set (Dataset) to numpy and pandas; support the complete workflow of artificial intelligence GIS based on deep learning, including support for sample data production, model training, model reasoning, and model evaluation.