No description
| binary_join | ||
| .gitignore | ||
| README.md | ||
Scripts for KAL project
Folder structure:
binary_joincontains scripts for binary joining two GeoPackage layers. It comes in two flavors:joint_parallel_gpd.pythat parallelizes the process using Geopandas and standard python multiprocessing, andjoint_dgpd.pythat uses dask_geopandas, a dask-based version of Geopandas for parallel processing.