<?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 Geodatabase Design in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639210#M36152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a lot of data including roads, drainage, contours, land use, habitat, shorelines, marine protected areas (.shp) as well as DEMs etc.... for a group of islands. I would like to organise this data into one, or more than one, geodatabase(s). I have not worked with geodatabases before (though have done quite a lot of work with GIS) and am not sure how best to approach this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Would it be best to make my own data model or to add my data to an original data model such as ArcMarine etc...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I create separate geodatabases to house the terrestrial data and the marine data? If I do will it be fine to work with them both simultaneously in ArcMap? They are both the same coord system. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Would it be appropriate to divide each island's data (i.e. roads, infrastructure, buildings etc..) into a separate feature dataset within a geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jul 2010 03:31:29 GMT</pubDate>
    <dc:creator>stephanieduce</dc:creator>
    <dc:date>2010-07-09T03:31:29Z</dc:date>
    <item>
      <title>Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639210#M36152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a lot of data including roads, drainage, contours, land use, habitat, shorelines, marine protected areas (.shp) as well as DEMs etc.... for a group of islands. I would like to organise this data into one, or more than one, geodatabase(s). I have not worked with geodatabases before (though have done quite a lot of work with GIS) and am not sure how best to approach this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Would it be best to make my own data model or to add my data to an original data model such as ArcMarine etc...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I create separate geodatabases to house the terrestrial data and the marine data? If I do will it be fine to work with them both simultaneously in ArcMap? They are both the same coord system. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Would it be appropriate to divide each island's data (i.e. roads, infrastructure, buildings etc..) into a separate feature dataset within a geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 03:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639210#M36152</guid>
      <dc:creator>stephanieduce</dc:creator>
      <dc:date>2010-07-09T03:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639211#M36153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the simplest starting view on setting up your geodatabase is along the lines of how you would organise the data in normal computer folders.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next what data do you want to be able to edit in the same session (all that should be in one gdb).&amp;nbsp; You can access as many geodatabases as you want in a project, but only edit from one at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even if coordinate system are not an issue the feature datasets make handy folders for organizing feature classes.&amp;nbsp; If different projections are used or you might want to reproject a set of feature class then sort them that way into feature datasets.&amp;nbsp; You can reproject a whole set of FCs at one go by reprojecting the feature dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next level of utility for the gdb is the use of domains for editing:&amp;nbsp; you can have any number of domains in one gdb and use them in all the FCs in that gdb.&amp;nbsp; So your different types of data terrestrial vs marine would use different domains, but they can all be available in the same gdb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other behaviour that requires ArcEDITOR or ArcINFO is also housed in the gdb (representations, topology etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only other considerations are size:&amp;nbsp; personal geodatabases have a limit of 2 Gb and only are mandatory if you require editing using Access. Otherwise just used File Geodatabases and stuff it full of all your data.&amp;nbsp; You can always make replicates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for data models that may be getting down to the design of individual feature classes and how various fields interact using subtypes and domains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 04:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639211#M36153</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2010-07-09T04:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639212#M36154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a good place to start learning about some geodatabase design patterns and best practices:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_geodatabase_design/003n0000000z000000/"&gt;An overview of geodatabase design&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 17:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639212#M36154</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2010-07-09T17:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639213#M36155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your useful tips Hardolph! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the Overview is also very helpful and well written thank you Derek.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 21:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639213#M36155</guid>
      <dc:creator>stephanieduce</dc:creator>
      <dc:date>2010-07-11T21:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639214#M36156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just one more question...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph you said that if I want to be able to edit using Microsoft Access I need to use a personal geodatabase. Does this mean that if I use a file geodatabase it can only be edited in ArcCatalogue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Steph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 22:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639214#M36156</guid>
      <dc:creator>stephanieduce</dc:creator>
      <dc:date>2010-07-11T22:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639215#M36157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your statement is correct. A File geodatabase can only be edited using ArcGIS Desktop. An MS Access personal geodatabase (which is implemented on an MS Access file) can be edited using Microsoft Access - but is not officially recommended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI: if you are going to start a new project, I recommend that you use a File geodatabase over an MS Access personal geodatabase. Please see this ArcUser article,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="http://www.esri.com/news/arcuser/0309/files/9reasons.pdf"&gt;Top 9 Reasons to Use a File Geodatabase&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 04:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639215#M36157</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2010-07-12T04:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639216#M36158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is helpful. I think a file geodatabase is the right choice. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing I'm worried about is that in the organisation I'm working for not many people use or have any knowledge of ArcGIS or GIS at all. I still want them to be able to at least know what data is available and potentially view the metadata. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you think of a way to do this? I was thinking perhaps a wiki but it would probably have to be separate from the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help and advice is greatly appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 22:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639216#M36158</guid>
      <dc:creator>stephanieduce</dc:creator>
      <dc:date>2010-07-12T22:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639217#M36159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of these developer samples might address what you're looking for. They enable the creation of a visual "schema-diagram" of the contents of a geodatabase:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=15166"&gt;ArcGIS Diagrammer 9.2/9.3&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=13616"&gt;Geodatabase Diagrammer for ArcGIS 9&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14821"&gt;Geodatabase Reporter.NET (9.2)&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 20:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639217#M36159</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2010-07-16T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639218#M36160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm struggling to get my arms about how a geodatabase is used. The example in the help shows a variety of feature classes relevant for mapping a town. These include wells, road centerlines, parcel boundaries, etc. So far, so good. If I'm mapping Smallville, I set up this geodatabase and populate the feature classes. Now I decide to map Gotham. I don't want to just add Gotham data to the Smallville data, do I? Does this mean I have to create another parallel geodatabase with the same structure, or can I somehow create "folders" within the same geodatabase, one to contain Smallville data, and another for Gotham?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 03:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639218#M36160</guid>
      <dc:creator>DavidStrip</dc:creator>
      <dc:date>2010-07-22T03:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639219#M36161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does this mean I have to create another parallel geodatabase with the same structure, or can I somehow create "folders" within the same geodatabase, one to contain Smallville data, and another for Gotham?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, you can do either option. It really depends on the requirements of your business workflow(s) and what you want to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 1&lt;/STRONG&gt;&lt;SPAN&gt;: Have 2 separate geodatabases, one for each city. This enables each city to have and be able to maintain their own geodatabase, independent of each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 2&lt;/STRONG&gt;&lt;SPAN&gt;: Have a single geodatabase, with 2 feature datasets (these are conceptually similar to "folders" - but contain data that are spatially related), one for each city. In this case, all GIS data is stored in one location, but the cities share ownership and access to the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This book is a good resource for learning about geodatabase design: &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="http://esripress.esri.com/display/index.cfm?fuseaction=display&amp;amp;websiteID=178&amp;amp;moduleID=0"&gt;Modeling Our World 2nd Edition&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt; by ESRI Press.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 05:19:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639219#M36161</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2010-07-22T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639220#M36162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also in the beginning stages of database design.&amp;nbsp; I was originally planning on going with the file geodatabase, but I would like the ability to use Excel and Access for editing, querying, reports, forms, etc. so decided to go with the personal geodatabase.&amp;nbsp; Is this an acceptable approach?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 18:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639220#M36162</guid>
      <dc:creator>LukeGilner</dc:creator>
      <dc:date>2010-09-04T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639221#M36163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ... but I would like the ability to use Excel and Access for editing, querying, reports, forms, etc. so decided to go with the personal geodatabase. Is this an acceptable approach?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should use the type of geodatabase that best meets the needs of your business workflow, so using a MS Access personal geodatabase is fine. However, please be advised that directly editing a personal geodatabase with MS Access is not recommended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s00000021000000.htm"&gt;Understanding how to use Microsoft Access files in ArcGIS&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 18:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639221#M36163</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2010-09-06T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639222#M36164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I appreciate finding an entry level discussion of geodatabases.&amp;nbsp; I have a ESRI book "Designing Geodatabases" from 2004 which I am reading and I am looking into purchasing the book Derek suggested.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While our City has been using ArcGIS for the past 10 years, due to constraints with the 3rd party web interface we've been using we have not ventured into geodatabases.&amp;nbsp; We are now working to take our GIS to the next level �?? we recently began using ESRI�??s Small Goverment Enterprise package &amp;amp; will be moving to ArcSDE &amp;amp; SQL this coming summer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize in advance for the long list of questions below but I�??ve been chewing on a bunch of questions and it would be great if someone could help me gain some clarity:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) We are in the conceptual stage of building file geodatabases.&amp;nbsp; With moving to SDE &amp;amp; SQL on the horizon, what considerations should I be taking in constructing my geodatabases?&amp;nbsp; Do I run the risk of having to redesign my entire geodatabase from scratch once we move to SQL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I am trying to wrap my mind around the various constraints in geodatabase structure design.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand Topology Rules correctly, topology relationships can only be created/maintained between feature classes within the same dataset.&amp;nbsp; Originally our plan was to maintain our current folder structure by creating Geodatabases for different department uses (Public Works, Planning, Fire, general shared planimetrics, Parks, etc.)&amp;nbsp; Learning about how relationships work via datasets we considered a larger geodatabase with each department in their own dataset.&amp;nbsp; However from what I'm reading this is a bad idea though I don't know why.... I am assuming I am not grasping some of the concepts which make up a dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Reviewing ESRI's design models &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/content/water-wastewater-and-stormwater-data-models%20" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/content/water-wastewater-and-stormwater-data-models%20&lt;/A&gt;&lt;SPAN&gt;&amp;gt; I am not clear on why each utility is broken out into its own dataset, I suppose there are limits on how many topology rules/geometric networks a dataset can handle? (Perhaps I'm simply stuck on editing in our current file structure where I edit the Public Works folder and I am able to edit all of the utility data vs each utility broken out into its own data set to be edited individually).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A similar issue is that we would like for changes to the parcel layer (in the general shared dataset) to directly relate to the zoning features (planning dataset) and water zones features (public works dataset) etc.&amp;nbsp; Can relationships and topology be built between datasets?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can a dataset have both topology &amp;amp; geometric networks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Are there limits to how many feature classes can be in a given dataset?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) We are designing a global ID system for all of our utility assets and dynamic values are a new territory for us, could someone point me in the right direction for creating GUID dynamic values?&amp;nbsp; If all of the features are within the same feature dataset our GUID�??s can be designed to be unique between each of the different feature classes right?&amp;nbsp; When I right click a feature dataset in ArcCatalog I have the option of "Add Global IDs..." after doing this I check out the properties of the features within that dataset and under the Fields tab it shows a new field "GlobalID", however when I add these features to a map I don't see this field, Am I missing something?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) The Geodatabase Diagrammer links posted above are for past versions of ArcGIS, is this ability still available for Arc 10?&amp;nbsp; Now that I've moved to Arc 10 I'm having trouble finding Scripts for the new version, is there a guide to what 9.3 scripts from the ESRI website carry over into Arc 10 or do none of them work?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again I apologize for dumping all of these questions but the Help Docs &amp;amp; Forums are anything but exhaustive.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any assistance is appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 16:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639222#M36164</guid>
      <dc:creator>JoshuaDamron</dc:creator>
      <dc:date>2010-12-02T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639223#M36165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joshua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; 1) We are in the conceptual stage of building file geodatabases.&amp;nbsp; With moving to SDE &amp;amp; SQL on the horizon, what considerations should I be taking in constructing my geodatabases? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A1) Please listen to the Esri Instructional podcast titled: "Migrating from Single-user Geodatabases to Multiuser Geodatabases". A transcript is also available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/news/podcasts/instructional-series.html"&gt;Esri Instructional podcasts&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(look under the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Geodatabase &lt;/SPAN&gt;&lt;SPAN&gt;filter)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Do I run the risk of having to redesign my entire geodatabase from scratch once we move to SQL? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A2) Geodatabase schema design is transferable between different types of geodatabases. So you could define your GDB schema in a File geodatabase, then migrate it to an ArcSDE geodatabase. But there many be some additional considerations when migrating to an ArcSDE geodatabase - please refer to the podcast.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Can relationships and topology be built between datasets? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A3) I believe relationship classes can exist across feature datasets. Topologies only exist within the same feature dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Can a dataset have both topology &amp;amp; geometric networks? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A4) Yes, a geometric network and a topology can both exist within the same feature dataset. However, feature classes in the feature dataset can only participate in either the geometric network or the topology. They cannot participate in both data structures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Are there limits to how many feature classes can be in a given dataset? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A5) I'm not aware of any known limits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; The Geodatabase Diagrammer links posted above are for past versions of ArcGIS, is this ability still available for Arc 10?&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A6) FYI, the Geodatabase Diagrammer has always been an unsupported Developer sample for ArcGIS. I don't believe the developer who wrote it has migrated it for ArcGIS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 05:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639223#M36165</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2010-12-06T05:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639224#M36166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're about to move to ArcGIS 10, and I've been looking into whether there are new options for geodatabase design in the new version.&amp;nbsp; However, most of what I'm reading online seems to suggest that, although designing with UML is still supported, ESRI now recommends doing everything within ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I see nothing so far suggesting that ESRI has improved this experience.&amp;nbsp; Is there a way in Catalog now to create the database as a diagram (a la Visio)?&amp;nbsp; Or does is it still the tedious process that it has been in the past, with no way to review the entire database on screen as I make changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 14:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639224#M36166</guid>
      <dc:creator>CFrate</dc:creator>
      <dc:date>2011-01-07T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639225#M36167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Carlo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Is there a way in Catalog now to create the database as a diagram (a la Visio)? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No, this functionality is not available in ArcCatalog. I suggest you vote for this functionality on &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com/ideaHome?c=09a300000004xET"&gt;Ideas.arcgis.com&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ideas.arcgis.com/ideaView?id=0873000000086w1&amp;amp;returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26category%3DGeodatabase%26sort%3Dtop"&gt;Idea: Add a utility or tool to create, edit and analyze the geodatabase schema&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 17:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639225#M36167</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2011-01-10T17:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639226#M36168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Carlo,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;No, this functionality is not available in ArcCatalog. I suggest you vote for this functionality on &lt;A href="http://ideas.arcgis.com/ideaHome?c=09a300000004xET"&gt;Ideas.arcgis.com&lt;/A&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ideas.arcgis.com/ideaView?id=0873000000086w1&amp;amp;returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26category%3DGeodatabase%26sort%3Dtop"&gt;Idea: Add a utility or tool to create, edit and analyze the geodatabase schema&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will do.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, although ESRI's official suggestion is to move away from working in UML, there is no better alternative available?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 17:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639226#M36168</guid>
      <dc:creator>CFrate</dc:creator>
      <dc:date>2011-01-10T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639227#M36169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One possibility is Enterprise Architect's new ArcGIS UML profile:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I blogged about it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://spatialdba.com"&gt;http://spatialdba.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://spatialdba.com/?p=50"&gt;http://spatialdba.com/?p=50&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you follow the links through to Sparx Systems' web site, you'll find a video demo:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.sparxsystems.com/resources/demos/arcgis/arcgis-ea-intro.htm"&gt;http://www.sparxsystems.com/resources/demos/arcgis/arcgis-ea-intro.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 18:53:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639227#M36169</guid>
      <dc:creator>danan</dc:creator>
      <dc:date>2011-07-16T18:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase Design</title>
      <link>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639228#M36170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone finds this thread, just wanted to let them know that the Geodatabase Diagrammer for ArcGIS 10 can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=F12ADF8F-1422-2418-34B2-C276C6BCCF98"&gt;http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=F12ADF8F-1422-2418-34B2-C276C6BCCF98&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or a slightly different implementation here (haven't tried this one):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=a378b48be11b45b5bb25254643304cb7"&gt;http://www.arcgis.com/home/item.html?id=a378b48be11b45b5bb25254643304cb7&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 20:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geodatabase-design/m-p/639228#M36170</guid>
      <dc:creator>ThomasStanley-Jones</dc:creator>
      <dc:date>2012-11-16T20:48:50Z</dc:date>
    </item>
  </channel>
</rss>

