Contents
Luo_Suppe2026-08-15
All items(functions/classes/consts) in this module are as follows:
| No. | item | type | introduce |
|---|---|---|---|
| 1 | smc.extraction.extract_values | function | Extracting data from raster dataset based on point coordinates. |
| 2 | smc.extraction.zonal_statistics | function | Statistics by region according to Features. |
| 3 | smc.interp.b_spline | function | Use B-Spline method to interpolate points into a 2D array. |
| 4 | smc.interp.idw | function | Use IDW method to interpolate points into a 2D array. |
| 5 | smc.interp.kriging | function | Use Ordinary Kriging or Universal Kriging method to interpolate points into a 2D array. |
| 6 | smc.interp.natural_neighbor | function | Use Natural Neighbor method to interpolate points into a 2D array. |
| 7 | smc.interp.nearest | function | Use Nearest-neighbor method to interpolate points into a 2D array. |
| 8 | smc.interp.rbf | function | Use Radial Basis Function method to interpolate points into a 2D array. |
| 9 | smc.interp.trend | function | Use Trend method (Global Polynomial Interpolation) to interpolate points into a 2D array. |
| 10 | smc.query.calculate_area | function | Calculate the area of the polygon formed by the input multipoints. |
| 11 | smc.query.calculate_distance | function | Calculate the distance between two or more input points. |
| 12 | smc.query.coord_transform | function | Transform the coordinates of the input point to the coordinates of the target coordinate system. |