ulmo-dev / ulmo

clean, simple and fast access to public hydrology and climatology data.
http://ulmo.readthedocs.org
Other
169 stars 63 forks source link

ulmo

Clean, simple and fast access to public hydrology and climatology data

Project Status

.. image:: https://github.com/ulmo-dev/ulmo/actions/workflows/default-tests.yml/badge.svg :target: https://github.com/ulmo-dev/ulmo/actions/workflows/default-tests.yml :alt: GitHub Action CI tests

.. image:: https://img.shields.io/conda/vn/conda-forge/ulmo.svg :target: https://anaconda.org/conda-forge/ulmo :alt: Latest conda package

.. image:: https://coveralls.io/repos/ulmo-dev/ulmo/badge.svg?branch=master&service=github :target: https://coveralls.io/github/ulmo-dev/ulmo?branch=master

.. image:: https://readthedocs.org/projects/ulmo/badge/?version=latest :target: https://ulmo.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

Features

Datasets

Currently, ulmo supports the following datasets / services:

Installation

Ulmo depends on a lot of libraries from the scientific python stack (namely: numpy, pytables and pandas) and lxml. There are a couple of ways to get these dependencies installed but it can be tricky if doing it by hand. The simplest way to get things up and running is to use a scientific python distribution that will install everything together. A full list is available on the scipy website but Anaconda / Miniconda_ is recommended as it is the easiest to set up.

If you are using Anaconda/Miniconda then you can install ulmo from the conda-forge_ channel with the following command:

conda install -c conda-forge ulmo

Otherwise, follow the instructions below:

Once the requisite scientific python libraries are installed, the most recent release of ulmo can be installed from PyPI using pip:

pip install ulmo

To install the bleeding edge development version, grab a copy of the source code_ and run setup.py from the root directory:

To setup a development environment using conda:

conda env create -n myenv --file conda_environment.yml

# use 'activate myenv' on windows

source activate myenv

pip install -e .

Links

.. _source code: https://github.com/ulmo-dev/ulmo .. _issue tracker: https://github.com/ulmo-dev/ulmo/issues?labels=new+dataset&state=open .. _more sophisticated tools: http://pandas.pydata.org .. _scipy: http://scipy.org/install.html .. _Anaconda: http://continuum.io/downloads.html .. _Miniconda: https://docs.conda.io/en/latest/miniconda.html .. _conda-forge: https://conda-forge.org