No description
Find a file
2026-05-27 23:56:29 +02:00
binary_join First clean version for the binary operations. 2026-05-27 23:56:29 +02:00
.gitignore First clean version for the binary operations. 2026-05-27 23:56:29 +02:00
README.md First clean version for the binary operations. 2026-05-27 23:56:29 +02:00

Scripts for KAL project

Folder structure:

  • binary_join contains scripts for binary joining two GeoPackage layers. It comes in two flavors: joint_parallel_gpd.py that parallelizes the process using Geopandas and standard python multiprocessing, and joint_dgpd.py that uses dask_geopandas, a dask-based version of Geopandas for parallel processing.