Skip to content

Releases: ASFHyP3/burst2safe

burst2safe v1.4.2

23 Jan 18:37
8f3f648
Compare
Choose a tag to compare

Changed

  • Upgraded the reusable-mypy action to v0.15.0 and replaced the --ignore-missing-imports option with disable_error_code = ["import-untyped"] as recommended by ASFHyP3/actions#225, then ignored or fixed the resulting mypy errors.

burst2safe v1.4.1

15 Jan 20:26
70777c3
Compare
Choose a tag to compare

Added

Removed

Fixed

burst2safe v1.4.0

06 Jan 14:05
e3a1ed7
Compare
Choose a tag to compare

Added

  • download.py to support asynchronous downloads.
  • Support for EDL token based authentication.

Changed

  • Authorization behavior so that EDL credentials from an EDL token are prioritized above a username/password in either a netrc or the environment.
  • Authorization behavior so that EDL username/password from a user's netrc are prioritized. Now writes username/password to the netrc if they are provided as environment variables.
  • Switched to an asynchronous download approach.
  • In burst2stack.py all input files are now downloaded first.

burst2safe v1.3.1

20 Dec 20:48
fd645f4
Compare
Choose a tag to compare

Changed

  • Updated the LICENSE, CICD workflows, and documentation to reflect that this project is now managed by the ASF Tools team (previously Forrest Williams was the sole contributor).
  • Update ruff configuration to conform to our latest standards.

burst2safe v1.3.0

06 Nov 14:56
4dc6c4c
Compare
Choose a tag to compare

Added

  • Capability for local2safe to take multiple bursts as input

Changed

  • Interface for local2safe so that it takes a dictionary describing a set of bursts as input
  • local2safe CLI so that it takes a JSON describing a set of bursts as input

burst2safe v1.2.0

08 Oct 13:08
03b3067
Compare
Choose a tag to compare

Added

  • local2safe, a utility that creates single-burst SAFEs using burst extractor data and metadata outputs that are available locally.
  • burst_id.py, using functionality created by Ben Barton, calculates a burst's ESA Burst ID.

burst2safe v1.1.1

19 Aug 13:27
b31cf28
Compare
Choose a tag to compare

Changed

  • Slightly refactored measurement.create_geotiff to create a blank geotiff first, then write to it
  • Reduced tifffile minimum version from 2024.0.0 to 2022.04.022 to support ISCE2 workflows.
  • Pinned numpy to < 2.1.0 to avoid this data type issue

burst2safe v1.1.0

13 Aug 13:24
aca1186
Compare
Choose a tag to compare

Added

  • Preview directory with all components except quick-look
  • KML and Preview SAFE components
  • KML, product-preview, and schema components to manifest

Changed

  • Creation time of measurement tiffs is now set to the end of SLC processing. This ensures consistent filenames of repeatedly created SAFEs because the name is dependent on measurement tiff checksums.

Fixed

  • KML preview file is now included to support processors that grab the SAFE footprint from this file.

burst2safe v1.0.0

11 Jul 20:45
c025d3d
Compare
Choose a tag to compare

Added

  • Marked version 1.0.0 release of package. Package is now stable enough to use in production workloads.

burst2safe v0.6.0

11 Jul 17:45
6d6a3df
Compare
Choose a tag to compare

Added

  • Support for EW collection mode SLCs.