-
> A solution would be to benchmark the polygon query and bounding box implementation for points and shapes and see if one is significantly faster than the other. Ideally the polygon query is fast enou…
-
See https://colab.research.google.com/drive/1Pk7XO-5tYcdFYBk5gNFZ8aUQghJkxLh8?usp=sharing#scrollTo=rod9P0y7mx8_
The gpdvega library is out of date and we should use an example from altairs gallery un…
-
I have around 200k polygons in a shapefile, and I want to dissolve the polygons that are connected to each other. ArcGIS offers simple techniques to achieve this, but I was wondering if there are quic…
-
Spatial partitioning with Dask geopandas is described here: https://dask-geopandas.readthedocs.io/en/stable/guide/spatial-partitioning.html
-
It happened when I tried to plot COBs of Muller2016. The COBs contains polygon, multipolygon and linestring.
Traceback (most recent call last):
File "/Users/mchin/workspace/gplately.git/tests-di…
-
[Workflow Run URL](https://github.com/xarray-contrib/xvec/actions/runs/11603538377)
Python 3.11 Test Summary
```
xvec/tests/test_zonal_stats.py::test_structure[iterate]: TypeError: Cannot interpret '…
-
Can anybody inform me if the tried and tested geographic coordinates transformation libs GeoPandas and/or PyProj are going to be available in Excel through the Anaconda cloud?
-
The result of a `CompassApp::run` is a Python Object which has some standard keys and structures that are known/specified internally in the rust codebase. Handling this monolithic object in Python is …
-
Thank you for this great package!
I am using version 0.12.1 of `regionmask` (installed from conda), but upon import
```
import regionmask
```
I get the following message
```
ERROR 1: PROJ: pr…
-
**Describe the bug**
This is not a bug. But since I use EOmaps a lot. I always correct myself when defining my map crs. I'm used to work with pyproj and geopandas crs param. Normally crs will be of…