geoarray


Namegeoarray JSON
Version 0.17.1 PyPI version JSON
download
home_pagehttps://git.gfz-potsdam.de/danschef/geoarray
SummaryFast Python interface for geodata - either on disk or in memory.
upload_time2023-11-03 18:02:20
maintainer
docs_urlNone
authorDaniel Scheffler
requires_python>=3.8
licenseApache-2.0
keywords geoarray geoprocessing gdal numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
geoarray
========


Fast Python interface for geodata - either on disk or in memory.

The geoarray package facilitates reading and writing of all GDAL compatible image file formats
and provides functions for geospatial processing.


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


Status
------

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


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


Features and usage
------------------

* There is an example notebook that shows how to use geoarray: here_.


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

Using Anaconda or Miniconda (recommended)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Using conda_ (latest version recommended), geoarray is installed as follows:


1. Create virtual environment for geoarray (optional but recommended):

   .. code-block:: bash

    $ conda create -c conda-forge --name geoarray python=3
    $ conda activate geoarray


2. Then install geoarray itself:

   .. code-block:: bash

    $ conda install -c conda-forge geoarray


This is the preferred method to install geoarray, as it always installs the most recent stable release and
automatically resolves all the dependencies.


Using pip (not recommended)
^^^^^^^^^^^^^^^^^^^^^^^^^^^

There is also a `pip`_ installer for geoarray. However, please note that geoarray depends on some
open source packages that may cause problems when installed with pip. Therefore, we strongly recommend
to resolve the following dependencies before the pip installer is run:

    * cartopy >=0.20
    * gdal >=2.1.0
    * geopandas
    * holoviews  # optional, in case you want to use interactive plotting
    * matplotlib
    * numpy
    * pandas
    * pyproj >2.2.0
    * scikit-image
    * shapely

Then, the pip installer can be run by:

   .. code-block:: bash

    $ pip install geoarray

If you don't have `pip`_ installed, this `Python installation guide`_ can guide you through the process.


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

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


Credits
-------

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/geoarray/coverage/
.. _pytest: https://danschef.git-pages.gfz-potsdam.de/geoarray/test_reports/report.html
.. _conda: https://docs.conda.io/
.. _here: https://git.gfz-potsdam.de/danschef/geoarray/-/blob/main/examples/notebooks/features_and_usage.ipynb
.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.gfz-potsdam.de/danschef/geoarray",
    "name": "geoarray",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "geoarray,geoprocessing,gdal,numpy",
    "author": "Daniel Scheffler",
    "author_email": "danschef@gfz-potsdam.de",
    "download_url": "https://files.pythonhosted.org/packages/0c/29/d141c09c5162d4f6ec64881f470a79f7ef848439471558806420a3d116ad/geoarray-0.17.1.tar.gz",
    "platform": null,
    "description": "========\ngeoarray\n========\n\n\nFast Python interface for geodata - either on disk or in memory.\n\nThe geoarray package facilitates reading and writing of all GDAL compatible image file formats\nand provides functions for geospatial processing.\n\n\n* Free software: Apache 2.0\n* Documentation: https://danschef.git-pages.gfz-potsdam.de/geoarray/doc/\n\n\nStatus\n------\n\n.. image:: https://git.gfz-potsdam.de/danschef/geoarray/badges/main/pipeline.svg\n        :target: https://git.gfz-potsdam.de/danschef/geoarray/commits/main\n.. image:: https://git.gfz-potsdam.de/danschef/geoarray/badges/main/coverage.svg\n        :target: https://danschef.git-pages.gfz-potsdam.de/geoarray/coverage/\n.. image:: https://img.shields.io/pypi/v/geoarray.svg\n        :target: https://pypi.python.org/pypi/geoarray\n.. image:: https://img.shields.io/conda/vn/conda-forge/geoarray.svg\n        :target: https://anaconda.org/conda-forge/geoarray\n.. image:: https://img.shields.io/pypi/l/geoarray.svg\n        :target: https://git.gfz-potsdam.de/danschef/geoarray/blob/main/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/geoarray.svg\n        :target: https://img.shields.io/pypi/pyversions/geoarray.svg\n.. image:: https://img.shields.io/pypi/dm/geoarray.svg\n        :target: https://pypi.python.org/pypi/geoarray\n\n\nSee also the latest coverage_ report and the pytest_ HTML report.\n\n\nFeatures and usage\n------------------\n\n* There is an example notebook that shows how to use geoarray: here_.\n\n\nInstallation\n------------\n\nUsing Anaconda or Miniconda (recommended)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nUsing conda_ (latest version recommended), geoarray is installed as follows:\n\n\n1. Create virtual environment for geoarray (optional but recommended):\n\n   .. code-block:: bash\n\n    $ conda create -c conda-forge --name geoarray python=3\n    $ conda activate geoarray\n\n\n2. Then install geoarray itself:\n\n   .. code-block:: bash\n\n    $ conda install -c conda-forge geoarray\n\n\nThis is the preferred method to install geoarray, as it always installs the most recent stable release and\nautomatically resolves all the dependencies.\n\n\nUsing pip (not recommended)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThere is also a `pip`_ installer for geoarray. However, please note that geoarray depends on some\nopen source packages that may cause problems when installed with pip. Therefore, we strongly recommend\nto resolve the following dependencies before the pip installer is run:\n\n    * cartopy >=0.20\n    * gdal >=2.1.0\n    * geopandas\n    * holoviews  # optional, in case you want to use interactive plotting\n    * matplotlib\n    * numpy\n    * pandas\n    * pyproj >2.2.0\n    * scikit-image\n    * shapely\n\nThen, the pip installer can be run by:\n\n   .. code-block:: bash\n\n    $ pip install geoarray\n\nIf you don't have `pip`_ installed, this `Python installation guide`_ can guide you through the process.\n\n\nHistory / Changelog\n-------------------\n\nYou can find the protocol of recent changes in the geoarray package\n`here <https://git.gfz-potsdam.de/danschef/geoarray/-/blob/main/HISTORY.rst>`__.\n\n\nCredits\n-------\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/geoarray/coverage/\n.. _pytest: https://danschef.git-pages.gfz-potsdam.de/geoarray/test_reports/report.html\n.. _conda: https://docs.conda.io/\n.. _here: https://git.gfz-potsdam.de/danschef/geoarray/-/blob/main/examples/notebooks/features_and_usage.ipynb\n.. _pip: https://pip.pypa.io\n.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Fast Python interface for geodata - either on disk or in memory.",
    "version": "0.17.1",
    "project_urls": {
        "Homepage": "https://git.gfz-potsdam.de/danschef/geoarray"
    },
    "split_keywords": [
        "geoarray",
        "geoprocessing",
        "gdal",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c29d141c09c5162d4f6ec64881f470a79f7ef848439471558806420a3d116ad",
                "md5": "b0b4baa2ccc63e373f948ba870305662",
                "sha256": "b89d7b635a7c1858fd2baf0bc418961179d7cce8d3f88550ee4be3455fbcd2e4"
            },
            "downloads": -1,
            "filename": "geoarray-0.17.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b0b4baa2ccc63e373f948ba870305662",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 253284,
            "upload_time": "2023-11-03T18:02:20",
            "upload_time_iso_8601": "2023-11-03T18:02:20.835445Z",
            "url": "https://files.pythonhosted.org/packages/0c/29/d141c09c5162d4f6ec64881f470a79f7ef848439471558806420a3d116ad/geoarray-0.17.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-03 18:02:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "geoarray"
}
        
Elapsed time: 0.13705s