I’m currently working on a project where I need to convert OpenStreetMap (OSM) data to OBJ format using OSM2World. I’ve encountered an issue where the 3D models generated from the conversion lack precision, especially in terms of alignment and scale. The geographical features and infrastructural elements like roads and buildings don’t accurately align with their real-world positions, and I’m striving to enhance the accuracy of these conversions.

I’ve tried several approaches to improve the accuracy, including adjusting the projection settings and using different coordinate systems, but the issue persists. The data seems to distort during the conversion process, and I’m looking for insights or methods to ensure that the coordinates translate accurately from the OSM data to the 3D space in the OBJ files.

Here’s a summary of what I’ve done so far:

  • Used the WGS 84 coordinate system (EPSG:4326) and tried converting it to UTM Zone 17N (EPSG:32617) for better handling of local details.
  • Experimented with various settings in OSM2World to tweak the output but haven’t achieved the desired level of detail and accuracy.
  • Considered preprocessing the data with tools like QGIS and GDAL, but I’m not entirely sure of the best practices here.

I would greatly appreciate any advice or recommendations on:

  • Effective methods or tools for preprocessing OSM data to maintain high geographic accuracy before conversion.
  • Best practices for setting up projections and transformations to ensure that the geographical integrity of the data is preserved in the OBJ format.
  • Any configuration tips for OSM2World that might help in producing more precise models.

Thank you in advance for your insights and assistance. I am eager to learn from the community and find a solution that helps not only my project but also others facing similar challenges.