-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subscript-crop
Raster
or Vector
by bracket call []
, consistency…
… and bug fixes (#335) * Silence UserWarning for default shapefile bounds in create_mask * Fix syntax with shapely deprecration * Get consistent projected bounds functions, fix crop functionality, make projtools independent of georaster and geovector, and add tests * Mirror Raster crop in Vector * Fix syntax * Linting * Add bracket subscript Raster method based on crop * Make polygonize robust to geopandas dtypes and improve tests * Linting" * Linting * Silence warnings * Try to trace source of error in align_bounds * See what is now passed in intersection * Fix package upgrade bug by widening the condition for void intersection * Add prints to figure out issue * Wtf is going on * Testing in more details... * Check for a tuple of nans (not numpy) * Use math isnan * Linting * Incremental commit on comments * Fix np.count_nonzero with Raster object * Linting
- Loading branch information
Showing
7 changed files
with
269 additions
and
88 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
Oops, something went wrong.