Erro
| Número de ID do Erro | BUG-000120523 |
|---|---|
| Enviado | March 4, 2019 |
| Última Modificação | June 5, 2024 |
| Aplica-se à | ArcGIS API for Python |
| Versão encontrada | 1.5.3 |
| Sistema Operacional | N/A |
| Versão do Sistema Operacional | 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)
ID do Erro: BUG-000120523
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri