intake-stac
Intake interface to STAC data catalogs
File Explorer
Download Latest Version (.zip)- environment.yml
- binderbadge.yaml
- cron.yaml
- main.yaml
- pypipublish.yaml
- dependabot.yaml
- .coveragerc
- environment-3.10.yml
- environment-3.8.yml
- environment-3.9.yml
- environment-dev.yml
- environment-docs.yml
- environment-unpinned.yml
- environment-upstream.yml
- api.rst
- conf.py
- contributing.rst
- index.rst
- installation.rst
- tutorial.rst
- make.bat
- Makefile
- aws-earth-search.ipynb
- intake-cmr-stac.ipynb
- intake-holoviz.ipynb
- landsat8-l1.ipynb
- my-s2-l2a-cogs.json
- planet-disaster-data.ipynb
- catalog.json
- child-catalog.json
- collection.json
- simple-item.json
- zarr-collection.json
- zarr-item.json
- example-search.json
- readme.md
- single-file-stac.json
- __init__.py
- test_catalog.py
- __init__.py
- catalog.py
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- CHANGELOG.md
- codecov.yml
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements-dev.txt
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/intake/intake-stac
Downloads the entire project code from GitHub to your computer.
cd intake-stac
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install intake-stac==0.4.0
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
$ pip install git+https://github.com/intake/intake-stac
Installs the Python libraries listed in requirements.txt (or similar).
pip install intake-stac==0.4.0
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
