Fixed * Race condition in `download_bursts` function by switching to parallel, instead of threaded, downloads.
0.3.0
Added * Support for IPF >=3.40 RFI annotation files. * Support for IPF <=2.90. * IPF-specific support files. * Calculation of `platformHeading` and `burst/byteOffset` fields.
Fixed * Path information for annotation/measurement files are now are updated when the SAFE path is. * Bug when burst widths are different by one pixel
Changed * Test suite to use test data from 2024 (IPF version 3.71).
0.2.0
Added * Functionality for ensure input bursts are eligible for merging. * A test suite for the library. * Docstrings for the majority of methods/functions. * Bounding-box based interface for specifying bursts to merge. * Removal of intermediate files after merging.
Changed * Refactored many components of the library to enable simpler testing. * Correctly set product unique identifier in SAFE name.
0.1.0
Added * First working version of the library.
0.0.1
Added * Create project structure and CI/CD tooling.