Skip to content

Releases: scottstanie/sardem

v0.11.3

18 May 16:45
2e65066
Compare
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
Compare
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
Compare
Choose a tag to compare

Allows output format/output datatype CLI arguments

v0.11.0

17 Aug 16:52
b67f077
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes deepcopy pickling bug on Mac caught by @EJFielding

v0.10.5

12 Aug 11:28
f75df52
Compare
Choose a tag to compare

Release for EPSG quotation fix spotted by @yunjunz

v0.10.4

12 Aug 00:12
Compare
Choose a tag to compare

Failed pypi upload.

v0.10.3

11 Aug 23:50
07e5a58
Compare
Choose a tag to compare

Use the EPSG codes for converting from geoid heights to ellipsoidal heights.

  • Avoids the need for big file downloads.
  • Runs >10x faster