本文簡要介紹 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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。