Skip to content

opera-rtc-s1-browse v0.2.0

Choose a tag to compare

@tools-bot tools-bot released this 11 Jun 12:06
fab8a18

Added

  • create_browse can now be deployed as AWS Lambda Function that takes in an OPERA RTC granule name and outputs a
    browse image to an S3 bucket. The function is available in Earthdata Cloud UAT and Earthdata Cloud production.
    aws lambda invoke \
      --profile <profile> \
      --function-name <function_name> \
      --payload '{ "granule": "OPERA_L2_RTC-S1_T035-073251-IW2_20240113T020816Z_20240113T113128Z_S1A_30_v1.0" }' \
      --cli-binary-format raw-in-base64-out \
      /dev/null
    

Removed

  • Support for uploading output files under a specific S3 prefix