py-tools-ds


Namepy-tools-ds JSON
Version 0.23.1 PyPI version JSON
download
home_pageNone
SummaryA collection of Python tools by Daniel Scheffler
upload_time2024-11-27 12:04:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords py_tools_ds
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========
py_tools_ds
===========

A collection of geospatial data analysis tools that simplify standard operations when handling geospatial raster
and vector data as well as projections.


* Free software: Apache 2.0
* Documentation: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/doc/


Status
------

.. image:: https://git.gfz-potsdam.de/danschef/py_tools_ds/badges/main/pipeline.svg
        :target: https://git.gfz-potsdam.de/danschef/py_tools_ds/commits/main
.. image:: https://git.gfz-potsdam.de/danschef/py_tools_ds/badges/main/coverage.svg
        :target: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/coverage/
.. image:: https://img.shields.io/pypi/v/py_tools_ds.svg
        :target: https://pypi.python.org/pypi/py_tools_ds
.. image:: https://img.shields.io/conda/vn/conda-forge/py-tools-ds.svg
        :target: https://anaconda.org/conda-forge/py-tools-ds
.. image:: https://img.shields.io/pypi/l/py_tools_ds.svg
        :target: https://git.gfz-potsdam.de/danschef/py_tools_ds/blob/main/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/py_tools_ds.svg
        :target: https://img.shields.io/pypi/pyversions/py_tools_ds.svg
.. image:: https://img.shields.io/pypi/dm/py_tools_ds.svg
        :target: https://pypi.python.org/pypi/py_tools_ds

See also the latest coverage_ report and the pytest_ HTML report.


Features
--------

* TODO


Installation
------------

py_tools_ds depends on some open source packages which are usually installed without problems by the automatic install
routine. However, for some projects, we strongly recommend resolving the dependency before the automatic installer
is run. This approach avoids problems with conflicting versions of the same software.
Using conda_, the recommended approach is:

*via conda + pip*

 .. code-block:: console

    # create virtual environment for py_tools_ds, this is optional
    conda create -y -q -c conda-forge --name py_tools_ds python=3
    conda activate py_tools_ds
    conda install -c conda-forge numpy gdal 'pyproj>=2.1.0' shapely scikit-image pandas

 Then install py_tools_ds using the pip installer:

 .. code-block:: console

    pip install py_tools_ds

*via conda channel (currently only for Linux-64)*

 .. code-block:: console

    # create virtual environment for py_tools_ds, this is optional
    conda create -y -q --name py_tools_ds python=3
    conda activate py_tools_ds
    conda install -c danschef -c conda-forge -c defaults py_tools_ds


History / Changelog
-------------------

You can find the protocol of recent changes in the py_tools_ds package
`here <https://git.gfz-potsdam.de/danschef/py_tools_ds/-/blob/main/HISTORY.rst>`__.


Credits
-------

