-
Explore adding support for more functions to be used in unprojected coordinate systems.
raster::terrain [(terrain.R,](https://github.com/rspatial/raster/blob/master/R/terrain.R) [terrain.cpp)](http…
-
Hi,
I would like to get the geodesic pairwise distance of a mesh. I saw that there are some methods to get the distance for a specific each. However, I did not see how to get efficiently the pairwi…
-
Almost anyone who comes to the KerrGeodesics package without knowing that much about Kerr geodesics expects it to do the following:
1. You pick initial conditions in terms of positions r,theta,t,ph…
-
A second usefull piece of code would be a triangulation example.
Two points on a sphere, plus two bearings/headings.
The intersection of these imaginary lines/arcs would indicate where the "perc…
-
Currently we use `geopy.distance.distance` to calculate distances between gridpoints. This uses an exact algorithm, assuming an ellipsoid. For an example dataset of 25 * 53 gridpoints it takes 5min 30…
-
### Expected behavior and actual behavior
When doing `GeoVector.buffer` the user would expect for proper geodesic buffering to happen, as described in this article:
https://www.esri.com/news/arc…
-
Probably a very naive question.
But, is it possible to obtain the shortest distance between two points (geodesic) with this package and if so, how?
> Geodesics.inverse ? [with this right?]
But,…
-
Hello dear Rui Xiang,
I am so grateful for your papers (1) DIR and (2) Efficient and Robust Shape Correspondence via Sparsity-Enforced Quadratic
Assignment. They are indeed very insightful, especi…
-
```
For instance.... Object A and Object B are in a model.
The objects are related through several relations and other objects.
This relation can be different in different models.
Create a method tha…
-
**Current Problem**
The USPORF algorithm now uses the similarity matrix as the output, but it is not good enough compared to other unsupervised machine learning methods.
**Describe the solution you…