Scripts for extracting portal bounding box coordinates from OSM XML files.
find_coords.py — Extracts portal coordinates for a specific site/building from its OSM files and prints them alongside their floor IDs. Prompts for a site number and building number, then finds all matching .osm files in the current directory and prints the minlon,minlat,maxlon,maxlat bounding box for each floor.
find_all_coords.py — Processes all .osm files in the current directory and exports their portal coordinates to a CSV file (all_site_coords.csv).