A georeferencing application for drone based images
- Martin Israel [email protected]
- python >= 3.4 (tested with python 3.6 and 3.7)
- pip >=18.1
- NumPy
- PyQt5
- pyqtgraph
and some smaller scripts available with pip
Get the requirements:
$ pip install -r requirements.txt
To install system-wide from source distribution:
$ python setup.py install
For Windows you can create a standalone version with python-embedded-launcher
$ pip install python-embedded-launcher
$ python setup.py bdist_launcher
this application is now installed as a module. That's why you have to start it with '-m'
$ python -m poitagger
- Documentation is still very thin. But it will grow
- If you acquired this code via GitHub, then you can build the documentation using sphinx.
From the documentation directory, run:
$ make html