verde


Nameverde JSON
Version 1.8.1 PyPI version JSON
download
home_pagehttps://github.com/fatiando/verde
SummaryProcessing and gridding spatial data, machine-learning style
upload_time2024-06-11 21:58:20
maintainer"Leonardo Uieda"
docs_urlNone
authorThe Verde Developers
requires_python>=3.9
licenseBSD 3-Clause License
keywords spatial geoscience geophysics gridding interpolation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <img src="https://github.com/fatiando/verde/raw/main/doc/_static/readme-banner.png" alt="Verde">

<h2 align="center">Processing and gridding spatial data, machine-learning style</h2>

<p align="center">
<a href="https://www.fatiando.org/verde"><strong>Documentation</strong> (latest)</a> •
<a href="https://www.fatiando.org/verde/dev"><strong>Documentation</strong> (main branch)</a> •
<a href="https://github.com/fatiando/verde/blob/main/CONTRIBUTING.md"><strong>Contributing</strong></a> •
<a href="https://www.fatiando.org/contact/"><strong>Contact</strong></a>
</p>

<p align="center">
Part of the <a href="https://www.fatiando.org"><strong>Fatiando a Terra</strong></a> project
</p>

<p align="center">
<a href="https://pypi.python.org/pypi/verde"><img src="http://img.shields.io/pypi/v/verde.svg?style=flat-square" alt="Latest version on PyPI"></a>
<a href="https://github.com/conda-forge/verde-feedstock"><img src="https://img.shields.io/conda/vn/conda-forge/verde.svg?style=flat-square" alt="Latest version on conda-forge"></a>
<a href="https://codecov.io/gh/fatiando/verde"><img src="https://img.shields.io/codecov/c/github/fatiando/verde/main.svg?style=flat-square" alt="Test coverage status"></a>
<a href="https://pypi.python.org/pypi/verde"><img src="https://img.shields.io/pypi/pyversions/verde.svg?style=flat-square" alt="Compatible Python versions."></a>
<a href="https://doi.org/10.21105/joss.00957"><img src="https://img.shields.io/badge/doi-10.21105%2Fjoss.00957-blue?style=flat-square" alt="DOI used to cite this software"></a>
</p>

## About

**Verde** is a Python library for processing spatial data (topography, point
clouds, bathymetry, geophysics surveys, etc) and interpolating them on a 2D
surface (i.e., gridding) with a hint of machine learning.

