Unidata / thredds-docker

Dockerized THREDDS

Home Page:https://hub.docker.com/r/unidata/thredds-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with wind in wms

rafaelcabreu opened this issue · comments

I am a newbie using thredds but I found the docker version really useful, so thanks for that. However I was trying to plot wind vectors with wms but I am running into some trouble. From my understanding, variables "eastward_wind" and "northward_wind" would be merged into a variable called "wind" that can be displayed as a vector.

Eventough the correct variable was created I get the following error message in godiva:
Error getting data from server
In the log from the thredds container I get
Caused by: uk.ac.rdg.resc.ncwms.exceptions.LayerNotDefinedException: The layer "wind" is not provided by this server

I tried using thredds-docker:4.6.11, 4.6.13 and 4.6.14

Is there anything that I am missing?