Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:briochh/pyemu into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
briochh committed Dec 19, 2024
2 parents 34547de + c51b7aa commit f4ae894
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyemu/utils/geostats.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,12 @@ def calc_factors_grid(
"""calculate kriging factors (weights) for a structured grid.
Args:
spatial_reference (`flopy.utils.reference.SpatialReference`): a spatial
spatial_reference (`pyemu.helpers.SpatialReference` or
`flopy.ModelGrid`): a spatial
reference that describes the orientation and
spatail projection of the the structured grid
spatial projection of the model grid. Needs attributes:
[`xcentergrid`, `ycentergrid`, `nrow`, `ncol`,
`grid_type`, and `ncpl` (only if grid type=='vertex')].
zone_array (`numpy.ndarray`): an integer array of zones to use for kriging.
If not None, then `point_data` must also contain a "zone" column. `point_data`
entries with a zone value not found in zone_array will be skipped.
Expand Down

0 comments on commit f4ae894

Please sign in to comment.