clean, simple and fast access to public hydrology and climatology data
Project description
clean, simple and fast access to public hydrology and climatology data
Project Status
Features
retrieves and parses datasets from the web
returns simple python data structures that can be easily pulled into more sophisticated tools such as Pandas for analysis
caches datasets locally and harvests updates as needed
Datasets
Currently, ulmo supports the following datasets / services:
California Department of Water Resources Historical Data
Climate Prediction Center Weekly Drought
CUAHSI WaterOneFlow
Lower Colorado River Authority Hydromet and Water Quality Data
NASA Daymet weather data
National Climatic Data Center Climate Index Reference Sequential (CIRS)
National Climatic Data Center Global Historical Climate Network Daily
National Climatic Data Center Global Summary of the Day
Texas Weather Connection Daily Keetch-Byram Drought Index (KBDI)
US Army Corps of Engineers - Tulsa District Water Control
USGS National Water Information System
USGS Emergency Data Distribution Network services
USGS Earth Resources Observation Systems (EROS) services
USGS National Elevation Dataset (NED) 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. Pip is a good way to do that:
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 py2_conda_environment.yml (or py3_conda_environment.yml if you want to work with python 3)
source activate myenv (use ‘activate test_environment’ on windows)
python setup.py develop
Future
A list of future datasets is kept in on the issue tracker. If there’s a dataset you’d like to see added, please open an issue about it.
Links
Documentation: http://ulmo.readthedocs.org
Repository: https://github.com/ulmo-dev/ulmo
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ulmo-0.8.6.tar.gz
.
File metadata
- Download URL: ulmo-0.8.6.tar.gz
- Upload date:
- Size: 73.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 716ca8361563fef7f31e28b4df4c0874b50bed6b441e92803a252ea14bfde16e |
|
MD5 | 358b51764d9b4bc54afc3ac5c882e9cd |
|
BLAKE2b-256 | 951aa7a8a8b2b8aba93c08d5b40169b7793b0050befc02535d74b4aba92d29d3 |
Provenance
File details
Details for the file ulmo-0.8.6-py2.py3-none-any.whl
.
File metadata
- Download URL: ulmo-0.8.6-py2.py3-none-any.whl
- Upload date:
- Size: 84.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8476225631e7835b43b414180494d95b61beba901a8fcd9ac30b1b320be5a8ff |
|
MD5 | 8cf56393a195fdf7a9e1a666ce9455ed |
|
BLAKE2b-256 | 2135eec26cfa4e942c2989507fd0395e94996f7ba3b453c94bf8648587f2aac4 |