Bug
Bug ID Number | BUG-000120523 |
---|---|
Submitted | March 4, 2019 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS API for Python |
Version found | 1.5.3 |
Operating System | N/A |
Operating System Version | N/A |
Status | 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)
Bug ID: BUG-000120523
Software:
Get help from ArcGIS experts
Download the Esri Support App