Contribute¶
You are welcome do add a new pre-defined dataset. For other features, please open an issue on GitHub.
Roadmap¶
Features:
- STAC: Add dask download as optional
- STAC: Make the progress-bar optional
- Overall: Add support for temporal axis
- Overall: Add support for 3D data
- Overall: Add support for 4D data
- GEE Accessor
- Widen support for lat-lon data
- Support different x-y resolutions
- True threaded mode: multiple threads for downloading, one thread for writing, multiple for loading
- Predownload data
- Interface with geobox
- Interface with geopandas: find all intersecting tiles between geopandas and the cubes extent
Datasets:
- ArcticDEM: increase readspeed by using extent files
- TCTrend Dataset
- S2 Dataset
- Landsat Dataset
Admin:
- Use StopUhr to measure performance
- Write documentation (sphinx or mkdocs)
- Add GitHub Action
- Publish to PyPy
- Replace all execptions with custom exceptions
- Further flatten the public facing API
- Replace TileWrapper NamedTuple with a dataclass
- Make concurrency and storage module private