本文简要介绍 python 语言中 arcgis.gis.admin.LivingAtlas
的用法。
用法:
class arcgis.gis.admin.LivingAtlas(url, gis)
Living Atlas of the World 内容是权威、即用型全局地理内容的集合,可从 ArcGIS Online 获取。内容包括用于地理分析的有价值的Map、数据层、工具、服务和应用程序。当您向门户成员提供 Living Atlas 内容时,您就为他们提供了现成的内容,他们可以单独使用这些内容或与自己的内容结合使用来创建Map、场景和应用程序,并在门户Map查看器中执行分析或 Insights for ArcGIS。
- 注意
您的门户必须能够访问 Internet 才能使用来自 ArcGIS Online 的 Living Atlas 内容
可用内容类型 您从 Portal for ArcGIS 访问的所有 Living Atlas 内容均由 Esri 创建。如果您的门户可以连接到 Internet,则可以从 ArcGIS Online 获得以下三个级别的 Living Atlas 内容:
内容类型
Description
Default
不需要您登录 ArcGIS 在线帐户的内容。 ArcGIS Enterprise 中默认可用。
Subscriber
订阅者内容是 Esri 发布的即用型Map图层、分析工具和服务的集合,需要 ArcGIS Online 组织订阅帐户才能访问。这包括来自 Esri 的图层,例如 Landsat 8 图像、NAIP 图像、景观分析图层和历史Map。订阅者内容作为您的组织订阅的一部分提供,不会消耗任何积分。
Premium
优质内容是一种订阅者内容,需要 ArcGIS 在线组织订阅帐户才能访问和消耗积分。访问权限和信用信息列在每个项目的详细说明中。优质内容使门户会员能够访问即用型内容,例如人口统计和生活方式Map以及地理编码、地理丰富、网络分析、高程分析和空间分析工具。
参看配置 Living Atlas 内容:可用的内容类型有关完整的详细信息。
在大多数情况下,门户管理员不需要直接创建此类。相反,首先使用
GIS
的admin
属性访问PortalAdminManager
。然后使用living_atlas
属性返回LivingAtlas
对象。ent_living_atlas = gis.admin.living_atlas
直接创建实例:
Parameter
Description
url
必需的字符串,用于管理许可证的站点的网址。
gis
必需的
GIS
对象。ent_living_atlas = LivingAtlas(url="https://portal_url/web_adaptor/portaladmin/system/content/livingatlas" gis=gis)
相关用法
- Python ArcGIS LivingAtlas.enable_premium_atlas用法及代码示例
- Python ArcGIS LivingAtlas.disable_premium_atlas用法及代码示例
- Python ArcGIS LivingAtlas.status用法及代码示例
- Python ArcGIS Logs.settings用法及代码示例
- Python ArcGIS Logs.clean用法及代码示例
- Python ArcGIS Layer.fromitem用法及代码示例
- Python ArcGIS power用法及代码示例
- Python ArcGIS APIKeyManager.get用法及代码示例
- Python ArcGIS KnowledgeGraph.named_object_type_delete用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS FormFieldElement用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS Site.delete用法及代码示例
- Python ArcGIS GeoAccessor.bbox用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS generate_service_areas用法及代码示例
- Python ArcGIS build_overview用法及代码示例
- Python ArcGIS RunInterval用法及代码示例
- Python ArcGIS describe_dataset用法及代码示例
- Python ArcGIS acos用法及代码示例
- Python ArcGIS Item.publish用法及代码示例
- Python ArcGIS MapImageLayer.find用法及代码示例
- Python ArcGIS Group.get_members用法及代码示例
- Python ArcGIS Geometry.last_point用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.admin.LivingAtlas。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。