Lelelo1
Lelelo1
I think they are given in NED, looking at these docs: https://ahrs.readthedocs.io/en/stable/wmm.html I also found https://github.com/mavlink/mavros/issues/49 how to swap the axises. I would preferably want to have a quaternion for...
I am interested in having overpass
Great thanks. I will experiment a bit with OSMImports
Seems like it works but as I see it it does some old fashioned json parsing, web request. It also doesn't provide *bbox* to be passed in. What I really...
> However, it would be trivial to accept a query string (composed by someone else), send the request, and parse the result (assuming the result fits the OSM data model)....
I agree request and query building should probably be separated. I don't think requesting from different servers should be a responsibility of the query building either. Maybe query builder would...
Here is proposal of the overpass client. ``` public class OverpassClient { static IEnumerable BaseUrls = new List() { "https://overpass-api.de/api/interpreter" // ... }; HttpClient Client { get; } = new...
What urls should be used?
The `BaseUrl` should probably be as l list and lopped instead? Are someone up for adding this feature? Something I don't understand is how the models should look like. How...
Ok I will make a pr then. I am having problems creating test:  *Run Tests* is greyed out The file looks like: https://github.com/Lelelo1/OsmApiClient/blob/overpass/OsmSharp.IO.API.Tests/OverpassTests.cs I can run existing tests but...