jonnyhuck / shapefile-merge

Quick and Dirty script to combine lots of shapefiles using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shapefile Merger

Quick and dirty script for mergeing lots of shapefiles into one using Fiona.

Paste the file into a directory containing all of the shapefiles and run it, results will be saved to merge-output/merged.shp.

The output file will contain nothing but the geometries and the filepath from which each geometry originated.

About

Quick and Dirty script to combine lots of shapefiles using Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%