Skip to content

Commit

Permalink
Merge pull request #567 from briochh/develop
Browse files Browse the repository at this point in the history
Update to spatial ref arg doc string
  • Loading branch information
jtwhite79 authored Jan 9, 2025
2 parents 34547de + f4ae894 commit 6444999
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 6444999

Please sign in to comment.