Skip to content

Commit

Permalink
Update readme, add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Jan 19, 2019
1 parent 6d15d44 commit 1419e85
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,29 @@
merra
=====

.. image:: https://travis-ci.org/TUW-GEO/merra.svg?branch=master
:target: https://travis-ci.org/TUW-GEO/merra

.. image:: https://coveralls.io/repos/github/TUW-GEO/merra/badge.svg?branch=master
:target: https://coveralls.io/github/TUW-GEO/merra?branch=master

.. image:: https://readthedocs.org/projects/merra/badge/?version=latest
:target: http://merra.readthedocs.org/en/latest/?badge=latest

The package provides readers and converters for the MERRA2 data in a similiar
manner like the gldas package.


Description
===========

So far the 1-hourly and monthly data sets are supported. The structure of the
package is as follows:
*grid.py : implements the asymmetrical GMAO 0.5 x 0.625 grid
*interface.py : classes for reading a single image, image stacks and time series
*reshuffle.py : provides a command line utility for reshuffling an image stack to time series format
*download.py : command line utility for downloading merra2 data from the nasa datapool
*reshuffling_process.py : WILL BE REMOVED

* grid.py : implements the asymmetrical GMAO 0.5 x 0.625 grid
* interface.py : classes for reading a single image, image stacks and time series
* reshuffle.py : provides a command line utility for reshuffling an image stack to time series format
* download.py : command line utility for downloading merra2 data from the nasa datapool
* reshuffling_process.py : WILL BE REMOVED

Note
====
Expand Down

0 comments on commit 1419e85

Please sign in to comment.