Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3 v10.11.4
Added
- Added METADATA step to
ITS_LIVE_AUTORIFTto generate a project STAC JSON file and other metadata files for ingest into NSIDC DAAC. - Added a new
ITS_LIVE_METAjob spec which generates STAC JSON and other metadata files for already published ITS_LIVE products. - Added the
ITS_LIVE_METAjob spec to the ITS_LIVE deployments.
Changed
- Renamed the
AUTORIFT_ITS_LIVEjob spec toITS_LIVE_AUTORIFTto better group the ITS_LIVE project specific job specs. - Increase throughput for Cargill deployment by increasing max vCPUs to 6000 from 1600.
- OPERA DIST-S1 default parameters and memory allocated.
- Updated OPERA DIST-S1 command to match the entrypoint in the associated plugin (docker container).
HyP3 v10.11.3
Added
- Added
PUBLISHstep toINSAR_ISCEandARIA_RAIDERjob specs.
Changed
- Updated
PUBLISHstep ofARIA_S1_GUNWjob spec to run on the same compute environment as the preceding steps, allowing the container to run on an already-provisioned EC2 instance. - Adjust Batch job IAM permissions to allow HyP3 job steps to publish to any SNS topic. Allows jobs to publish to the ingest-adapter's SNS topic across AWS accounts.
HyP3 v10.11.2
Changed
- Update EDC credit cost for
OPERA_RTC_S1_SLCto0.065. - Revised instance types for
hyp3-opera-uatandhyp3-opera-proddeployments.
HyP3 v10.11.1
Added
- Added new test and production deployments for
hyp3-enterprise. - Added new deployment for PISM-Cloud.
- Added new deployment for VolcSARvatory.
- Added PUBLISH step to
OPERA_RTC_S1_SLCjob type
Fixed
- Updated DIST-S1 entrypoint.
HyP3 v10.11.0
Changed
- If the user submits an
ARIA_S1_GUNWjob whose parameters (reference_date,secondary_date, andframe_id) correspond to an already-archived product, the job will now transition directly fromPENDINGtoSUCCEEDED, the job'sbrowse_imagesandfilesfields will be populated from the CMR record, and the job's credit cost will be refunded to the user (unless the user has infinite credits). AUTORIFT_ITS_LIVEnow usesr7gdmemory-optimized Graviton3 instances.
HyP3 v10.10.2
Fixed
- Set unused
opera_rtc_s1_end_dateparameter toDefaultinhyp3-opera-uatandhyp3-opera-proddeployments. - Set
distribution_urlparameter to''inhyp3-opera-uatandhyp3-opera-proddeployments so that download URLs will be the default Amazon S3 URL. - Increased timeout and memory values for the
ARIA_S1_COSEISjob type.
HyP3 v10.10.1
Added
- Added a new
ARIA_S1_COSEISjob spec to ARIA JPL deployments. - Added
OPERA_RTC_S1_SLCjob spec that processes all bursts in an SLC. - Created new hyp3-opera-uat and hyp3-opera-prod deployments.
HyP3 v10.10.0
Added
- Added new deployment for AK-FIRE-SAFE.
- The OpenAPI Specification version can now be specified in
render.pyvia the--openapi-specargument. - The
AUTORIFT_ITS_LIVE.ymljob spec has a newuse_static_filesparameter to specify whether to use Sentinel-1 static geometries for processing or not.- This parameter has been hard-coded to
Falsein theAUTORIFT.ymlandARIA_AUTORIFT.ymlto ensure there is no change in the workflow for those job types.
- This parameter has been hard-coded to
Fixed
- The
openapi-spec.ymland theapi-cf.ymlwill now always specify the same OpenAPI Specification version.
Changed
AUTORIFT_ITS_LIVE.ymlandARIA_AUTORIFT.ymljob specs, used in JPL deployments, allows Landsat, S2, S1 SLC, and multiple S1 bursts to be submitted via the newreference/secondaryparameters (granulesis no longer required).- For all
AUTORIFT*.ymljob specs, HyP3 now sets the memory required and number of threads to be used by OpenMP via AWS Batch environment overrides.- The default memory for Sentinel-1 processing has been reduced from 64 GB to 32 GB
- The credit cost in EDC/DAAC deployments has been halved accordingly
Removed
- Removed the deprecated
S1_CORRECTION_ITS_LIVEjob spec that's no longer supported by the hyp3-autorift plugin.
HyP3 v10.9.2
Changed
- Validation of reference and secondary scenes for
INSAR_ISCE_MULTI_BURSThas been updated to match the changes made by HyP3 ISCE2 v2.3.2:- Reference and secondary scenes are now accepted in any order, but must still have the same set of burst number + swath + polarization identifiers.
- Reference scenes are now rejected if they contain any duplicate burst number + swath + polarization identifiers.
HyP3 v10.9.1
Added
- Added back
PUBLISHstep ofARIA_S1_GUNWjobs so outputs are published to the ASF archive.