Welcome to the Windy PWS Stations project! This repository provides guidelines for uploading weather data from specific stations to Windy.com.
These guides can be found on the Guides page in HTML format.
We also welcome contributions from the community to enhance the project.
Guides are separated into folders named after station brands (e.g. netatmo
).
There are folders with specific models (e.g. urban
).
You will find a page.md
file with the information you're looking for.
We welcome contributions to the Weather Data Uploader project! Whether you're fixing a typo or adding a new model guide, your input is valuable.
-
Fork the repository: Click the "Fork" button at the top right of this page to create a copy of this repository on your GitHub account.
-
Create a branch: Create a new branch for your work. Use a descriptive name for your branch (
nickname/add-netatmo-urban-docs
). -
Make your changes: Edit the documentation files.
See Guide Structure for the best results.
-
Commit & push your changes: Commit your changes with a descriptive commit message and your changes to your forked repository.
-
Submit a pull request: Go to the original repository on GitHub and submit a pull request with a description of your changes.
Write files in Markdown
using the following template.
Screenshots or other pictures should be put to the same directory as the page.md
.
Don't be too brief or too verbose. Follow your common sense.
## Prerequisites
Here goes a list of items or actions a reader has to have or do in order to seamlessly follow your guide.
- **Unordered list is prefered** - make a list item bolder. Describe with a normal font.
## (optional) Initial setup
Some extended setup which could be required.
## Steps
Write down a list of simple steps the reader will follow. Try to write it the way even not advanced users will be able to understand.
Use screenshots with a highlighted area of interest.
1. **Ordered list is prefered** - make a list item bolder. Describe with a normal font.
- Use 2nd level lists if needed
(optional) Author: [Your Name](https://github.com/mrfullset)
Please read and adhere to our Code of Conduct to ensure a positive experience for all contributors.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.