reVeal.overlay#
overlay module
Note that to expose methods here for by reVeal.grid.CharacterizeGrid.run()
and functions dependent on it, the function must be prefixed with calc_.
Functions
|
Calculate the area of a raster within each zone. |
|
Calculate the area-apportioned sum of the specified attribute for input features intersecting each zone in input zones dataframe. |
|
Calculate the area-weighted average of the specified attribute for input features intersecting each zone in input zones dataframe. |
|
Calculate the area-weighted majority of the specified attribute for input features intersecting each zone in input zones dataframe. |
|
Calculate the count of features intersecting each zone in input zones dataframe. |
|
Calculate zonal mean or weighted mean of raster values over the input zones. |
|
Calculate zonal median of raster values over the input zones. |
|
Calculate the percent of each zone covered by the union of the intersecting. |
|
Calculate zonal sum or weighted sum of raster values over the input zones. |
|
Calculate the sum of combined areas of input features intersecting each zone in input zones dataframe. |
|
Calculate the sum of the specified attribute for all features intersecting each zone in input zones dataframe. |
|
Calculate the sum of attribute-length of input features intersecting each zone in input zones dataframe. |
|
Calculate the sum of lengths of input features intersecting each zone in input zones dataframe. |
|
Helper function for calling exact_extract in a subprocess without receiving FutureWarning messages from gdal. |
|
Calculate zonal statistic for the specified statistic. |
|
Calculate zonal statistic for the specified statistic using parallel processing. |
|
Calculate zonal statistic for the specified statistic using serial processing. |