API¶
This is a beta version of the documentation written in MyST with autodoc2
Area Weighted Interpolation¶
Area weighted approaches use the area of overlap between the source and target geometries to weight the variables being assigned to the target.
Area interpolation for extensive, intensive and categorical variables. |
Join variables from source_df based on the largest intersection. In case of a tie it picks the first one. |
Dasymetric Interpolation¶
Dasymetric approaches use auxiliary data in addition to use the area of overlap between the source and target geometries to weight the variables being assigned to the target.
Generate a geodataframe from raster data by polygonizing contiguous pixels with the same value using rasterio’s features module. |
|
Interpolate data between two polygonal datasets using an auxiliary raster to mask out uninhabited land. |
Pycnophylactic Interpolation¶
Pycnophylactic interpolation is based on Tobler’s technique for generating smooth, volume-preserving contour maps.
Pycnophylactic Inerpolation. |
Utility Functions¶
Generate a hexgrid geodataframe that covers the face of a source geodataframe. |
Find the circumradius of an h3 hexagon at given resolution. |