spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

Using Dask `GeoDataFrame` for lazy representation of shapes.

Open LucaMarconato opened this issue 2 years ago • 1 comments

Feature that will be implemented as part of the IO refactoring. To make things ergonomic, we should before/at the same time, use GeoDataFrame for points https://github.com/scverse/spatialdata/issues/233 and thus unify points and circles (https://github.com/scverse/spatialdata/issues/46, to be reopened if needed).

Related:

  • https://github.com/scverse/spatialdata/issues/41
  • https://github.com/scverse/spatialdata/issues/153

LucaMarconato avatar Sep 25 '23 12:09 LucaMarconato

Comments for the Basel hackathon

This issue should be tackled after https://github.com/scverse/spatialdata/issues/233. Here I would check the following:

  • how is performance when using dask-geopandas vs geopandas
  • additionally, how does performance improve when using a spatial partitioning method https://github.com/scverse/spatialdata/issues/739

LucaMarconato avatar Oct 31 '24 16:10 LucaMarconato