Skip to content

v1.1.0

Choose a tag to compare

@drduhe drduhe released this 25 Jul 18:38
· 47 commits to main since this release

OSML Data Intake 1.1.0

Implementing new component level features:

  • STAC ingest lambda which is required to support ingesting SpatioTemporal Asset Catalog (STAC) items from an SNS topic as part of the OSML guidance package.
  • We have integrated a new feature that allows users to submit an entire S3 bucket as a bulk job. This feature processes multiple images in parallel, significantly reducing wait times. As the images are processed, they are cataloged in bulk, streamlining the workflow and enhancing efficiency.
  • Generation of thumbnail imagery as part of the data intake component which creates 512x512 thumbnail images in addition to the aux and ovr files previously generated.

Breaking Changes:

N/A

Limitations:

N/A

New Dependency:

N/A


Pull Requests Merged

  • feat: including collection_id in SNS message by @drduhe in #6
  • feat: genearte thumbnails for incoming imagery by @drduhe in #7
  • feat: implementing stac components by @drduhe in #9
  • feat: implementation of bulk ingest by @RanbirAulakh in #5
  • ci: version bump to v1.1.0 by @drduhe in #10

Full Changelog: v1.0.0...v1.1.0