pvdeg.geospatial#
Collection of classes and functions for geospatial analysis.
Function Overview#
Applies a function to each gid of a weather dataset. |
|
Apply latitude-longitude rectangular bounding box to geospatial metadata. |
|
Automatically create a template for a target function: func. |
|
Calculate a block of gids for a given function. |
|
Calculate a single grid for a given function. |
|
Check if we can use `geospatial.auto_template on a given function. |
|
Downsample function. |
|
Downselect function. |
|
Find mountains from elevation metadata using sklearn kdtree for fast lookup. |
|
Find mountains using weights calculated via changes in nearest neighbors. |
|
Interpolate sparse spatial result data against DataArray coordinates. |
|
Create an sklearn.neighbors.KDTree for fast geospatial lookup operations. |
|
Generate xarray template for output data. |
|
Start a dask cluster for parallel processing. |
|
Create zero-filled xarray.Dataset based on provided grids and shapes. |