-
## 🐛 Bug Report
```python
41%|████ | 50/122 [00:21
-
During out UAT FIM 4.5.6.0 with the newest set of updated python packages, two HUCs failed both with pyogrio errors.
1.
Copying staged wbd and .gpkg files from /data/inputs/pre_clip_huc8/20240702/0…
-
Triangle allows specifying bounded regions with a cell size. However, if a linestring forms a loop, it inadvertently creates a new region and the cell size inside "reverts" back to the background cell…
Huite updated
3 months ago
-
In the class_refactoring branch, when importing a shapefile, ‘property’ does not support the direct assignment of elements. The error is related to the ‘feature’ attribute of the shapefile.
File "…
-
As a workaround to https://github.com/worldbank/DECAT_Space2Stats/issues/56, I tried iterating over every polygon component. The API fails either because there is no source data or the intersect does …
-
By way of background, this feature request was spawned by work I am doing on analyzing a dataset of trash pickup locations in San Francisco. The fundamental problem with this dataset is that GPS coord…
-
I have multiple CSV files opened with `dask` as is:
```python
import dask.dataframe as dd
import dask_geopandas
df = dd.read_csv('csv/*_timeseries.csv')
gdf = dask_geopandas.from_dask_datafra…
-
I would like to use `dask-geopandas.GeoDataFrame` for non-geospatial data as well.
Therefore, I tried to drop CRS data by assign `None` to `GeoDataFrame.crs` as follows, which worked on `geopandas`.
…
-
https://github.com/openjournals/joss-reviews/issues/6734
I managed to run the examples after installing the prerequisites and REHO from PyPI and changing the solver to `highs`.
### Warnings
T…
-
#### Code Sample
```python
import geopandas as gpd
cities = gpd.tools.geocode(['Stockholm, Sweden', 'Goteborg, Sweden'], provider = 'photon')
cities
```
| | geometry | address |
| -- | -- | …