-
Notifications
You must be signed in to change notification settings - Fork 23
alternate repository ? #171
Comments
Hello there, For waypoint files and other data there is the waypoints-special folder. You can use this for your local competition if you'd like. The data entry is just a few bytes and doesn't really matter to anyone downloading it. I hope that by being able to submit pull requests and reviews by end users that at least some would add their local data there. Competition data at this point however seems to be dominated by https://soaringspot.com. While I'm not a fan of driving users to commercial services, its at least free to use. They have an API, which allows access by 3rd party apps. @kedder has developed a cli gui for openvario to interface and download competition data from soaringspot: https://github.com/kedder/openvario-compman maybe this can be extended for use on other platforms. |
@lordfolken what do you mean by
Can you elaborate a bit how that would work? I'm glad you agree the url should be configurable.
|
what i meant with waypoints which are not country specific, ie. competition or otherwise: I'd put it under setup -> repository in expert mode. |
to be completely honest, i'd still prefer if people would contribute to the official repository, than try to circumvent the polices the project has put in place by providing their own repos. |
I still don't see how I can access these listed 4 items. I don't see them as part of the (long) list of waypoints. |
I agree with you but I have a number of issues with what's currently on the list of Downloads:
The above mentioned led me to create my own maps, waipoints and airspaces. So the bottom line from my perspective: it takes a big and continuous effort to make the current Download feature very useful for the community. In the meantime we can use a workaround implementing "private" repos. |
BTW just to quote OpenAIP's disclaimer: " openAIP-Data are not certified and must not be used for primary navigation or flight planning. NEVER RELY ON OPENAIP DATA. openAIP data contains errors. Using openAIP data may result in serious injury or death."
|
Yes, it's really sad that we still have to use paper maps for navigation. Therefore the legal disclaimer is redundant although I would recommend to use a similar statement along side of XCSoar's repository. I think if we offer a repo we should do our best to keep the content correct. This may require different approaches in different parts of the world. I can only comment on Central Europe and as I stated before I found OpenAIP to be a very good staring point. It's much better than starting from scratch or with a database that hasn't been maintained for years. In addition, yesterday I have received an email from Stephan Besser from OpenAIP stating that OpenAIP encourages the XCSoar community to leverage their database as long as the source is mentioned and it is distributed free of charge. Of course, he would like to see content changes being made to the source if at all possible. (I can share this email, in German.) |
Although it's an Issue for XCSoar I reckon the audience here has a vested interest in this:
Currently the URI of the "repository" is hard coded in
src/Repository/Glue.cpp
It points to "http://download.xcsoar.org/repository".
This "one size fits all" approach is probably not ideal for several reasons: I might never be interested in data for the opposite side of the globe. I might want to publish the waypoints for a local competition which in turn is pointless for everybody else. etc.
Are there any plans to allow users to configure their own repository URI?
The text was updated successfully, but these errors were encountered: