GIS utility to join csv tables to shapefiles
Dependencies
###Use
Usage: python fiona_join.py <in.shp> <shpkey> <in.csv> <csvkey> <out.shp>
Performs a left join of the csv to the shapefile on the given keys. Saves result in <out.shp>.
###Tests
tests.py