- Nothing changed yet.
- Move to
setuptools_scm
for version management.
- Fixed SRTM3 downloads. See #44.
- Drop Python 2 support. Sorry it is not possible to test it anymore.
- Drop support for python 3.4 and 3.5 add support for 3.7 and 3.8.
- Add support for SRTM1_ELLIP dataset, thanks to kxtells. See #42.
- Updated URL for CGIAR-CSI.
- Updated dependencies.
- Updated supported python versions.
- Docs and dependencies updates.
- Nothing changed yet.
- Fixed project metadata.
- Update dependencies versions (using pip-tools).
- Revert the default product back to
SRTM1
by downloading from the
- Amazon Terrain Tiles on AWS servcie.
- Closes issue #18.
- Change default product to
SRTM3
as direct access toSRTM1
has been apparently discontinued. See issue #18. - Added
-r/--reference
and-m/--margin
options to define the bounds from a GDAL/OGR data source. Install therasterio
andfiona
packages withpip
to enable it. Issue #14. - Enable reading defaults from environment variables prefixed with
EIO
, e.g.EIO_PRODUCT=SRTM3
andEIO_CLIP_MARGIN=10%
.
- Enforce the no-bulk-download policy.
- Make
clean
remove empty tiles as they may be due to temporary server failures.
- Fixed user visible documentation.
- Initial public beta release.