- Nothing changed yet.
- Move to
setuptools_scmfor 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
SRTM1by downloading from the
- Amazon Terrain Tiles on AWS servcie.
- Closes issue #18.
- Change default product to
SRTM3as direct access toSRTM1has been apparently discontinued. See issue #18. - Added
-r/--referenceand-m/--marginoptions to define the bounds from a GDAL/OGR data source. Install therasterioandfionapackages withpipto enable it. Issue #14. - Enable reading defaults from environment variables prefixed with
EIO, e.g.EIO_PRODUCT=SRTM3andEIO_CLIP_MARGIN=10%.
- Enforce the no-bulk-download policy.
- Make
cleanremove empty tiles as they may be due to temporary server failures.
- Fixed user visible documentation.
- Initial public beta release.