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.
See also
Bordado is a part of the Fatiando a Terra project.
Look familiar?
Many of the functions here used to be in Verde. They were moved to Bordado to make them more accessible without all the extra dependencies that Verde requires. We have also improved and expanded most of the functions ported from Verde.
Project status#
Bordado is ready for use but still changing. This means that we are still adding a lot of new features, and sometimes we make changes to the ones we already have while we try to improve the software based on users’ experience, test new ideas, take better design decisions, etc. Some of these changes could be backwards incompatible. Keep that in mind before you update Harmonica to a newer version.
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.
Getting involved#
🗨️ 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 (giving feedback, teaching, writing documentation, and more).
This disclaimer was adapted from the MetPy project.
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 the LICENSE.txt file.