esa-cci-sm


Nameesa-cci-sm JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/pyscaffold/pyscaffold/
SummaryReading and reshuffling of CCI soil moisture
upload_time2023-06-06 15:53:34
maintainer
docs_urlNone
authorTU Wien
requires_python>=3.8
licensemit
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ============
esa_cci_sm
============

.. image:: https://github.com/TUW-GEO/esa_cci_sm/workflows/Automated%20Tests/badge.svg?branch=master
   :target: https://github.com/TUW-GEO/esa_cci_sm/actions

.. image:: https://coveralls.io/repos/github/TUW-GEO/esa_cci_sm/badge.svg?branch=master
    :target: https://coveralls.io/github/TUW-GEO/esa_cci_sm?branch=master

.. image:: https://badge.fury.io/py/esa-cci-sm.svg
    :target: https://badge.fury.io/py/esa-cci-sm

.. image:: https://readthedocs.org/projects/esa_cci_sm/badge/?version=latest
    :target: http://esa_cci_sm.readthedocs.io/en/latest/?badge=latest

Reading and reshuffling of CCI soil moisture Written in Python.

Installation
============

Installing the package can be done via pip:

.. code-block:: shell

    pip install esa_cci_sm

Setup of a complete development environment with `conda
<http://conda.pydata.org/miniconda.html>`_ can be performed using the following
commands:

.. code-block:: shell

  git clone git@github.com:TUW-GEO/esa_cci_sm.git --recursive esa_cci_sm
  cd ./esa_cci_sm
  conda env create -f environment.yml
  source activate esa_cci_sm
  pip install -e .

To checkout our testdata files, you need to have
`Git LFS <https://git-lfs.github.com/>`_ installed on your machine.

Supported Products
==================

At the moment this package supports ESA CCI soil moisture data version
v02.x, v03.x, v04.x and v05.x, v06.x, v07.x in netCDF format (reading and time series creation)
with a spatial sampling of 0.25 degrees.

Contribute
==========

We 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.


Guidelines
----------

If you want to contribute please follow these steps:

- Fork the esa_cci_sm repository to your account
- Clone the repository, make sure you use ``git clone ... --recursive`` to also get
  the test data repository.
- make a new feature branch from the esa_cci_sm master branch
- Add your feature
- Please include tests for your contributions in one of the test directories.
  We use pytest so a simple function called test_my_feature is enough
- submit a pull request to our master branch

Note
====

