Releases: ASFHyP3/asf-enumeration
Releases · ASFHyP3/asf-enumeration
asf-enumeration v0.4.0
asf-enumeration v0.3.0
Added
- Add property
Sentinel1Acquisition.frame_coverage - Add
min_frame_coverageparameter toaria_s1_gunw.get_acquisitionsto filter by frame overlap
asf-enumeration v0.2.0
Added
- Added a new function
aria_s1_gunw.get_productfor getting an ARIA product if it exists:get_product( reference_date: datetime.date | str, secondary_date: datetime.date | str, frame_id: int ) -> asf.ASFProduct | None
Changed
- The interface for
aria_s1_gunw.product_existshas changed from:to:product_exists(frame: int | AriaFrame, reference_date: datetime.date, secondary_date: datetime.date) -> boolFixes #10product_exists(reference_date: datetime.date | str, secondary_date: datetime.date | str, frame_id: int) -> bool
Fixed
aria_s1_gunw.AriaFrame.does_intersectnow returns aboolrather than anumpy.boolso as to match the return type annotation.
asf-enumeration v0.1.0
Added
asf_enumerationmodule- contains
aria_s1_gunwmoduleAriaFrame,Sentinel1Acquisition,get_frames,get_frame,get_acquisitions,get_acquisition,product_exists
- contains