<?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: ArcGIS Geo Spatial Analyst - Running EBK using Java / Python in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcgis-geo-spatial-analyst-running-ebk-using-java/m-p/484714#M6936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The access to add xy event data is here&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm"&gt;Make XY Event Layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;with a python example for coding at the bottom.&lt;/P&gt;&lt;P&gt;Would your process allow for in_memory workspaces?&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/the-in-memory-workspace.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/the-in-memory-workspace.htm"&gt;Using in-memory workspace—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 08:02:15 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-10-17T08:02:15Z</dc:date>
    <item>
      <title>ArcGIS Geo Spatial Analyst - Running EBK using Java / Python</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcgis-geo-spatial-analyst-running-ebk-using-java/m-p/484713#M6935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;I am using ArcGIS Pro 10.3.1 I was using the following steps manually,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;1. Add X,Y data from *.CSV file. &lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;2. Run the Empirical Bayesian Kriging algorithm for Interpolation ( Creates a raster and a layer )&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;3. Imported the US states layer from the portal&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;4. Export the newly created raster with the US States Layer Map ( Creates another raster )&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;5. Convert the new raster created using #4 to ASCII format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;I want to automate the above, unfortunately I am not able to find the geospatial analyst library in Java. So, I was trying to use python, but the python doesn't take the CSV file directly and it throws error, the examples provided only use shape files. I want to understand this,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;1. Our code base is completely in Java, is there a Java API for all the algorithms for GeoSpatial Analyst tool for Geoprocessing ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;2. Without creating any shapefiles as shown in the example, is there a way to use the CSV files directly in the API, if so any example would be nice. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;-Shiv&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 04:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcgis-geo-spatial-analyst-running-ebk-using-java/m-p/484713#M6935</guid>
      <dc:creator>ShivKandavelu</dc:creator>
      <dc:date>2016-10-17T04:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Geo Spatial Analyst - Running EBK using Java / Python</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcgis-geo-spatial-analyst-running-ebk-using-java/m-p/484714#M6936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The access to add xy event data is here&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm"&gt;Make XY Event Layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;with a python example for coding at the bottom.&lt;/P&gt;&lt;P&gt;Would your process allow for in_memory workspaces?&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/the-in-memory-workspace.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/the-in-memory-workspace.htm"&gt;Using in-memory workspace—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 08:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcgis-geo-spatial-analyst-running-ebk-using-java/m-p/484714#M6936</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-10-17T08:02:15Z</dc:date>
    </item>
  </channel>
</rss>

