This repository contains documentation and scripts related to Cyverse's efforts on SpatioTemporal Assets Catalogs (STAC). Documentation is being served through Github pages at https//cyverse-gis.github.io/cyverse-stac.
Built using MkDocs with Material for MkDocs
To build and edit the MkDocs locally, do the following.
git clone https://github.com/cyverse-gis/cyverse-stac
cd cyverse-stac
pip install -r requirements.txt
python3 -m mkdocs serve
Open a browser tab and type localhost:8000
:) ;)