Our core interpolation methods are inspired by machine-learning.
As such, Verde implements an interface that is similar to the popular
[scikit-learn](https://scikit-learn.org/) library.
We also provide other analysis methods that are often used in combination with
gridding, like trend removal, blocked/windowed operations, cross-validation,
and more!

## Project goals

* Provide a machine-learning inspired interface for gridding spatial data
* Integration with the Scipy stack: numpy, pandas, scikit-learn, and xarray
* Include common processing and data preparation tasks, like blocked means and 2D trends
* Support for gridding scalar and vector data (like wind speed or GPS velocities)
* Support for both Cartesian and geographic coordinates

## Project status

**Verde is stable and ready for use!**
This means that we are careful about introducing backwards incompatible changes
and will provide ample warning when doing so. Upgrading minor versions of Verde
should not require making changes to your code.

The first major release of Verde was focused on meeting most of these initial
goals and establishing the look and feel of the library.
Later releases will focus on expanding the range of gridders available,
optimizing the code, and improving algorithms so that larger-than-memory
datasets can also be supported.

## Getting involved

🗨️ **Contact us:**
Find out more about how to reach us at
[fatiando.org/contact](https://www.fatiando.org/contact/).

👩🏾‍💻 **Contributing to project development:**
Please read our
[Contributing Guide](https://github.com/fatiando/verde/blob/main/CONTRIBUTING.md)
to see how you can help and give feedback.

🧑🏾‍🤝‍🧑🏼 **Code of conduct:**
This project is released with a
[Code of Conduct](https://github.com/fatiando/community/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

> **Imposter syndrome disclaimer:**
> We want your help. **No, really.** There may be a little voice inside your
> head that is telling you that you're not ready, that you aren't skilled
> enough to contribute. We assure you that the little voice in your head is
> wrong. Most importantly, **there are many valuable ways to contribute besides
> writing code**.
>
> *This disclaimer was adapted from the*
> [MetPy project](https://github.com/Unidata/MetPy).

## License

This is free software: you can redistribute it and/or modify it under the terms
of the **BSD 3-clause License**. A copy of this license is provided in
[`LICENSE.txt`](https://github.com/fatiando/verde/blob/main/LICENSE.txt).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fatiando/verde",
    "name": "verde",
    "maintainer": "\"Leonardo Uieda\"",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "leouieda@gmail.com",
    "keywords": "spatial, geoscience, geophysics, gridding, interpolation",
    "author": "The Verde Developers",
    "author_email": "fatiandoaterra@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/68/bd39ace48a6ffcf922e1042ffc093dc0129becf5f5710c8a3f55e8fb8537/verde-1.8.1.tar.gz",
    "platform": "any",
    "description": "<img src=\"https://github.com/fatiando/verde/raw/main/doc/_static/readme-banner.png\" alt=\"Verde\">\n\n<h2 align=\"center\">Processing and gridding spatial data, machine-learning style</h2>\n\n<p align=\"center\">\n<a href=\"https://www.fatiando.org/verde\"><strong>Documentation</strong> (latest)</a> \u2022\n<a href=\"https://www.fatiando.org/verde/dev\"><strong>Documentation</strong> (main branch)</a> \u2022\n<a href=\"https://github.com/fatiando/verde/blob/main/CONTRIBUTING.md\"><strong>Contributing</strong></a> \u2022\n<a href=\"https://www.fatiando.org/contact/\"><strong>Contact</strong></a>\n</p>\n\n<p align=\"center\">\nPart of the <a href=\"https://www.fatiando.org\"><strong>Fatiando a Terra</strong></a> project\n</p>\n\n<p align=\"center\">\n<a href=\"https://pypi.python.org/pypi/verde\"><img src=\"http://img.shields.io/pypi/v/verde.svg?style=flat-square\" alt=\"Latest version on PyPI\"></a>\n<a href=\"https://github.com/conda-forge/verde-feedstock\"><img src=\"https://img.shields.io/conda/vn/conda-forge/verde.svg?style=flat-square\" alt=\"Latest version on conda-forge\"></a>\n<a href=\"https://codecov.io/gh/fatiando/verde\"><img src=\"https://img.shields.io/codecov/c/github/fatiando/verde/main.svg?style=flat-square\" alt=\"Test coverage status\"></a>\n<a href=\"https://pypi.python.org/pypi/verde\"><img src=\"https://img.shields.io/pypi/pyversions/verde.svg?style=flat-square\" alt=\"Compatible Python versions.\"></a>\n<a href=\"https://doi.org/10.21105/joss.00957\"><img src=\"https://img.shields.io/badge/doi-10.21105%2Fjoss.00957-blue?style=flat-square\" alt=\"DOI used to cite this software\"></a>\n</p>\n\n## About\n\n**Verde** is a Python library for processing spatial data (topography, point\nclouds, bathymetry, geophysics surveys, etc) and interpolating them on a 2D\nsurface (i.e., gridding) with a hint of machine learning.\n\nOur core interpolation methods are inspired by machine-learning.\nAs such, Verde implements an interface that is similar to the popular\n[scikit-learn](https://scikit-learn.org/) library.\nWe also provide other analysis methods that are often used in combination with\ngridding, like trend removal, blocked/windowed operations, cross-validation,\nand more!\n\n## Project goals\n\n* Provide a machine-learning inspired interface for gridding spatial data\n* Integration with the Scipy stack: numpy, pandas, scikit-learn, and xarray\n* Include common processing and data preparation tasks, like blocked means and 2D trends\n* Support for gridding scalar and vector data (like wind speed or GPS velocities)\n* Support for both Cartesian and geographic coordinates\n\n## Project status\n\n**Verde is stable and ready for use!**\nThis means that we are careful about introducing backwards incompatible changes\nand will provide ample warning when doing so. Upgrading minor versions of Verde\nshould not require making changes to your code.\n\nThe first major release of Verde was focused on meeting most of these initial\ngoals and establishing the look and feel of the library.\nLater releases will focus on expanding the range of gridders available,\noptimizing the code, and improving algorithms so that larger-than-memory\ndatasets can also be supported.\n\n## Getting involved\n\n\ud83d\udde8\ufe0f **Contact us:**\nFind out more about how to reach us at\n[fatiando.org/contact](https://www.fatiando.org/contact/).\n\n\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb **Contributing to project development:**\nPlease read our\n[Contributing Guide](https://github.com/fatiando/verde/blob/main/CONTRIBUTING.md)\nto see how you can help and give feedback.\n\n\ud83e\uddd1\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c\udffc **Code of conduct:**\nThis project is released with a\n[Code of Conduct](https://github.com/fatiando/community/blob/main/CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n> **Imposter syndrome disclaimer:**\n> We want your help. **No, really.** There may be a little voice inside your\n> head that is telling you that you're not ready, that you aren't skilled\n> enough to contribute. We assure you that the little voice in your head is\n> wrong. Most importantly, **there are many valuable ways to contribute besides\n> writing code**.\n>\n> *This disclaimer was adapted from the*\n> [MetPy project](https://github.com/Unidata/MetPy).\n\n## License\n\nThis is free software: you can redistribute it and/or modify it under the terms\nof the **BSD 3-clause License**. A copy of this license is provided in\n[`LICENSE.txt`](https://github.com/fatiando/verde/blob/main/LICENSE.txt).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Processing and gridding spatial data, machine-learning style",
    "version": "1.8.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/fatiando/verde/issues",
        "Documentation": "https://www.fatiando.org/verde",
        "Homepage": "https://github.com/fatiando/verde",
        "Release Notes": "https://github.com/fatiando/verde/releases",
        "Source Code": "https://github.com/fatiando/verde"
    },
    "split_keywords": [
        "spatial",
        " geoscience",
        " geophysics",
        " gridding",
        " interpolation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b094a414692baec12e7183d241d70c3ba149c5a641636df4ff1cb54936d15a56",
                "md5": "19714adc1753dc018a008ea0d10d5fc8",
                "sha256": "97bd8bdfcf0b3d174f33e07c372262b586b8841deb6a4210e5083840ce34df03"
            },
            "downloads": -1,
            "filename": "verde-1.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19714adc1753dc018a008ea0d10d5fc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 186618,
            "upload_time": "2024-06-11T21:58:19",
            "upload_time_iso_8601": "2024-06-11T21:58:19.031883Z",
            "url": "https://files.pythonhosted.org/packages/b0/94/a414692baec12e7183d241d70c3ba149c5a641636df4ff1cb54936d15a56/verde-1.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e68bd39ace48a6ffcf922e1042ffc093dc0129becf5f5710c8a3f55e8fb8537",
                "md5": "5f04b84c47b8cac38c8e923364ef08b1",
                "sha256": "e97a55ceecb1a4bbc6ad09232738cce95b6c93d82d514b9f64dea14ded505ec3"
            },
            "downloads": -1,
            "filename": "verde-1.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5f04b84c47b8cac38c8e923364ef08b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 165904,
            "upload_time": "2024-06-11T21:58:20",
            "upload_time_iso_8601": "2024-06-11T21:58:20.772471Z",
            "url": "https://files.pythonhosted.org/packages/1e/68/bd39ace48a6ffcf922e1042ffc093dc0129becf5f5710c8a3f55e8fb8537/verde-1.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 21:58:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fatiando",
    "github_project": "verde",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "verde"
}
        
Elapsed time: 3.71129s