-
### Comment:
The GDAL conda package has recently been revamped to seperate the core functionalities and a list of optional dependencies. It would be great if **pyogrio** users could have the advant…
-
edit (20/03/04) by @martinfleis: _See the discussion below for the context._
```
def merge_boundry(image_path, vector_path, clip_size):
path_img=os.path.dirname(image_path)
L=os.listdi…
-
I'm working on an indoor mapping solution, which uses GeoJSON as the main data source.
The input is an IFC, which we convert to GeoJSON in order to increase granularity and simplify readability.
I…
-
## Backstory / Use Case
I am using `pygeos` to compute the IoU of 2 sets of polygons.
However, as my two datasets are pretty large, I needed to split my sets into different chunks and compute the Io…
-
Are bridges present? Yes/no.
How many bridges are there?
-
Dask supports various serialization methods for its DataFrames (see [here](https://distributed.dask.org/en/latest/serialization.html)), and for the `EnsembleFrame` hierarchy we should validate that we…
-
When using geoplot with a geopandas dataframe containing `MultiPolygon` objects in its `geometry` field, geoplot fails to correctly iterate over the `MultiPolygon`, and then treats it as a single `Pol…
-
Create a virtual environment
```
conda create -n grassforecasts python=3.7
conda activate grassforecasts
conda install pandas gunicorn dash numpy geopandas
```
Create `/etc/systemd/system/guni…
-
i generate source openFileGDB with a geopandas dataframe used:
gpd_linestring_df.to_file(filename2, driver="OpenFileGDB")
and dtyps:
uid object
agmach_id object
c…
-
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…