spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

Geopandas benchmarks

Open aeisenbarth opened this issue 9 months ago • 1 comments

This is a work-in-progress for testing performance of geopandas compared to dask-geopandas. I used the asv framework to add benchmarks for geopandas nearest and query.

Unfortunately, dask-geopandas doesn't implement these functions yet. However, this code can be used as a starting point to continue performance tests.

Note also that the latest version of dask-geopandas is only compatible with newer dask dependencies.

Refers to #233, #739

aeisenbarth avatar Mar 25 '25 15:03 aeisenbarth

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 92.11%. Comparing base (4021946) to head (cf0c0ca). :warning: Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #913   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files          48       48           
  Lines        7429     7429           
=======================================
  Hits         6843     6843           
  Misses        586      586           
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Mar 25 '25 15:03 codecov[bot]