Releases: bbonenfant/dted
Releases · bbonenfant/dted
v1.1.0
What's Changed
- Bump minimum python version to 3.9 + Maintenance by @bbonenfant in #10
Full Changelog: v1.0.4...v1.1.0
v1.0.4
Improvement: VoidDataWarning can now be disabled with a keyword argument:
- dted.Tile(..., warn=False)
- dted.Tile.load_data(..., warn=False)
Bug Fix: Prevent unspecified, non-relevant metadata from causing errors
when parsing DTED files.
These fields will no longer cause errors:
- AccuracyDescription.absolute_horizontal
- AccuracyDescription.absolute_vertical
- AccuracyDescription.relative_horizontal
- AccuracyDescription.relative_vertical
- DataSetIdentification.edition
- DataSetIdentification.orientation
- DataSetIdentification.coverage
- UserHeaderLabel.vertical_accuracy
The following fields are now explicitly required:
- DataSetIdentification.latitude_interval
- DataSetIdentification.longitude_interval
- DataSetIdentification.shape
- UserHeaderLabel.latitude_interval
- UserHeaderLabel.longitude_interval
- UserHeaderLabel.shape
v1.0.3
Bug Fix: incorrectly computing LatLon -> Tile Index conversion.
- Caused
Tile.get_elevation
to give incorrect results for DTED level 0 and 1 tiles.
v1.0.2
Bug Fix: incorrectly parsed resolution within the DSI record
- This only affected the CLI description of a DTED file