biigle / reports

:m: BIIGLE module to generate reports for projects and volumes
GNU General Public License v3.0
1 stars 2 forks source link

Add options to include metadata and/or attributes in CSV reports #92

Open mzur opened 2 years ago

mzur commented 2 years ago

Add a new option for annotation CSV reports to include the attributes column in the reports. If the option is not checked, the column is left out. This could break existing scripts that parse the CSV report and use one of the two columns after attributes. Maybe think about this again?

Also add a new option to include image/video metadata for each annotation. While the metadata would be included in attribtes as well, it's easier to parse as separate columns. In the case of video annotations, metadata could be interpolated. Make this clear in the documentation or add an option to either interpolate or use the "nearest" data point.