This repository contains the QGIS distribution for use with MAPIR cameras. The distribution is in a beta stage while we work on getting it placed in the QGIS plugin repository.
Camera supported:
- MAPIR Survey2 (all filter models)
- DJI Inspire X3 with PEAU 3.97mm NDVI (Red+NIR) lens installed
- DJI Phantom 4 & 3 with PEAU 3.97mm NDVI (Red+NIR) lens installed
Functionality for above supported cameras includes:
- Convert Survey2 RAW to TIFF, converts DJI DNG to TIFF
- Calibrate directory of images using MAPIR Reflectance Target image taken before survey or uses built-in reflectance values if no target image supplied
- Converts TIFF to JPG after calibration if desired
Functionality still in the works:
- Correcting vignette
- Normalizing color (RGB) photos
- Creating index images
- Whe hope to have the plugin added to the QGIS plugin repository, but until then, please download the MAPIR_Processing folder and add it to you .qgis2/python/plugins folder
- In Windows, the .qgis2 folder is in C:\Users<your user name>
- In MacOS X, plugins folder is located in Application/QGIS.app/contents/Resources/python/plugins. To get there you'll need to right click the QGIS application then click "Show Package Contents"
-
To pre-process images (convet RAW images to TIFFs): -- Select the "Pre-Process" tab -- Select a camera model -- Select an input folder -- Select an output folder -- Press the "Pre-Process Images" button
-
To Calibrate images -- Select the "Calibrate" tab -- Select a camera model -- Select a MAPIR ground target image (optional) -- Press the "Generate Calibration Values" button -- Select a folder containing images to calibrate -- Press the "Calibrate Images From Directory" button
- Photomonitoring Plugin by Ned Horning - American Museum of Natural History, Center for Biodiversity and Conservation
All notable changes to this project will be documented in this file.
- Normalization of RGB images in the Preprocess step.
- Transfer of GeoTIFF metadata.
- Application no longer requires administrator access to run on Windows.
- Plugin no longer loads non image files with "tif" or "jpg" in the filepath.
- Legacy support for Survey1 camera models in Calibrate tab.
- MacOS X is now supported
- Plugin now warns when trying to overwrite tiffs created when preprocessing DNG images instead of throwing an exception.
- Tiffs now properly convert to Jpegs when checking the "Convert calibrated tiffs to jpgs" box
- Found issues when trying to install plugin on Mac OSX. Working on a solution.
- Now stores previously selected filepaths to make navigation easier
- Cleaned up UI layout
- Missing default calibration for DKI camera models
- QR calibration percentage values
- Issue with merging channels in DJIx3 images