GeoSTAC - Forked CartoCosmos Leaflet webmap with added ability to discover USGS Analysis Ready Data (ARD) holdings using the SpatioTemporal Asset Catalogs (STAC) API.
Anaconda or Miniconda installation
- pull and cd into project root
- build environment in conda:
conda env create -f environment.yml
. This will create aGeoSTAC
environment with nodejs - activate your conda environment:
conda activate GeoSTAC
- run
npm install
from the project root - run
npm start
to launch your local development server. Changes should automatically refresh in the browser
npm run build
This will create a folder "dist" with all of the production files needed.