-
Spatial partitioning with Dask geopandas is described here: https://dask-geopandas.readthedocs.io/en/stable/guide/spatial-partitioning.html
-
**Describe the bug**
I have a raster layer that is throwing a warning during Step 1 that I believe is causing a failure during Step 2. The warning, "Caught exception processing covariate: clay -- --…
-
When dealing with large sets of geometries it would be nice if we could partition (chunk) the geometry coordinate and the GeometryIndex based on spatial locality (thus requiring spatial sorting or shu…
-
I think it makes sense to deprecate and then remove `sc.read_visium`. and `sc.pl.spatial` since I don't plan to maintain it here anymore and updated versions are present in Squidpy. What do you think …
-
Hi,
Is it possible to run gpsFISH without spatial count and spatial cluster datasets (or can it run with spatial count and cluster datasets provided in the tutorial)? I am working with the datasets…
-
Just recently bought this card, thanks to its very interesting firmware and support (besides outputting fully-digital).
Took a deep-dive testing it for a while (while comparing here and there with …
-
Do you plan to implement DuckDB spatial extension support, mainly ST_Read?
Will it be PostGIS types support?
VGSML updated
2 weeks ago
-
### Problem
It would be very useful to be able to impose spatially-varying values for certain boundary conditions, especially Robin boundary conditions for cardiac mechanics simulations (a la [this p…
-
Once used, a spatial storage unit is only usable in spatial pylons setup with the same dimensions as initially used to store the blocks. It would be very helpful if the spatial storage unit could be r…
-
Given a set of polygons, I'm trying to get all pairs of polygons whose intersection is at least some (non-zero) number.
My first query yields a IE_JOIN, which is good and indeed quite fast, but the…