{ "info": { "author": "Package authors", "author_email": "christoph.paulik@geo.tuwien.ac.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python" ], "description": "=====\ngldas\n=====\n\n.. image:: https://travis-ci.org/TUW-GEO/gldas.svg?branch=master\n :target: https://travis-ci.org/TUW-GEO/gldas\n\n.. image:: https://coveralls.io/repos/github/TUW-GEO/gldas/badge.svg?branch=master\n :target: https://coveralls.io/github/TUW-GEO/gldas?branch=master\n\n.. image:: https://badge.fury.io/py/gldas.svg\n :target: http://badge.fury.io/py/gldas\n\n.. image:: https://readthedocs.org/projects/gldas/badge/?version=latest\n :target: http://gldas.readthedocs.org/\n\nReaders and converters for data from the `GLDAS Noah Land Surface Model\n`_. Written in Python.\n\nWorks great in combination with `pytesmo `_.\n\nCitation\n========\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596427.svg\n :target: https://doi.org/10.5281/zenodo.596427\n\nIf you use the software in a publication then please cite it using the Zenodo DOI.\nBe aware that this badge links to the latest package version.\n\nPlease select your specific version at https://doi.org/10.5281/zenodo.596427 to get the DOI of that version.\nYou should normally always use the DOI for the specific version of your record in citations.\nThis is to ensure that other researchers can access the exact research artefact you used for reproducibility.\n\nYou can find additional information regarding DOI versioning at http://help.zenodo.org/#versioning\n\nInstallation\n============\n\nSetup of a complete environment with `conda\n`_ can be performed using the following\ncommands:\n\n.. code-block:: shell\n\n conda create -n gldas python=2.7 # or any other supported python version\n source activate gldas\n\n.. code-block:: shell\n\n # Either install required conda packages manually\n conda install -c conda-forge numpy netCDF4 pyproj pygrib\n # Or use the provided environment file to install all dependencies\n conda env update -f environment.yml\n\n.. code-block:: shell\n\n # Install the gldas package and pip-dependencies\n pip install gldas\n\nThis will also try to install pygrib for reading the GLDAS grib files. If this\ndoes not work then please consult the `pygrib manual\n`_.\n\n.. note::\n\n Reading grib files does not work on Windows as far as we know. It might be\n possible to compile the ECMWF C library but we have not done it yet.\n\nSupported Products\n==================\n\nAt the moment this package supports GLDAS Noah data version 1 in grib\nformat (reading, time series creation) and GLDAS Noah data version 2.0 and version 2.1 in netCDF format (download, reading, time series creation) with a spatial sampling of 0.25 degrees.\nIt should be easy to extend the package to support other GLDAS based products.\nThis will be done as need arises.\n\nDownloading Products\n====================\n\nIn order to download GLDAS NOAH products you have to register an account with\nNASA's Earthdata portal. Instructions can be found `here\n`_.\n\nAfter that you can use the command line program ``gldas_download``.\n\n.. code::\n\n mkdir ~/workspace/gldas_data\n gldas_download ~/workspace/gldas_data\n\nwould download GLDAS Noah version 2.0 in 0.25 degree sampling into the folder\n``~/workspace/gldas_data``. For more options run ``gldas_download -h``.\n\nContribute\n==========\n\nWe are happy if you want to contribute. Please raise an issue explaining what is missing or if you find a bug. We will also gladly accept pull requests against our master branch for new features or bug fixes.\n\nDevelopment setup\n-----------------\n\nFor Development we also recommend a ``conda`` environment. You can create one\nincluding test dependencies and debugger by running\n``conda env create -f environment.yml``. This will create a new ``gldas``\nenvironment which you can activate by using ``source activate gldas``.\n\nGuidelines\n----------\n\nIf you want to contribute please follow these steps:\n\n- Fork the gldas repository to your account\n- Clone the repository, make sure you use ``git clone --recursive`` to also get the test data repository.\n- make a new feature branch from the gldas master branch\n- Add your feature\n- Please include tests for your contributions in one of the test directories. We use py.test so a simple function called test_my_feature is enough\n- submit a pull request to our master branch\n\nNote\n====\n\nThis project has been set up using PyScaffold 2.5.6. For details and usage\ninformation on PyScaffold see http://pyscaffold.readthedocs.org/.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://...", "keywords": "", "license": "new-bsd", "maintainer": "", "maintainer_email": "", "name": "gldas", "package_url": "https://pypi.org/project/gldas/", "platform": "", "project_url": "https://pypi.org/project/gldas/", "project_urls": { "Homepage": "http://..." }, "release_url": "https://pypi.org/project/gldas/0.5/", "requires_dist": null, "requires_python": "", "summary": "Readers and converters for data from the GLDAS Noah Land Surface Model.", "version": "0.5" }, "last_serial": 5149740, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "26e8dc1b0f49dd7b103ff1759750c845", "sha256": "b22200458f5d7ce3c39c5267a21e3bb3d1881d665f4437bbe2fcbb207edf5a8a" }, "downloads": -1, "filename": "gldas-0.1.tar.gz", "has_sig": false, "md5_digest": "26e8dc1b0f49dd7b103ff1759750c845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18006, "upload_time": "2016-08-01T12:28:28", "url": "https://files.pythonhosted.org/packages/73/b7/57e7ddb3c5270c150f2e77488724cb81c2d5ce3932c9680ec7fd6333118a/gldas-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "44fe5c7028bc81e30b06cb82caa4fb6b", "sha256": "dd6fc68599ef8b971833ccc77cdfc1bd51a2839a48e2bd1b4edce9a4d101a6e9" }, "downloads": -1, "filename": "gldas-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44fe5c7028bc81e30b06cb82caa4fb6b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11341, "upload_time": "2016-09-13T14:07:43", "url": "https://files.pythonhosted.org/packages/4f/69/6f6671b791dc4dc8a5067af99319fd64c3fa4e063ee85fdeca0cb035b204/gldas-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee64258658a5aa2c27d83acf545ccc1f", "sha256": "2b1bd80baac903e11cf73b2f86b26c08cbee3448473ffcc447baf7715a546e4d" }, "downloads": -1, "filename": "gldas-0.2.tar.gz", "has_sig": false, "md5_digest": "ee64258658a5aa2c27d83acf545ccc1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 776918, "upload_time": "2016-09-13T14:07:46", "url": "https://files.pythonhosted.org/packages/1c/9c/3937c57267911c1315ab4dc7373515a82ecf6e16c1c15f6477b81292da96/gldas-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "5dcb202fb4141dea0bb4c25549cbff79", "sha256": "2c5cea8ca95edd50f97762f3849ee4215f975d07ad660fd7ece48e18157e08e9" }, "downloads": -1, "filename": "gldas-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5dcb202fb4141dea0bb4c25549cbff79", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11475, "upload_time": "2017-02-22T16:07:22", "url": "https://files.pythonhosted.org/packages/e8/c1/bda5e287f7e59d0d76221d41f1c070e30e58af77da4e6ac781523e0420fe/gldas-0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3138b65deaf8230a42712618afeb82f", "sha256": "9ea5e088419544b7975abde5d10fe2a6925ce9b2e3e30878e2bbaefef1add9d1" }, "downloads": -1, "filename": "gldas-0.3.tar.gz", "has_sig": false, "md5_digest": "e3138b65deaf8230a42712618afeb82f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 776993, "upload_time": "2017-02-22T16:07:00", "url": "https://files.pythonhosted.org/packages/bc/b2/154f444a320a2533cd472e564e3e6300f35eaefd3fa695e81966a9a2d5b1/gldas-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "1e3b051f77764e4d55dfee45e987fde6", "sha256": "0daf03da8aafc21d2301c18e207db8b53bc666fbca863743e7461d4ce10ea1b2" }, "downloads": -1, "filename": "gldas-0.4.tar.gz", "has_sig": false, "md5_digest": "1e3b051f77764e4d55dfee45e987fde6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 779789, "upload_time": "2017-06-30T09:10:30", "url": "https://files.pythonhosted.org/packages/28/ee/2c4440ea389c7c4f97ac237d63394b5065174eb6e52587c67fd9d8cace1a/gldas-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "5daade9d7a18a2888c61366d96fbc7dd", "sha256": "271dd3defccb1ba33bc000dce36894449c8e3d176473e23adcac74a6829bdaed" }, "downloads": -1, "filename": "gldas-0.5.tar.gz", "has_sig": false, "md5_digest": "5daade9d7a18a2888c61366d96fbc7dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 780993, "upload_time": "2019-01-18T12:32:14", "url": "https://files.pythonhosted.org/packages/cc/22/04181aa3f006d8638ad8c44696ad753f9952d4b0ecaf147d014987b24d93/gldas-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5daade9d7a18a2888c61366d96fbc7dd", "sha256": "271dd3defccb1ba33bc000dce36894449c8e3d176473e23adcac74a6829bdaed" }, "downloads": -1, "filename": "gldas-0.5.tar.gz", "has_sig": false, "md5_digest": "5daade9d7a18a2888c61366d96fbc7dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 780993, "upload_time": "2019-01-18T12:32:14", "url": "https://files.pythonhosted.org/packages/cc/22/04181aa3f006d8638ad8c44696ad753f9952d4b0ecaf147d014987b24d93/gldas-0.5.tar.gz" } ] }