Esriユーザーのグローバルコミュニティで、解決策を見つけ、アイデアを共有し、協力することができます。
GeoEvent と Velocity の両方にはプロセッサがあり、条件ロジックの要素として使用できます。例えば、GeoEvent のフィルターや「Choice」、Velocity の「Route by Expressions」などです。しかし、GeoEvent は同じフィーチャ クラスを複数回出力として使用できるため、複数の並列論理ブランチで使用することが可能です。残念ながら、Velocity ではこれが利用できず、Velocity における条件ロジックの使用が制限されており、既存の GeoEvent からの実装移行が不可能になっています。 したがって、Velocity for Enterprise…
現在、ArcGIS VelocityにはTCP(クライアント)フィードのみがあり、GeoEvent ServerはTCPクライアントとサーバーの両方の機能を持っています。これはGeoEventとVelocityの間の機能的なギャップを表しており、既存の実装を移行する組織にとって追加の複雑さを生み出しています。 ビジネスケースとしては、ほとんどのDragino IoT/LTEセンサーがTCPクライアントとして動作でき、GeoEventはそれらと連携しますが、Velocityは対応していません。 ArcGIS Enterprise向けのArcGIS VelocityにネイティブなTCP(サーバー)フィードを追加し、GeoEvent…
ArcGIS Velocity for Enterpriseでは、HTTP PollerフィードがAPIキーを含むURLで構成されることがあります。APIキーは数分から数日にわたって有効期限が切れる可能性があるため、定期的にキーを再生成する必要があります。APIキーが変更されるたびにVelocityフィードを手動で編集する代わりに、PythonスクリプトでArcGIS Velocity Admin APIを使用して新しいキーでフィードを自動的に更新するプロセスを自動化できます。 ArcGIS Velocity Admin APIには次のURLからアクセスできます: https:\/\/<Velocity Server Fully…
Working on moving a geoEvent RTA to a Velocity RTA. geoEvent Choices <--> Route by Expression. In Velocity, Route By Expression does not always work, specifically if you turn on the Otherwise parameter instead of specifying all possible filters (I saw this in the Online environment as well). Additionally, all outputs must…
Street sweeping and snow operations happen months apart, in different seasons. The Utah Department of Transportation (UDOT) uses ArcGIS Velocity and ArcGIS Solutions to bring vehicle, weather, and operational data into a shared real-time view, helping teams monitor and manage operations throughout the year. From winter…
I am trying to achieve parody with Geoevent Server so we can migrate fully to Velocity for Enterprise(12.1). The lack of a geotagger is really causing a problem for me. The issue I am having with Velocity is the join keeps logging points every 10 seconds(source refresh rate) despite the join criteria being set to 'enter'.…
I see that Velocity install does not have grid transformation files Are they going to be added to improve spatial accuracy when doing datum transfomraitons?
Are you headed to #EsriUC2026? We have a had a busy year and you don’t miss what’s new in real-time GIS. From applying real-time analytics and real-world examples to migration strategies, we’ve rounded up key sessions, live demos, and showcase details to help you get the most out of ArcGIS Velocity and GeoEvent Server.…
Last week’s ArcGIS Velocity release introduced expanded support for new data providers, new analytic tools, enhancements to outputs, and many improvements in overall usability, quality, and accessibility. Key highlights: * New feeds from partners like Dataminr, Samdesk, CompassCom, and Raven Connected -- bringing…
Hi Team, We are facing an issue while configuring ArcGIS Velocity in our ArcGIS Enterprise environment. "Portal for ArcGIS is currently unavailable or inaccessible. Please check the connection and try again later. If the problem persists, contact your system administrator" Portal for ArcGIS and Server both are working…
投稿、コンテンツのフォローなどを行うにはサインインしてください。初めてですか?無料で登録しましょう。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.
Both GeoEvent and Velocity have processors, which can be used as elements of conditional logic, e.g. filters or "Choice" in GeoEvent and "Route by Expressions" in Velocity. However, GeoEvent allows using the same feature class as output multiples times, which gives possibility to use it in multiple parallel logical…
Currently ArcGIS Velocity has only TCP (Client) feed, as GeoEvent Server has both TCP client and server capabilities. This represents a functional gap between GeoEvent and Velocity, which creates additional complexity for organizations migrating existing implementations. Business case would be that most Dragino IoT/LTE…
In ArcGIS Velocity for Enterprise, an HTTP Poller feed may be configured with a URL that includes an API key. Because API keys can expire after a period of time, ranging from minutes to days, the key must be periodically regenerated. Rather than manually editing the Velocity feed each time the API key changes, you can…