Contents

Luo_Suppe2026-08-15

All items(functions/classes/consts) in this module are as follows:

No.itemtypeintroduce
1smc.extraction.extract_valuesfunctionExtracting data from raster dataset based on point coordinates.
2smc.extraction.zonal_statisticsfunctionStatistics by region according to Features.
3smc.interp.b_splinefunctionUse B-Spline method to interpolate points into a 2D array.
4smc.interp.idwfunctionUse IDW method to interpolate points into a 2D array.
5smc.interp.krigingfunctionUse Ordinary Kriging or Universal Kriging method to interpolate points into a 2D array.
6smc.interp.natural_neighborfunctionUse Natural Neighbor method to interpolate points into a 2D array.
7smc.interp.nearestfunctionUse Nearest-neighbor method to interpolate points into a 2D array.
8smc.interp.rbffunctionUse Radial Basis Function method to interpolate points into a 2D array.
9smc.interp.trendfunctionUse Trend method (Global Polynomial Interpolation) to interpolate points into a 2D array.
10smc.query.calculate_areafunctionCalculate the area of the polygon formed by the input multipoints.
11smc.query.calculate_distancefunctionCalculate the distance between two or more input points.
12smc.query.coord_transformfunctionTransform the coordinates of the input point to the coordinates of the target coordinate system.
Last Updated 8/15/2026, 5:38:26 AM