Skip to content
Kirill Kouzoubov edited this page May 26, 2022 · 3 revisions

Introduction

This is odc-stac wiki. It will mostly contain examples, recipes and announcements.

Announcements

May 26 2022

Version 0.3.0rc1 is available

  • PyPi: odc-stac==0.3.0rc1, Conda
    • pip install "odc-stac==0.3.0rc1"
    • mamba install "odc-stac==0.3.0rc1"
  • This is probably last pre-release before 0.3.0
  • Much smaller set of dependencies (no datacube and all it's libraries), uses odc-geo for geometry types
  • Supports data loading into arbitrary GeoBox (generate rotated images)
  • Supports local multi-threading without Dask (can fill your memory with data almost to 100%)
  • Can use tqdm for progress reporting when loading without Dask

Examples

This section is for links to code samples either within this wiki or external.

Recipes

This section is for links to deployment related content.

Proposals

This section is for links to wiki pages proposing new features and improvements.

Clone this wiki locally