-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
variable groups not created #40
Comments
You need to set the |
Thanks. That worked well. |
That's not currently possible. What are the standard names? I can look into implementing this in the next release, it won't be particularly difficult. The main issue is the difference in conventions between directions (e.g. "east" can mean "travelling east" or "coming from the east" depending on context). |
Oh wow. What is the approach for rendering wave direction? So other systems just allow groups to be created and then the rendering is handled in the SLD. Then you dont have to worry about east, etc. as that can be handled in the SLD. |
As it stands, "direction" always has the sense of "direction quantity is moving towards". Users who want the meteorological sense have a different style available. Looking through the standard names table most directional fields specify We don't currently allow arbitrary grouping of layers, but I'm not sure what you mean when you say that rendering is handled in the SLD. Although we define everything in terms of (template) SLDs, we only really support custom layers which we then render ourselves. |
Ok. I am not as familiar with the SLD on your server, but on GeoServer I can use following to compute rotation:
This is a costly calculation considering I can just precompute the angle once and store it as a layer instead of u,v. Using angle and magnitude then the rendering is quite fast. |
We haven't implemented the |
I have two fields that are u/v of wind vectors. I am unable to name them in any way that ncwms will recognize and create a group so I can draw wind arrows and barbs. Can I configure the group manually in XML and what is the format? or what do i need to name the variables to get ncwms to do it automatically?
Greg
The text was updated successfully, but these errors were encountered: