Skip to content

Releases: scottstanie/sardem

v0.13.0

16 Feb 18:55

Choose a tag to compare

What's Changed

  • Add NISAR DEM as a new data source in #23
  • Add USGS 3DEP as a new DEM data source #24
  • Fix antimeridian breaking case in eb7db69

Full Changelog: v0.12.1...v0.13.0

v0.12.1

09 Feb 17:40

Choose a tag to compare

What's Changed

  • Fix ocean 0 values after warping to ellipsoidal heights
  • Fix GTiff default naming. by @scottstanie in #22
  • Fix docstring SyntaxError e1ed9e0

Full Changelog: v0.12.0...v0.12.1

v0.12.0

25 Nov 16:28
e6288b6

Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.12.0

v0.11.3

18 May 16:45
2e65066

Choose a tag to compare

Use 0 for water missing tiles, not 1 by @scottstanie in #16

Changelog: v0.11.2...v0.11.3

v0.11.2

08 Mar 16:11
80e997e

Choose a tag to compare

Change the default watermask filename so it can be read by GDAL as a ROI_PAC file.

v0.11.1

18 Oct 20:06
c328312

Choose a tag to compare

Allows output format/output datatype CLI arguments

v0.11.0

17 Aug 16:52
b67f077

Choose a tag to compare

  • 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 --bbox option will always refer to the image edges as it does in GDAL.

v0.10.8

15 Aug 03:31
cb22128

Choose a tag to compare

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

14 Aug 12:35
4881e0b

Choose a tag to compare

Fix VRT typo causing problem for earlier versions of GDAL caught by @EJFielding

v0.10.6

13 Aug 01:16
f31d9b3

Choose a tag to compare

Fixes deepcopy pickling bug on Mac caught by @EJFielding