<?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: Issues using Kernel Density in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195995#M57763</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your patience. Went back to basics, opened a new file, set the Projected Coord System to&amp;nbsp;NZGD 2000 New Zealand Transverse Mercator,&amp;nbsp;added a point, ran KD and got the same result. &amp;nbsp;&lt;/P&gt;&lt;P&gt;The Documentation says '&lt;SPAN&gt;&amp;nbsp;If you are not sure what to use, set the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.0/tool-reference/environment-settings/output-extent.htm" target="_blank" rel="noopener"&gt;Output Extent&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in the Environment setting to Default.' Which is what I had it set to, as well as trying with a few other variables (pls refer attached). Anything else you can think of which could be tripping me up?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Richard&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 16:42:36 GMT</pubDate>
    <dc:creator>MorrisR2</dc:creator>
    <dc:date>2022-07-26T16:42:36Z</dc:date>
    <item>
      <title>Issues using Kernel Density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1194722#M57590</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to use Kernel Density to develop a 2-D field showing distance decay around a circle. I have converted the polygon circle to a line for input into the KD tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eventually, I want to specify an intensity at the edge of the circle and have the field created by this tool show the decay of this intensity out to the specified Search Radius. Not clear yet how I will specify this maximum intensity at the circle edge - I was thinking of using Population and setting this to Shape_Length (i.e. the circumference of the circle).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My initial attempt is resulting in this error:&lt;/P&gt;&lt;P&gt;Kernel Density&lt;BR /&gt;=====================&lt;BR /&gt;Parameters&lt;/P&gt;&lt;P&gt;Input point or polyline features KERN_01_FeatureToLine&lt;BR /&gt;Population field Shape_Length&lt;BR /&gt;Output raster C:\M1S\220722 (KERN)\K_01&lt;BR /&gt;Output cell size 0.2&lt;BR /&gt;Search radius 200&lt;BR /&gt;Area units SQUARE_METERS&lt;BR /&gt;Output cell values DENSITIES&lt;BR /&gt;Method PLANAR&lt;BR /&gt;Input barrier features&lt;BR /&gt;=====================&lt;BR /&gt;Messages&lt;/P&gt;&lt;P&gt;Start Time: Friday, 22 July 2022 9:59:10 AM&lt;BR /&gt;ERROR 160180: The junction has invalid geometry (i.e., non-point or invalid location).&lt;BR /&gt;Failed to execute (KernelDensity).&lt;BR /&gt;Failed at Friday, 22 July 2022 9:59:13 AM (Elapsed Time: 3.16 seconds)&lt;/P&gt;&lt;P&gt;Please also see screenshot attached of parameters entered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please advise:&lt;/P&gt;&lt;P&gt;1. how I can correct this&amp;nbsp;invalid geometry issue&lt;/P&gt;&lt;P&gt;2. I would appreciate any pointers regarding my proposed use of this tool. From what I can tell, this is not the conventional application of Kernel Density&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 22:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1194722#M57590</guid>
      <dc:creator>MorrisR2</dc:creator>
      <dc:date>2022-07-21T22:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using Kernel Density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1194762#M57600</link>
      <description>&lt;P&gt;if you need points&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-vertices-to-points.htm" target="_blank"&gt;Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 23:45:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1194762#M57600</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-07-21T23:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using Kernel Density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195461#M57700</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I converted to points as per your suggestion, but running Kernel Density produced another error (which I subsequently wrote another support request about - Issues using Kernel Density 2 - but no replies thus far).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you're able to advise on that one?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Richard&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 010092: Invalid output extent.&lt;/P&gt;&lt;P&gt;Failed to execute (KernelDensity).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 16:25:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195461#M57700</guid>
      <dc:creator>MorrisR2</dc:creator>
      <dc:date>2022-07-25T16:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using Kernel Density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195530#M57705</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/010001-020000/tool-errors-and-warnings-10076-10100-010092.htm" target="_blank"&gt;010092: Invalid output extent.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and there are tons of similar mentions of this in the Community.&lt;/P&gt;&lt;P&gt;A good idea is to ensure that you explicitly set your parameters for the tools and the environments.&amp;nbsp; For kernel density, use projected data and a good practice is not to mix data in different coordinate systems in a map for anything other than having a quick look.&lt;/P&gt;&lt;P&gt;If you are still having issues, open a new map, add just that one input layer, then run the tool&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 18:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195530#M57705</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-07-25T18:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using Kernel Density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195995#M57763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your patience. Went back to basics, opened a new file, set the Projected Coord System to&amp;nbsp;NZGD 2000 New Zealand Transverse Mercator,&amp;nbsp;added a point, ran KD and got the same result. &amp;nbsp;&lt;/P&gt;&lt;P&gt;The Documentation says '&lt;SPAN&gt;&amp;nbsp;If you are not sure what to use, set the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.0/tool-reference/environment-settings/output-extent.htm" target="_blank" rel="noopener"&gt;Output Extent&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in the Environment setting to Default.' Which is what I had it set to, as well as trying with a few other variables (pls refer attached). Anything else you can think of which could be tripping me up?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Richard&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 16:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1195995#M57763</guid>
      <dc:creator>MorrisR2</dc:creator>
      <dc:date>2022-07-26T16:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issues using Kernel Density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1196050#M57776</link>
      <description>&lt;P&gt;I think the problem is that you appear to have one point, or if that is you point densified representation of a circle, then the extent is going to be exceptionally small (less than cell size?)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 18:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-using-kernel-density/m-p/1196050#M57776</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-07-26T18:10:25Z</dc:date>
    </item>
  </channel>
</rss>

