Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 2.28 KB

community.rst

File metadata and controls

28 lines (18 loc) · 2.28 KB

Community

Users

ωradlib is intended to be a community effort, and community needs communication.

The key communication platform for ωradlib is beside the wradlib GitHub repo the openradar-discourse discussion forum. Through both ways, you can help to improve ωradlib by reporting bugs, proposing enhancements, or by contributing code snippets (in any programming language) and documentation of algorithms.

You can also ask other users and developers for help, or use your own knowledge and experience to help other users. We strongly encourage you to subscribe to openradar-discourse. Check it out!

How to contribute to ωradlib?

We need your help to enhance the capabilities of ωradlib! Is there an algorithm you would consider useful? Please provide code (in any programming language) or documentation. We will it a try to integrate this algorithm in ωradlib.

However, there is an even better way: Start a Pull Request!

  • Step 1: Fork your own ωradlib repository from the ωradlib main repo.
  • Step 2: Implement your changes into the forked repository. Test your code.
  • Step 3: Now you want to feed these changes back into the main ωradlib development branch? Start a Pull Request!
  • Step 4: We will review your changes. On approval, we will merge your fork back into the main ωradlib branch.
  • Step 5: Now everyone can benefit from your improvements.

A step-by-step tutorial for a pull request can be found here.

Finally, you are welcome to contribute examples of your own ωradlib applications in our recipes <notebooks/recipes> section. There, you will also find a guide on how to submit your recipes to the ωradlib documentation pages.