olivierfriard / BORIS

Behavioral Observation Research Interactive Software
http://www.boris.unito.it
GNU General Public License v3.0
171 stars 34 forks source link

automate data download #253

Closed erica-sarro closed 4 years ago

erica-sarro commented 4 years ago

Hey there,

I've currently got many separate projects that I'd like to analyze as a single dataset. Opening each one individually to download data is very time consuming. Is there currently a method to automate data downloading through bash or another program? (specifically, I'm interested in aggregated events and frequencies of transitions, but this may expand in the future)

Thank you!

olivierfriard commented 4 years ago

Hi,

what do you mean by download?

o

On Thu, Nov 7, 2019 at 7:53 PM erica-sarro notifications@github.com wrote:

Hey there,

I've currently got many separate projects that I'd like to analyze as a single dataset. Opening each one individually to download data is very time consuming. Is there currently a method to automate data downloading through bash or another program? (specifically, I'm interested in aggregated events and frequencies of transitions, but this may expand in the future)

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/olivierfriard/BORIS/issues/253?email_source=notifications&email_token=ABR2AYTDIPC6PO7K2S75R23QSRPZLA5CNFSM4JKL2BO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXWFGYA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR2AYQZWLYZ6CBYGERNLMLQSRPZLANCNFSM4JKL2BOQ .

-- University of Torino Life Sciences and Systems Biology department Via dell'Accademia Albertina, 13 10123 TORINO (Italy) tel: +39 011 6704542 http://www.di.unito.it/~friard/ http://orcid.org/0000-0002-0374-9872

erica-sarro commented 4 years ago

Hi Oliver, Thanks for the quick response. By download, I mean exporting analyses or observations into a spreadsheet/file. The equivalent of opening a project and then mousing to [ Observations > Export Events > aggregated events ] Or [ Analysis > Time Budget ] or another analysis/export.

— Erica Sarro PhD Student University of California Riverside Department of Entomology woodardlab.com

On Nov 7, 2019, at 12:18 PM, Olivier Friard notifications@github.com wrote:

Hi,

what do you mean by download?

o

On Thu, Nov 7, 2019 at 7:53 PM erica-sarro notifications@github.com wrote:

Hey there,

I've currently got many separate projects that I'd like to analyze as a single dataset. Opening each one individually to download data is very time consuming. Is there currently a method to automate data downloading through bash or another program? (specifically, I'm interested in aggregated events and frequencies of transitions, but this may expand in the future)

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/olivierfriard/BORIS/issues/253?email_source=notifications&email_token=ABR2AYTDIPC6PO7K2S75R23QSRPZLA5CNFSM4JKL2BO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXWFGYA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR2AYQZWLYZ6CBYGERNLMLQSRPZLANCNFSM4JKL2BOQ .

-- University of Torino Life Sciences and Systems Biology department Via dell'Accademia Albertina, 13 10123 TORINO (Italy) tel: +39 011 6704542 http://www.di.unito.it/~friard/ http://orcid.org/0000-0002-0374-9872 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/olivierfriard/BORIS/issues/253?email_source=notifications&email_token=ANKDPSOPM42ZSOVZOJZ2DHTQSRZ23A5CNFSM4JKL2BO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNVU5A#issuecomment-551246452, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANKDPSMXQ4BXJCTOOIS2ND3QSRZ23ANCNFSM4JKL2BOQ.

erica-sarro commented 4 years ago

Hey Oliver, Just checking in to see if you've had a chance to look into the possibility of automating the data export process. Thank you!

olivierfriard commented 4 years ago

Hi, I started developing a Command Line Interface for BORIS. You will find it in the repository (https://github.com/olivierfriard/BORIS/blob/master/src/boris_cli.py). Check if you can use it directly for your needs otherwise if you have some skills in Python you can enhance it by adding the functions you want. o

erica-sarro commented 4 years ago

Thank you!