This repository provides a dataset and R code to scrape and parse the weather codes as defined by the World Meteorological Organization (WMO) in the WMO4677 specification.
- R Script for Scraping: An R script to scrape the WMO4677 weather codes from the official webpage.
- Weather Codes Dataset: A CSV file containing the scraped weather codes.
- Open the provided R script.
- Ensure you have the required R packages installed.
- Run the script to scrape the weather codes from the WMO page.
- Download the JSON file containing the weather codes.
- Use it in your applications or platforms that support JSON data.
Contributions are welcome! Please submit a pull request or open an issue if you have updates or corrections.
This dataset and script are shared under the MIT License.
- World Meteorological Organization for providing the WMO4677 specification.