Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

dev. Projects

Kai Muehlbauer edited this page Sep 20, 2017 · 2 revisions

HowTo Add Projects

A new project is added by creating a new file under the posts-folder. The filename should be all lowercase and speaking (eg. wradlib.md).

The content of the file depends on the used format (Markdown, reStructuredText, AsciiDoc). Here we use Markdown.

---
Title: wradlib
Date: 2017-09-16 00:00
Category: Projects
Authors: openradar
Tags: project, devel, python
---

## Quick description

wradlib is an Open Source Python library that aims at providing functions for the full radar processing chain - reading various formats, error correction and quality control, compositing, rain gauge adjustment, and verification.

## Homepage

<http://wradlib.org/>

## Code Repository

<https://github.com/wradlib/wradlib>

## Software Documentation

<http://wradlib.org/wradlib-docs>

## User group or forum page
<https://groups.google.com/forum/?fromgroups#!forum/wradlib-users>

## License model
MIT

## Year of first release
2011

## Main programming laguage(s)
Python

## Supported platforms
Linux, Mac, Windows

## Type of software
API/Library

## Further details
N/A

## References
Heistermann, M., Jacobi, S., Pfaff, T. (2013): Technical Note: An open source library for processing weather radar data (wradlib). Hydrol. Earth Syst. Sci., 17, 863-871, [doi:10.5194/hess-17-863-2013](http://dx.doi.org/10.5194/hess-17-863-2013).

Here we take Projects as Category to distinguish it from the News. A new project should fill out all different topics (eg. Quick description) and add N/A if not available.

We need to tag the project with all relevant tags (code language etc). Then the user can find specific projects by their tags.

Clone this wiki locally