问题标签 [ncwms1.2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
netcdf - 用于 ncWMS 服务器的 Thredds getCapabilities
Thredds 数据服务器 TDS 为 netCDF 文件提供 getCapabilities。例如http://localhost:8080/thredds/wms/testAll/Filename.nc?service=WMS&version=1.3.0&request=GetCapabilities
在这里,文件名将是一个 netCDF 数据集出现在 tomcat 中的这个位置。
tomcat/content/thredds/public/testdata
有没有一种方法可以显示所有图层 getCapabilities 文档,就像 ncWMS 服务器明确提供的那样。例如。http://localhost:8080/ncWMS2/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.1.1
geoserver - Geoserver ncWMS 扩展,GetTimeseries 不起作用
我正在尝试将ncWMS 扩展与 Geoserver 2.16 一起使用。当我使用 GetTimeseries 端点时,出现错误:
这是回溯:
这是我的要求:
GetCapabilities
我知道这些时间是有效的,因为我从输出中复制/粘贴了它们。
这个错误对我来说毫无意义,因为org.geoserver.wms.GetFeatureInfoRequest.setExcludeNodataResults
它在 geoserver 的核心 WMS 代码中。(虽然我不知道 (Z)V 是什么意思)。
我究竟做错了什么?