<?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: Projection transformation issues in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/projection-transformation-issues/m-p/693629#M9411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Converting between projected coordinate systems is easy, if the map projection algorithm is supported. In this case, you can either have the data project on-the-fly in ArcMap to the data frame's coordinate system, or create a copy of the data in the base map's coordinate system using the Project Tool (ArcToolbox, Data Management, projections and transformations). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The actual steps that occur internally when converting vector data between two projected coordinate systems are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Coordinates converted from projected x,y to geographic lat,lon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If the input and output geographic coordinate systems are different, do a datum transformation if one is specified. [In ArcMap] If not, treat coordinates as if they're already using the output gcs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Convert coordinates to the output projected coordinate system. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the input data is using a gcs, start at 2 instead, and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would use zone 36 North over 35 North, but the area is really too wide for a UTM zone. It would probably be better to map it in a conic projection, but Esri doesn't have any defined already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 15:35:52 GMT</pubDate>
    <dc:creator>MelitaKennedy</dc:creator>
    <dc:date>2011-07-26T15:35:52Z</dc:date>
    <item>
      <title>Projection transformation issues</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/projection-transformation-issues/m-p/693628#M9410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, so I am working on data for Ukraine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have XY data in GK Pulkovo 1942 that I want to load into my basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My basemap projection is WGS 1984 Zone 35N. This contains a lot of data (georef topo maps, relief, landsat, roads, drainage etc) for the whole of Ukraine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the transformation to get from Pulkovo 1942 to WGS 1984 Zone 36N, but I do not have one for zone 36N to 35N or vice versa.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a conversion from 36N to 35N? Unhelpfully, Ukraine is covered by both 35N and 36N, which confuses me a little.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 09:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/projection-transformation-issues/m-p/693628#M9410</guid>
      <dc:creator>ChrisBoulter</dc:creator>
      <dc:date>2011-07-26T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Projection transformation issues</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/projection-transformation-issues/m-p/693629#M9411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Converting between projected coordinate systems is easy, if the map projection algorithm is supported. In this case, you can either have the data project on-the-fly in ArcMap to the data frame's coordinate system, or create a copy of the data in the base map's coordinate system using the Project Tool (ArcToolbox, Data Management, projections and transformations). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The actual steps that occur internally when converting vector data between two projected coordinate systems are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Coordinates converted from projected x,y to geographic lat,lon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If the input and output geographic coordinate systems are different, do a datum transformation if one is specified. [In ArcMap] If not, treat coordinates as if they're already using the output gcs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Convert coordinates to the output projected coordinate system. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the input data is using a gcs, start at 2 instead, and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would use zone 36 North over 35 North, but the area is really too wide for a UTM zone. It would probably be better to map it in a conic projection, but Esri doesn't have any defined already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 15:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/projection-transformation-issues/m-p/693629#M9411</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2011-07-26T15:35:52Z</dc:date>
    </item>
  </channel>
</rss>

