I’m interested in taking these census cartographic files and converting them into SVG files. So far I’ve found this shptosvg Perl script, but I’d really prefer to do any coding or data wrangling in Python.
Also, I know shpUtils.py can be used for parsing .shp files in Python, but I’m unaware how to take that output and create SVG paths.
Anyways, I’d definitely be interested in any advice you guys have or modules you know of.
Late response, but here is exactly what you want, in Python with a wonderful API:
https://github.com/kartograph/kartograph.py
As comments have noted it was previously available at https://github.com/svgmap/svgmap.py