geoutils


Namegeoutils JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/GlacioHack/geoutils
SummaryAnalysis and handling of georeferenced rasters and vectors
upload_time2024-03-20 06:11:50
maintainerNone
docs_urlNone
authorThe GlacioHack Team
requires_python>=3.9
licenseBSD-3
keywords raster vector geospatial gis xarray
VCS
bugtrack_url
requirements geopandas matplotlib pyproj rasterio pandas numpy scipy tqdm xarray rioxarray
Travis-CI No Travis.
coveralls test coverage
            # GeoUtils: consistent geospatial analysis in Python.

![](https://readthedocs.org/projects/geoutils/badge/?version=latest)
[![build](https://github.com/GlacioHack/geoutils/actions/workflows/python-tests.yml/badge.svg)](https://github.com/GlacioHack/GeoUtils/actions/workflows/python-tests.yml)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/geoutils.svg)](https://anaconda.org/conda-forge/geoutils)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/geoutils.svg)](https://anaconda.org/conda-forge/geoutils)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/geoutils.svg)](https://anaconda.org/conda-forge/geoutils)
[![PyPI version](https://badge.fury.io/py/geoutils.svg)](https://badge.fury.io/py/geoutils)
[![Coverage Status](https://coveralls.io/repos/github/GlacioHack/geoutils/badge.svg?branch=main)](https://coveralls.io/github/GlacioHack/geoutils?branch=main)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GlacioHack/geoutils/main)
[![Pre-Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Formatted with black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

**GeoUtils** is an open source project to develop a core Python package for geospatial analysis and foster inter-operability between other Python GIS packages.

It aims at **facilitating end-user geospatial analysis by revolving around consistent `Raster` and `Vector` objects** that effortlessly interface between
themselves. GeoUtils is founded on **implicit loading behaviour**, **robust numerical interfacing** and **convenient object-based methods** to easily perform
the most common higher-level tasks needed by geospatial users.

If you are looking for an accessible Python package to write the Python equivalent of your [GDAL](https://gdal.org/) command lines, or of your
[QGIS](https://www.qgis.org/en/site/) analysis pipeline **without a steep learning curve** on Python GIS syntax, GeoUtils is perfect for you! For more advanced
users, GeoUtils also aims at being efficient and scalable by supporting lazy loading and parallel computing (ongoing).

GeoUtils relies on [Rasterio](https://github.com/rasterio/rasterio), [GeoPandas](https://github.com/geopandas/geopandas) and [Pyproj](https://github.com/pyproj4/pyproj) for georeferenced
calculations, and on [NumPy](https://github.com/numpy/numpy) and [Xarray](https://github.com/pydata/xarray) for numerical analysis. It allows easy access to
the functionalities of these packages through interfacing or composition, and quick inter-operability through object conversion.

## Documentation

For a quick start, full feature description or search through the API, see GeoUtils' documentation at: https://geoutils.readthedocs.io.

## Installation

```bash
mamba install -c conda-forge geoutils
```

See [mamba's documentation](https://mamba.readthedocs.io/en/latest/) to install `mamba`, which will solve your environment much faster than `conda`.

## Start contributing

1. Fork the repository, make a feature branch and push changes.
2. When ready, submit a pull request from the feature branch of your fork to `GlacioHack/geoutils:main`.
3. The PR will be reviewed by at least one maintainer, discussed, then merged.

More info on [our contributing page](CONTRIBUTING.md).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GlacioHack/geoutils",
    "name": "geoutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "raster, vector, geospatial, gis, xarray",
    "author": "The GlacioHack Team",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/10/cf/394280b5fd0d90a084072430c7ce2c5048717155bdb59902806385bfe874/geoutils-0.1.3.tar.gz",
    "platform": "any",
    "description": "# GeoUtils: consistent geospatial analysis in Python.\n\n![](https://readthedocs.org/projects/geoutils/badge/?version=latest)\n[![build](https://github.com/GlacioHack/geoutils/actions/workflows/python-tests.yml/badge.svg)](https://github.com/GlacioHack/GeoUtils/actions/workflows/python-tests.yml)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/geoutils.svg)](https://anaconda.org/conda-forge/geoutils)\n[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/geoutils.svg)](https://anaconda.org/conda-forge/geoutils)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/geoutils.svg)](https://anaconda.org/conda-forge/geoutils)\n[![PyPI version](https://badge.fury.io/py/geoutils.svg)](https://badge.fury.io/py/geoutils)\n[![Coverage Status](https://coveralls.io/repos/github/GlacioHack/geoutils/badge.svg?branch=main)](https://coveralls.io/github/GlacioHack/geoutils?branch=main)\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GlacioHack/geoutils/main)\n[![Pre-Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Formatted with black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n\n**GeoUtils** is an open source project to develop a core Python package for geospatial analysis and foster inter-operability between other Python GIS packages.\n\nIt aims at **facilitating end-user geospatial analysis by revolving around consistent `Raster` and `Vector` objects** that effortlessly interface between\nthemselves. GeoUtils is founded on **implicit loading behaviour**, **robust numerical interfacing** and **convenient object-based methods** to easily perform\nthe most common higher-level tasks needed by geospatial users.\n\nIf you are looking for an accessible Python package to write the Python equivalent of your [GDAL](https://gdal.org/) command lines, or of your\n[QGIS](https://www.qgis.org/en/site/) analysis pipeline **without a steep learning curve** on Python GIS syntax, GeoUtils is perfect for you! For more advanced\nusers, GeoUtils also aims at being efficient and scalable by supporting lazy loading and parallel computing (ongoing).\n\nGeoUtils relies on [Rasterio](https://github.com/rasterio/rasterio), [GeoPandas](https://github.com/geopandas/geopandas) and [Pyproj](https://github.com/pyproj4/pyproj) for georeferenced\ncalculations, and on [NumPy](https://github.com/numpy/numpy) and [Xarray](https://github.com/pydata/xarray) for numerical analysis. It allows easy access to\nthe functionalities of these packages through interfacing or composition, and quick inter-operability through object conversion.\n\n## Documentation\n\nFor a quick start, full feature description or search through the API, see GeoUtils' documentation at: https://geoutils.readthedocs.io.\n\n## Installation\n\n```bash\nmamba install -c conda-forge geoutils\n```\n\nSee [mamba's documentation](https://mamba.readthedocs.io/en/latest/) to install `mamba`, which will solve your environment much faster than `conda`.\n\n## Start contributing\n\n1. Fork the repository, make a feature branch and push changes.\n2. When ready, submit a pull request from the feature branch of your fork to `GlacioHack/geoutils:main`.\n3. The PR will be reviewed by at least one maintainer, discussed, then merged.\n\nMore info on [our contributing page](CONTRIBUTING.md).\n",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": "Analysis and handling of georeferenced rasters and vectors",
    "version": "0.1.3",
    "project_urls": {
        "Download": "https://pypi.org/project/geoutils/",
        "Homepage": "https://github.com/GlacioHack/geoutils"
    },
    "split_keywords": [
        "raster",
        " vector",
        " geospatial",
        " gis",
        " xarray"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "049f9bf0c77d4d6502ef65fb092a92fc4f50f1b4fcf08362e8729ddc08de7416",
                "md5": "2cff7653013fd3a9c1d5351e5ea0994a",
                "sha256": "d333d02faadf388d6250f4b245357841a90eb5d453937b7abb4226d446d1e791"
            },
            "downloads": -1,
            "filename": "geoutils-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cff7653013fd3a9c1d5351e5ea0994a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 90374,
            "upload_time": "2024-03-20T06:11:47",
            "upload_time_iso_8601": "2024-03-20T06:11:47.995447Z",
            "url": "https://files.pythonhosted.org/packages/04/9f/9bf0c77d4d6502ef65fb092a92fc4f50f1b4fcf08362e8729ddc08de7416/geoutils-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10cf394280b5fd0d90a084072430c7ce2c5048717155bdb59902806385bfe874",
                "md5": "9d3429fb6ab08a2c0cd8a642a28be606",
                "sha256": "f2522e58e2906eac722993b3d25b42e166f70f39e0da833d945d15164d1b5385"
            },
            "downloads": -1,
            "filename": "geoutils-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9d3429fb6ab08a2c0cd8a642a28be606",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1024528,
            "upload_time": "2024-03-20T06:11:50",
            "upload_time_iso_8601": "2024-03-20T06:11:50.254913Z",
            "url": "https://files.pythonhosted.org/packages/10/cf/394280b5fd0d90a084072430c7ce2c5048717155bdb59902806385bfe874/geoutils-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 06:11:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GlacioHack",
    "github_project": "geoutils",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "geopandas",
            "specs": [
                [
                    ">=",
                    "0.12.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.*"
                ]
            ]
        },
        {
            "name": "pyproj",
            "specs": [
                [
                    "==",
                    "3.*"
                ]
            ]
        },
        {
            "name": "rasterio",
            "specs": [
                [
                    ">=",
                    "1.3"
                ],
                [
                    "<",
                    "2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1"
                ],
                [
                    "<",
                    "3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.*"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.*"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "xarray",
            "specs": []
        },
        {
            "name": "rioxarray",
            "specs": [
                [
                    "==",
                    "0.*"
                ]
            ]
        }
    ],
    "lcname": "geoutils"
}
        
Elapsed time: 0.19890s