v0.11.2
Release Notes
The highlight of this release is performance improvement in
gtiff2xarray for handling large responses.
New Features
- Automatic detection of the driver by default in
gtiff2xarrayas
opposed to it beingGTiff.
Internal Changes
- Make
geo2polygon,get_transform, andget_nodata_crspublic functions since other packages use it. - Make
xarray_maska public function and simplifygtiff2xarray. - Remove
MatchCRSsince it's already available inpygeoogc. - Validate input geometry in
geo2polygon. - Refactor
gtiff2xarrayto check for theds_dimsoutside the main loops to improve the performance. Also, the function tries to detect the dimension names automatically ifds_dimsis not provided by the user, explicitly. - Improve performance of
json2geodfby using list comprehension and
performing checks outside the main loop.
Bug Fixes
- Add the missing arguments for masking the data in
gtiff2xarray.