API reference¶
Area Weighted¶
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. |
Dasymetric¶
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. |
Model¶
Model based approaches use additional spatial data, such as a land cover raster, to estimate the relationships between population and the auxiliary data. It then uses that model to predict population levels at different scales
|
Train a generalized linear model to predict polygon attributes based on the collection of pixel values they contain. |
Pycnophylactic¶
Pycnophylactic interpolation is based on Tobler’s technique for generating smooth, volume-preserving contour maps
|
Pycnophylactic Inerpolation. |
Util¶
Utility Functions
|
Generate a hexgrid geodataframe that covers the face of a source geodataframe. |