Skip to content

Updating ERDDAP on gamone for new or changed time series data

Rich Signell edited this page May 2, 2018 · 6 revisions

logon to gamone and set the environment:

ssh [email protected]
cd /opt/docker/gamone/erddap
source activate IOOS

edit the python script nc_to_datasetsXml-batch.py changing lines:

ipath= '/silt/usgs/Projects/stellwagen/CF-1.6/**/*.nc'
opath = '/opt/docker/erddap/xml_parts/cmg/nc

run the script:

nice python nc_to_datasetsXml-batch.py >& foo.log &