Skip to content
Snippets Groups Projects
Select Git revision
  • cf2afe11d7e5c226e6baf30b93479b19096f95fe
  • main default
  • fixtests
  • dynamic-map-layers
  • 1.0.0
5 results

asc-geostac

user avatar
zksx authored
symbols are being added on initial load/ load more/ and when the multi select box is clicked on. Still noit working when the control layers box is used
cf2afe11
History

GeoSTAC - Forked CartoCosmos Leaflet webmap with added ability to discover USGS Analysis Ready Data (ARD) holdings using the SpatioTemporal Asset Catalogs (STAC) API.

Local Requirements

Anaconda or Miniconda installation

Local Development

  • pull and cd into project root
  • build environment in conda: conda env create -f environment.yml. This will create a GeoSTAC 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
To create a production build:
npm run build

This will create a folder "dist" with all of the production files needed.