Releases: ASFHyP3/itslive-metadata
Releases · ASFHyP3/itslive-metadata
HyP3 ITS_LIVE Metadata v0.6.0
Added
cryoforgehas been merged into this repository ashyp3_itslive_metadata.cryoforgeinstead of pulling it in as an external dependency.- the cryoforge
metagen,ingest,generate-gatalog,generate-from-parquet, andsearch-itemsconsole script entrypoints have been added.
- the cryoforge
- Support for Sentinel-1 C & D platforms which are now both launched.
HyP3 ITS_LIVE Metadata v0.5.0
Changed
- Upgraded to cryoforge v0.4.0, which now provides scene_1_frame and scene_2_frame stac item properties.
HyP3 itslive-metadata v0.4.0
Adds
- Adds a
--granule-uriargument that allows pointing at a specific granule so we can run this independent of the product generation workflow - Groups the
--bucketand--bucket-prefixarguments into a HyP3 Content Bucket argument, which is mutually exclusive with--granule-uri - Adds a
aws.determine_granule_uri_from_bucketwhich looks in the bucket and prefix provided and either uses the info frompublish_info.jsonto point to the published product, or finds the first*.ncfile in the bucket and prefix and points to that - Add
--publish-bucketand--publish-prefixarguments to specify where the metadata files should be published to - Added a
aws.upload_file_to_s3_with_publish_access_keysfunction that uploads s3 products to a bucket using the access keys stored in thePUBLISH_ACCESS_KEY_IDandPUBLISH_SECRET_ACCESS_KEYenvironment variables
Changed
- The STAC JSON
premetandspatialfiles will be published to an additional bucket using "publish" access keys specific to that bucket. Accordingly:
Removed
- Removed the
--stac-outputargument in favor of--publish-bucketand--publish-prefixarguments - Removed
--uploadarguments as it is implied by the--publish-bucketargument
HyP3 itslive-metadata v0.3.0
- creates temp file output dir in container
- fixed entrypoint so it's micromamba compatible
- kerchunk reference is optional, defaults to False
HyP3 itslive-metadata v0.1.0
Added
- hyp3-itslive-metadata plugin created with the HyP3 Cookiecutter
- switched to micromamba
- install neovim and unzip with conda-forge