<?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: Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491227#M21607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response Thomas. Unfortunately, I need to keep things off-the-shelf for our standard process as we don't have the resources to support anything custom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, no one can tell me&amp;nbsp;if this is currently possible. If I can get a hard no from Esri, I will submit an Idea and hopefully we'll be able to do this in a later release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 15:08:13 GMT</pubDate>
    <dc:creator>WalkerHenry</dc:creator>
    <dc:date>2018-05-02T15:08:13Z</dc:date>
    <item>
      <title>Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491225#M21605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to find the easiest way to reproduce a standard file structure for each new project.&lt;/P&gt;&lt;P&gt;That doesn't seem to be how Templates work and the Package keeps my files but changes the folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like users to be able to open a new project and have our standard folders and file gdb prepopulate into the project folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Walker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 17:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491225#M21605</guid>
      <dc:creator>WalkerHenry</dc:creator>
      <dc:date>2018-05-01T17:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491226#M21606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now I use a .exe (Made with WinRAR) that makes the folders, which includes a toolbox that they can fire to make a point, line, or poly that follows our org data standard, apply metadata (in Arc). I've sorta-played with rolling that up in a template, but got stuck on some template bugs. One idea would be to carry that further with some python that would create the folders, maybe python it all, attach to a tool and add to the analysis gallery, then roll that in a template.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 19:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491226#M21606</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-05-01T19:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491227#M21607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response Thomas. Unfortunately, I need to keep things off-the-shelf for our standard process as we don't have the resources to support anything custom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, no one can tell me&amp;nbsp;if this is currently possible. If I can get a hard no from Esri, I will submit an Idea and hopefully we'll be able to do this in a later release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 15:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491227#M21607</guid>
      <dc:creator>WalkerHenry</dc:creator>
      <dc:date>2018-05-02T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491228#M21608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cooked up this py to meet my local need. Once a project is created, it will create all the directories in the project root. Edit line 13 to meet your need. Attach it to a toolbox. Not really that "custom"....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; os
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; errno
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
folders &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
curr &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISProject&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CURRENT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;filePath
folder &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"/"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;curr&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;split&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"\\"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"/"&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;#This is the GIS project folder structure GRSM policy requires&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;#Edit this to meet your needs&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;#'Data\\Working' is where Create Standard GDB in Enforced Location in Pro Project will write the output FGDB&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;############&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;#EDIT ME&lt;/SPAN&gt;
directories &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Data'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Data\\GPS'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Data\\Working'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Data\\Tabular'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Products'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'Documents'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Documents\\Pics_Graphics'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;###########&lt;/SPAN&gt;
basedirectory &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; folder &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'\\'&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; i &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; range &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;len &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;directories&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; newDir &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; basedirectory &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; directories&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;i&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;try&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;makedirs&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;newDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;except&lt;/SPAN&gt; OSError &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; exception&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; exception&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;errno &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; errno&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;EEXIST&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;raise&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"\nBE CAREFUL! Directory %s already exists."&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; newDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:37:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491228#M21608</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2021-12-11T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491229#M21609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever get any feedback from Esri on this question? I'm interested in whatever you might have figured out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/491229#M21609</guid>
      <dc:creator>DalindaDamm</dc:creator>
      <dc:date>2020-01-02T18:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reproduce a folder structure using a Project Template or Package in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/1393075#M80032</link>
      <description>&lt;P&gt;I've added an idea for this functionality:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/folder-structure-in-project-template/idi-p/1393062" target="_blank"&gt;Folder structure in project template - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 12:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-reproduce-a-folder-structure-using-a-project/m-p/1393075#M80032</guid>
      <dc:creator>TorbjørnDalløkken2</dc:creator>
      <dc:date>2024-03-08T12:46:11Z</dc:date>
    </item>
  </channel>
</rss>

