不具合
不具合 ID 番号 | BUG-000120523 |
---|---|
送信されました | March 4, 2019 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS API for Python |
見つかったバージョン | 1.5.3 |
オペレーティング システム | N/A |
オペレーティング システムのバージョン | N/A |
ステータス | Will Not Be Addressed |
When using this function, the user requests information with two optional parameters. If users know what columns are needed specifically, specify the analysis_variables
. If users do not know what columns are needed, or users want all variables from a data collection, specify data_collections
.
What is documented in the bug is that the script is specifying both. This means that they are getting their variables the user wants, then they are requesting the whole data collection because they specify the data_collection
variable as well.
To fix this issue, change the code to:
result = enrich(study_areas=[redlands], analysis_variables=variable_list , return_geometry=False)
不具合 ID: BUG-000120523
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード