GliderGeek / PySoar

Gliding competition analysis
http://www.pysoar.com
GNU General Public License v3.0
17 stars 7 forks source link

problem with urls in soaringspot #44

Open GliderGeek opened 8 years ago

GliderGeek commented 8 years ago

for instance http://www.soaringspot.com/en_gb/s2d2015/results/club/task-1-on-2015-06-27/daily shows clickable competion ids, but the urls are not working and produce 404 errors when clicked.

screen shot 2016-02-26 at 00 12 58

preferably pysoar gives a message that soaringspot is not working.

GliderGeek commented 8 years ago

properly deal with 404 error showing warning in console.(could be just 1 corrupt igc file). if none could be downloaded, give a warning that this day cannot be analyzed.

hoffi6X commented 8 years ago

Hello,

could not find out our e-mail adress and I have the question, if you are planing to make it also possible that we can analyze from scoring strepla?

Greetings, Felix (felicux@web.de)

GliderGeek commented 8 years ago

Incorporation of Strepla is not planned . Maybe this could be added in the future, but then the code needs some significant refactoring as there is no such thing as a 'soaringspot class' at the moment.

edit: i was mistaken, there is such a thing as a soaringspot import class, allthough this might need some generalization to set it up correctly for strepla integration.

hoffi6X commented 8 years ago

Hello,

To bad since your program is really useful but only working on one platform :( would be nice to have it on both or evan to work on a folder where you have a collection of igc files to evaluate. Maybe you can take these thoughts for further development of your program.

Greetings, Felix

Am 25.06.2016 um 12:37 schrieb GliderGeek notifications@github.com:

Incorporation of Strepla is not planned . Maybe this could be added in the future, but then the code needs some significant refactoring as there is no such thing as a 'soaringspot class' at the moment.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

GliderGeek commented 8 years ago

Hi Felix,

PySoar is a project i run voluntarily next to my graduation so i simply don't have the time to do a lot of extra features next to the plans i already have. If anyone volunteers to add the functionality, i am more than happy to incorporate it. That's the idea of open source.

cheers, Matthijs

GliderGeek commented 7 years ago

@hoffi6X: there is currently a pull request working on a strepla implemenation, so strepla analyses will probably be possible in the near future

see the following pull request: https://github.com/GliderGeek/PySoar/pull/116