-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Kirill Kouzoubov edited this page May 26, 2022
·
3 revisions
This is odc-stac
wiki. It will mostly contain examples, recipes and announcements.
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
This section is for links to code samples either within this wiki or external.
This section is for links to deployment related content.
This section is for links to wiki pages proposing new features and improvements.