<?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 Spatial Analyst KernelDensity in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/spatial-analyst-kerneldensity/m-p/396188#M2600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;badly needed anyone's help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing this project in VS2013 with 10.3 license using Kernel Density...&lt;/P&gt;&lt;P&gt;But getting this errors in this line pDensityOp.KernelDensity(pInputDataset, 200, 5)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/343640_KernelDensity.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I did research and read what causes ERROR 010429 but I have enough disk space (29gb) and I can do Kernel Density manually in ArcDesktop which means that my SHP is not corrupted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Dim pMap As IMap = Form1.AxMapControl1.ActiveView.FocusMap&lt;BR /&gt;&lt;BR /&gt;Dim pDensityOp As IDensityOp = New RasterDensityOp&lt;BR /&gt;&lt;BR /&gt;'Create Raster Analysis Environment and set output cell size&lt;BR /&gt;Dim pEnv As IRasterAnalysisEnvironment = pDensityOp&lt;BR /&gt;pEnv.SetCellSize(esriRasterEnvSettingEnum.esriRasterEnvValue, 50)&lt;BR /&gt;&lt;BR /&gt;Dim pWorkspaceFactory As IWorkspaceFactory = New ESRI.ArcGIS.DataSourcesFile.ShapefileWorkspaceFactory&lt;BR /&gt;Dim pWorkSpace As IFeatureWorkspace = pWorkspaceFactory.OpenFromFile(shpKernelDensityPath, 0)&lt;BR /&gt;Dim pFeatureClass As IFeatureClass = pWorkSpace.OpenFeatureClass(shpKernelDensityName)&lt;BR /&gt;&lt;BR /&gt;Dim pInputDataset As IGeoDataset = pFeatureClass&lt;BR /&gt;Dim pOutputDataset As IGeoDataset = pDensityOp.KernelDensity(pInputDataset, 200, 5)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not entirely sure of what I'm doing is correct or not...&lt;/P&gt;&lt;P&gt;Just relying on samples and google...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 03:41:13 GMT</pubDate>
    <dc:creator>Gregory_KevinMorales</dc:creator>
    <dc:date>2017-03-23T03:41:13Z</dc:date>
    <item>
      <title>Spatial Analyst KernelDensity</title>
      <link>https://community.esri.com/t5/developers-questions/spatial-analyst-kerneldensity/m-p/396188#M2600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;badly needed anyone's help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing this project in VS2013 with 10.3 license using Kernel Density...&lt;/P&gt;&lt;P&gt;But getting this errors in this line pDensityOp.KernelDensity(pInputDataset, 200, 5)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/343640_KernelDensity.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I did research and read what causes ERROR 010429 but I have enough disk space (29gb) and I can do Kernel Density manually in ArcDesktop which means that my SHP is not corrupted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Dim pMap As IMap = Form1.AxMapControl1.ActiveView.FocusMap&lt;BR /&gt;&lt;BR /&gt;Dim pDensityOp As IDensityOp = New RasterDensityOp&lt;BR /&gt;&lt;BR /&gt;'Create Raster Analysis Environment and set output cell size&lt;BR /&gt;Dim pEnv As IRasterAnalysisEnvironment = pDensityOp&lt;BR /&gt;pEnv.SetCellSize(esriRasterEnvSettingEnum.esriRasterEnvValue, 50)&lt;BR /&gt;&lt;BR /&gt;Dim pWorkspaceFactory As IWorkspaceFactory = New ESRI.ArcGIS.DataSourcesFile.ShapefileWorkspaceFactory&lt;BR /&gt;Dim pWorkSpace As IFeatureWorkspace = pWorkspaceFactory.OpenFromFile(shpKernelDensityPath, 0)&lt;BR /&gt;Dim pFeatureClass As IFeatureClass = pWorkSpace.OpenFeatureClass(shpKernelDensityName)&lt;BR /&gt;&lt;BR /&gt;Dim pInputDataset As IGeoDataset = pFeatureClass&lt;BR /&gt;Dim pOutputDataset As IGeoDataset = pDensityOp.KernelDensity(pInputDataset, 200, 5)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not entirely sure of what I'm doing is correct or not...&lt;/P&gt;&lt;P&gt;Just relying on samples and google...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 03:41:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/spatial-analyst-kerneldensity/m-p/396188#M2600</guid>
      <dc:creator>Gregory_KevinMorales</dc:creator>
      <dc:date>2017-03-23T03:41:13Z</dc:date>
    </item>
  </channel>
</rss>

