<?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: Shapefile as Input to GEP in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305449#M3972</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115391"&gt;@RJSunderman&lt;/a&gt;,&amp;nbsp;thanks for the thoughtful response. Completely understand the limitations of shapefiles. I will look into transport protocols. Thanks again.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 21:52:40 GMT</pubDate>
    <dc:creator>JessicaRouns</dc:creator>
    <dc:date>2023-07-03T21:52:40Z</dc:date>
    <item>
      <title>Shapefile as Input to GEP</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/555946#M2445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use a shapefile (.shp) as an input type for the GeoEvent Processor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darryl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 21:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/555946#M2445</guid>
      <dc:creator>DarrylWilson</dc:creator>
      <dc:date>2015-06-21T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Input to GEP</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/555947#M2446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Darryl -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, no, there is no inbound connector out-of-the-box which will read the Esri Shapefile format. The input connectors capable of reading system file content available out-of-the-box expect the file to contain either generic JSON, geoJSON, or delimited text (e.g. CSV).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you must retrieve your data from a Shapefile you would need to develop a custom adapter using the product's SDK. It would probably be easier to bring the Shapefile content into a MXD document and publish the content as a either a map service or a feature service ... then use the 'Poll an ArcGIS Server for Features' input to make REST requests on the published service to retrieve its features as event data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please keep in mind that the GeoEvent Extension &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;generally supports RESTful data streams. There are inputs capable of watching a system folder for files, but these inputs have some significant limitations and are generally intended to prove that real-time analytics you have designed in a GeoEvent Service behave as you intend. Moving toward production we expect real-time data feeds to arrive via HTTP/POST or as replies to queries you make on an external server's URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hope this information helps -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;RJ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 01:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/555947#M2446</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-07-30T01:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Input to GEP</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305216#M3969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115391"&gt;@RJSunderman&lt;/a&gt;&amp;nbsp;- just checking whether there's any update in the product plan to include shapefiles as an OOTB input connector?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 03:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305216#M3969</guid>
      <dc:creator>JessicaRouns</dc:creator>
      <dc:date>2023-07-03T03:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Input to GEP</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305378#M3970</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/125245"&gt;@JessicaRouns&lt;/a&gt;.&amp;nbsp; No, there no plans to develop an out-of-the-box inbound connector for GeoEvent Server that reads the Esri Shapefile format. Using a shapefile to capture and relay sensor observations to GeoEvent Server is not considered a good fit for real-time data.&lt;/P&gt;&lt;P&gt;Date values in a shapefile are stored as a character string &lt;FONT face="helvetica"&gt;yyyy-mm-dd&lt;/FONT&gt; without a time. When using a shapefile, the time portion of a datetime value is truncated / dropped from the data value. For example, the datetime &lt;FONT face="helvetica"&gt;2002-08-20 12:00:00 PM&lt;/FONT&gt; is stored in a shapefile as simply&amp;nbsp;&lt;FONT face="helvetica"&gt;2002-08-20&lt;/FONT&gt;. This is a severe limitation when considering the collecting and representation of sensor data presumably being updated in real-time.&lt;/P&gt;&lt;P&gt;I would encourage you to consider ways that you might capture sensor observations as either delimited text or JSON formatted data records. You could relay delimited text to a GeoEvent Server input via a TCP socket relatively easily, or use an input capable of receiving JSON as HTTP/POST requests. Either way, you are probably going to want to use a web service to convey the data, or write a Python script to send the data to GeoEvent Server's input. You could use a system file to convey the data as either delimited text or in a JSON format, but I would recommend other transport protocols over using system files.&lt;/P&gt;&lt;P&gt;Hope this information helps --&lt;BR /&gt;RJ&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;cross-reference:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&amp;nbsp; -&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/tables/date-fields.htm#GUID-11B42237-4401-4EC5-81CD-B39D88F0514C" target="_self"&gt;Calculate date fields&lt;/A&gt; (ArcGIS Pro Documentation)&lt;BR /&gt;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/fundamentals-of-date-fields.htm" target="_self"&gt;Fundamentals of date fields&lt;/A&gt; (ArcMap 10.8 Documentation)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 17:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305378#M3970</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2023-07-03T17:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Input to GEP</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305449#M3972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115391"&gt;@RJSunderman&lt;/a&gt;,&amp;nbsp;thanks for the thoughtful response. Completely understand the limitations of shapefiles. I will look into transport protocols. Thanks again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 21:52:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/shapefile-as-input-to-gep/m-p/1305449#M3972</guid>
      <dc:creator>JessicaRouns</dc:creator>
      <dc:date>2023-07-03T21:52:40Z</dc:date>
    </item>
  </channel>
</rss>

