Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.19 KB

File metadata and controls

63 lines (42 loc) · 1.19 KB

wis2box

Tests Docs

Quickstart

To download wis2box from source:

git clone https://github.com/cgs-earth/wis2box.git

To run with the ‘quickstart’ configuration, copy this file to demo.env in your working directory:

cp demo.env dev.env

Build and update wis2box:

python3 wis2box-ctl.py build
python3 wis2box-ctl.py update

Start wis2box and login to the wis2box-management container:

python3 wis2box-ctl.py start
python3 wis2box-ctl.py login

Publish stations:

wis2box metadata thing publish-collection

Publish datastreams collection:

wis2box metadata datastream publish-collection

Publish observations collection:

wis2box data observation publish-collection

Ingest some csv files:

wis2box data observation ingest -b 2022-12-31T

Please consult the documentation for installing and running wis2box.

Contact