Skip to main content

Python SDK for OpenDroneMap

Project description

PyODM

For the latest documentation visit: https://pyodm.readthedocs.io

The information below is for managing the repository.

Running Tests

python run_tests.py

Will run the all doctests. You must have a NodeODM node running in test mode locally to run the test suite:

docker run -ti -p 3000:3000 opendronemap/nodeodm --test

Building The Documentation

Make sure you are using Python 3.

pip install virtualenv
virtualenv -p venv
source venv/bin/activate
pip install -r requirements.txt

Use sphinx-autobuild to automatically watch for changes and rebuild the html site using:

cd docs
make livehtml

To stop the server press Ctrl+C.

Publishing to PyPI

pip install setuptools wheel twine
python setup.py sdist bdist_wheel
python -m twine upload dist/*

See https://packaging.python.org/tutorials/packaging-projects/ for more information.

Support the Project

There are many ways to contribute to the project:

  • ⭐️ us on GitHub.
  • Help us test the application.
  • Spread the word about OpenDroneMap on social media.
  • Help answer questions on the community forum
  • Become a contributor!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyodm-1.5.11.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

pyodm-1.5.11-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page