The open-source application Bitácora (“logbook” in Spanish), developed especially for the OSDT, helps in visualizing and organizing all the files, images and metadata generated before, during, and after a drone flight, for archiving, sharing or further processing. The user only needs to save all the files (survey area polygon, flight plan, captured images, mosaic, elevation model, etc.) in a folder, and the program will automatically generate a map visualizing the files, and a table with flight information (flight date and time, location, altitude, speed, names of relevant files). This information is also saved in open formats compatible with other software (flight information table in csv format, flight map in png and kml formats).
Download the zip file from https://github.com/gpereyrairujo/bitacora/releases/download/v0.6.0-alpha/bitacora.0.6.win.zip (or the latest version published at https://github.com/gpereyrairujo/bitacora/releases)
Extract the files from the zip, and copy the bitacora
folder to the C:/Program Files
folder or any other location
To open Bitácora, double-click the executable file bitacora.exe
(for convenience, you can create a shortcut, or drag the file to the taskbar to pin it)
Put all the files from a flight in the same folder: images, flight plan, mosaic, elevation model, etc. (it can also be a folder with subfolders)
With the “New flight” function, Bitácora ask you to select the folder, it will read all the information contained in the images and other files (dates and times, coordinates, flight altitude, camera used, etc.), and then it will ask for a name to identify the flight and an optional description
Once the files in the folder are processed, all flight information is displayed in one window, as a map and and data table
If the data is correct, with the “Save flight” function the flight can be added to the list of flights in the main window (from where it can then be displayed again with the “Open flight” function).
The flight data is also saved in the original folder, in formats compatible with other programs (the data table in csv format, the geographical data in kml format and the map image in png format)