Windy API4 - examples of succesfull use
-
It took a little while to work things out with API4 but I'm pretty happy with the results. I still need to work out how to remove the Navionics and Mapbox layers once they have been added.
SailAway is a sailing Sim available on Steam. I'm not involved with the development of the game. They publish an API of the boat positions in the virtual world.
-
A basic central California surfing weather website: surfwx.seaspatial.com
I've added some buoy and wind data from NOAA sites and a tide-table using X-Tide. Data are fetched and processed with Python running on a Raspberry Pi 3b. -
@mlevey How did you solved the icons BUG?
-
Sorry @ivo, I gave the solution in the original post. I had forgotten to declare the character encoding in the html document. Setting the meta tag to utf-8 solved the problem. Thanks!
-
๐ฐ๏ธ LIVE: Apprentis Nomades
Follow Tรฉo, Norman & Julien on their 'Straight to Patagonia' voyage ๐
https://www.followmychallenge.com/live/apprentisnomades/We have build a Windy based map that is connected to their Iridium GO!
Web: https://apprentisnomades.org/
Facebook: Apprentis Nomades
Insta: https://www.instagram.com/apprentis_nomades/ -
Paragliding Earth
on https:// paragliding.earth which is a map of free flight places worldwide, api is used to overlay the wind layer on the map :
-
An Android soaring forecast app was developed to help consolidate various forecasts and information useful for soaring(aka gliding) pilots. To help with assessing soaring conditions a customized version of Windy was added via an Android webview.
Android open source at: https://github.com/efoertsch/SoaringForecast
App in Google Play: https://play.google.com/store/apps/details?id=org.soaringforecast.rasp (note that code in Github may be ahead of latest app release as the app is still being developed as time permits).
-
OpenLayers์ Windy API ์ค์ฒฉ. ํด์ํ๋ ฅ๋ฐ์ ํ๋ซํผ
๋ณธ ์์คํ ์ ์์ฒญ์ ์ํด ๊ฐ๋ฐ์ค์ด๋ฉฐ Windy API Professional ๋ฒ์ ผ์ ๊ตฌ๋งคํ๋ฉด ์ ์ ๊ตฌ๋๋ฉ๋๋ค.
๊ฐ๋ฐ์ด ์๋ฃ๋๋ฉด ์ ์์๋ฒ์์ ์ด์๋์ง๋ง windy๋ง ์ฌ์ฉํ๋ ์์ ๋ ์๋ url๋ก ์ ์งํฉ๋๋ค.- Windy Map Forecast ์ค์ฒฉ ๋ฐ ๋ฐฐ๊ฒฝ ํฌ๋ช ๋ ์กฐ์ (๋ฐ๋ ์ ๋๋ฉ์ด์ ์ ์ ์ธํ ๋ฐฐ๊ฒฝ์ง๋)
- Windy Layer์ฐฝ ์ด๊ธฐ ๋ฐ ๊ฐ ๋ ์ด์ด ์ค์
- Windy Point Forecast ๋ชจ๋ ์คํ. ์ง๋ ํด๋ฆญ ์์น์ ๊ธฐ์์ ๋ณด๋ฅผ ์กฐํ ํจ.
- Windy Map ๋ชจ๋์์ ๋ง์ฐ์ค ์์น์ ๊ธฐ์์ ๋ณด๋ฅผ ์กฐํ ํจ.
- Windy Map์ ๊ธฐ์กด Openlayers ์์คํ ์ ์ค๋ฒ๋ ์ด๋์ด ์ ์ฒด ์ฐฝ์ด ์๋ Windy Map์ ๋ฐฐ๊ฒฝ ๋ ์ด์ด๋ง ํฌ๋ช ๋๋ฅผ ์กฐ์ ํฉ๋๋ค.
Overlapping OpenLayers and Windy API.
Offshore wind power generation platform.
This system is being developed upon request and will run normally if you purchase the Windy API Professional version.
Once development is completed, it will be operated on the official server, but examples that only use Windy will be maintained at the URL below.- Windy Map Forecast overlay and background transparency control (background map excluding wind animation)
- Open Windy Layer window and set each layer
- Launch Windy Point Forecast mode. View weather information at the location where you click on the map.
- Check mouse location and weather information in Windy Map mode.
- Windy Map overlays the existing Openlayers system to adjust
the transparency of only the Windy Map's background layer, rather than the entire window.
Demo :
Url : http://www.gisapplication.kr/OL_Windy/
-
์ด ์์ ๋ ChatGPT๊ฐ ์ฝ๋ฉํด์ค ๊ฒ๊ณผ ๋ค๋ฆ ๋๋ค. (์ฌ๋ฏธ๋ก ChatGPT์๊ฒ ์์ค๋ฅผ ๋ง๋ค์ด ๋ณด์์ต๋๋ค)
์ด์์ค๋ ์คํ๋์ง ์์ ์กฐ๊ธ ์์ ํ์ฌ ๋ง๋ ๋ฐ๋ชจ์ ๋๋ค
Windy Map Forecast๋ฅผ ์ค์ฒฉํ์ฌ UI ์ ์ฒด๋ฅผ ํฌ๋ช ์กฐ์ ํ์ง ์์ต๋๋ค
๋ฐฐ๊ฒฝ์ง๋๋ ๋ฉ๋ด๋ฑ์ ์กฐ์ ์ ํด์ OpenLayers ์ฌ์ฉ์๋ ๋ชป ๋๋ผ๋๋ก ํด๋ณธ๊ฒ์ ๋๋ค. 2๊ฐ๋ฅผ ๋น๊ตํด๋ณด์ธ์This example is different from what ChatGPT coded. (For fun, I created the source code for ChatGPT.)
This is a demo created with a little modification as this source does not run.
Windy Map Forecast is overlapped and the entire UI is not adjusted transparently.
We tried to adjust the background maps and menus so that OpenLayers users wouldn't notice. Compare 2 -
How can i use the api for gepcobillonline.pk , this is my website which enable Electricity consumers to check their bills online.