日付フィールドを含む空間データがある場合、Map Viewer に追加してアニメーション化し、時間の経過によるパターンや傾向を確認できます。この目的に適した時間ベースの現象の例としては、ハリケーンやその他の気象イベント、人口移動、土地利用および環境の変化、犯罪事件などがあります。<\/P>
Map Viewer のタイムスライダーを使用して時間ベースのデータを視覚化できます。ただし、その前にデータレイヤーが時間対応になっていることを確認する必要があります。CSV ファイルから公開されたホストフィーチャレイヤーなど、一部のタイプのレイヤーは、タイムスライダーにアクセスして設定する前にレイヤーのアイテムページで時間対応にする必要があります。<\/P>
レイヤーで時間対応を有効にする方法については、次の短いビデオ<\/A>をご覧ください:<\/P><\/span><\/A><\/P>レイヤーで時間を有効にすることを含む時間設定の構成について詳しくは、ArcGIS Online ドキュメントの時間設定の構成<\/A>をご覧ください。さらに多くの ArcGIS Online マッピングビデオはMap Viewer プレイリスト<\/A>でご覧いただけます。<\/P>
Do you know if it is possible to enable time on a layer through the python API or some other automation method? I have a script periodically updating a hosted feature layer from an external table, and that hosted feature layer is tied to a map and then an Experience Builder app with a Timeslider widget to display the time-enabled data. Everything works as is should, except that I have to re-enable time on the hosted feature layer every time the script overwrites the HFL from ArcPro. I would like to be able to automate the process of enabling time on a layer and setting the fields for the time range.
Thank you
@Chad_Ramos_TDEM - I asked around and this is what I was told:
Python API should enable the time on the service after it is updated. If not, it should be a Python API enhancement.
and
For updating that timeinfo on the service maybe just could be required updateDefinition: {"timeInfo":{"startTimeField":"CreateDate"}
Hope this helps.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.