Rothamsted-Ecoinformatics / farm_rothamsted

Custom farmOS features for Rothamsted Research.
GNU General Public License v2.0
6 stars 1 forks source link

API: Script to extract quantities for experiments #637

Closed aislinnpearson closed 5 months ago

aislinnpearson commented 6 months ago

Please could you knock us up a short bit of script to extract the following from any experiment:

Ideally it would export to a .csv

paul121 commented 5 months ago

@aislinnpearson here is a code example for how I accomplished this - it ended up being a nice complex exercise! https://gist.github.com/paul121/9b1ab39c9045ed81817bc05350282cd2

aislinnpearson commented 5 months ago

Perfect, thank you