Parses OpenStreetMap XML files to extract points of interest (POIs), elevators, and parking ramps, then exports them to CSV spreadsheets. Supports filtering by site, building, and floor level with complete attribute extraction.
Extracting structured POI data from OSM XML files for use in spreadsheets and databases required parsing complex nested XML structures.
Built a parser that extracts POIs with full attributes (site, building, floor, ID, pathway, name, title, note, nav, hours, tag) and exports to CSV. Includes a shell wrapper for easier execution.
Enabled rapid export of building floor data for analysis and content management workflows.