Re: [Therion] Statistics on surveys of a network

2023-05-10 Thread Philippe Vernant
Perhaps you can repost after changing the extension to .txt? >> Thanks >> Bruce >> >> >> -Original Message- >> From: Therion On Behalf Of Philippe Vernant >> Sent: Wednesday, 10 May 2023 20:54 >> To: List for Therion users >> Subject: Re

Re: [Therion] Statistics on surveys of a network

2023-05-10 Thread Tarquin Wilton-Jones via Therion
On 10/05/2023 10:00, Tarquin Wilton-Jones via Therion wrote: >> Thanks for the answers. I wrote a python script. It is far from being >> elegant but it does the job. I attach it to this message in case it can be >> helpful to some of you. > > Very nice! > Thanks for sharing. One thing I do

Re: [Therion] Statistics on surveys of a network

2023-05-10 Thread Martin Sluka via Therion
riginal Message- > From: Therion On Behalf Of Philippe Vernant > Sent: Wednesday, 10 May 2023 20:54 > To: List for Therion users > Subject: Re: [Therion] Statistics on surveys of a network > > Hi guys, > > Thanks for the answers. I wrote a python script. It is far

[Therion] Statistics on surveys of a network

2023-05-10 Thread Bruce Mutton
MS Outlook blocks attachments with extension .py Perhaps you can repost after changing the extension to .txt? Thanks Bruce -Original Message- From: Therion On Behalf Of Philippe Vernant Sent: Wednesday, 10 May 2023 20:54 To: List for Therion users Subject: Re: [Therion] Statistics

Re: [Therion] Statistics on surveys of a network

2023-05-10 Thread Tarquin Wilton-Jones via Therion
> Thanks for the answers. I wrote a python script. It is far from being elegant > but it does the job. I attach it to this message in case it can be helpful to > some of you. Very nice! Thanks for sharing. ___ Therion mailing list Therion@speleo.sk

Re: [Therion] Statistics on surveys of a network

2023-05-10 Thread Philippe Vernant
Hi guys, Thanks for the answers. I wrote a python script. It is far from being elegant but it does the job. I attach it to this message in case it can be helpful to some of you. Cheers, Phil #!/usr/bin/env python3 # -*- coding: utf-8 -*- # grab data to generate summary for surveys of a cave

Re: [Therion] Statistics on surveys of a network

2023-05-03 Thread Andrew Atkinson
On 03/05/2023 21:40, Tarquin Wilton-Jones via Therion wrote: However, I don't know what it will output if you ask it to export a database. Probably nothing useful. As fr as I remember it was very useful, I wrote a web page that queried it, this was over 10 years ago, the page is still

Re: [Therion] Statistics on surveys of a network

2023-05-03 Thread Tarquin Wilton-Jones via Therion
Hi Philippe, > Is there a way to export the statistics of a network with the following > information: > -date of each surveys, > -names of the team members for each survey > -length surveyed for each survey export cave-list -surveys on -location on -o cavelist.html export survey-list -o

Re: [Therion] Statistics on surveys of a network

2023-05-03 Thread Andrew Atkinson
I believe there is no direct way, but you can export to SQL then interrogate that. Andrew -- Sent with K-9 Mail On 3 May 2023 20:33:20 BST, Philippe Vernant wrote: >Hi guys, > >I’ve been reading the fucking manual, but no way to find it. Is there a way to >export the statistics of a network

[Therion] Statistics on surveys of a network

2023-05-03 Thread Philippe Vernant
Hi guys, I’ve been reading the fucking manual, but no way to find it. Is there a way to export the statistics of a network with the following information: -date of each surveys, -names of the team members for each survey -length surveyed for each survey Thanks, Phil