-
https://github.com/Open-EO/openeo-geopyspark-driver/blob/e741748fd5ff67e9dab144c7702c1b1f928e4d64/setup.py#L74
@mbuchhorn had UDF debug struggles because our UDFs have xarray 0.16.2, while his loca…
-
I have encountered an error while trying to load a shapefile with world coordinates "ne_110m_admin_0_countries.shp" and the corresponding .shx (v5.1.1). I followed the code in your 'obesity.ipnyb' fi…
-
There is an `fid_as_index` option in `read_dataframe` to be able to... read the `fid`. However, there is no explicit option to e.g. `index_as_fid` in `write_dataframe` to write it again.
For e.g. s…
-
#### Is your feature request related to a problem?
I use Pylance for type checking, and when I create a `geopandas.geodataframe.GeoDataFrame` with either `geometry` or `crs` as keyword arguments it…
dluks updated
10 months ago
-
@martinfleis
I'm wondering about adding a conversion function for a [`momepy`](http://docs.momepy.org/en/stable/index.html) street network `GeoDataFrame` to `cityseer` compatible `networkx` `Multi…
-
Opening an issue to keep a track of it since I am not yet sure what is going on, I wasn't able to get MRE so far.
The issue with `geoplot.voronoi` (#1855) was due to pygeos which is now part of RT…
-
GeoPandas `read_file` and `to_file` attempts a [`path.expanduser()` ](https://github.com/geopandas/geopandas/blob/a78dbf3a48eaa0f84d12d9935fce4927e381d146/geopandas/io/file.py#L177-L178) which raises …
-
Just adding an issue to keep track of the question I raised here:
https://forum.image.sc/t/polygon-and-other-roi-annotations-in-ome-zarr/47990/9
According to the discussion above there does not …
-
Hi,
I'll make a PR changing some of the geopandas benchmarks to more performant versions but before that I'd like to ask for some clarifications. I understand that the benchmarks are artificial but…
-
I needed to find the indexes of the nodes nearest to specified locations. I wonder if there is a common need for this. I wrote the following Grd class instance method for my own purpose. I used this t…