geoenrich


Namegeoenrich JSON
Version 0.6.4 PyPI version JSON
download
home_pageNone
SummaryA package to enrich your geo-referenced data (e.g. species occurrences) with environmental data.
upload_time2024-10-22 13:35:39
maintainerNone
docs_urlNone
authorGaétan Morand (UMR Marbec)
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **geoenrich 0.6.4**

[![Read the Docs](https://img.shields.io/readthedocs/geoenrich)](https://geoenrich.readthedocs.io/en/latest/)
[![License](https://img.shields.io/github/license/morand-g/geoenrich?color=green)](https://github.com/morand-g/geoenrich/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/geoenrich?color=green)](https://pypi.org/project/geoenrich/)
[![Python versions](https://img.shields.io/pypi/pyversions/geoenrich)](https://www.python.org/downloads/)
[![Last commit](https://img.shields.io/github/last-commit/morand-g/geoenrich)](https://github.com/morand-g/geoenrich/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6458090.svg)](https://doi.org/10.5281/zenodo.6458090)

# ACKNOWLEDGEMENT

This project is being developed as part of the G2OI project, cofinanced by the European Union, the Reunion region, and the French Republic.
<div align="center">


<img src="https://github.com/IRDG2OI/geoflow-g2oi/blob/main/img/logos_partenaires.png?raw=True" height="80px">

</div>

# Package description

GeoEnrich provides functionalities to enrich georeferenced events (such as species occurrences) with environmental data from satellites or models. Users can specify a geographic or temporal buffer to include data in the neighbourhood of occurrences into their analyses. Two main outputs are available: a simple summary of the variable in the requested area, or the full data (as a geotiff raster, a png image, or a numpy array).

Sea surface temperature, chlorophyll, and 40 other environmental variables are available natively, and others can easily be added by the user. This package is intended for large numbers of occurrences: local storage is implemented to avoid redundant requests to remote servers.

The package provides functions to retrieve occurrence data directly from GBIF, or open a custom dataset from any source. Arbitrary areas defined by the user can also be enriched.

Documentation on [Read the Docs](https://geoenrich.readthedocs.io).

![Illustration of an occurrence dataset enriched with bathymetry data](https://github.com/morand-g/geoenrich/blob/main/geoenrich/data/readme_illus_1.png?raw=true "Illustration of an occurrence dataset enriched with bathymetry data")

# Acknowledgment
This project is being developed as part of the G2OI project, cofinanced by the European union, the Reunion region, and the French Republic.

<a href="https://european-union.europa.eu/index_fr"><img alt='Union Européenne' src="https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/app/static/assets/logo_ue.png" height="60" ></a> &nbsp; &nbsp; <a href="https://regionreunion.com/"><img alt='Région Réunion' src="https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/app/static/assets/logo_reunion.png" height="60" ></a> &nbsp; &nbsp; <a href="https://www.gouvernement.fr/"><img alt='République Française' src="https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/app/static/assets/logo_france.png" height="60" ></a>

## Installation

Installation instructions are in the documentation, for [python](https://geoenrich.readthedocs.io/en/latest/install.html) and [R](https://geoenrich.readthedocs.io/en/latest/r-install.html).

## Using the plugin

Jupyter Notebook tutorials are available for [python](https://geoenrich.readthedocs.io/en/latest/tutorial.html) and [R](https://geoenrich.readthedocs.io/en/latest/r-tutorial.html).

## Issues and further developments

### User suggestions

Please feel free to raise issues or suggest improvements in the [Issues tab](https://github.com/morand-g/geoenrich/issues).

### Planned improvements

- Enrich an area defined by a shapefile.
- Add bathymetry from GEBCO.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "geoenrich",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ga\u00e9tan Morand (UMR Marbec)",
    "author_email": "gaetan.morand@ird.fr",
    "download_url": "https://files.pythonhosted.org/packages/90/3e/29ee8c4aa3228979ab7291816a2cd16a13b8a330fcd47a06800da77deef8/geoenrich-0.6.4.tar.gz",
    "platform": null,
    "description": "# **geoenrich 0.6.4**\n\n[![Read the Docs](https://img.shields.io/readthedocs/geoenrich)](https://geoenrich.readthedocs.io/en/latest/)\n[![License](https://img.shields.io/github/license/morand-g/geoenrich?color=green)](https://github.com/morand-g/geoenrich/blob/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/geoenrich?color=green)](https://pypi.org/project/geoenrich/)\n[![Python versions](https://img.shields.io/pypi/pyversions/geoenrich)](https://www.python.org/downloads/)\n[![Last commit](https://img.shields.io/github/last-commit/morand-g/geoenrich)](https://github.com/morand-g/geoenrich/)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6458090.svg)](https://doi.org/10.5281/zenodo.6458090)\n\n# ACKNOWLEDGEMENT\n\nThis project is being developed as part of the G2OI project, cofinanced by the European Union, the Reunion region, and the French Republic.\n<div align=\"center\">\n\n\n<img src=\"https://github.com/IRDG2OI/geoflow-g2oi/blob/main/img/logos_partenaires.png?raw=True\" height=\"80px\">\n\n</div>\n\n# Package description\n\nGeoEnrich provides functionalities to enrich georeferenced events (such as species occurrences) with environmental data from satellites or models. Users can specify a geographic or temporal buffer to include data in the neighbourhood of occurrences into their analyses. Two main outputs are available: a simple summary of the variable in the requested area, or the full data (as a geotiff raster, a png image, or a numpy array).\n\nSea surface temperature, chlorophyll, and 40 other environmental variables are available natively, and others can easily be added by the user. This package is intended for large numbers of occurrences: local storage is implemented to avoid redundant requests to remote servers.\n\nThe package provides functions to retrieve occurrence data directly from GBIF, or open a custom dataset from any source. Arbitrary areas defined by the user can also be enriched.\n\nDocumentation on [Read the Docs](https://geoenrich.readthedocs.io).\n\n![Illustration of an occurrence dataset enriched with bathymetry data](https://github.com/morand-g/geoenrich/blob/main/geoenrich/data/readme_illus_1.png?raw=true \"Illustration of an occurrence dataset enriched with bathymetry data\")\n\n# Acknowledgment\nThis project is being developed as part of the G2OI project, cofinanced by the European union, the Reunion region, and the French Republic.\n\n<a href=\"https://european-union.europa.eu/index_fr\"><img alt='Union Europ\u00e9enne' src=\"https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/app/static/assets/logo_ue.png\" height=\"60\" ></a> &nbsp; &nbsp; <a href=\"https://regionreunion.com/\"><img alt='R\u00e9gion R\u00e9union' src=\"https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/app/static/assets/logo_reunion.png\" height=\"60\" ></a> &nbsp; &nbsp; <a href=\"https://www.gouvernement.fr/\"><img alt='R\u00e9publique Fran\u00e7aise' src=\"https://raw.githubusercontent.com/morand-g/geoenrich/main/docker/app/static/assets/logo_france.png\" height=\"60\" ></a>\n\n## Installation\n\nInstallation instructions are in the documentation, for [python](https://geoenrich.readthedocs.io/en/latest/install.html) and [R](https://geoenrich.readthedocs.io/en/latest/r-install.html).\n\n## Using the plugin\n\nJupyter Notebook tutorials are available for [python](https://geoenrich.readthedocs.io/en/latest/tutorial.html) and [R](https://geoenrich.readthedocs.io/en/latest/r-tutorial.html).\n\n## Issues and further developments\n\n### User suggestions\n\nPlease feel free to raise issues or suggest improvements in the [Issues tab](https://github.com/morand-g/geoenrich/issues).\n\n### Planned improvements\n\n- Enrich an area defined by a shapefile.\n- Add bathymetry from GEBCO.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to enrich your geo-referenced data (e.g. species occurrences) with environmental data.",
    "version": "0.6.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/morand-g/geoenrich/issues",
        "Code": "https://github.com/morand-g/geoenrich",
        "Documentation": "https://geoenrich.readthedocs.io",
        "Tutorial": "https://geoenrich.readthedocs.io/en/latest/tutorial.html"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b242f1582ef437fea903f3f5c86f33635e6f005ac277c765ae5baed2fc25422b",
                "md5": "cdd5cbd8e234095c003f1ee12c3a8032",
                "sha256": "ba84f28bf3cd5cf631d4fd54c2b453757fb812d2b8965a1fa2f275735fd52bb5"
            },
            "downloads": -1,
            "filename": "geoenrich-0.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cdd5cbd8e234095c003f1ee12c3a8032",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 387686,
            "upload_time": "2024-10-22T13:35:38",
            "upload_time_iso_8601": "2024-10-22T13:35:38.197693Z",
            "url": "https://files.pythonhosted.org/packages/b2/42/f1582ef437fea903f3f5c86f33635e6f005ac277c765ae5baed2fc25422b/geoenrich-0.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "903e29ee8c4aa3228979ab7291816a2cd16a13b8a330fcd47a06800da77deef8",
                "md5": "a0720b5e0a75129ab61de0359207199f",
                "sha256": "d69fa45d6a7d1e1bf8f10af31efa6f45e5510dbe8a8729f70242f42e1351bb70"
            },
            "downloads": -1,
            "filename": "geoenrich-0.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a0720b5e0a75129ab61de0359207199f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 389248,
            "upload_time": "2024-10-22T13:35:39",
            "upload_time_iso_8601": "2024-10-22T13:35:39.795127Z",
            "url": "https://files.pythonhosted.org/packages/90/3e/29ee8c4aa3228979ab7291816a2cd16a13b8a330fcd47a06800da77deef8/geoenrich-0.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 13:35:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "morand-g",
    "github_project": "geoenrich",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "geoenrich"
}
        
Elapsed time: 0.51379s