<?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: Change feature dataset's XY Tolerance/Resolution settings in Modelbuilder in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831835#M992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your recommendations, Curtis-- much appreciated.&amp;nbsp; You were right- the Define Projection route was not the way to go-- the model just wasn't changing the resolution and tolerance settings as required.&amp;nbsp; Having&amp;nbsp;a user-supplied XML is important to us though because we do update our schema periodically and I don't&amp;nbsp;have the time to create that robust of a model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have found that the Project tool gives me what I'm looking for.&amp;nbsp; Of course the Project tool requires a new output feature dataset, but I've incorporated a temporary FGDB in the process so I don't run into the issue of having "_1" appended to the end of the new feature class names by being in the same FGDB as the imported feature dataset from the XML.&amp;nbsp; Here's my model now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="294" src="https://community.esri.com/legacyfs/online/482778_pastedImage_1.png" width="640" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2020 14:40:18 GMT</pubDate>
    <dc:creator>JeremySmith1</dc:creator>
    <dc:date>2020-02-20T14:40:18Z</dc:date>
    <item>
      <title>Change feature dataset's XY Tolerance/Resolution settings in Modelbuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831833#M990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use ArcGIS&amp;nbsp;Modelbuilder to streamline the construction of a new, empty file geodatabase.&amp;nbsp; In the model I first use the Create File GDB GP tool, then I import the data model xml (schema only) in that new File GDB.&amp;nbsp; This new File GDB now contains a feature dataset- but I want the user to be able to specify the coordinate system and change the xy tolerance &amp;amp; resolution.&amp;nbsp; So I apply an Iterate Datasets iterator to locate the feature dataset in the new File GDB, and I then use the Define Projection GP tool to specify the coordinate system I want that feature dataset to be in.&amp;nbsp; However, the XY tolerance and XY resolution setting need to be changed for this new feature dataset.&amp;nbsp; I've tried adding Linear Unit variables to the Define Projection and Import XML Workspace Document processes but with no luck.&amp;nbsp; Here is my model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="197" src="https://community.esri.com/legacyfs/online/480651_pastedImage_2.png" width="688" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 17:32:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831833#M990</guid>
      <dc:creator>JeremySmith1</dc:creator>
      <dc:date>2020-02-07T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change feature dataset's XY Tolerance/Resolution settings in Modelbuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831834#M991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Define Projection works on a Feature Dataset I would be surprised. If it did, I wouldn't recommend it because if you change the units, the baked in resolution and xy domain is probably no longer a good fit for the new coordinate system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way around this I can think of is to not use the import XML but instead create the feature datasets using the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-feature-dataset.htm"&gt;Create Feature Dataset&lt;/A&gt; tool, which allows you to specify resolution in the environment settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of importing a workspace document, I would just run all the tools to generate the schema, relationships, and topology you want, in the coordinate system and resolution you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 05:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831834#M991</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-02-12T05:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change feature dataset's XY Tolerance/Resolution settings in Modelbuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831835#M992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your recommendations, Curtis-- much appreciated.&amp;nbsp; You were right- the Define Projection route was not the way to go-- the model just wasn't changing the resolution and tolerance settings as required.&amp;nbsp; Having&amp;nbsp;a user-supplied XML is important to us though because we do update our schema periodically and I don't&amp;nbsp;have the time to create that robust of a model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have found that the Project tool gives me what I'm looking for.&amp;nbsp; Of course the Project tool requires a new output feature dataset, but I've incorporated a temporary FGDB in the process so I don't run into the issue of having "_1" appended to the end of the new feature class names by being in the same FGDB as the imported feature dataset from the XML.&amp;nbsp; Here's my model now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="294" src="https://community.esri.com/legacyfs/online/482778_pastedImage_1.png" width="640" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 14:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/change-feature-dataset-s-xy-tolerance-resolution/m-p/831835#M992</guid>
      <dc:creator>JeremySmith1</dc:creator>
      <dc:date>2020-02-20T14:40:18Z</dc:date>
    </item>
  </channel>
</rss>

