本文簡要介紹 python 語言中 arcgis.geoenrichment.Country.travel_modes
的用法。
用法:
property travel_modes
DataFrame 該國家/地區可用的出行方式。這取決於特定國家/地區可用的交通網絡。
例如,在 Jupyter 中運行以下代碼將返回下表。
from arcgis.gis import GIS from arcgis.geoenrichment import Country usa = Country('usa', gis=GIS('pro')) usa.travel_modes
名字
別名
說明
類型
阻抗
impedance_category
time_attribute_name
distance_attribute_name
0
driving_time
駕駛時間
模擬汽車的運動……
AUTOMOBILE
TravelTime
temporal
TravelTime
Kilometers
1
driving_distance
行駛距離
模擬汽車的運動……
AUTOMOBILE
Kilometers
distance
TravelTime
Kilometers
2
trucking_time
卡車運輸時間
車型基本卡車旅行b…
TRUCK
TruckTravelTime
temporal
TruckTravelTime
Kilometers
3
trucking_distance
貨運距離
車型基本卡車旅行b…
TRUCK
Kilometers
distance
TruckTravelTime
Kilometers
4
walking_time
步行時間
遵循…的路徑和道路
WALK
WalkTime
temporal
WalkTime
Kilometers
注意:
name
列中的值是enrich()
方法的proximity_type
參數所需的值。
相關用法
- Python ArcGIS Country.enrich用法及代碼示例
- Python ArcGIS Country.subgeographies用法及代碼示例
- Python ArcGIS Country.enrich_variables用法及代碼示例
- Python ArcGIS ContentManager.unshare_items用法及代碼示例
- Python ArcGIS ContentManager.delete_folder用法及代碼示例
- Python ArcGIS ContentManager.replace_service用法及代碼示例
- Python ArcGIS ContentManager.advanced_search用法及代碼示例
- Python ArcGIS ContentManager.can_delete用法及代碼示例
- Python ArcGIS ContentManager.create_service用法及代碼示例
- Python ArcGIS ContentManager.create_folder用法及代碼示例
- Python ArcGIS ContentManager.share_items用法及代碼示例
- Python ArcGIS ContentManager.rename_folder用法及代碼示例
- Python ArcGIS ContentManager.clone_items用法及代碼示例
- Python ArcGIS ContentManager.add用法及代碼示例
- Python ArcGIS ContentManager.search用法及代碼示例
- Python ArcGIS ContentManager.bulk_update用法及代碼示例
- Python ArcGIS ContentManager.delete_items用法及代碼示例
- Python ArcGIS ContentManager.generate用法及代碼示例
- Python ArcGIS ContentManager.analyze用法及代碼示例
- Python ArcGIS ContentManager.is_service_name_available用法及代碼示例
- Python ArcGIS CiscoEdgeIntelligence用法及代碼示例
- Python ArcGIS CategoryManager.add用法及代碼示例
- Python ArcGIS CreditManager用法及代碼示例
- Python ArcGIS CategorySchemaManager.delete用法及代碼示例
- Python ArcGIS CertificateManager.delete用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.geoenrichment.Country.travel_modes。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。