不具合
| 不具合 ID 番号 | BUG-000133497 |
|---|---|
| 送信されました | September 1, 2020 |
| 最終更新日 | September 1, 2023 |
| 適用対象 | ArcGIS Online |
| 見つかったバージョン | 8.2 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | In Review |
(NOTE :: Advanced and Advanced with GPU Support Notebooks consumes credits )
from arcgis.gis import GIS
gis = GIS("home")
from arcgis.gis import GIS
gis = GIS("https://shortURL.maps.arcgis.com/home", username, password)
workingTable = gis.content.get("itemID1")
brokenTable = gis.content.get("itemID2")
workingTable.typeKeywords
brokenTable.typeKeywords
brokenTable.update(item_properties={'typeKeywords':['ArcGIS Server','Cloud Drive','Data','Feature Access','Feature Service','Service','Singlelayer','Table','Hosted Service']})
***SAMPLE ***
from arcgis.gis import GIS
gis = GIS("home")
#OR
gis = GIS("https://shortURL.maps.arcgis.com/home", username, password)
workingTable = gis.content.get("9cd7c277a0dd4bb393fc2e2b73d7319f")
brokenFL = gis.content.get("cf77c829569f40d0b87a4d303ff20803")
workingTable.typeKeywords
Results:
['ArcGIS Server',
'Cloud Drive',
'Data',
'Feature Access',
'Feature Service',
'Service',
'Singlelayer',
'Table',
'Hosted Service']
brokenFL.typeKeywords
Results:
['ArcGIS Server',
'Data',
'Feature Access',
'Feature Service',
'Service',
'Hosted Service']
brokenFL.update(item_properties={'typeKeywords':['ArcGIS Server','Cloud Drive','Data','Feature Access','Feature Service','Service','Singlelayer','Table','Hosted Service']})
Results:
True
brokenFL.typeKeywords
Results:
['ArcGIS Server',
'Cloud Drive',
'Data',
'Feature Access',
'Feature Service',
'Service',
'Singlelayer',
'Table',
'Hosted Service']
不具合 ID: BUG-000133497
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード