<?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: Learning about SRIDs (and constructing new geometries) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179949#M55796</link>
    <description>&lt;P&gt;Thanks. That helps.&lt;/P&gt;&lt;P&gt;Here's the &lt;U&gt;XY Coordinate System tab&lt;/U&gt; of the original FC:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1654293117106.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42742i4B38304AB149404C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1654293117106.png" alt="Bud_0-1654293117106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here's the &lt;U&gt;Domain, Resolution and Tolerance tab&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1654293147564.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42743i3037BDEFB4430B9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_1-1654293147564.png" alt="Bud_1-1654293147564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 22:27:36 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-06-03T22:27:36Z</dc:date>
    <item>
      <title>Learning about SRIDs (and constructing geometries via SQL)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179836#M55776</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;FONT color="#999999"&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; Mods, I suppose this post could be moved to the Data Management community (or whatever's appropriate).&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;What resources do you recommend for learning about SRIDs? SRIDs have always been a gap for me.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For example, when working with a FC using SQL, it's not clear to me if/when I would need to &lt;U&gt;&lt;EM&gt;change&lt;/EM&gt;&lt;/U&gt; the SRID for the output geometries.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I extract points from a line FC via an SQL query:&lt;BR /&gt;When constructing the resulting points using SQL, should I use the original SRID from the lines, or do I need a new SRID since the geometry type has changed? (from lines to points)&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;select 
    objectid,&lt;BR /&gt;    --Side note: If anyone's wondering, this is why I convert to/from WKB: &lt;A href="https://support.esri.com/en/Technical-Article/000011333" target="_blank" rel="noopener"&gt;https://support.esri.com/en/Technical-Article/000011333&lt;/A&gt;&lt;BR /&gt;    sde.st_geomfromwkb(sde.st_asbinary(sde.st_startpoint(sde.st_geometryn(shape,1))),sde.st_srid(shape)) points_shape
    --                                                                                   &lt;SPAN&gt;🡅&lt;/SPAN&gt;
    --Question: When constructing the resulting points, should I use the original SRID from the lines, &lt;BR /&gt;    --    or do I need a new SRID since the geometry type has changed? (from lines to points)
from
    lines    --Note: The original SRID of the lines is 300051.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Or, if I remove the M-dimension from lines via an SQL query:&lt;BR /&gt;Do I need to use a different SRID when constructing the non-M-enabled geometries via SQL?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 22:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179836#M55776</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-03T22:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179870#M55786</link>
      <description>&lt;P&gt;Just curious, where does SRID 300051 come from? A quick&amp;nbsp;&lt;A href="https://spatialreference.org/ref/?search=300051" target="_self"&gt;search&lt;/A&gt;&amp;nbsp;doesn't show anything. Is that an implementation detail of the database you're using?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 17:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179870#M55786</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-06-03T17:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing geometries via SQL)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179888#M55788</link>
      <description>&lt;P&gt;For SRID info, take a look here:&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-is-an-srid.htm" target="_blank" rel="noopener"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-is-an-srid.htm&lt;/A&gt;&amp;nbsp; especially for the 300### ones&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2022 13:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179888#M55788</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-06-04T13:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179907#M55789</link>
      <description>&lt;P&gt;That SRID 300051 comes from ArcMap. I'm not sure what the reasoning is behind it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1654283936602.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42738iF0BB7189ACB48044/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1654283936602.png" alt="Bud_1-1654283936602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 19:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179907#M55789</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-03T19:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179936#M55793</link>
      <description>&lt;P&gt;After reading &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;'s link, I think a general answer might be ok here. TLDR Just use the same SRID. I don't work out of a database in this manner so this answer is just from principle.&lt;/P&gt;&lt;P&gt;Assumptions:&lt;/P&gt;&lt;P&gt;1. Your underlying coordinate geometry is in the correct SRID. The projection or geographic coordinate system has been defined correctly.&lt;/P&gt;&lt;P&gt;2. You do not need to convert or transform geometry to accomplish your analysis.&lt;/P&gt;&lt;P&gt;3. Edit to add an assumption: All records in the table have the same SRID. Apparently records in a table don't have to share an SRID.&lt;BR /&gt;&lt;BR /&gt;If these assumptions are true and you are changing the geometry type, just use the same SRID. If the feature geometry's coordinate system is unknown or incorrect, you would need to (re)Define it. If you need to use another SRID for an analytic purpose, you would need to Project it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;From the docs:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Unknown coordinate system with an ST_Geometry, SDEBINARY, &lt;SPAN class=""&gt;PostGIS&lt;/SPAN&gt; geometry, SDO_Geometry, or &lt;SPAN class=""&gt;SQL Server&lt;/SPAN&gt; geometry column&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;An SRID greater than 300,000 is added to the geodatabase system table.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Definitely wondering what's going on here. What does the XY Coordinate tab say?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 21:14:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179936#M55793</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-06-03T21:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179949#M55796</link>
      <description>&lt;P&gt;Thanks. That helps.&lt;/P&gt;&lt;P&gt;Here's the &lt;U&gt;XY Coordinate System tab&lt;/U&gt; of the original FC:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1654293117106.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42742i4B38304AB149404C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1654293117106.png" alt="Bud_0-1654293117106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here's the &lt;U&gt;Domain, Resolution and Tolerance tab&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1654293147564.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42743i3037BDEFB4430B9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_1-1654293147564.png" alt="Bud_1-1654293147564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 22:27:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179949#M55796</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-03T22:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179960#M55797</link>
      <description>&lt;P&gt;I did a test just now where I created a new FC from scratch using Catalog (using all the default settings).&lt;/P&gt;&lt;P&gt;The SRID is 26917. So that seems more normal, yes?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_3-1654293981230.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42749iB8E85F53EB908EAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_3-1654293981230.png" alt="Bud_3-1654293981230.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_4-1654293996746.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42750i0C7099BB6B89DA4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_4-1654293996746.png" alt="Bud_4-1654293996746.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_5-1654294013346.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42751i20A5117B798426F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_5-1654294013346.png" alt="Bud_5-1654294013346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe there was just something something funky going on with my original FC.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 22:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179960#M55797</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-03T22:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179970#M55798</link>
      <description>&lt;P&gt;At least that new "Default" SRID corresponds to something more concrete in the &lt;A href="https://epsg.io/26917" target="_self"&gt;registry.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since you asked about learning, here are the basic questions I would want to answer for myself before proceeding.&lt;/P&gt;&lt;P&gt;- Is NAD 83 UTM 17N the expected coordinate system for this data?&lt;BR /&gt;- Are the real world features within the NAD 83 UTM 17N zone?&lt;/P&gt;&lt;P&gt;- Does an SRID 300051 feature class behave the same as a NAD 83 UTM 17N feature class during the same analytic process (e.g. your SQL query and comparing results)?&lt;BR /&gt;&lt;BR /&gt;If the answers are all yes, that's good preliminary confidence to continue using the same SRID. Worth noting that best practice is to project all data into a common CRS.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 22:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179970#M55798</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-06-03T22:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing geometries via SQL)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179971#M55799</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;Thanks!&lt;BR /&gt;&lt;BR /&gt;Side note: Is there a chance there's a small typo in your comment? Should "&lt;SPAN&gt;300&lt;STRONG&gt;0&lt;/STRONG&gt;###" be "300###"?&lt;BR /&gt;That's obviously not a big deal. I just thought there's a chance it could cause confusion for someone else reading this post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2022 17:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1179971#M55799</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-04T17:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Learning about SRIDs (and constructing new geometries)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1180007#M55805</link>
      <description>&lt;P&gt;Thanks for catching the extra "0". Post updated.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2022 13:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/learning-about-srids-and-constructing-geometries/m-p/1180007#M55805</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-06-04T13:31:28Z</dc:date>
    </item>
  </channel>
</rss>

