pygeobase


Namepygeobase JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttp://geo.tuwien.ac.at/
SummaryAdd a short description here!
upload_time2023-01-31 15:23:22
maintainer
docs_urlNone
authorTU Wien
requires_python>=3.6
licensemit
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========
pygeobase
=========

.. image:: https://github.com/TUW-GEO/pygeobase/workflows/ubuntu/badge.svg
   :target: https://github.com/TUW-GEO/pygeobase/actions/workflows/ubuntu.yml

.. image:: https://github.com/TUW-GEO/pygeobase/workflows/windows/badge.svg
   :target: https://github.com/TUW-GEO/pygeobase/actions/workflows/windows.yml

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

.. image:: https://badge.fury.io/py/pygeobase.svg
    :target: https://badge.fury.io/py/pygeobase

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

The pygeobase package implements base class definitions for the I/O interface used in pytesmo_, pynetCF_, and other packages.

.. _pytesmo: https://github.com/TUW-GEO/pytesmo
.. _pynetCF: https://github.com/TUW-GEO/pynetCF

Citation
========

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.846761.svg
   :target: https://doi.org/10.5281/zenodo.846761

If you use the software in a publication then please cite it using the Zenodo DOI.
Be aware that this badge links to the latest package version.

Please select your specific version at https://doi.org/10.5281/zenodo.846761 to get the DOI of that version.
You should normally always use the DOI for the specific version of your record in citations.
This is to ensure that other researchers can access the exact research artefact you used for reproducibility.

You can find additional information regarding DOI versioning at http://help.zenodo.org/#versioning

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

This package should be installable through pip:

.. code::

    pip install pygeobase

Its only dependecy is ``numpy``. But to use it effectively you will also probably want to install pygeogrids_.

.. _pygeogrids: https://github.com/TUW-GEO/pygeogrids

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.

Development setup
-----------------

For Development we recommend a ``conda`` environment. You can create one
including test dependencies and debugger by running
``conda env create -f conda_requirements.yml``. This will create a new
``pygeobase_env`` environment which you can activate by using
``source activate pygeobase_env``.

Example installation script
---------------------------

The following script will install miniconda and setup the environment on a UNIX
like system. Miniconda will be installed into ``$HOME/miniconda``.

.. code::

   wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
   bash miniconda.sh -b -p $HOME/miniconda
   export PATH="$HOME/miniconda/bin:$PATH"
   git clone git@github.com:TUW-GEO/pygeobase.git pygeobase
   cd pygeobase
   conda env create -f conda_environment.yml
   source activate pygeobase_env

This script adds ``$HOME/miniconda/bin`` temporarily to the ``PATH`` to do this
permanently add ``export PATH="$HOME/miniconda/bin:$PATH"`` to your ``.bashrc``
or ``.zshrc``

The last line in the example activates the ``pygeobase_env`` environment.

After that you should be able to run:

.. code::

    python setup.py test

to run the test suite.

Guidelines
----------

If you want to contribute please follow these steps:

- Fork the pygeobase repository to your account
- Clone the repository
- make a new feature branch from the pygeobase master branch
- Add your feature
- 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
- submit a pull request to our master branch

Note
====

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

            

