Bogue
| Numéro d’ID de bogue | BUG-000120523 |
|---|---|
| Envoi | March 4, 2019 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS API for Python |
| Version trouvée | 1.5.3 |
| Système d’exploitation | N/A |
| Version du système d’exploitation | N/A |
| Statut | 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 de bogue: BUG-000120523
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support