Create, manipulate, and split geographic coordinates
Documentation (latest) • Documentation (main branch) • Contributing • Contact • Ask a question
Part of the Fatiando a Terra project.
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 but were moved to Bordado to make them more accessible without all of the extra dependencies that Verde requires.
- 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.
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 or submit issues on GitHub.
🗨️ Contact us: Find out more about how to reach us at fatiando.org/contact.
👩🏾💻 Contributing to project development: Please read our Contributing Guide to see how you can help and give feedback.
🧑🏾🤝🧑🏼 Code of conduct: This project is released with a Code of Conduct. 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.
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
.