Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Weather | 207 | 4 years ago | n,ull | PHP | ||||||
Taiwan's Weather Maps! 想查詢每個地方的天氣嗎!?藉由 Google Maps API 的地圖服務,以及中央氣象局網站的天氣預報,讓你快速輕鬆的查詢台灣 368 個鄉鎮的天氣概況! | ||||||||||
Wind Js Server | 103 | a year ago | 11 | other | JavaScript | |||||
Service to expose Grib2 wind forecast data as JSON | ||||||||||
Weacast App | 61 | 2 months ago | 1 | mit | JavaScript | |||||
Weacast demo application | ||||||||||
Weather Swiftui | 45 | 4 years ago | 4 | Swift | ||||||
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast! | ||||||||||
Weather Stations | 44 | 22 days ago | 9 | Python | ||||||
A list of public weather stations everyone can edit and share. | ||||||||||
Yr.no Forecast | 43 | 9 | 3 | 3 years ago | 12 | April 12, 2018 | 1 | mit | JavaScript | |
Node.js module to get weather forecast data in JSON format from yr.no service. | ||||||||||
Perfect Weather | 30 | 6 years ago | Swift | |||||||
Demonstrate using URL Routes & variables, Fetching of remote data from API's as JSON, reading and transforming to data more appropriately consumable by an API client. | ||||||||||
Ec Weather | 26 | 2 | 9 months ago | 6 | October 10, 2021 | 7 | mit | JavaScript | ||
Parse Environment Canada RSS feeds into clean and friendly JSON. | ||||||||||
Apiai Python Webhook | 23 | 5 years ago | 6 | apache-2.0 | Python | |||||
Wxkdarksky | 21 | 3 years ago | 5 | July 24, 2019 | mit | Swift | ||||
A pure-Swift Codable layer over the Dark Sky API. |
A weather station is a location where meteorological data is measured. Most countries operate public weather station networks in order to monitor weather and climate. This repository provides a list of public weather stations everyone can contribute to. The data is maintained by Meteostat.
You can download the list of weather stations, including Meteostat inventory data, in JSON format:
Additional information about the Meteostat bulk data interface is available in the documentation.
The stations
directory contains one JSON file per weather station. The files are named after the station's Meteostat ID and hold one JSON object which describes the respective weather station.
Each weather station must provide the following properties. Missing values are defined as null
. The following properties are mandatory and must be present in a station file. Additional properties, like all entries under identifiers
, are optional and should only be included if set.
id
: Meteostat ID (String)name
: Name in different languages (Object)country
: ISO 3166-1 alpha-2 country code, e.g. CA for Canada (String)region
: ISO 3166-2 state or region code, e.g. TX for Texas (String)identifiers
: Identifiers (Object)location
: Geographic location (Object)
latitude
: Latitude (Float)longitude
: Longitude (Float)elevation
: Elevation in meters (Integer)timezone
: Time zone (String)stations
directory are named after the station's Meteostat ID.If you want to add a new weather station, update some information or correct an error, please either correct/update the affected file(s) & create a pull request or fill an issue & describe your concern. We will review each request and update the list accordingly. Once your changes are merged into the master
branch they will be visible in all Meteostat products within a few days.
The list of weather stations is available under the Creative Commons Attribution 4.0 International Public License.