Skip to content

Releases: forrestfwilliams/index_safe

INDEX_SAFE v0.2.1

12 Jan 16:06
c674fbb
Compare
Choose a tag to compare

Added

  • xml_metadata_as_json function that returns XML metadata JSON string.

Changed

  • save_xml_metadata_as_json function so that it calls the new xml_metadata_as_json function.

INDEX_SAFE v0.2.0

25 Aug 21:16
769443c
Compare
Choose a tag to compare

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

21 Aug 18:32
bb7d9fa
Compare
Choose a tag to compare

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 and extract_burst so that valid window and GCP calculations happen during extract_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

17 Aug 16:07
df78bac
Compare
Choose a tag to compare

Added

  • Initial version of project (with no changes) to merge a non-zero version into main

INDEX_SAFE v0.0.0

17 Aug 15:55
2c83ab2
Compare
Choose a tag to compare

Added

  • Initial version of project