/scivision_sentinel2_stac

Scivision plugin for loading accessing Sentinel-2 Cloud-Optimized GeoTIFFs (following tutorial: https://odc-stac.readthedocs.io/en/latest/notebooks/stac-load-e84-aws.html)

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

scivision_sentinel2_stac

Scivision plugin for loading accessing Sentinel-2 Cloud-Optimized GeoTIFFs (following tutorial: https://odc-stac.readthedocs.io/en/latest/notebooks/stac-load-e84-aws.html)

The plugin can be installed via scivision:

pip install scivision

To run a demo showing how the plugin is used, do the following:

  1. Get the example notebook: git clone https://github.com/scivision-gallery/scivision_examples
  2. Install the scivision package: pip install scivision
  3. Install jupyter and jupytext: pip install jupyter jupytext
  4. Run jupyter notebook from the cloned scivision_examples repo and click on stac.py