{ "info": { "author": "TU Wien", "author_email": "remote.sensing@geo.tuwien.ac.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python" ], "description": "====\nSMOS\n====\n\n.. image:: https://travis-ci.org/TUW-GEO/smos.svg?branch=master\n :target: https://travis-ci.org/TUW-GEO/smos \n\n.. image:: https://coveralls.io/repos/github/TUW-GEO/smos/badge.svg?branch=master\n :target: https://coveralls.io/github/TUW-GEO/smos?branch=master \n\n.. image:: https://badge.fury.io/py/smos.svg\n :target: http://badge.fury.io/py/smos \n\n.. image:: https://readthedocs.org/projects/smos/badge/?version=latest\n :target: http://smos.readthedocs.org/ \n\n\nSMOS (Soil Moisture and Ocean Salinity) data readers and time series coverter.\n\nWorks great in combination with `pytesmo `_.\n\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 -q -n smos -c conda-forge numpy netcdf4 pyresample scipy pandas\n source activate smos\n pip install smos\n\nYou can also install all needed (conda and pip) dependencies at once using the\nfollowing commands after cloning this repository. This is recommended for\ndevelopers of the package.\n\n.. code-block:: shell\n\n git clone https://github.com/TUW-GEO/smos.git --recursive\n cd smos\n conda create -n smos python=2.7 # or any supported python version\n source activate smos\n conda update -f environment.yml\n python setup.py develop\n\nSupported Products\n==================\n\n- `SMOS IC `_: SMOS INRA-CESBIO (SMOS-IC) 25km\n\n\nSoftware Citation\n=================\n\n\nContribute\n==========\n\nWe are happy if you want to contribute. Please raise an issue explaining what\nis missing or if you find a bug. We will also gladly accept pull requests\nagainst our master branch for new features or bug fixes.\n\n\nGuidelines\n----------\n\nIf you want to contribute please follow these steps:\n\n- Fork the smos repository to your account\n- make a new feature branch from the smos master branch\n- Add your feature\n- please include tests for your contributions in one of the test directories\n We use py.test so a simple function called test_my_feature is enough\n- submit a pull request to our master branch", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/TUW-GEO/smos", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "smos", "package_url": "https://pypi.org/project/smos/", "platform": "", "project_url": "https://pypi.org/project/smos/", "project_urls": { "Homepage": "https://github.com/TUW-GEO/smos" }, "release_url": "https://pypi.org/project/smos/0.1/", "requires_dist": null, "requires_python": "", "summary": "SMOS (Soil Moisture and Ocean Salinity) image data readers and TS converter", "version": "0.1" }, "last_serial": 4812407, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c4989c5cd4e3caf102f67d1896c97b0a", "sha256": "40164adf3b0b63a775b28cded378c9aa12659eeec3a78dc8e7cc0c07e5762ff7" }, "downloads": -1, "filename": "smos-0.1.tar.gz", "has_sig": false, "md5_digest": "c4989c5cd4e3caf102f67d1896c97b0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 775597, "upload_time": "2019-02-12T19:14:14", "url": "https://files.pythonhosted.org/packages/57/5f/a2534f8eb571970804bca78880b83d82d52ddaec181a75a84bebf1c09c34/smos-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c4989c5cd4e3caf102f67d1896c97b0a", "sha256": "40164adf3b0b63a775b28cded378c9aa12659eeec3a78dc8e7cc0c07e5762ff7" }, "downloads": -1, "filename": "smos-0.1.tar.gz", "has_sig": false, "md5_digest": "c4989c5cd4e3caf102f67d1896c97b0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 775597, "upload_time": "2019-02-12T19:14:14", "url": "https://files.pythonhosted.org/packages/57/5f/a2534f8eb571970804bca78880b83d82d52ddaec181a75a84bebf1c09c34/smos-0.1.tar.gz" } ] }