File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
<service name =" iso" serviceType =" ISO" base =" /twitcher/ows/proxy/thredds/iso/" />
12
12
<service name =" wcs" serviceType =" WCS" base =" /twitcher/ows/proxy/thredds/wcs/" />
13
13
<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/" />
15
16
</service >
16
17
17
18
<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}" >
Original file line number Diff line number Diff line change 1
1
# All env in this default.env can be overridden by env.local.
2
2
3
3
# 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 "
5
5
export THREDDS_DOCKER = pavics/thredds-docker
6
6
export THREDDS_IMAGE = " ${ THREDDS_DOCKER } :${ THREDDS_VERSION } "
7
7
export THREDDS_ORGANIZATION = " Birdhouse"
Original file line number Diff line number Diff line change 1
1
<?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">
3
3
<!--
4
4
Detailed configuration of the WMS service. This config file can be used to
5
5
set default styling parameters for each dataset/variable, and to enable or disable
You can’t perform that action at this time.
0 commit comments