The py_tools_ds package was developed within the context of the GeoMultiSens project funded
by the German Federal Ministry of Education and Research (project grant code: 01 IS 14 010 A-C).

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/coverage/
.. _pytest: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/test_reports/report.html
.. _conda: https://docs.conda.io/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "py-tools-ds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "py_tools_ds",
    "author": null,
    "author_email": "Daniel Scheffler <daniel.scheffler@gfz-potsdam.de>",
    "download_url": "https://files.pythonhosted.org/packages/96/3e/b207f3dd9c64e4bdcc60ff14d77417a0cdebdb38672a49f9cacfbac8f284/py_tools_ds-0.23.1.tar.gz",
    "platform": null,
    "description": "===========\npy_tools_ds\n===========\n\nA collection of geospatial data analysis tools that simplify standard operations when handling geospatial raster\nand vector data as well as projections.\n\n\n* Free software: Apache 2.0\n* Documentation: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/doc/\n\n\nStatus\n------\n\n.. image:: https://git.gfz-potsdam.de/danschef/py_tools_ds/badges/main/pipeline.svg\n        :target: https://git.gfz-potsdam.de/danschef/py_tools_ds/commits/main\n.. image:: https://git.gfz-potsdam.de/danschef/py_tools_ds/badges/main/coverage.svg\n        :target: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/coverage/\n.. image:: https://img.shields.io/pypi/v/py_tools_ds.svg\n        :target: https://pypi.python.org/pypi/py_tools_ds\n.. image:: https://img.shields.io/conda/vn/conda-forge/py-tools-ds.svg\n        :target: https://anaconda.org/conda-forge/py-tools-ds\n.. image:: https://img.shields.io/pypi/l/py_tools_ds.svg\n        :target: https://git.gfz-potsdam.de/danschef/py_tools_ds/blob/main/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/py_tools_ds.svg\n        :target: https://img.shields.io/pypi/pyversions/py_tools_ds.svg\n.. image:: https://img.shields.io/pypi/dm/py_tools_ds.svg\n        :target: https://pypi.python.org/pypi/py_tools_ds\n\nSee also the latest coverage_ report and the pytest_ HTML report.\n\n\nFeatures\n--------\n\n* TODO\n\n\nInstallation\n------------\n\npy_tools_ds depends on some open source packages which are usually installed without problems by the automatic install\nroutine. However, for some projects, we strongly recommend resolving the dependency before the automatic installer\nis run. This approach avoids problems with conflicting versions of the same software.\nUsing conda_, the recommended approach is:\n\n*via conda + pip*\n\n .. code-block:: console\n\n    # create virtual environment for py_tools_ds, this is optional\n    conda create -y -q -c conda-forge --name py_tools_ds python=3\n    conda activate py_tools_ds\n    conda install -c conda-forge numpy gdal 'pyproj>=2.1.0' shapely scikit-image pandas\n\n Then install py_tools_ds using the pip installer:\n\n .. code-block:: console\n\n    pip install py_tools_ds\n\n*via conda channel (currently only for Linux-64)*\n\n .. code-block:: console\n\n    # create virtual environment for py_tools_ds, this is optional\n    conda create -y -q --name py_tools_ds python=3\n    conda activate py_tools_ds\n    conda install -c danschef -c conda-forge -c defaults py_tools_ds\n\n\nHistory / Changelog\n-------------------\n\nYou can find the protocol of recent changes in the py_tools_ds package\n`here <https://git.gfz-potsdam.de/danschef/py_tools_ds/-/blob/main/HISTORY.rst>`__.\n\n\nCredits\n-------\n\nThe py_tools_ds package was developed within the context of the GeoMultiSens project funded\nby the German Federal Ministry of Education and Research (project grant code: 01 IS 14 010 A-C).\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _coverage: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/coverage/\n.. _pytest: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/test_reports/report.html\n.. _conda: https://docs.conda.io/\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A collection of Python tools by Daniel Scheffler",
    "version": "0.23.1",
    "project_urls": {
        "Homepage": "https://git.gfz-potsdam.de/danschef/py_tools_ds"
    },
    "split_keywords": [
        "py_tools_ds"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "963eb207f3dd9c64e4bdcc60ff14d77417a0cdebdb38672a49f9cacfbac8f284",
                "md5": "817ce07a1b421c1d956ed3108fe6ef15",
                "sha256": "a8339583adc9e402c3febf7629591fa2281c69eb85255722271ff4d54df74250"
            },
            "downloads": -1,
            "filename": "py_tools_ds-0.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "817ce07a1b421c1d956ed3108fe6ef15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 75359,
            "upload_time": "2024-11-27T12:04:05",
            "upload_time_iso_8601": "2024-11-27T12:04:05.185975Z",
            "url": "https://files.pythonhosted.org/packages/96/3e/b207f3dd9c64e4bdcc60ff14d77417a0cdebdb38672a49f9cacfbac8f284/py_tools_ds-0.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 12:04:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "py-tools-ds"
}
        
Elapsed time: 1.17075s