Skip to content
Snippets Groups Projects
Select Git revision
  • 3c7301595a8375ee7433cbbcb9ab09ee5073cab7
  • master default protected
  • v4.5.2
  • v4.5.1
  • v4.5.0
  • v4.4.0
  • v4.3.3
  • v4.3.2
  • v4.3.1
  • v4.3.0
  • v4.2.0
  • v4.1.0
  • v4.0.2
  • v4.0.1
  • v4.0.0
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.1
  • v3.0.0
22 results

packetlib

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.