-
The algorithm that GRASS uses for computing areas on ellipsoids gives different results than GeographicLib that is used by Proj and PostGIS. QGIS is also using the GRASS algorithm. It seems that GRASS…
-
GeoQ uses GeoConvert under the hood for performing certain GeoSpatial operations (See Issue #25). It might make sense to add geographiclib-tools to the installation instructions in the README.md:
``…
-
Hello,
I've been developing an application with a ZED-F9P connected to an nRF52832. My platform of choice is PlatformIO (core is 6.1.5).
Development was going fine until I did a full clean inste…
-
pypi.pyhton.org now requires https for download. The link produced in the ebuilds are using http, which means that downloading code when emerging now does not work.
Testing with wget to confirm pro…
-
Installing collected packages: prettytable, instagram-private-api, gnureadline, chardet, urllib3, idna, geographiclib, requests, geopy, requests-toolbelt
Attempting uninstall: prettytable
Foun…
-
#### Platform
Travis CI
#### Steps to reproduce
Run `wget "$GEOGRAPHICLIB_URL"` in `install_geographiclib.bash`
#### Observed result
```
$ bash scripts/install/install_geographiclib.bash
…
-
Hi, I didn't really want to create an issue but couldn't work out how to contact you otherwise.
I use Java and I have to wrap the whole of the GeographicLib in JNI. I saw your project and thought it …
-
For GeometryOps, I need three things fundamentally:
1. distance calculations
2. arc intersections (maybe robust, maybe not)
3. interpolation along the arc
It looks like SphericalGeodesics.jl is …
-
https://docs.rs/geo/latest/geo/algorithm/cross_track_distance/trait.CrossTrackDistance.html
One approach would be:
1. Deprecate `cross_track_distance` in favour of `cross_track_distance_haversin…
-
Environment and versions I work with:
Windows 10
QT: 6.6.3
Problem: When I try to build the QGC application via cmake, it compiles the first time and runs the application. However, when I make a …