{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/9"},{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing/3"},{"label":"GIS","url":"https://skillfed.io/packages/category/scientific-engineering-gis"}],"enrichment":{"capability":"Dask-GeoPandas parallelizes geospatial operations by combining GeoPandas' spatial capabilities with Dask's distributed computing, allowing you to process large geographic datasets across multiple partitions.","skillfed_tags":["geospatial","distributed-computing","gis"],"use_cases":["Process multi-gigabyte shapefiles or geographic datasets that exceed available RAM by partitioning across a cluster.","Accelerate spatial joins, buffer operations, or geometric calculations on large datasets using parallel workers.","Build reproducible geospatial ETL pipelines that scale from laptop to cloud cluster without code changes.","Compute area, distance, or containment checks on millions of geometries in parallel.","Integrate geospatial analysis into larger Dask workflows alongside other distributed data processing steps."],"what_it_does":"Dask-GeoPandas bridges Dask and GeoPandas to enable parallel processing of geospatial data. It takes a GeoPandas DataFrame and repartitions it into a Dask-backed structure, allowing spatial operations\u2014like geometry calculations, spatial joins, and filtering\u2014to run across multiple partitions in parallel or on distributed clusters. This is useful when your geographic dataset is too large to fit comfortably in memory on a single machine, or when you want to leverage cluster resources to speed up spatial computations.\n\nThe package exposes the familiar GeoPandas API (geometry attributes, spatial methods) on top of Dask's lazy evaluation model, so you write code much like you would with GeoPandas, but operations are distributed. It depends on geopandas, shapely, dask, and packaging, and requires Python 3.10 or later. The project is actively maintained, has no known vulnerabilities, and is licensed under BSD 3-Clause.","worth_installing":"Yes. Dask-GeoPandas is production-stable, actively maintained, has no security vulnerabilities, and solves a real problem: scaling geospatial operations beyond single-machine limits. Install it if you work with large geographic datasets and need parallel processing. The low install friction and permissive license make adoption straightforward; the main constraint is requiring Python 3.10+."},"id":"dask-geopandas","links":{"html":"https://skillfed.io/packages/dask-geopandas","md":"https://skillfed.io/packages/dask-geopandas.md","pypi":"https://pypi.org/project/dask-geopandas/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-06-02","license_spdx":null,"license_treatment":"permissive","name":"dask-geopandas","python_support":"supports_current","summary":"Parallel GeoPandas with Dask"},"popularity":{"monthly_downloads":79104,"position":14380,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.0"}
