-
DistanceDecayExposure for example, expects wgs84. We decided against implicit reprojection, but we could do a check and raise a warning if we cant determine the crs is wgs84
-
Hi, I would like to reproduce the SMOS grid. What would be the settings for the meta file? Would it be also possible to use a predefined distance (in km) between grid points to generate a similar grid…
-
#### Describe your issue
The (Really nice) level set visualization given in the tutorial example 206 (Exact Discrete Geodesic Distances) is not what you get when running the tutorial. One gets some…
-
### Steps to reproduce
Using the project code from https://github.com/gavilanch/EFCoreSpatialQueries I've modified the ApplicationDBContext to point to a SQL Server 2016 LocalDB (as per original proj…
-
First thanks for making the code public!
I am trying to use the code in geodesic.py to compute the geodesic distances for a given triangular mesh, however I am getting nan outputs. Any ideas? Ma…
-
While reading up on the capabilities of the library (I am not a user at this moment), and in particular the design rationale, I noticed that there is a notion of a geographic coordinate system. Howeve…
-
first iteration of an API proposal. That means that each chosen name is subject to change arbitrarily. This design is mainly for outlining call, dispatch and type hierarchies of the proposal. Most of …
-
igraph version 0.7.1
Code:
```
import igraph as ig
g = ig.Graph()
g.add_vertices(4)
g.add_edge(0, 1, weight = 1)
g.add_edge(0, 2, weight = 2)
g.add_edge(1, 3, weight = 1)
g.add_edge(2, 3, weight = 2…
-
Hi everyone,
I've come across an issue with the variogram function (it may very well just be user error too). I'm using a 1x1km weather dataset over the state of Indiana with the goal of using krig…
-
Hi,
Can you share the code for calculating the geodesic error maps (Fig. 5)? Thanks.