...
Login into Tosca and select a
displacement-time-series
dataset.Click on
On-Demand
and selectDisplacement Time Series Ingest [dev]
from Action list.Under
hysds-io-ingest-ts:dev parameters
set:thredds_data_dir
to “/data/ts”leaflet_url
to “https://<TS_PVT_IP>/ts/”.The
TS_PVT_IP
is in /home/ops/.sds/tss_config
Click
Process Now
and wait till job is completed in MozartLogin back into Tosca and select the submitted
displacement-time-series
dataset. TheVisualize
button should now be available.Click on
Visualize
and enjoy the displacement-time-series visualization!
...
FAQ:
What is update_tss.sh used for?
This BASH script uses
update_tss.py
to:Define private EC2 IP address from .sds/tss_config for time series server host
Send
celeryconfig.py
from mozart to leaflet server. This allows server to pick up jobs fromts_ingest
queue.Sync the following repos between mozart and time-series server:
container-builder
displacement-ts-server
hysds
hysds_commons
hysds-dockerfiles
lightweight-jobs
osaka prov_es
sciflo
spyddder-man
What is setup_tss.sh used for?
This BASH script (found in the
displacement-ts-server-terraform
directory) is used to:Clone or update displacement-ts-server directroy in Mozart’s ~/mozart/ops directory.
Update configs/certs/server.cnf and create self-signed SSL certs into displacement-ts-server directroy
Update time-series leaflet server using
update_tss.py
andupdate_tss.sh