PySoar icon indicating copy to clipboard operation
PySoar copied to clipboard

problem with urls in soaringspot

Open GliderGeek opened this issue 8 years ago • 6 comments

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 avatar Feb 25 '16 23:02 GliderGeek

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.

GliderGeek avatar Mar 20 '16 00:03 GliderGeek

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 ([email protected])

hoffi6X avatar Jun 25 '16 10:06 hoffi6X

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.

GliderGeek avatar Jun 25 '16 10:06 GliderGeek

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 [email protected]:

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.

hoffi6X avatar Jun 25 '16 12:06 hoffi6X

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 avatar Jun 25 '16 12:06 GliderGeek

@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

GliderGeek avatar Sep 25 '17 17:09 GliderGeek