Releases: scottstanie/sardem
v0.13.0
v0.12.1
What's Changed
- Fix ocean 0 values after warping to ellipsoidal heights
- Fix
GTiffdefault naming. by @scottstanie in #22 - Fix docstring
SyntaxErrore1ed9e0
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Set the default to be
Float32,GTiff,COPby @scottstanie in #19
Full Changelog: v0.11.3...v0.12.0
v0.11.3
Use 0 for water missing tiles, not 1 by @scottstanie in #16
Changelog: v0.11.2...v0.11.3
v0.11.2
Change the default watermask filename so it can be read by GDAL as a ROI_PAC file.
v0.11.1
Allows output format/output datatype CLI arguments
v0.11.0
-
This version drops the cython code, performing and upsampling/resampling using Python or GDAL. This means that it's now a pure-python package that can be added to conda-forge and installed via conda.
-
Also, the integer bounding-box shifting added in v0.10.8 was removed for consistency. The
--bboxoption will always refer to the image edges as it does in GDAL.
v0.10.8
Assumes that a --bbox input of all integers will want the full tile
I.e. you don't need to input --bbox -156.000138888889 19.00013888889 -155.000138888 20.000138888 to get the tile N19W156. You can just do --bbox -156 19 -155 20
v0.10.7
Fix VRT typo causing problem for earlier versions of GDAL caught by @EJFielding
v0.10.6
Fixes deepcopy pickling bug on Mac caught by @EJFielding