Skip to content

Releases: ASFHyP3/itslive-metadata

HyP3 ITS_LIVE Metadata v0.6.0

05 Dec 20:48
fb51409

Choose a tag to compare

Added

  • cryoforge has been merged into this repository as hyp3_itslive_metadata.cryoforge instead of pulling it in as an external dependency.
    • the cryoforge metagen, ingest, generate-gatalog, generate-from-parquet, and search-items console script entrypoints have been added.
  • Support for Sentinel-1 C & D platforms which are now both launched.

HyP3 ITS_LIVE Metadata v0.5.0

29 Sep 17:38
730366c

Choose a tag to compare

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

04 Sep 17:20
cf063f5

Choose a tag to compare

Adds

  • Adds a --granule-uri argument that allows pointing at a specific granule so we can run this independent of the product generation workflow
  • Groups the --bucket and --bucket-prefix arguments into a HyP3 Content Bucket argument, which is mutually exclusive with --granule-uri
  • Adds a aws.determine_granule_uri_from_bucket which looks in the bucket and prefix provided and either uses the info from publish_info.json to point to the published product, or finds the first *.nc file in the bucket and prefix and points to that
  • Add --publish-bucket and --publish-prefix arguments to specify where the metadata files should be published to
  • Added a aws.upload_file_to_s3_with_publish_access_keys function that uploads s3 products to a bucket using the access keys stored in the PUBLISH_ACCESS_KEY_ID and PUBLISH_SECRET_ACCESS_KEY environment variables

Changed

  • The STAC JSON premet and spatial files will be published to an additional bucket using "publish" access keys specific to that bucket. Accordingly:

Removed

  • Removed the --stac-output argument in favor of --publish-bucket and --publish-prefix arguments
  • Removed --upload arguments as it is implied by the --publish-bucket argument

HyP3 itslive-metadata v0.3.0

01 Jul 19:06
b179140

Choose a tag to compare

  • 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

01 Jul 15:59
a9ee1f4

Choose a tag to compare

Added

  • hyp3-itslive-metadata plugin created with the HyP3 Cookiecutter
  • switched to micromamba
  • install neovim and unzip with conda-forge