本文简要介绍 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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。