Skip to content

Commit 0af9d33

Browse files
committed
thredds: upgrade to v5.5
Replay the diff at commit 43646c5 from PR #413
1 parent a318667 commit 0af9d33

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

birdhouse/config/thredds/catalog.xml.template

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<service name="iso" serviceType="ISO" base="/twitcher/ows/proxy/thredds/iso/"/>
1212
<service name="wcs" serviceType="WCS" base="/twitcher/ows/proxy/thredds/wcs/" />
1313
<service name="wms" serviceType="WMS" base="/twitcher/ows/proxy/thredds/wms/" />
14-
<service name="subsetServer" serviceType="NetcdfSubset" base="/twitcher/ows/proxy/thredds/ncss/" />
14+
<service name="ncssGrid" serviceType="NetcdfSubset" base="${TWITCHER_PROTECTED_PATH}/thredds/ncss/grid/" />
15+
<service name="ncssPoint" serviceType="NetcdfSubset" base="${TWITCHER_PROTECTED_PATH}/thredds/ncss/point/" />
1516
</service>
1617

1718
<datasetScan name="${THREDDS_SERVICE_DATA_LOCATION_NAME}" ID="${THREDDS_SERVICE_DATA_URL_PATH}" path="${THREDDS_SERVICE_DATA_URL_PATH}" location="${THREDDS_SERVICE_DATA_LOCATION_ON_CONTAINER}">

birdhouse/config/thredds/default.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# All env in this default.env can be overridden by env.local.
22

33
# thredds-docker >= 4.6.18 or >= 5.2 strongly recommended to avoid Log4J CVE-2021-44228.
4-
export THREDDS_VERSION=4.6.18-unidata-2022-01
4+
export THREDDS_VERSION="5.5-unidata-2024-11-19-with-tds-plugin-jar-with-dependencies.jar"
55
export THREDDS_DOCKER=pavics/thredds-docker
66
export THREDDS_IMAGE="${THREDDS_DOCKER}:${THREDDS_VERSION}"
77
export THREDDS_ORGANIZATION="Birdhouse"

birdhouse/config/thredds/wmsConfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE wmsConfig SYSTEM "http://www.unidata.ucar.edu/schemas/thredds/dtd/ncwms/wmsConfig.dtd">
2+
<!DOCTYPE wmsConfig SYSTEM "https://schemas.unidata.ucar.edu/thredds/dtd/ncwms/wmsConfig.dtd">
33
<!--
44
Detailed configuration of the WMS service. This config file can be used to
55
set default styling parameters for each dataset/variable, and to enable or disable

0 commit comments

Comments
 (0)