https://github.com/fatiando/bordado
Create, manipulate, and split coordinates
https://github.com/fatiando/bordado
coordinates earth-science geophysics geospatial
Last synced: 11 months ago
JSON representation
Create, manipulate, and split coordinates
- Host: GitHub
- URL: https://github.com/fatiando/bordado
- Owner: fatiando
- License: bsd-3-clause
- Created: 2025-02-19T18:00:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T20:15:33.000Z (about 1 year ago)
- Last Synced: 2025-07-07T22:43:01.867Z (about 1 year ago)
- Topics: coordinates, earth-science, geophysics, geospatial
- Language: Python
- Homepage: https://www.fatiando.org/bordado
- Size: 7.29 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
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
README
Bordado
Create, manipulate, and split geographic coordinates
Documentation (latest) •
Documentation (main branch) •
Contributing •
Contact •
Ask a question
Part of the
Fatiando a Terra
project.
## About
**Bordado** (Portuguese for "embroidery") is a Python package for creating,
manipulating, and splitting geographic and Cartesian coordinates.
It can generate coordinates at regular intervals by specifying the number of
points or the spacing between points. Bordado takes care of adjusting the
spacing to make sure it matches the specified domain/region. It also contains
functions for splitting coordinates into spatial blocks and more.
> Many of these functions used to be in
> [Verde](https://www.fatiando.org/verde/) but were moved to Bordado to make
> them more accessible without all of the extra dependencies that Verde
> requires.
## Project goals
* Generate regular point distributions in grids, profiles, lines, etc.
* Provide functions for fast spatial blocking and coordinates manipulation.
* Have minimal dependencies to make it easy to install and light to pick up for
other projects.
## Project status
**Bordado is in early stages of development** but is already functional. We
only caution that we may still make changes to the API so things may break
between releases.
**We welcome feedback and ideas!** This is a great time to bring new ideas on
how we can improve the project.
[Join the conversation](https://www.fatiando.org/contact) or submit
[issues on GitHub](https://github.com/fatiando/bordado/issues).
## 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/bordado/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/bordado/blob/main/LICENSE.txt).