<?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: Replicate from different coordinate systems to a single coordinate system to a merged feature class? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94676#M181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syncing your replicas from parent to child only 'brings' the changes made since the last sync.&amp;nbsp; However, you are talking about three different data sources right?&amp;nbsp; So you essentially would have three different parents syncing to three different child databases. If there is some way to discern what has changed, like a 'modify date' field, you could append just those into your single feature class/network.&amp;nbsp; Just my thoughts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 18:27:52 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2016-11-17T18:27:52Z</dc:date>
    <item>
      <title>Replicate from different coordinate systems to a single coordinate system to a merged feature class?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94673#M178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 3 different simple road data sets with 3 different projected coordinate systems. &amp;nbsp;I'd like to run network analyst over these data sets so I can route or do service areas, etc. &amp;nbsp;My wish would be to create replication from the 3 source layers to 1 single merged dataset that exists in a feature dataset (also 1 projection, obviously) so it can participate in a network analysis dataset. &amp;nbsp;I don't want to edit in two places and I need to maintain connectivity for routing. &amp;nbsp;Has anyone had any success doing this workflow before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94673#M178</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-11-17T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate from different coordinate systems to a single coordinate system to a merged feature class?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94674#M179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/162848"&gt;https://community.esri.com/thread/162848&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your end goal is to use NA across all the data you are replicating, I suggest you replicate them to a single file geodatabase, then append them together into one feature class and build your network with that.&amp;nbsp; Model builder can make quick work of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94674#M179</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-17T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate from different coordinate systems to a single coordinate system to a merged feature class?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94675#M180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for responding. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've thought of this but I don't want to re construct the network each time. &amp;nbsp;In fact, you can't do this in model builder, you can only 'build' the network dataset, not create one. I believe you can do this with .Net but I'd rather use out of the box arcgis capabilities. I want the features to sync automatically then of course, rebuild the network dataset after each sync so that the edits are considered in the routing choices. If there was an automated editing script that would extract and project new edits,&amp;nbsp;then incorporate them in to the network dataset, this would work but I'd prefer it work with replication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 17:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94675#M180</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-11-17T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate from different coordinate systems to a single coordinate system to a merged feature class?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94676#M181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syncing your replicas from parent to child only 'brings' the changes made since the last sync.&amp;nbsp; However, you are talking about three different data sources right?&amp;nbsp; So you essentially would have three different parents syncing to three different child databases. If there is some way to discern what has changed, like a 'modify date' field, you could append just those into your single feature class/network.&amp;nbsp; Just my thoughts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 18:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/replicate-from-different-coordinate-systems-to-a/m-p/94676#M181</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-17T18:27:52Z</dc:date>
    </item>
  </channel>
</rss>

