https://github.com/dlr-eoc/poitagger
A georeferencing application for drone based images
https://github.com/dlr-eoc/poitagger
Last synced: about 1 year ago
JSON representation
A georeferencing application for drone based images
- Host: GitHub
- URL: https://github.com/dlr-eoc/poitagger
- Owner: dlr-eoc
- License: gpl-3.0
- Created: 2018-12-06T14:58:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T14:09:32.000Z (over 3 years ago)
- Last Synced: 2025-04-10T19:13:04.521Z (about 1 year ago)
- Language: Python
- Size: 17.7 MB
- Stars: 11
- Watchers: 7
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poitagger
A georeferencing application for drone based images
Maintainer
----------
* Martin Israel
Requirements
------------
* python >= 3.4 (tested with python 3.6 and 3.7)
* pip >=18.1
* NumPy
* PyQt5
* pyqtgraph
and some smaller scripts available with pip
Installation
------------
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`
Start
-----
this application is now installed as a module. That's why you have to start it with '-m'
`$ python -m poitagger`
Documentation
-------------
* 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`