Business Analyst ライセンスで利用できます。
The Business Analyst web app leverages network utility services to provide drive time and walk time study areas for reports and infographics. These services can be easily configured in Portal for ArcGIS to use cloud based services from ArcGIS Online or they can published to ArcGIS Server using the Business Analyst Streets data.
Configure ArcGIS Online network utility services
- Sign in to the portal website as an Administrator of your organization and click through to My Organization > Edit Settings > ArcGIS Online.
- Select the Network service.
- Enter the credentials for the ArcGIS Online account to be used for credit consumption.
- Click Configure.
The utility services you select will be configured with the portal. An item is created in the portal that stores the ArcGIS Online account credentials with it. Each item is shared with the portal's organizational members at the time it is created. You can view the items or edit their sharing properties in My Content.
Publish Network Utility Services to ArcGIS Enterprise
The Publish Routing Services utility allows you to publish directions, routing, and logistics services based on a network dataset to your ArcGIS Server. These services can be used to perform route, closest facility, service area, location-allocation, origin destination cost matrix, or vehicle routing problem analyses on transportation networks. If your ArcGIS Server is federated with Portal for ArcGIS, the services are configured as utility services with your portal. Once published, the services can be used with ArcGIS Desktop applications such as ArcGIS Pro and ArcMap, or in the Map Viewer application available with ArcGIS Enterprise to get directions and perform analysis. The services are similar to directions and routing services available with ArcGIS Online, but are based on your own network dataset.
ライセンス:
To use this utility, your ArcGIS Server site needs to have an ArcGIS Network Analyst エクステンション license.
Data requirements
You can use this utility with a network dataset that is available as part of StreetMap Premium for ArcGIS or with your own network dataset. Before running the utility, the network dataset should be copied (in the same directory path) to all the machines participating in your GIS Server site.
ヒント:
While you can keep the network dataset in a shared location that is accessible to all of the machines in your GIS Server site, it is recommended to copy the network dataset locally on each machine for best performance when running the services.
If your StreetMap Premium data is licensed, you need to install the appropriate data license on each machine before running this utility. Follow the instructions for installing the data license on Linux or Windows.
The utility supports network datasets from StreetMap Premium 2015 Release 1 or later.
レガシー:
Older versions of StreetMap Premium network datasets (including the network datasets in SDC format) are not supported.
If you are using your own network dataset, it must satisfy the following conditions:
- Has at least one time-based and one distance-based cost attribute
- Defines at least one travel mode
- Stored in a file geodatabase
- Supports directions
Parameters
The following parameters are available when running the publishroutingservices.py script:
パラメーター | 詳細 |
---|---|
-u | ArcGIS Server サイトの公開者または管理者権限を持つユーザーのユーザー名。サイトがポータルにフェデレートされている場合、ユーザーは必ずポータル ユーザーで、Web ツールとサーバーベース レイヤーを公開できる管理者権限または公開者権限を持っています。サイトがフェデレートされていない場合、ユーザーは必ず管理者権限を持っています。サイトが Web 層認証を使用するように構成されている場合、プライマリ サイト管理者のアカウントや、ポータルの初期管理者アカウントなどの組み込みユーザーを指定します。 |
-p | The password of the user who was specified with the -u parameter. |
-s | ArcGIS Server を実行しているコンピューターの完全修飾ドメイン名 (gisserver.domain.com など)、または ArcGIS Server サイトのローカル URL (https://gisserver.domain.com:6443/arcgis)。 |
-P | ArcGIS Server サイトのフェデレート先である Portal がインストールされているコンピューターの完全修飾ドメイン名 (gisportal.domain.com など)。この値には、ポータルのローカル URL (https://gisportal.domain.com:7443/arcgis) を設定することもできます。このオプションの値は、ルート検索サービスをホストする ArcGIS Server がポータルにフェデレートされている場合にのみ必要です。 |
-n | ネットワーク データセットの絶対パス。このパスにはファイル ジオデータベースへのパスに加えて、ネットワーク データセットの名前と、ネットワーク データセットを含むフィーチャ データセットの名前も含める必要があります。たとえば、このオプションの値は、Windows では c:\data\Streets.gdb\Routing\Routing_ND、Linux では /data/Streets.gdb/Routing/Routing_ND となります。ここで、Streets.gdb は Routing という名前のフィーチャ データセット内にある、Routing_ND という名前のネットワーク データセットを持つファイル ジオデータベースです。 |
-o | ユーティリティがサービス用のサービス定義ファイルを作成するフォルダーへのパスと、実行内容と発生したエラーの詳細を含む publishroutingservices.log という名前のログ ファイルへのパス。 |
-h | Prints help for the utility. |
Example usage
The ArcGIS Server install includes a script that will help to publish a network service which can be used for routing by the Business Analyst Server service. This script is installed to <ArcGIS Server Install Location>/ArcGIS/Server/Tools/PublishRoutingServices and is named publishroutingservices.py.
In this example, the user has installed the Business Analyst data to the E drive and they want to use the network that is provided with the Business Analyst 2020 data:
publishroutingservices.py -s ServerMachine.domain.com -P PortalMachine.domain.com -u PortalAdminUser -p PortalAdminPassword -n "C:\ArcGIS\Business Analyst\US_2020_server\Data\Streets Data\NorthAmerica.gdb\Routing\Routing_ND" -o E:\RoutingSDs