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 width and height attributes to Video annotation report #120

Open ToukL opened 1 month ago

ToukL commented 1 month ago

We would like to run a script using the API to extract some useful information from video annotation report but we need the video dimensions (height and width). What do you think about adding an 'attributes' column to this report type, as in image CSV annotation report with those info ?

mzur commented 1 month ago

Sounds good :+1: Do you want to implement this?

The new column should be added as the last column so existing workflows/scripts are not broken.

ToukL commented 4 weeks ago

Sounds good 👍 Do you want to implement this?

Yes I can try. As I understand the Video attrs attribute is already filled with dimensions when a new video is processed so if we ask for this attribute in the report it will be good ?

mzur commented 3 weeks ago

Yes!

mzur commented 3 weeks ago

It should be enough if you add the attrs column to the query and then to the CSV. Then add/update the tests and the manual.