Error
| Número de ID del error | BUG-000120523 |
|---|---|
| Enviado | March 4, 2019 |
| Última modificación | June 5, 2024 |
| Relacionado con | ArcGIS API for Python |
| Versión encontrada | 1.5.3 |
| Sistema operativo | N/A |
| Versión de sistema operativo | N/A |
| Estado | 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 del error: BUG-000120523
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri