-
š **What bugs you?**
Currently `einsteinpy` does not have the capability to compute and plot Penrose diagrams, which are 2-dimensional diagrams showing the causal relations between points in soā¦
-
Hey I was testing your package on some simple images
. After running the algorithm i checked out the warp field
And it looks something like this. I know that the greedy method does not guarantee ā¦
-
Hello.
For the nearby lookup, tile38 uses the KNN algorithm instead of [standard overlap+Haversine algorithm].
Is there any benchmark or comparison done between these two approaches?
I wouldā¦
-
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?
-
This function has two potential forms.
1. When provided a GeoSeries and a Geometry, return the distance between each entry in the GeoSeries and the target Geometry
2. When provided with two GeoSā¦
-
This feature request is two-fold:
## 1
Implement all/some of the platonic solids: https://en.wikipedia.org/wiki/Platonic_solid
Tetrahedron
Cube
Octahedron
Dodecahedron
Icosahedron
e.g.
`dodecahedroā¦
-
I have a millions of points (in latitude & longitude). I want to calculate nearest neighbour queries using [great circle distance](https://en.wikipedia.org/wiki/Great_circle), i.e. distance in metres ā¦
-
As a developer, I'd like to know how to **name** and **locate** Ā«the thingsĀ» of the game, so that we can talk to each other šø about things, that would not be _just_ things anymore.
More precisely: ā¦
-
Hi,
I have the following error when I try to run one example of crowddynamics.
`Traceback (most recent call last):
File "test_simm.py", line 1, in
from crowddynamics.examples.simulationā¦
-
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ā¦