Readers and converters for data from the GLDAS Noah Land Surface Model.
Project description
Readers and converters for data from the GLDAS Noah Land Surface Model. Written in Python.
Works great in combination with pytesmo.
Installation
Setup of a complete environment with conda can be performed using the following commands:
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.
Downloading products
In order to download GLDAS NOAH products you have to register an account with NASA’s Earthdata portal. Instructions can be found here.
After that you can use the command line program gldas_download.
mkdir ~/workspace/gldas_data
gldas_download ~/workspace/gldas_data
would download GLDAS Noah version 1 in 0.25 degree sampling into the folder ~/workspace/gldas_data. For more options run gldas_download -h.
Supported Products
At the moment this package only supports GLDAS Noah data version 1 in grib format with a spatial sampling of 0.25 degrees. It should be easy to extend the package to support other GLDAS based products. This will be done as need arises.
Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gldas-0.1.tar.gz
.
File metadata
- Download URL: gldas-0.1.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b22200458f5d7ce3c39c5267a21e3bb3d1881d665f4437bbe2fcbb207edf5a8a |
|
MD5 | 26e8dc1b0f49dd7b103ff1759750c845 |
|
BLAKE2b-256 | 73b757e7ddb3c5270c150f2e77488724cb81c2d5ce3932c9680ec7fd6333118a |