Overview
OSM & PCD File Merger is a user-friendly desktop application designed to merge multiple OpenStreetMap (OSM) XML files and Point Cloud Data (PCD) files while preserving data integrity. The tool efficiently resolves ID conflicts in OSM files and combines PCD files into a single point cloud.
This application is ideal for GIS professionals, urban planners, and 3D data analysts working with OSM-based map data and point cloud processing.
Features
π Merge OSM Files: Handles ID conflicts and integrates nodes, ways, and relations.
π Merge PCD Files: Combines multiple point cloud datasets into one.
π Graphical Interface: Simple and intuitive Tkinter-based UI.
π File Selection Dialogs: Easily select and save files using built-in file pickers.
Ensure you have Python 3.8+ installed and the following dependencies:
pip install open3d tkinter
File Format Support
OSM Files (.osm) β OpenStreetMap XML data.
PCD Files (.pcd) β Point cloud data used in 3D mapping and simulations.