Consider minimizing the json files to reduce repo size?
If we're not going to gzip the geojson files per https://github.com/LukePrior/nbn-upgrade-map/issues/122 maybe we should minimize the file-size (though this would make native diffs useless, without reformatting both the before and after).
File-size is about 25% smaller when storing JSON without additional whitespace
json.dumps(d, separators=(',', ':'))
That's probably a decent idea for the immediate turn as that won't break any functionality.
I'm not ruling out zipping everything in future but that will require more work on front and backend.
Once we start reprocessing suburbs we should look into generating statistics about the changes
@LukePrior Do we want to minimise the old ones (big diff, big change history), or just change it moving forwards?
Updated PR
Closing as "not required"