<?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 Exporting Data of Different Projections in to a Single Feature Dataset in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723301#M23963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ve different shape files of UTM Projections accordingly belonging to&amp;nbsp; zone 44,43,42.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ve to club all these shape files into a single Feature dataset which asks for projection information while creating it in arcgis... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So which projection if i define, i can do the task.. Kindly suggest ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 06:35:10 GMT</pubDate>
    <dc:creator>MANESK</dc:creator>
    <dc:date>2014-04-15T06:35:10Z</dc:date>
    <item>
      <title>Exporting Data of Different Projections in to a Single Feature Dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723301#M23963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ve different shape files of UTM Projections accordingly belonging to&amp;nbsp; zone 44,43,42.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ve to club all these shape files into a single Feature dataset which asks for projection information while creating it in arcgis... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So which projection if i define, i can do the task.. Kindly suggest ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723301#M23963</guid>
      <dc:creator>MANESK</dc:creator>
      <dc:date>2014-04-15T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data of Different Projections in to a Single Feature Dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723302#M23964</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;The feature classes all need to have thesame coördinate system otherwise it will not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Feature datasets can only store features with thesame coördinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So first you will need to project your data (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000007m000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000007m000000&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending how accurate your data needs to be you could use GCS WGS84 which has no zones but is geographical (GCS) in stead of projected (UTM). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you will have to choose one of the zones and project all data in that so you can use this for the feature dataset (I advise you not to do this).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greets&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 11:01:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723302#M23964</guid>
      <dc:creator>PaulBeurskens</dc:creator>
      <dc:date>2014-04-15T11:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data of Different Projections in to a Single Feature Dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723303#M23965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Merge tool will project your data on the fly, if each input is properly defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The output will be either the projection of the first input or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;whatever the Output Coordinate System geoprocessing environment is set to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While it is possible to 'get away' with merging data in adjacent UTM zones &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(usually for features straddling the zone division &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or features far to the north or south that physically fall into two or more zones)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(the zone edges overlap progressivly as one moves away from the equator)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is indeed unlikely that a multi-UTM-zone merge would be a good idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, geographic (simple cylindrical) may not be ideal either; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it all depends on what you hope or expect to do with the data post-merge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some thoughtful consideration given to a projection choice at this stage &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can accrue valuable advantages, and is well-advised.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723303#M23965</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2014-04-15T12:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data of Different Projections in to a Single Feature Dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723304#M23966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Merging features "across borders" sometimes creates more problems and also gives false extents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some databases or feature datasets will not accept the data becouse it is "out of bounds" or exceed the "spatial grid index" (see also: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m600000046000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//01m600000046000000&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But putting it from UTM to GCS also is not allways the best option, but it will work without problems and is geographicly correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it necessary to put it in a Feature dataset, do you want to check the topology?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723304#M23966</guid>
      <dc:creator>PaulBeurskens</dc:creator>
      <dc:date>2014-04-15T12:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data of Different Projections in to a Single Feature Dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723305#M23967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll echo what Paul said. Unless you specifically need to build a topology, a network dataset, a terrain dataset or a geometric network, don't use a feature dataset. Just put the data in your geodatabase. By definition, all feature classes in a feature dataset must have the same spatial reference. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002300000001000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002300000001000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-data-of-different-projections-in-to-a/m-p/723305#M23967</guid>
      <dc:creator>RyanClancy</dc:creator>
      <dc:date>2014-04-15T14:19:47Z</dc:date>
    </item>
  </channel>
</rss>

