id author title date pages extension mime words sentences flesch summary cache txt www-hughrundle-net-7803 Library Map Part 2 .html text/html 2934 212 77 Since I primarily wanted to map things about library services rather than individual library buildings, the first thing I looked for was geodata boundary files. I also needed to both stitch together all the different state LGA files, and merge boundaries where local councils have formed regional library services. I also had a bunch of location data for the actual library branches in a variety of formats originally, but ultimately in comma separate values (CSV) format. I also had a CSV file for information about each library service. The python script uses Python's inbuilt json and csv modules to read both the geojson and the csv file, then basically merge the data. const branchesCsv = fetch('data/public_library_locations.csv') const nslaBranches = fetch('data/nsla_library_locations.csv') the original data as CSV and TopoJSON files This allows us to load CSV files directly (for library building locations), and it's converted to GeoJSON on the fly. ./cache/www-hughrundle-net-7803.html ./txt/www-hughrundle-net-7803.txt