Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fatiando/verde
- Owner: fatiando
- License: bsd-3-clause
- Created: 2018-04-25T23:21:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T18:50:29.000Z (about 1 month ago)
- Last Synced: 2024-10-01T02:02:25.286Z (about 1 month ago)
- Topics: earth-science, fatiando-a-terra, geophysics, geoscience, geospatial, interpolation, machine-learning, python, python3, scipy, scipy-stack
- Language: Python
- Homepage: https://www.fatiando.org/verde
- Size: 85.9 MB
- Stars: 599
- Watchers: 22
- Forks: 72
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.rst
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-earthobservation-code - verde - Processing and gridding spatial data using Green's functions (`Python` processing of optical imagery (non deep learning) / Processing imagery - post processing)
README
Processing and gridding spatial data, machine-learning style
Documentation (latest) •
Documentation (main branch) •
Contributing •
Contact
Part of the Fatiando a Terra project## 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).