Skip to content

issues Search Results · repo:geopandas/dask-geopandas language:Python

Filter by

151 results
 (68 ms)

151 results

ingeopandas/dask-geopandas (press backspace or delete to remove)

Dear all, thank you for developing and maintaining dask_geopandas. I have a minimum working example below (please copy paste) using synthetic data. import geopandas as gpd import dask_geopandas as dgpd ...
  • hvasbath
  • 2
  • Opened 
    on Jun 24
  • #331

Hi there, I can see that there have been changes made here to allow for geopandas v1.1.0 compatibility (removal of geom_almost_equals), but they have yet to be released. Any idea on when that might happen? ...
  • Zeitsperre
  • 2
  • Opened 
    on Jun 2
  • #328

I m running into an error where drop_duplicates fails if the geodataframe originates from a parquet file and the spatial partitions are encoded in the file. As far as I can tell, drop_duplicates works ...
  • fbunt
  • 3
  • Opened 
    on Mar 21
  • #327

to_feather fails when trying to write a dataframe to disk with an odd error. import dask.dataframe as dd import dask_geopandas as dgpd import geopandas as gpd import numpy as np ...
  • fbunt
  • Opened 
    on Feb 8
  • #325

Hi, we will merge dask-expr into dask/dask for the next release. That will change the paths you ll have to import from, everything else should stay consistent hopefully. I ll try to create a downstream ...
  • phofl
  • 1
  • Opened 
    on Jan 2
  • #323

Dropping the geometry column from a dask-geopandas GeoDataFrame no longer produces a dask DataFrame object. This causes errors in future operations where a GeoDataFrame is not expected or where the resulting ...
  • fbunt
  • 2
  • Opened 
    on Dec 11, 2024
  • #321

Apparently, dask-geopandas uses deprecated shapely features in union_all. I m getting the following warning: https://github.com/geopandas/dask-geopandas/blob/v0.4.2/dask_geopandas/core.py#L296: ShapelyDeprecationWarning: ...
  • stertingen
  • Opened 
    on Dec 4, 2024
  • #320

I have two DataFrames that I want to apply an overlay (difference) on. As GeoPandas internally uses an index, I try to use the map_partitions, to partition the larger GeoDataFrame and try to execute on ...
  • sehHeiden
  • 1
  • Opened 
    on Nov 30, 2024
  • #319

Description I am experiencing an issue when trying to reproject a dask_geopandas.GeoSeries or dask_geopandas.GeoDataFrame to a new CRS. The set_crs and to_crs methods return an AttributeError indicating ...
  • dluks
  • 3
  • Opened 
    on Nov 6, 2024
  • #315

I have a Dask GeoDataFrame, from which I extracted the geometry and performed infill using Shapely. I used geometry.interiors to set an area threshold and fill the holes. After that, I created a new geometry ...
  • emaildipen
  • 3
  • Opened 
    on Oct 23, 2024
  • #314
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub