Releases: forrestfwilliams/burst2safe
Releases · forrestfwilliams/burst2safe
burst2safe v1.3.0
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
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
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
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
Added
- Marked version 1.0.0 release of package. Package is now stable enough to use in production workloads.
burst2safe v0.6.0
Added
- Support for EW collection mode SLCs.
burst2safe v0.5.0
Added
- Support for s1-reader and OPERA workflows by adding ability to include 0-burst annotation files when using
--all-anns
CLI flag.
burst2safe v0.4.2
Added
- Support for Python 3.9
burst2safe v0.4.1
Fixed
- Bug in CLI parsing of granule case for
burst2safe
.
Removed
--pols
as a required argument forburst2safe
andburst2stack
. Default value is nowVV
.
burst2safe v0.4.0
Added
burst2stack
tool for creating stacks of SAFEs.- The ability to specify swaths and minimum number of bursts when using tool.
- The ability to specify the SAFE extent by either bounding box or vector file.
Fixed
Safe.get_name()
so that it correctly parsesSafe
objects with only cross-pol data.
Changed
- Moved all search/download functionality to
search.py
module. --bbox
argument to--extent
.