This project has been set up using PyScaffold 2.5. For details and usage
information on PyScaffold see http://pyscaffold.readthedocs.org/.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyscaffold/pyscaffold/",
    "name": "esa-cci-sm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "TU Wien",
    "author_email": "remote.sensing@geo.tuwien.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/e0/25/59127af5038348c6f66231e4a68eb71a343b2f845af8996f9bcae96cb12e/esa_cci_sm-0.4.0.tar.gz",
    "platform": "any",
    "description": "============\r\nesa_cci_sm\r\n============\r\n\r\n.. image:: https://github.com/TUW-GEO/esa_cci_sm/workflows/Automated%20Tests/badge.svg?branch=master\r\n   :target: https://github.com/TUW-GEO/esa_cci_sm/actions\r\n\r\n.. image:: https://coveralls.io/repos/github/TUW-GEO/esa_cci_sm/badge.svg?branch=master\r\n    :target: https://coveralls.io/github/TUW-GEO/esa_cci_sm?branch=master\r\n\r\n.. image:: https://badge.fury.io/py/esa-cci-sm.svg\r\n    :target: https://badge.fury.io/py/esa-cci-sm\r\n\r\n.. image:: https://readthedocs.org/projects/esa_cci_sm/badge/?version=latest\r\n    :target: http://esa_cci_sm.readthedocs.io/en/latest/?badge=latest\r\n\r\nReading and reshuffling of CCI soil moisture Written in Python.\r\n\r\nInstallation\r\n============\r\n\r\nInstalling the package can be done via pip:\r\n\r\n.. code-block:: shell\r\n\r\n    pip install esa_cci_sm\r\n\r\nSetup of a complete development environment with `conda\r\n<http://conda.pydata.org/miniconda.html>`_ can be performed using the following\r\ncommands:\r\n\r\n.. code-block:: shell\r\n\r\n  git clone git@github.com:TUW-GEO/esa_cci_sm.git --recursive esa_cci_sm\r\n  cd ./esa_cci_sm\r\n  conda env create -f environment.yml\r\n  source activate esa_cci_sm\r\n  pip install -e .\r\n\r\nTo checkout our testdata files, you need to have\r\n`Git LFS <https://git-lfs.github.com/>`_ installed on your machine.\r\n\r\nSupported Products\r\n==================\r\n\r\nAt the moment this package supports ESA CCI soil moisture data version\r\nv02.x, v03.x, v04.x and v05.x, v06.x, v07.x in netCDF format (reading and time series creation)\r\nwith a spatial sampling of 0.25 degrees.\r\n\r\nContribute\r\n==========\r\n\r\nWe are happy if you want to contribute. Please raise an issue explaining what\r\nis missing or if you find a bug. We will also gladly accept pull requests\r\nagainst our master branch for new features or bug fixes.\r\n\r\n\r\nGuidelines\r\n----------\r\n\r\nIf you want to contribute please follow these steps:\r\n\r\n- Fork the esa_cci_sm repository to your account\r\n- Clone the repository, make sure you use ``git clone ... --recursive`` to also get\r\n  the test data repository.\r\n- make a new feature branch from the esa_cci_sm master branch\r\n- Add your feature\r\n- Please include tests for your contributions in one of the test directories.\r\n  We use pytest so a simple function called test_my_feature is enough\r\n- submit a pull request to our master branch\r\n\r\nNote\r\n====\r\n\r\nThis project has been set up using PyScaffold 2.5. For details and usage\r\ninformation on PyScaffold see http://pyscaffold.readthedocs.org/.\r\n",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "Reading and reshuffling of CCI soil moisture",
    "version": "0.4.0",
    "project_urls": {
        "Documentation": "https://pyscaffold.org/",
        "Homepage": "https://github.com/pyscaffold/pyscaffold/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9c44064dbb1329f6c84e00b246de746987d100c03549c4720c5e3eea84f4fa1",
                "md5": "d87fad393c2f47a6eedf38d1efb657bb",
                "sha256": "074065c9ad1227c242ab4c068f6e0c4d92511635f55d406b9bd9a371648002a7"
            },
            "downloads": -1,
            "filename": "esa_cci_sm-0.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d87fad393c2f47a6eedf38d1efb657bb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 53217,
            "upload_time": "2023-06-06T15:53:33",
            "upload_time_iso_8601": "2023-06-06T15:53:33.512156Z",
            "url": "https://files.pythonhosted.org/packages/b9/c4/4064dbb1329f6c84e00b246de746987d100c03549c4720c5e3eea84f4fa1/esa_cci_sm-0.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e02559127af5038348c6f66231e4a68eb71a343b2f845af8996f9bcae96cb12e",
                "md5": "3765fb1e3eaee2d88b27dd7d8fcc43a5",
                "sha256": "4f12a983a7dd70c3d64a14dea54027192a33a0aceaf85221ba3da0c4711f3c82"
            },
            "downloads": -1,
            "filename": "esa_cci_sm-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3765fb1e3eaee2d88b27dd7d8fcc43a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 385492,
            "upload_time": "2023-06-06T15:53:34",
            "upload_time_iso_8601": "2023-06-06T15:53:34.834588Z",
            "url": "https://files.pythonhosted.org/packages/e0/25/59127af5038348c6f66231e4a68eb71a343b2f845af8996f9bcae96cb12e/esa_cci_sm-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-06 15:53:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyscaffold",
    "github_project": "pyscaffold",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "esa-cci-sm"
}
        
Elapsed time: 0.07510s