Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 884 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 884 Bytes

gcis-nca3-syncer

Syncer script to update a GCIS endpoint with missing NCA3 figures, datasets, etc.

Install

  1. Install virtual environment and dependencies:
$ ./install.sh
  1. Ensure you've set up GCIS credentials in $HOME/etc/Gcis.conf:
$ cat ~/etc/Gcis.conf
---
- url      : https://localhost:3000
  userinfo : gmanipon:<GCIS API key>
  key      : <GCIS API key>
  1. Make sure GCIS web app is running.

Updated Figure 9.3 - Wildfire Smoke has Widespread Health Effects

$ ./update_figure-9-3.sh https://localhost:3000

Updated Figure 16.5 - Urban Heat Island

$ ./update_figure-16-5.sh https://localhost:3000

Scripts that are currently ready to use: update_figure-16-5.sh update_figure-34-16.sh update_figure-9-3.sh