Skip to content

Releases: bbonenfant/dted

v1.1.0

17 Apr 01:09
df68915
Compare
Choose a tag to compare

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

26 Feb 01:23
185a8db
Compare
Choose a tag to compare

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

10 Jun 02:09
572e004
Compare
Choose a tag to compare

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

18 Nov 17:30
5ae5055
Compare
Choose a tag to compare

Bug Fix: incorrectly parsed resolution within the DSI record

  • This only affected the CLI description of a DTED file

v1.0.1

16 Nov 04:45
7aba197
Compare
Choose a tag to compare

Bug Fix: incorrectly parsed dataset shape (#1).

  • This only affected DTED files with a rectangular shape, i.e. the number of horizontal and vertical data points were different.