-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add a decent DEM source (the current ends at 50°) #10702
Comments
It seems Airmap will shut down the business, so in a few weeks we won't have the service available anyway... We should do something about it! I would rather like to implement a more updated service, like this one: https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-rgb-v1/ versus the Ardupilot server. I would like to hear more opinions about this from the rest of the devs. |
@Davidsastresas I wonder about the precision/grid size of the source data, the preview mapbox provides is very impressive, but maybe just very interpolated. This means we can precache the whole world at maximum zoom, and use no space to do so! Incredible! 😆 Sadly the preview has no altitude readout, but I've checked the familiar terrain, and it looks very good. |
It would be useful to allow for alternative data sources for elevation. Many countries may have their own terrain models that can be quite good (Norway has an excellent one as an example), and many professionals tend to have their preference with which one they would like to utilize if possible. If it is possible to allow for the most common standards and then let the user input their links/credentials/tokens for using the specific ones, that would be fantastic. |
Any updates here? Airmap not only shut down their business, but deleted their organization/repositories on github. |
@dayjaby this was fixed some time ago. Auterion jumped in and changed it to a terrain server set up by them, so this should not be a problem anymore for QGC. Some effort started towards making QGC capable of different terrain providers: But this was before Auterion contributed their solution. When Auterion contribution was done, that other effort lost momentum. At some point it will evolve for sure, but I am not sure if that will be anytime soon. In any case, would this fix this issue? Should we close it? |
Thanks @Davidsastresas . I also found the PR #10740 , which appearently also fixes the issue. Or what's the difference between the Airbus and Auterion terrain servers? |
That is precisely the PR I was talking about. Auterion fix involves those Airbus maps. I will close the issue then, thanks! |
The Ardupilot project has decent world coverage at https://terrain.ardupilot.org/
QGC's current Airmap source is limited to 50°N to 50°S - this may be sufficient for flat-earthers, but otherwise, it's simply inadequate and sad.
The elevation graph is a neat safety feature that does not work for huge areas due to a very limited data source.
The text was updated successfully, but these errors were encountered: