-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(Raster): add new methods and checks (#2267)
* update(Raster): add new methods and checks * add feature `to_crs()` for re-projecting rasters * add static method `raster_from_array()` to allow users to make rasters from data * update `resample_to_grid()` - removed multithread and thread_pool kwargs - added initial check for raster/modelgrid intersection * add testing for raster improvements * Updates for raster_intersection_example.py * Linting * linting part 2 * Catch point with GeoSpatialUtil() in add_region()
- Loading branch information
1 parent
9400d42
commit bad483b
Showing
4 changed files
with
374 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.