<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Georeference Export Issues in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333071#M4576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-style:italic;"&gt;(Problem explanation below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Solutions&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several ways to solve this. Choose the one you like best &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Export your data to a file GDB instead of shapefile, and use CityEngine's file GDB importer. This importer picks the correct EPSG system, instead of a custom one.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Delete the .prj file before importing the .shp file. CityEngine then asks to choose a coord system. In the top "search expression" field, enter *28356* (epsg code enclosed by wildcard character *), or manually browse to the correct coordinate system.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;manually add the epsg code to the very end of the .prj file: change &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;...UNIT["Meter",1.0]]&lt;/PRE&gt; to &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;...UNIT["Meter",1.0],AUTHORITY["EPSG",28356]]&lt;/PRE&gt;. On shapefile import, CityEngine will pick the correct coord system.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Instead of manually modifying the prj, download the OGC WKT file of your coord system from here &lt;A href="http://spatialreference.org/ref/epsg/28356/"&gt;http://spatialreference.org/ref/epsg/28356/&lt;/A&gt;, and overwrite your current .prj file with this one. On shapefile import, CityEngine will pick the correct coord system.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Explanation&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;CityEngine uses a different projection and coord sys library than ArcGIS, which can cause issues in some situations. Whenever an authority code (e.g. EPSG:28356) is present in the import data, CityEngine can reliably pick the correct coordinate system. If no authority code is available, picking the "official" (non-custom) coord system is not guaranteed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately ArcGIS shapefile exporter does not write the authority code to the prj file (at least as far as I know), which is why in certain cases manual intervention is required on import, as described above. The File GDB Exporter in ArcGIS on the other hand writes the authority code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 12:37:10 GMT</pubDate>
    <dc:creator>AndreasUlmer</dc:creator>
    <dc:date>2012-01-24T12:37:10Z</dc:date>
    <item>
      <title>Georeference Export Issues</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333070#M4575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I seem to be posting daily atm! &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just want to raise an issue with importing/exporting from scenes using the Australian MGA projection system (GDA 1994 MGA Zone 56). All of my .shp files which are currenlty projected in MGA Zone 56 always default to a custom coordinate system when imported and do not use the predefined coord system. When I then try to export models as COLLADA from the MGA scene they do not end up in the correct geo-position ( In fact they are not even positioned on the globe? ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can convert the .shp files to another coord system ( say World Mercator WGS84 ) and then export into the correct position but this results in subtle errors to the shapefiles positioning which is not permissible for my uses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is there a way I can force CE to use the predefined coord system and not default to a custom system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Are there any known issues with the way CE handles the Australia National Grids?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 03:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333070#M4575</guid>
      <dc:creator>DanSmith3</dc:creator>
      <dc:date>2012-01-24T03:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Georeference Export Issues</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333071#M4576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-style:italic;"&gt;(Problem explanation below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Solutions&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several ways to solve this. Choose the one you like best &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Export your data to a file GDB instead of shapefile, and use CityEngine's file GDB importer. This importer picks the correct EPSG system, instead of a custom one.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Delete the .prj file before importing the .shp file. CityEngine then asks to choose a coord system. In the top "search expression" field, enter *28356* (epsg code enclosed by wildcard character *), or manually browse to the correct coordinate system.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;manually add the epsg code to the very end of the .prj file: change &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;...UNIT["Meter",1.0]]&lt;/PRE&gt; to &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;...UNIT["Meter",1.0],AUTHORITY["EPSG",28356]]&lt;/PRE&gt;. On shapefile import, CityEngine will pick the correct coord system.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Instead of manually modifying the prj, download the OGC WKT file of your coord system from here &lt;A href="http://spatialreference.org/ref/epsg/28356/"&gt;http://spatialreference.org/ref/epsg/28356/&lt;/A&gt;, and overwrite your current .prj file with this one. On shapefile import, CityEngine will pick the correct coord system.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Explanation&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;CityEngine uses a different projection and coord sys library than ArcGIS, which can cause issues in some situations. Whenever an authority code (e.g. EPSG:28356) is present in the import data, CityEngine can reliably pick the correct coordinate system. If no authority code is available, picking the "official" (non-custom) coord system is not guaranteed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately ArcGIS shapefile exporter does not write the authority code to the prj file (at least as far as I know), which is why in certain cases manual intervention is required on import, as described above. The File GDB Exporter in ArcGIS on the other hand writes the authority code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 12:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333071#M4576</guid>
      <dc:creator>AndreasUlmer</dc:creator>
      <dc:date>2012-01-24T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Georeference Export Issues</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333072#M4577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andreas!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did a manual change using Notepad++ but will use the geodatabase option in the future. I have attached a screen capture of part of our static models dataset imported into ArcGlobe, the pipeline from CE to Arc is now running well!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]11413[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 01:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/georeference-export-issues/m-p/333072#M4577</guid>
      <dc:creator>DanSmith3</dc:creator>
      <dc:date>2012-01-25T01:41:58Z</dc:date>
    </item>
  </channel>
</rss>

