Skip to content

Commit

Permalink
- updated readme to current status
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaussin committed Jan 30, 2019
1 parent 75559ea commit 41b36f0
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,24 @@ 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/merra2/badge/?version=latest
:target: https://merra2.readthedocs.io/en/latest/?badge=latest

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

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

So far the 1-hourly and monthly data sets are supported. The structure of the
package is as follows:
Functionalities for downloading, reading and writing MERRA-2 reanalysis data.
Specifically, the modules provide an interface to the M2T1NXLND data set,
which provides Land Surface Diagnostics at 0.5 ° x 0.625 ° spatial - and
1-hourly temporal resolution.

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

Note
====

This project has been set up using PyScaffold 2.5.7. For details and usage
information on PyScaffold see http://pyscaffold.readthedocs.org/.
* reshuffle.py : provides a command line utility for reshuffling a stack of 1-hourly sampled native images to time series format with an arbitraty temporal sampling between 1-hour and daily
* download.py : command line utility for downloading MERRA-2 data from the NASA GES DISC datapool
* reshuffling_process.py : python interface to the reshuffling command line script

0 comments on commit 41b36f0

Please sign in to comment.