Skip to content
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

Display data from HF radar (speed and direction of ocean surface currents) #318

Open
MarcoAlbaETT opened this issue Nov 14, 2023 · 2 comments

Comments

@MarcoAlbaETT
Copy link

Hi,
I've data from HF Radar (speed and direction of ocean surface currents) where currents are stored with two variables:

  • EWCT (West-east current component)
  • NSCT (South-north current component)
    I've tried to configure a dataset in order to display something like:
    image

without success.

Data are from OpenDAP like
https://data-erddap.emodnet-physics.eu/erddap/griddap/HFR_EUSKOOS_Total_NRT
https://data-erddap.emodnet-physics.eu/erddap/griddap/HFR_DELTAEBRO_Total
(these are ERDDAP datasets)

Can anyone help me configuring these datasets (if possible)?

Thanks

Marco

@ernstdevreede
Copy link
Collaborator

In principle ADAGUC can display layers for directional data with arrows.
This can be achieved by configuring a layer with 2 elelements, in this case EWCT and NSCT nad using a vector plotting style.
However the vector plotting code is designed for atmospheric currents and displays only a dot for current speeds beneath 1 m/s. In the atmosphere such low wind speeds are rated as non-relevant.
Unfortunately ocean currents are very often less strong than 1 m/s, so no useful display can be generated by ADAGUC at the moment.
We might need to do some code adaptations if we want to support this.

@MarcoAlbaETT
Copy link
Author

Thanks for the clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants