Skip to content

Commit

Permalink
Include installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Aug 1, 2016
1 parent 3811aea commit ce92131
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@ Readers and converters for data from the `GLDAS Noah Land Surface Model

Works great in combination with `pytesmo <https://github.com/TUW-GEO/pytesmo>`_.

Installation
============

Setup of a complete environment with `conda
<http://conda.pydata.org/miniconda.html>`_ can be performed using the following
commands:

.. code-block:: shell
conda create -q -n gldas-environment -c conda-forge numpy netCDF4 pyproj pygrib
source activate gldas-environment
pip install gldas
This will also try to install pygrib for reading the GLDAS grib files. If this
does not work then please consult the `pygrib manual
<http://jswhit.github.io/pygrib/docs/>`_.

.. note::

Reading grib files does not work on Windows as far as we know. It might be
possible to compile the ECMWF C library but we have not done it yet.

Downloading products
====================

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pykdtree
pyproj
pygeogrids
pygrib
Expand Down

0 comments on commit ce92131

Please sign in to comment.