Dted

Latest version: v1.3.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.3.0

Query sets of DTED tiles.
credit: [westonCoder](https://github.com/westonCoder)

- Add a TileSet object to enable querying a collection of DTED file.
This collection can be multiple, individual files and/or directories.
- Tile objects are now hashable and comparable.
Metadata objects (acc/dsi/uhl) are now frozen.

1.2.0

Update project to support Python 3.13
credit: [amclauth](https://github.com/amclauth)

- Drop support for Python 3.9
- Fix some type hints
- Add additional newly-discovered DTED source to README

1.1.0

Update minimum python version to 3.9 and refresh project.

- Remove now unnecessary <3.9 dependencies.
- Clean up typehinting for numpy arrays and their contents.
- Fix a numpy deprecation warning.

1.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

1.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.

1.0.2

Bug Fix: incorrectly parsed lat, long resolutions

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.