Raw data

            {
    "_id": null,
    "home_page": "http://geo.tuwien.ac.at/",
    "name": "pygeobase",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "TU Wien",
    "author_email": "remote.sensing@geo.tuwien.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/8b/43/86ddc4996275e9d864e4c29e45fadc6d91b4e30f076bf528b623730cedec/pygeobase-0.6.0.tar.gz",
    "platform": "any",
    "description": "=========\npygeobase\n=========\n\n.. image:: https://github.com/TUW-GEO/pygeobase/workflows/ubuntu/badge.svg\n   :target: https://github.com/TUW-GEO/pygeobase/actions/workflows/ubuntu.yml\n\n.. image:: https://github.com/TUW-GEO/pygeobase/workflows/windows/badge.svg\n   :target: https://github.com/TUW-GEO/pygeobase/actions/workflows/windows.yml\n\n.. image:: https://coveralls.io/repos/github/TUW-GEO/pygeobase/badge.svg?branch=master\n   :target: https://coveralls.io/github/TUW-GEO/pygeobase?branch=master\n\n.. image:: https://badge.fury.io/py/pygeobase.svg\n    :target: https://badge.fury.io/py/pygeobase\n\n.. image:: https://readthedocs.org/projects/pygeobase/badge/?version=latest\n   :target: http://pygeobase.readthedocs.org/en/latest/?badge=latest\n\nThe pygeobase package implements base class definitions for the I/O interface used in pytesmo_, pynetCF_, and other packages.\n\n.. _pytesmo: https://github.com/TUW-GEO/pytesmo\n.. _pynetCF: https://github.com/TUW-GEO/pynetCF\n\nCitation\n========\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.846761.svg\n   :target: https://doi.org/10.5281/zenodo.846761\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.846761 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\nThis package should be installable through pip:\n\n.. code::\n\n    pip install pygeobase\n\nIts only dependecy is ``numpy``. But to use it effectively you will also probably want to install pygeogrids_.\n\n.. _pygeogrids: https://github.com/TUW-GEO/pygeogrids\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\nDevelopment setup\n-----------------\n\nFor Development we recommend a ``conda`` environment. You can create one\nincluding test dependencies and debugger by running\n``conda env create -f conda_requirements.yml``. This will create a new\n``pygeobase_env`` environment which you can activate by using\n``source activate pygeobase_env``.\n\nExample installation script\n---------------------------\n\nThe following script will install miniconda and setup the environment on a UNIX\nlike system. Miniconda will be installed into ``$HOME/miniconda``.\n\n.. code::\n\n   wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh\n   bash miniconda.sh -b -p $HOME/miniconda\n   export PATH=\"$HOME/miniconda/bin:$PATH\"\n   git clone git@github.com:TUW-GEO/pygeobase.git pygeobase\n   cd pygeobase\n   conda env create -f conda_environment.yml\n   source activate pygeobase_env\n\nThis script adds ``$HOME/miniconda/bin`` temporarily to the ``PATH`` to do this\npermanently add ``export PATH=\"$HOME/miniconda/bin:$PATH\"`` to your ``.bashrc``\nor ``.zshrc``\n\nThe last line in the example activates the ``pygeobase_env`` environment.\n\nAfter that you should be able to run:\n\n.. code::\n\n    python setup.py test\n\nto run the test suite.\n\nGuidelines\n----------\n\nIf you want to contribute please follow these steps:\n\n- Fork the pygeobase repository to your account\n- Clone the repository\n- make a new feature branch from the pygeobase 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\n\nNote\n====\n\nThis project has been set up using PyScaffold 3.2.3. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "Add a short description here!",
    "version": "0.6.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "309c81758da5ff7ff74588368f6d793ed9791a74bf052fcfdaa27a167249aec7",
                "md5": "8decd782b1ca7ba20f472ab44d0c51ac",
                "sha256": "c06e2f09fab9b834987f49ce9066a2b0b27ead84aba648a12d84f79ec3e086e0"
            },
            "downloads": -1,
            "filename": "pygeobase-0.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8decd782b1ca7ba20f472ab44d0c51ac",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 14620,
            "upload_time": "2023-01-31T15:23:21",
            "upload_time_iso_8601": "2023-01-31T15:23:21.459121Z",
            "url": "https://files.pythonhosted.org/packages/30/9c/81758da5ff7ff74588368f6d793ed9791a74bf052fcfdaa27a167249aec7/pygeobase-0.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b4386ddc4996275e9d864e4c29e45fadc6d91b4e30f076bf528b623730cedec",
                "md5": "e094799f9afa6a0cac43eacc610776f0",
                "sha256": "10ba4ba532a9c76af82b5407543db6a529aa5663b963a0ddb9fc963b586081c5"
            },
            "downloads": -1,
            "filename": "pygeobase-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e094799f9afa6a0cac43eacc610776f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 31423,
            "upload_time": "2023-01-31T15:23:22",
            "upload_time_iso_8601": "2023-01-31T15:23:22.782108Z",
            "url": "https://files.pythonhosted.org/packages/8b/43/86ddc4996275e9d864e4c29e45fadc6d91b4e30f076bf528b623730cedec/pygeobase-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 15:23:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pygeobase"
}
        
Elapsed time: 0.04141s