Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 

Repository files navigation

WindTracker.online

Track live wind observations from weather stations around the globe.

WindTracker.online aggregates data from various Open Datas provided by different national weather services. Please note that data availability, update intervals, and station coverage vary widely between countries.

Countris we have so far

๐Ÿ‡ฆ๐Ÿ‡บ Australia ๐Ÿ‡ฆ๐Ÿ‡น Austria ๐Ÿ‡ง๐Ÿ‡ท Brazil ๐Ÿ‡ญ๐Ÿ‡ท Croatia ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark ๐Ÿ‡ช๐Ÿ‡ช Estonia ๐Ÿ‡ซ๐Ÿ‡ฎ Finland ๐Ÿ‡ซ๐Ÿ‡ท France ๐Ÿ‡ฉ๐Ÿ‡ช Germany ๐Ÿ‡ฎ๐Ÿ‡ช Ireland ๐Ÿ‡ฑ๐Ÿ‡น Lithuania ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands ๐Ÿ‡ณ๐Ÿ‡ด Norway ๐Ÿ‡ต๐Ÿ‡ฑ Poland ๐Ÿ‡ต๐Ÿ‡น Portugal ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia ๐Ÿ‡ช๐Ÿ‡ธ Spain ๐Ÿ‡ฐ๐Ÿ‡ท South Korea ๐Ÿ‡ธ๐Ÿ‡ช Sweden ๐Ÿ‡จ๐Ÿ‡ญ Switzerland ๐Ÿ‡น๐Ÿ‡ผ Taiwan ๐Ÿ‡บ๐Ÿ‡ธ **US coastal areas and islands

Contribution & Feedback

While the application's code isn't hosted here, this GitHub repository is the central hub for: discussions, feature requests, and bug reports.

Share your ideas or report an issue!

Add a New Country / Data Source

Want to expand coverage? We welcome Python scripts that can pull new data! The script should retrieve the latest observations, including station locations, and write the data to a JSON file matching the structure below.

{
    "resolution_minutes": 60,
    "stations": [
        {
            "name": "Station Name",
            "longitude": 25.54916,
            "latitude": 60.30373,
            "precipitations": 0.1,
            "airtemperature": 8.9,
            "winddirection": 158.0,
            "windspeed": 8.6,
            "windspeedmax": 10.2
        }
    ]
}

Disclaimer and Support

Data Accuracy & Reliability: Due to the nature of relying on third-party public APIs (which are not 100% reliable and tend to change), there is no warranty on data accuracy or app functionality whatsoever.

This is a passion project; tracking API changes, fixing issues, and developing new features can be time-consuming. Therefore, fixes and updates may not be immediate.

Want to support development? You'll find a donation button in the app's main menu. It would be a great inspiration to take the project further!

Access the App

WindTracker.online



Instagram @windtracker.online for new country and feature updates.

About

WindTracker.online webapp

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors