cubo
On-Demand Earth System Data Cubes (ESDCs) in Python
File Explorer
Download Latest Version (.zip)- publish.yml
- tests.yml
- FUNDING.yml
- __init__.py
- cubo.py
- utils.py
- cubo_desc.png
- esds.png
- logo.png
- cubo.cubo.create.rst
- cube_visualization.ipynb
- edge_size_units.ipynb
- getting_started.ipynb
- stackstac.ipynb
- using_collections.ipynb
- using_gee.ipynb
- visualization_lexcube.ipynb
- changelog.rst
- conf.py
- docs-requirements.txt
- index.rst
- make.bat
- Makefile
- reference.rst
- tutorials.rst
- test_cubo.py
- .gitignore
- CITATION.bib
- LICENSE
- pyproject.toml
- README.md
- readthedocs.yaml
- requirements.txt
- tox.ini
# Installation Guide
git clone https://github.com/ESDS-Leipzig/cubo
Downloads the entire project code from GitHub to your computer.
cd cubo
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install cubo
Installs the package published on PyPI directly โ no need to clone the source.
pip install cubo[ee]
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U cubo
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/davemlz/cubo
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install cubo
Installs the package published on PyPI directly โ no need to clone the source.
pip install cubo[ee]
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U cubo
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/davemlz/cubo
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
