Releases: forrestfwilliams/index_safe
Releases · forrestfwilliams/index_safe
INDEX_SAFE v0.2.1
Added
xml_metadata_as_json
function that returns XML metadata JSON string.
Changed
save_xml_metadata_as_json
function so that it calls the newxml_metadata_as_json
function.
INDEX_SAFE v0.2.0
Added
- Tests for utils.py
- Tests for create_index.py
- Tests for extract_metadata.py
- Tests for extract_burst.py
- Integration tests that use a downloaded S1 SLC
Modified
- Standardize all xml operations so that they use lxml
extract_metadata
polarization option is now required
Removed
- Original (limited) test suite dependent on S1 SLC
- Burst index byte format removed in favor of json format
INDEX_SAFE v0.1.0
Added
- Geographic control point information to indexes
- Insertion of geographic control points into the output burst tiffs
- Add check for deflate compression before indexing
- Workflows for PyPI publishing
Modified
create_index
andextract_burst
so that valid window and GCP calculations happen duringextract_burst
utils.BurstMetadata
so that it contains annotation and manifest offsets, but not valid window or GCP data- Created centralized range get request functionality in
utils
INDEX_SAFE v0.0.1
Added
- Initial version of project (with no changes) to merge a non-zero version into main
INDEX_SAFE v0.0.0
Added
- Initial version of project