Recent Releases of https://github.com/asfhyp3/hyp3-isce2
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.4.2
Changed
- Updated outdated URLs in product metadata templates
- Python
Published by tools-bot 7 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.4.1
Changed
- Updated
hyp3_isce2.s1_auxcal.S1A_AUX_URLandhyp3_isce2.s1_auxcal.S1B_AUX_URLfromhttps://sar-mpc.eu/files/S1A_AUX_CAL_20241128.zipandhttps://sar-mpc.eu/files/S1B_AUX_CAL_20241128.ziptohttps://d3g9emy65n853h.cloudfront.net/AUX_CAL/S1A_AUX_CAL_20241128.zipandhttps://d3g9emy65n853h.cloudfront.net/AUX_CAL/S1B_AUX_CAL_20241128.zip, respectively.
- Python
Published by tools-bot 8 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.4.0
Added
- Support for processing Sentinel-1C bursts. Fixes https://github.com/ASFHyP3/hyp3-isce2/issues/309.
- Python 3.12 support
Changed
- Upgraded to isce2 v2.6.4 from v2.6.3.
- Python
Published by tools-bot 9 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.3.3
Changed
- When called from
insar_tops,translate_outputsno longer looks for radar products for the first burst as it might not overlap with the secondary SLC. - Pin isce2=2.6.3 to avoid breaking tests when upgrading to 2.6.4
Fixed
- Changed
DeprecationWarningforUserWarningwhen usinggranulesargument with theinsar_tops_burstworkflow. Fixes https://github.com/ASFHyP3/hyp3-isce2/issues/279
- Python
Published by tools-bot 9 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.3.2
Changed
- Reference and secondary scenes are now accepted in any order, but must still have the same set of burst number + swath + polarization identifiers.
Fixed
- Reference scenes are now rejected if they contain any duplicate burst number + swath + polarization identifiers.
- Allow scenes over water when water masking is applied. Fixes https://github.com/ASFHyP3/hyp3-isce2/issues/211 and https://github.com/ASFHyP3/hyp3-isce2/issues/247.
- Pinned to
burst2safe>=1.4.5to address https://github.com/ASFHyP3/burst2safe/issues/170.
- Python
Published by tools-bot 9 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.3.1
Changed
- Upgraded to hyp3lib v4.
- Python
Published by tools-bot 11 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.3.0
Changed
- Switched to using hyp3-lib for DEM downloading, in line with our HyP3-GAMMA plugin.
Fixed
- Bug that led to the wrong swath annotation file being used to populate output parameter file.
- Python
Published by tools-bot 11 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.2.0
Changed
- The
insar_tops_single_burstworkflow now uses burst2safe to eliminate the use of a region of interest with single-burst jobs, which was causing a bug where multiple vrts would be cropped by ISCE2.
- Python
Published by jhkennedy 11 months ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.6
Fixed
- Fixed a region of interest bug that caused
ValueError: There should only be 2 VRT fileswhen there should not have been multiple VRTs.
- Python
Published by tools-bot about 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.5
Fixed
- Using the
--apply-water-maskoption now uses significantly less memory by correctly subsetting the water mask tiles to the desired area.
- Python
Published by tools-bot about 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.4
Changed
- Improved error messages for validating the reference and secondary scenes passed to the
insar_tops_burstworkflow.
Fixed
- Refined temporal requirements for scenes passed to the
insar_tops_burstworkflow, to allow the acquisition to cross midnight. Previously, the reference scenes were required to fall on one calendar day and the secondary scenes on a different calendar day. Now, each list of scenes must fall within a two-minute temporal window (with reference older than secondary, as before). - Removed the unused
swathsparameter from thehyp3_isce2.insar_tops_burst.insar_tops_multi_burstfunction. - The
insar_tops_burstworkflow now validates the reference and secondary scenes immediately after parsing CLI args. Fixes https://github.com/ASFHyP3/hyp3-isce2/issues/278, in which the wrong error message was displayed if one reference scene and multiple secondary scenes were provided.
- Python
Published by tools-bot about 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.3
Changed
- Updated download URLs for Sentinel-1 AUX_CAL files.
- Python
Published by tools-bot about 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.2
Added
- Added
mypytype checker to thestatic-analysisworkflow.
- Python
Published by tools-bot about 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.1
Changed
- The
static-analysisworkflow now usesruffrather thanflake8.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.1.0
Added
- The ability for the
insar_tops_burstworkflow to support processing multiple bursts as one SLC.
Changed
- The interface for
insar_tops_burstso that it takes--referenceand--secondarygranule lists. The positionalgranulesargument is now optional and deprecated. - Moved HyP3 product packaging functionality out of
insar_tops_burst.pyand to a newpackaging.pyso that bothinsar_topsandinsar_tops_burstcan use it.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v2.0.0
Changed
- Orbit files are now retrieved using the s1-orbits library. ### Removed
- Removed support for the
--esa-usernameand--esa-passwordcommand-line options and theESA_USERNAMEandESA_PASSWORDenvironment variables.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v1.1.3
Fixed
- Upgrade to
dem_stitcher>=2.5.8to resolve geoid download errors. See dem-stitcher #96.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v1.1.2
Fixed
- Renamed
hyp3_isce2.loggingtohyp3_isce2.loggerto avoid shadowing built-in. - Source of product start times in
merge_tops_burststo use theasf_searchumm record.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v1.1.1
Fixed
- Upgraded to
dem_sticher>=2.5.6to resolve geoid download errors. Fixes #215
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v1.1.0
Removed
- Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v1.0.1
Changed
- Updated the water mask description in the product metadata templates
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v1.0.0
Added
merge_tops_bursts.pyfile and workflow for merge burst products created using insartopsbursts.merge_tops_burstsentrypointmerge_tops_burstsREADME template and creation functionality- several classes and functions to
burst.pyandutils.pyto supportmerge_tops_burst. - tests for the added functionality.
tests/data/merge.zipexample data for testing merge workflow.tests/data/create_merge_test_data.pyfor generating merge workflow test data.
Changed
insar_tops_burst.pyto add four radar coordinate datasets to burst InSAR products (wrapped phase, lat, lon, los).- README files generated in
insar_tops_burst.pyare now use blocks and extends theinsar_burst_base.md.txt.j2jinja template.
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.10.0
Added
- Support for a new water masking dataset based off of OpenStreetMaps and ESA WorldCover data. ### Removed
- Polygon processing functions:
split_geometry_on_antimeridianandget_envelope_wgs84fromwater_mask.py.
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.9.3
Changed
- Upgraded to
hyp3lib=>3,<4from>=2,<3### Fixed - @scottyhq fixed excessively verbose logging due to ISCE2 setting the root logger to
DEBUGin #176
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.9.2
Fixed
No annotation xml fileerror ininsar_tops_burstwhen processing HH pairs. Fixes #168. ### Added- a warning that processing products over the Anti-Meridian is not currently supported.
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.9.1
Fixed
- Water Masking now pulls the global shapefile and clips it, rather than pulling a partitioned parque, due to issues around the partition boundaries.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.9.0
Changed
- Upgraded
hyp3libdependency to version2.x.x. - As of HyP3-lib v2.0.0, the Copernicus Data Space Ecosystem (CDSE) will now be used for downloading Sentinel-1 orbit files from ESA.
- CDSE credentials must be provided via the
--esa-usernameand--esa-passwordcommand-line options, theESA_USERNAMEandESA_PASSWORDenvironment variables, or a.netrcfile. - All the special ISCE2 environment variable, python path, and system path handling has been moved to
hyp3_isce2.__init__.pyto ensure it's always done before using any object in this package. - All subprocess calls use
subprocess.run, as recommended.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.8.1
Fixed
- Fixed a typo in the call to
imageMath.py. imageMath.pyis now called viasubprocess.runrather thanos.system.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.8.0
Added
- Functions for resampling geographic image to radar coordinates, copying ISCE2 images, and performing ISCE2 image math to utils.py. ### Changed
create_water_maskso that it pulls data from a partition parquet file (speeds up downloads), and added option to output water mask in any GDAL format.insar_tops_burstso that water masking is done pre-unwrapping if masking is requested.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.7.2
Fixed
- Description of the range of the lv_phi in the readme.md.txt.j2.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.7.1
Added
- insartopsburst now validates burst pair granule names.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.7.0
Added
- InSAR stripmap workflow to support AVO's ALOS-1 processing efforts. This workflow is specific to AVO currently, and may not work for others. ### Changed
- The naming convention for the burst products has been updated.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.6.2
Changed
- The geocoding DEM is now resampled to ~20m in the case of 5x1 looks.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.6.1
Added
apply_water_maskoptional argument to apply water mask in the wrapped and unwrapped phase geotiff files
Changed
- updated product readme template to include references to the water masking layer and the option to apply it
- updated repo readme to include information on processing options
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.6.0
Changed
- Pixel sizes of output GeoTIFFs now better reflect their resolution: 80m for 20x4 looks, 40m for 10x2 looks, and 20m for 5x1 looks.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.5.0
Changed
insar_tops_burstworkflow now supports burst products advertised in CMR production, rather than CMR UAT
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.4.1
Added
- Generate a README file to be included with burst products that describes the processing workflow.
- Python
Published by tools-bot almost 3 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.4.0
Changed
insar_tops_burstworkflow now takes the burst product names rather than the SLC product names.- Replace
--range-looksand--azimuth-looksoptions with a single--looksoption forinsar_topsandinsar_tops_burstworkflows insar_tops_burstworkflow now always uses the oldest granule as the reference.
Fixed
- Incomplete DEM generation issue by switching to using
merged/dem.cropas the source
- Python
Published by tools-bot almost 3 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.3.0
Added
insar_topsworkflow for processing of full Sentinel-1 SLCs.- Ability to pass Earthdata username and password as environment variables to workflows. This allows the credentials to be passed to the Docker container via the
-eoption. - The
++omp-num-threadsparameter for control of the number of threads used when ISCE2 calls OpenMP functionality. - Added to the
insar_tops_burstworkflow:- Generation of output geotiff products with sensible names in subfolder that is also added as a zip archive.
- Generation of a product browse image based on the unwrapped phase geotiff.
- Generation of a parameter file for the burst products
- Generation of output satellite geometry products (azimuth angle and lookup angle) to enable further time series processing.
- Python
Published by tools-bot almost 3 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.2.1
Added
- The
get_isce2_burst_bboxfunction to calculate burst bounding boxes using ISCE2 directly to fix inaccurate generation of burst bounding boxes.
Removed
- The
reformat_gcp,create_gcp_df, andcreate_geometrymethods from theBurstMetadataclass because they are superseded byget_isce2_burst_bbox
Fixed
test_get_region_of_interestso that it has an ascending and descending test case, not two descending. This required changing thereference_ascending.xmlandsecondary_ascending.xmlfiles intests/data.- Fixed the path to the
entrypoint.shscript in the Docker container image.
- Python
Published by tools-bot almost 3 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.2.0
Added
- It's now possible to register multiple HyP3 entry points (workflows) and run them through the main hyp3_isce2 entry point.
- A new entrypoint and skeleton process file for a stripmap process.
- Concurrent download functionality for burst extractor calls.
Changed
- Burst workflow renamed to
insar_tops_burstfromtopsapp_burst.
Fixed
- A zero-index bug in
burst.pythat led to incorrect geolocation of products. - Typo in the
release-checklist-commentworkflow.
- Python
Published by tools-bot almost 3 years ago
https://github.com/asfhyp3/hyp3-isce2 - HyP3 ISCE2 v0.1.0
Added
- Initial release of the HyP3 ISCE2 plugin.
- Python
Published by tools-bot almost 3 years ago