Dted

Latest version: v1.1.0

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

Scan your dependencies

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

1.0.1

Bug Fix: incorrectly parsed dataset shape

1.0.0

First Release!

Features

- Parsing SRTM DTED files
- CLI (including terminal plotting)

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.