├── Examples.md ├── Further_Comments.md ├── LICENSE.md ├── Parameters.md ├── README.md ├── georef_webcam_v1_0 └── python_scripts │ ├── georef_webcam.py │ ├── modules │ ├── aux_collect_params.py │ ├── aux_files │ │ └── Input_PRACTISE.m │ ├── aux_functions.py │ └── aux_results.py │ ├── procedures │ ├── collect_projection_parameters.py │ ├── edit_projection_parameters.py │ ├── execute_PRACTISE.py │ ├── georef_procedure.py │ ├── project2map.py │ ├── results.py │ └── write_PRACTISE_inputfile.py │ └── project_data2map.py └── requirements.txt /Examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/Examples.md -------------------------------------------------------------------------------- /Further_Comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/Further_Comments.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/Parameters.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/README.md -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/georef_webcam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/georef_webcam.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/modules/aux_collect_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/modules/aux_collect_params.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/modules/aux_files/Input_PRACTISE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/modules/aux_files/Input_PRACTISE.m -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/modules/aux_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/modules/aux_functions.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/modules/aux_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/modules/aux_results.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/collect_projection_parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/collect_projection_parameters.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/edit_projection_parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/edit_projection_parameters.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/execute_PRACTISE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/execute_PRACTISE.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/georef_procedure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/georef_procedure.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/project2map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/project2map.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/results.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/procedures/write_PRACTISE_inputfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/procedures/write_PRACTISE_inputfile.py -------------------------------------------------------------------------------- /georef_webcam_v1_0/python_scripts/project_data2map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/georef_webcam_v1_0/python_scripts/project_data2map.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebBuchelt/georef_webcam/HEAD/requirements.txt --------------------------------------------------------------------------------