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

Some Questions #5

Open
woodbri opened this issue Feb 5, 2020 · 1 comment
Open

Some Questions #5

woodbri opened this issue Feb 5, 2020 · 1 comment

Comments

@woodbri
Copy link

woodbri commented Feb 5, 2020

Thanks this looks like a an awesome contribution. I have a few questions before diving into it:

  1. Does this work with OpenLayers 6?
  2. I'm interested in doing something like https://windy.com that supports winds, ocean currents, and ocean wave (which have height, direction, period)
  3. have you looked at https://github.com/astrosat/windgl

I have https://github.com/sakitam-fdd/wind-layer working in OL 5.3.3 but it doesn't work in OL 6 (yet?) and it does most (all?) of its work in the canvas and not in webgl. It looks like olwind is using webgl, are you aware of the new support for webgl layers in OL6?

Ok, maybe an lot of question, but I would appreciate your feedback and any near term plans you might have for this project?

I'd be willing to generate and contribute python code for supplying data.

@gberaudo
Copy link
Owner

Hi @woodbri, thanks for your interest in the project.

  1. this project has not been ported to OL6 but it should be easy to do;
  2. cool
  3. I looked very briefly

Yes I am a contributor to OpenLayers.
OLWind uses WebGL for the gradient layer; OL6 only has support for rendering points in WebGL.
I agree it would be cool to have this has standard in OpenLayers.

Currently I have no plan on this project.

I only tested the code at a small scale / small data. You might require optimizations for bigger scale.
For implementing wave, you might have success drawing a small segment instead of a point.

If you come up with something interesting, please let me know.

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