Get/Export the model origin GPS coordinates

Absolutely, there are ways to extract the GPS location of your model’s center point if it was generated from georeferenced images in RealityCapture. Here’s how you might approach it:

  1. Using the Info Panel:
  • Check the “Mesh Model” tab in RealityCapture.
  • Open the “Info Panel” within the Mesh Model section.
  • This panel should display the coordinates of the model’s bounding box.
  1. Manual Calculation with Exported Data:
  • Export your model, ensuring it uses a georeferenced coordinate system like XYZ.
  • Open the exported data in a text editor or use a scripting language like Python.
  • Find the minimum and maximum values for each coordinate (X, Y, Z).
  • Calculate the center point by averaging the minimum and maximum values for each axis.

This will give you the coordinates of the model’s center in the chosen reference system. You might need to translate these to a usable GPS format depending on your application in Unity.