Search This Blog

How convert coordinates system from zone to another zone using arcpro

 To convert a CAD file (such as a .dwg or .dxf file) from one coordinate system zone to another in ArcGIS Pro, you cannot modify the original raw CAD file directly. Instead, you must define its original projection (source zone) inside ArcGIS Pro and then project it to the target zone while exporting it into a GIS format (like a file geodatabase feature class).

Follow this step-by-step workflow to complete the conversion:

Step 1: Define the Source Coordinate System (The "From" Zone)
Before ArcGIS Pro can convert your file, it needs to know what coordinate system zone the original CAD drawing was created in.
  1. Open your project in ArcGIS Pro and navigate to the Catalog pane.
  2. Browse to your source CAD file (do not expand it; click on the main .dwg or .dxf file).
  3. Right-click the CAD file and select Properties.
  4. In the CAD Drawing Dataset Properties dialog box, select the Spatial Reference tab.
  5. Next to the Coordinate System field, click the Globe/Edit icon.
  6. Browse or use the search bar to find and select the exact original zone used to draw the CAD file (e.g., WGS 1984 UTM Zone 39N or a specific State Plane zone).
  7. Click OK, then click Apply and OK.
(Note: This creates a companion .prj file with the exact same name as your CAD file in the source directory, letting ArcGIS Pro interpret the coordinates properly). 

Step 2: Add the CAD Data to Your Map
  1. Drag and drop the CAD dataset (or specific geometry layers like Polyline or Polygon) from the Catalog pane into your Map view.
  2. Right-click the newly added CAD layer in the Contents pane and click Zoom to Layer to ensure it displays correctly over your basemap.

Step 3: Project and Export to the Target Zone (The "To" Zone)
To convert the geometries into your new target zone permanently, use the Project geoprocessing tool while exporting the data:
  1. Go to the Analysis tab on the top ribbon and click on Tools to open the Geoprocessing pane.
  2. In the search bar, type Project and open the Project (Data Management Tools) tool.
  3. Set the parameters as follows:
    • Input Dataset or Feature Class: Select your CAD feature layer (e.g., the Polyline layer).
    • Output Dataset or Feature Class: Choose where to save your new GIS layer (inside your project Geodatabase) and give it a name.
    • Output Coordinate System: Click the globe icon and choose your new target coordinate zone.
    • Geographic Transformation: If you are changing the underlying datum (e.g., converting from NAD27 to WGS84), ArcGIS Pro will automatically suggest a transformation path. Leave it as default unless you require a specific regional fallback.
  4. Click Run at the bottom of the pane.
Your newly generated layer will automatically be added to the map, natively calculated in the new coordinate system zone.

No comments:

Post a Comment