-
## Describe the bug
The current Map projection assumes that the earth is a sphere,
https://github.com/PX4/PX4-Autopilot/blob/9246d38667311b8f53c3b38a13e35bf4a3969f70/src/lib/geo/geo.cpp#L71-L92
…
-
# My setup:
Ubuntu 24.04
Unreal Engine 5.4.4
# The problem:
I'm attempting to add a thirdparty library to my project with UE4CMake, but I get some odd errors about duplicate files (at least I th…
-
I am not a geodesist (just a geophysicist), but have a currently unregistered package, [Geodesics.jl](https://github.com/anowacki/Geodesics.jl) which only implements Vincenty's algorithm to compute gr…
-
Recently, PostGIS got a fix to restore the option for sphere based calculations in commands like [ST_Area()](https://postgis.net/docs/ST_Area.html) with **geography** data type as input (fix implement…
-
This is not a report but rather a question. I see that these modules can be used to convert to LatLon or MGRS. Do you think it will be relatively easy to add conversion to UTM as well?
-
In #2, @tclements would like to depend on Geodesics.jl. This would required registering this package, and [probably changing the name](https://github.com/JuliaLang/METADATA.jl/pull/19976).
-
`pip install pygeofun` can't run well because this command seems leading to lack of .so or .pyd files.
`Pygeofun` needs to be built from source(especially geographiclib C++ source code) when implem…
-
It'd be awesome to have support for some of the Geospatial operators such as `$near` or `$geoWithin` - https://docs.mongodb.com/manual/reference/operator/query-geospatial/
Is this something you guy…
-
[Copenhagen (EPSG:1026)](https://epsg.org/prime-meridian_1026/Copenhagen.html) is defined as 12° 34' 39.9" E, which is different to PROJ's [12d34'40.35"E](https://github.com/OSGeo/PROJ/blob/50e8dd72bc…
-
It could be useful to have some spherical geometry (read: geometry on the Earth surface).
In [this pull request](https://github.com/rafaqz/Rasters.jl/pull/508) I implemented a formula to calculate…