-
Notifications
You must be signed in to change notification settings - Fork 17
Upgrading ncISO on an existing older version TDS
Rich Signell edited this page Jun 1, 2016
·
1 revision
NcISO works identically on 4.3-4.6, so if you have an older version of TDS, you can update ncISO to the latest version by following these instructions:
The latest code handles aggregations that have time coordinate
variables named something other than "time" (ROMS has "ocean_time")
and also creates the fileIdentifier properly by combining the
naming_authority
with the id
, as specified in ACDD.
see:
https://github.com/Unidata/threddsIso/pull/12
https://github.com/Unidata/threddsIso/pull/13
The upgrade procedure is:
- build the threddsISO project (e.g. "mvn package")
- replace the existing ncISO-xxx.jar in /webapps/thredds/WEB-INF/lib with the new one you built.
- replace the existing UnidataDD2MI.xml file in /webapps/thredds/WEB-INF/classes/resources/xsl/nciso with this one: https://raw.githubusercontent.com/Unidata/threddsIso/master/src/main/resources/xsl/nciso/UnidataDD2MI.xsl
- restart tomcat