Prepare model input#
|
Object to repeatedly regrid similar objects. |
|
Object to repeatedly regrid layers of similar objects. |
|
Object to repeatedly voxelize similar objects. |
|
Fill in NaNs using basic nearest neighbour interpolation. |
|
Fills gaps in source by interpolating from existing values using Laplace interpolation. |
|
Polygonize a 2D-DataArray into a GeoDataFrame of polygons. |
|
Reprojects and/or resamples a 2D xarray DataArray to a different cellsize or coordinate system. |
|
Rasterize a geopandas GeoDataFrame onto the given xarray coordinates. |
|
Use GDAL to rasterize a vector file into an xarray.DataArray. |
|
Process area of features by rasterizing in a chunkwise manner to limit memory usage. |
|
Rasterizes a table, such as produced by |
|
Compute a zonal aggregate of polygon data for (other) polygon geometries, e.g. a mean, mode, or percentile. |
|
Compute a zonal aggregate of raster data for polygon geometries, e.g. a mean, mode, or percentile. |
|
Create square vertical polygons from linestrings, with a varying ztop and zbottom over the line. Note: If the lists of x and y values of length N, the list of z values need to have length N-1. These are shaped as follows::. |
|
Create trapezoid vertical polygons from linestrings, with a varying ztop and zbottom over the line. These are shaped as follows::. |
|
Distribute well pumping rate according to filter length when |
|
Returns grid of booleans designating location of the lowermost active grid cell. |
|
Returns two-dimensional grid of integers with the layer number of the lower most active cell. |
|
Returns grid of booleans designating location of the uppermost active grid cell. |
|
Returns planar grid of integers with the layer number of the upper most active cell. |
|
Create a top array with a layer dimension, from a top array with no layer dimension and a bottom array with a layer dimension. |
|
Enumerator for settings to allocate planar grid with RIV, DRN, GHB, or RCH cells over the vertical layer dimensions. |
|
Enumerator containing settings to distribute 2D conductance grids over vertical layers for the RIV, DRN or GHB package. |
|
Allocate drain cells from a planar grid across the vertical dimension. |
|
Allocate general head boundary (GHB) cells from a planar grid across the vertical dimension. |
|
Allocate recharge cells from a planar grid across the vertical dimension. |
|
Allocate river cells from a planar grid across the vertical dimension. |
|
Computes the phreatic leakage resistance. |
|
Ernst's radial resistance term to a drain. |
Function to distribute 2D conductance over vertical layers for the DRN package. |
|
Function to distribute 2D conductance over vertical layers for the RIV package. |
|
|
Clean up drain data, fixes some common mistakes causing ValidationErrors by doing the following: |
|
Clean up general head boundary data, fixes some common mistakes causing ValidationErrors by doing the following: |
|
Clean up river data, fixes some common mistakes causing ValidationErrors by doing the following: |
|
Clean up dataframe with wells, fixes some common mistakes in the following order: |