Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning or Failure messages on issues related to transformations #2167

Open
topowright22 opened this issue Nov 19, 2024 · 1 comment
Open

Comments

@topowright22
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We currently are seeing that in certain instances of the ArcGIS pyton API the transformations are not working when the spatial dataframe is in a different projection than the target feature service.

feature_layer.edit_features(updates=edits, rollback_on_failure=True)['updateResults']

Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be valuable to understand if the transformation didd not happen before pushing the edits to the feature layer. This has caused us countless hours of trouble shooting code that worked and then stopped working due to a possible issue with numpy

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

We have moved to a new instance and our approach now works, but we are requesting better error handling.

Additional context
Add any other context or screenshots about the feature request here.

We were using the 1.9.1 arcgis module on python 3.8. Now we are trying to move our build system to 2.4 arcgis module and Python 3.10.x

@achapkowski
Copy link
Contributor

Have you contacted support about this issue? This feels like a server/platform issue and not the python api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants