<?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: Spatial Analysis in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134899#M5796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not clear if the 'database ' is spatially enabled. If so, then you can run sql queries that include spatial operators.&lt;/P&gt;&lt;P&gt;But if it is a non-spatial database, then you will need to use a relate to the table that joins to a featureclass and you can then run Arctools for the spatial operations. Actually it is best if you just replicate the tables (or a subset) in the geodatabase for speed and repetition, because you will need to run it many times until you get the process correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might use ModelBuilder to create some workflows because inevitably there will be many steps. Or you can script the steps in python.&lt;/P&gt;&lt;P&gt;Python is your friend here, because there are some efficiencies possible to hold tables in memory and index them using dictionaries before running the tools. Since the tools do not optimise the query (like sql) you will need to be smart to get efficient workflows. Indexes are important, tolerances, search limits, selection sets and the right tools for the process all take experience that will be more than a week to collect. The tools often do not work as efficiently as sql queries so do them in the database first if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 May 2019 20:22:34 GMT</pubDate>
    <dc:creator>KimOllivier</dc:creator>
    <dc:date>2019-05-05T20:22:34Z</dc:date>
    <item>
      <title>Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134894#M5791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have large related database table and I want to ask several spatial questions by calling on the table within ArcGIS Pro.&lt;/P&gt;&lt;P&gt;How do I go about it?&lt;/P&gt;&lt;P&gt;If I am to use SQL statements if that is the option, how will it look like to ask several questions within ArcGIS pro?&lt;/P&gt;&lt;P&gt;Please I need suggestions to the best possible ways to ask spatial questions within arcgis pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 05:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134894#M5791</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-05T05:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134895#M5792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Pro, &lt;EM&gt;spatial&lt;/EM&gt; questions are answered using geoprocessing tools&amp;nbsp;like Spatial Join, Intersect, and Summary Statistics, not with SQL statements.&amp;nbsp; A pure SQL approach to spatial queries would be the domain of other GIS systems, say, PostGIS or &lt;A href="https://docs.microsoft.com/en-us/sql/relational-databases/spatial/spatial-data-sql-server?view=sql-server-2017"&gt;SQL Server Spatial&lt;/A&gt;, that include extensions to the SQL language that include spatial operators.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 06:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134895#M5792</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-05-05T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134896#M5793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though keep an eye on ArcGIS Pro for geoprocessing leveraging spatial databases:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-13013-arcgis-pro-roadmap-february-2019"&gt;https://community.esri.com/docs/DOC-13013-arcgis-pro-roadmap-february-2019&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="445765" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/445765_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Geoprocessing leveraging spatial databases -&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;New options to run certain geoprocessing tools like Buffer, Spatial Join, Select, or Intersect as queries in databases that support these operations, which will result in improved performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Not slated for the next release which is 2.4, so hopefully by the end of the year.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 13:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134896#M5793</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-05-05T13:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134897#M5794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. But in performing queries, one can use selection by attribute which gives the option to input an SQL statement. But with this, I think there will be a lot of SQL statement depending on the question one need to query at a point in time, which i feel it will be too much. I am just thinking of a tool that perform such queries by just input of parameters from the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 16:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134897#M5794</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-05T16:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134898#M5795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will be a long wait. I need to perform this task within the week. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 16:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134898#M5795</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-05T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134899#M5796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not clear if the 'database ' is spatially enabled. If so, then you can run sql queries that include spatial operators.&lt;/P&gt;&lt;P&gt;But if it is a non-spatial database, then you will need to use a relate to the table that joins to a featureclass and you can then run Arctools for the spatial operations. Actually it is best if you just replicate the tables (or a subset) in the geodatabase for speed and repetition, because you will need to run it many times until you get the process correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might use ModelBuilder to create some workflows because inevitably there will be many steps. Or you can script the steps in python.&lt;/P&gt;&lt;P&gt;Python is your friend here, because there are some efficiencies possible to hold tables in memory and index them using dictionaries before running the tools. Since the tools do not optimise the query (like sql) you will need to be smart to get efficient workflows. Indexes are important, tolerances, search limits, selection sets and the right tools for the process all take experience that will be more than a week to collect. The tools often do not work as efficiently as sql queries so do them in the database first if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 20:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134899#M5796</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2019-05-05T20:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134900#M5797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The database is spatially enabled. The related database is the joining and related excel sheet and shape-file attribute data-table. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 07:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134900#M5797</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-06T07:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134901#M5798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spreadsheets and even shapefiles should only be regarded as data sources. Immediately translate them into a file geodatabase and permanently join them to the spatial datasets. &lt;/P&gt;&lt;P&gt;There are huge benefits in having all the data in a flat denormalised table for analysis. You may have to normalise data for efficient maintenance, but for analysis it has to be flat. You can then index the geometry field efficiently for spatial queries and the attributes can all be indexed as well. Index everything since there is no harm on a extracted database since you are not using it in a transactional database. Don't worry about repeated columns and other relational db caveats.&lt;/P&gt;&lt;P&gt;You can still do subsets equivalent to where clauses and build on the because a GIS has persistence available similar to a view, called a layer, that does not need to copy the subset.&lt;/P&gt;&lt;P&gt;You don't say how large your database is, but if you have spreadsheets (65,000 rows max?) and shapefiles (2GB max) then I would consider that you datasets are "small". Most single operations should complete in a few minutes so a complete workflow should be able to be run in a reasonable time. When testing out the workflow, get subsets to make it run even faster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 16:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134901#M5798</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2019-05-06T16:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134902#M5799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;It has already been translated in file geodatabase. And also my spreadsheets is over 74,000 column and shape-files is 82 column. Anyways I have been able to join and relate them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I need to develop my own geoprocessing tools either with &lt;STRONG&gt;python or model-builder&lt;/STRONG&gt; to carry out spatial query of the related table for instance &amp;nbsp;" what is the population of a particular bird specie in a particular location in a certain year and month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate if I get a &lt;STRONG&gt;sample of python script or model-builder&lt;/STRONG&gt; for such question, as I will still ask as many spatial questions but getting what the code will look like will give me a startup. Thanks.&lt;/P&gt;&lt;H1 class="" style="color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); background: #ffffff; border: 0px; font-size: var(--ytd-video-primary-info-renderer-title-font-size, 1.8rem);"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2019 06:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134902#M5799</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-12T06:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134903#M5800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white; border: 0px; font-size: 14px; margin: 0px 0px 0.0001pt;"&gt;Right now I need to develop my own geoprocessing tools either with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;python or model-builder&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to carry out spatial query of the related table for instance &amp;nbsp;" what is the population of a particular bird specie in a particular location in a certain year and month.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I will appreciate if I get a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;sample of python script or model-builder&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for such question, as I will still ask as many spatial questions but getting what the code will look like will give me a startup. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2019 06:37:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134903#M5800</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-12T06:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134904#M5801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you still have access to ArcMap use Modelbuilder and then export as python script (This was yanked out of Pro early on but is returning in 2.4). Then make some minor modifications for the Pro python environment so the python script will run in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need extra python modules you will need to clone your Pro python environment so please be aware of that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2019 12:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134904#M5801</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-05-12T12:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134905#M5802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..Please can you give me a sample code to start...atleast for that spatial question asked above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 06:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134905#M5802</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-14T06:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134906#M5803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello @Curtis Price. I am using model builder but confuse as tools required to run in order to get my output for a question like : "What is the total sum of a single tree specie&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;at a&amp;nbsp; specific&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;location in a particular year". I will build a back-end like GUI through the model through which the user can interact with to select the specie, location, and the year which will give output of the numbers. I hope you get what I am trying to say. Thanks. I need the tools to run the model of that type.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 May 2019 20:35:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134906#M5803</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-26T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analysis in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134907#M5804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello. I am using model builder but confuse as tools required to run in order to get my output for a question like : "What is the total sum of a single tree specie&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;at a&amp;nbsp; specific&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;location in a particular year". I will build a back-end like GUI through the model through which the user can interact with to select the specie, location, and the year which will give output of the numbers. I hope you get what I am trying to say. Thanks. I need the tools to run the model of that type. In addition&amp;nbsp;it is a related database table&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 May 2019 20:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-analysis-in-arcgis-pro/m-p/134907#M5804</guid>
      <dc:creator>AyokunleAdebisi</dc:creator>
      <dc:date>2019-05-26T20:37:20Z</dc:date>
    </item>
  </channel>
</rss>

