Geolocate DXF Export
Geolocate DXF exports by utilizing the latitude and longitude coordinates of the RSD TestFit file.
AutoCAD
- Export from TestFit to DXF with “Geolocate DXF export (WGS84)” toggled off in Preferences.
- Open the source RSD in a text editor like Notepad.
- Search for “origin”. “origin.y” is the latitude and “origin.x” is the longitude.
- Open the exported DXF in AutoCAD, and follow these instructions from Autodesk: https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-4138A163-80D8-435B-B1FD-878E14FC8E9F
- Use the latitude and longitude you found in the RSD as the map location.
- Choose WGS84.PseudoMercator as the GIS Coordinate System.
- Choose Feet for Drawing Unit if the RSD was Imperial and Meters if the RSD was Metric.
- The default location in the file (0,0,0) will correspond to the map location.
- The default angle from the X axis (90) is correct.
QGIS
- Export from TestFit to DXF with “Geolocate DXF export (WGS84)” toggled on in Preferences.
- Open QGIS and create a new project.
- Select Layer > Add Layer > Add Vector Layer…
- Choose File as the Source Type and choose Automatic for Encoding.
- Select your exported DXF as the Source Vector Dataset.
- Click Add, then select all layers and click Add Layers.
- The file should be imported and automatically tagged appropriately as EPSG:4326.