This repository takes in data from a flatmap (in JSON format) and outputs differences and/or similarities.
The 2_map_comparison.py file takes in 2 JSON files and writes out desired data to an Excel spreadsheet. This is currently locked to only 2 map comparisons.
The advanced_map_comparison.py can take in any number of JSON files and return a clean Excel spreadsheet with the desired data (this is currently a WIP)