Thanks for using OSMnx and for considering contributing to it by opening an issue or pull request. Every piece of software is a work in progress. This project is the result of many hours of work contributed freely its contributors and the many people that build the projects it depends on. Thank you for contributing!
- please ask your question on StackOverflow, as we reserve the issue tracker for bug reports and new feature development. Any such questions asked in the issue tracker will be automatically closed.
- make sure you've followed the installation instructions in the documentation
- if you installed OSMnx via conda-forge, please open an issue at its feedstock
- read the error message, then review the documentation and OSMnx examples gallery, which cover key concepts, installation, and package usage
- search through the open issues and closed issues to see if the problem has already been reported
- if the problem is with a dependency of OSMnx, open an issue in the dependency's repo
- if the problem is with OSMnx itself and you can fix it simply, please open a pull request
- if the problem persists, please open an issue in the issue tracker, and provide all the information requested in the template, including a minimal working example so others can independently and completely reproduce the problem
- post your proposal on the issue tracker, and provide all the information requested in the template, so we can review it together (some proposals may not be a good fit for the project)
- fork the repo, make your change, update the changelog, run the tests, and submit a PR
- adhere to the project's code and docstring standards by running its pre-commit hooks
- respond to code review
This project requires minimum Python and NumPy versions in accordance with NEP 29.