Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatiando/verde

Processing and gridding spatial data, machine-learning style
https://github.com/fatiando/verde

earth-science fatiando-a-terra geophysics geoscience geospatial interpolation machine-learning python python3 scipy scipy-stack

Last synced: 26 days ago
JSON representation

Processing and gridding spatial data, machine-learning style

Awesome Lists containing this project

README

        

Verde

Processing and gridding spatial data, machine-learning style


Documentation (latest)
Documentation (main branch)
Contributing
Contact


Part of the Fatiando a Terra project


Latest version on PyPI
Latest version on conda-forge
Test coverage status
Compatible Python versions.
DOI used to cite this software

## 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).