Releases: isce-framework/s1-reader
Version 0.2.4
What's Changed
- remove cgi from _download_orbit_file by @scottstanie in #139
- Read average azimuth pixel spacing from S1 annotation files by @gshiroma in #140
New Contributors
Full Changelog: v0.2.3...v0.2.4
Version 0.2.3
What's Changed
Metadata inconstancy handling, which can be found from very few S1 IW SLC data processed by IPF 002.36
- Patch for "no polynomial" case caused by metadata inconsistency, which can cause azimuth FM rate mismatch mitigation to fail
- Patch for missing burst polygon. In that case, the burst without polygon will have empty geometry instead.
Full Changelog: v0.2.2...v0.2.3
Version 0.2.2
What's Changed
- Option to concatenate RESORB file by @seongsujeong in #133
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
Small release for catching the RFI loading bug, removing unnecessary dependency.
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
New version for the upcoming CSLC/RTC releases.
What's Changed
- Make the RFI data loading optional by @scottstanie in #119
- Correction of ascending node crossing time (ANX time) by @seongsujeong in #121
- Fixes to requirements/dependency freezing script in #125
Full Changelog: v0.1.7...v0.2.0
Version 0.1.7
What's Changed
- s1_orbit: return S1A/S1B when parsing filename by @scottstanie in #104
- s1_burst_id: fix logic for track 174 anx crossing by @scottstanie in #115
- fix on DC polynomial interpolation for azimuth FM rate mismatch by @seongsujeong in #113
- RFI reader and miscellaneous metadata reader for CARD-NRB compliance by @seongsujeong in #97
- support python 3.8 by using future.annotations by @scottstanie in #111
- 0.1.6 -> 0.1.7 by @seongsujeong in #116
Full Changelog: v0.1.6...v0.1.7
Version 0.1.6
What's Changed
- add a --bbox option to s1_info for frame bounds by @scottstanie in #88
- s1_orbit.py: if autodownloading, create the directory by @scottstanie in #100
- allow az_step/rg_step arguments to
as_isce3_radargrid
by @scottstanie in #102 - Two layered az fm mismatch rate by @seongsujeong in #101
- use radargrid step parameters to simplify
_steps_to_vecs
by @scottstanie in #107 - 0.1.5 -> 0.1.6 for gamma delivery by @seongsujeong in #110
Full Changelog: v0.1.5...v0.1.6
Version 0.1.5
This version is for S1 CSLC beta delivery.
What's Changed
- azimith to azimuth spelling fix by @LiangJYu in #93
- Beta release compass by @seongsujeong in #94
Full Changelog: v0.1.4...v0.1.5
Version 0.1.4
This release is handle the exceptional case that can cause COMPASS
to fail when attempting to compute azimuth FM rate mismatch mitigation.
What's Changed
- FM rate mismatch - follow-up bug fix by @seongsujeong in #92
Full Changelog: v0.1.3...v0.1.4
Version 0.1.3 for OPERA SAS beta delivery
This release is to be used for beta delivery of OPERA SAS.
What's Changed
- Run pytest unit tests on circleci by @rtburns-jpl in #50
- Unit test fixes by @LiangJYu in #58
- annotation reader (s1_annotation.py) - initial implementation by @seongsujeong in #48
- Parse azimuth fm rate polynomial by @seongsujeong in #59
- version: add version 0.1.2 Tag by @yunjunz in #63
- Burst id and absolute orbit number by @seongsujeong in #64
- Bump isce3 to 0.8 and refresh CI specfile by @rtburns-jpl in #66
- dep: add
requests
andpackaging
by @vbrancat in #68 s1_orbit.get_orbit_file_from_dir()
: addauto_download
arg by @yunjunz in #71- s1_burst_slc: add str and bbox properties by @scottstanie in #72
- s1_reader: refactor track_burst_num + optional noise + add safe_filename by @yunjunz in #70
- Thermal noise Correction and EAP phase compensation by @seongsujeong in #62
- s1_reader.py: implement load_bursts speedups by @scottstanie in #75
- make the noise/calibration/orbit reading optional by @scottstanie in #78
- Get orbit file by @seongsujeong in #79
- initial version of s1_info cli tool by @scottstanie in #83
- az time and slant corrections as functions of az time and slant range by @LiangJYu in #82
- fix LUT axis vector size check by @LiangJYu in #87
- Fix track number/burst id calculation by @scottstanie in #77
- add s1-etad prep module for testing S1-ETAD products by @yunjunz in #73
- bugfix in Sentinel1BurstSlc.swath_name() by @yunjunz in #89
- s1_reader: fix safe_path for directories by @scottstanie in #91
- Azimuth FM rate mismatch mitigation by @seongsujeong in #80
New Contributors
- @seongsujeong made their first contribution in #48
- @scottstanie made their first contribution in #72
Full Changelog: v0.1.2...v0.1.3