<?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: GeoEvent Connection for OneSolution CAD in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1280035#M3935</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42726"&gt;@sw_-_AaronSeifert__GISS_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, geoEvent is your answer most probably --&amp;nbsp; Create a feed first to get the data over, it can come from CAD or what ever is generating the location events directly.&amp;nbsp; &amp;nbsp;Then create an Analytic with the feed as your source any processing you want to do, use a Field Mapper to calculate things link speedInMph verses Kph or what ever, tag the TrackId (unit number) and the create geoPoint for the report.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you should output to Feature layers on .....LKL in this one be sure and specify that you want the layer to set the&amp;nbsp;&lt;SPAN&gt;Data storage method to "Keep only latest feature for each Track ID value".&amp;nbsp; &amp;nbsp;Now the Last Known Location will be current.&amp;nbsp; Also create another Feature Layer&amp;nbsp; ........Historical&amp;nbsp;with "Add all new features" so that you have bread crumbs, and can create lines and tracks...&amp;nbsp; &amp;nbsp;Note the names are not important the settings when you create the Layers are.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 19 Apr 2023 02:33:02 GMT</pubDate>
    <dc:creator>JeffSilberberg</dc:creator>
    <dc:date>2023-04-19T02:33:02Z</dc:date>
    <item>
      <title>GeoEvent Connection for OneSolution CAD</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1250639#M3881</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are interested in getting CAD Vehicle AVL data to GeoEvent in order to push to an Operations Dashboard. Does anyone know if CentralSquare has developed a connector for OneSolution to GeoEvent or if anyone has done this workflow could provide some advice?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Aaron Seifert&lt;BR /&gt;Guardian Medical Transport&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 23:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1250639#M3881</guid>
      <dc:creator>Aaron_Seifert_GISP</dc:creator>
      <dc:date>2023-01-23T23:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent Connection for OneSolution CAD</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1262179#M3894</link>
      <description>&lt;P&gt;Aaron,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; This has been out here awhile, but if you are still stuck maybe we can talk about the obstacles and see how if we can come up with some answers--&amp;nbsp; The first part is / should be easy, it's what the CAD interfaces support that might be trickier.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 21:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1262179#M3894</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2023-02-27T21:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent Connection for OneSolution CAD</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1279962#M3934</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;I missed your post until now! At this point I have figured out how to view the CAD database and export records to convert the XY data into points manually once a week.&amp;nbsp; What I am stuck on is the AVL/GPS table that is constantly receiving data from our ambulances of their locations and even speed.&amp;nbsp; I haven't found a way to only pick out the new records and convert the XY data into points to update a feature service in ArcGIS Enterprise. There are about 200k records in a given week. We also have GeoEvent server if that could be used.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 22:51:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1279962#M3934</guid>
      <dc:creator>sw_-_AaronSeifert__GISS_</dc:creator>
      <dc:date>2023-04-18T22:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent Connection for OneSolution CAD</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1280035#M3935</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42726"&gt;@sw_-_AaronSeifert__GISS_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, geoEvent is your answer most probably --&amp;nbsp; Create a feed first to get the data over, it can come from CAD or what ever is generating the location events directly.&amp;nbsp; &amp;nbsp;Then create an Analytic with the feed as your source any processing you want to do, use a Field Mapper to calculate things link speedInMph verses Kph or what ever, tag the TrackId (unit number) and the create geoPoint for the report.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you should output to Feature layers on .....LKL in this one be sure and specify that you want the layer to set the&amp;nbsp;&lt;SPAN&gt;Data storage method to "Keep only latest feature for each Track ID value".&amp;nbsp; &amp;nbsp;Now the Last Known Location will be current.&amp;nbsp; Also create another Feature Layer&amp;nbsp; ........Historical&amp;nbsp;with "Add all new features" so that you have bread crumbs, and can create lines and tracks...&amp;nbsp; &amp;nbsp;Note the names are not important the settings when you create the Layers are.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Apr 2023 02:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-connection-for-onesolution-cad/m-p/1280035#M3935</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2023-04-19T02:33:02Z</dc:date>
    </item>
  </channel>
</rss>

