You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get the following error when I call: shaded_relief_ob = RFT(shaded_relief_rft)
Unable to find the arguments for the current raster function template. This might be because the server could not process the template or the template is invalid.(Ensure that the user account has access to Raster Utilities of the server. To share the Raster utilities to all user accounts. Please refer Sharing Raster Utilities section in https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.RFT.html )
Expected behavior
The RFT() function should work, but it returns an error message instead due to being unable to find the arguments for the current raster function template.
Platform (please complete the following information):
Describe the bug
I get the following error when I call: shaded_relief_ob = RFT(shaded_relief_rft)
Unable to find the arguments for the current raster function template. This might be because the server could not process the template or the template is invalid.(Ensure that the user account has access to Raster Utilities of the server. To share the Raster utilities to all user accounts. Please refer Sharing Raster Utilities section in https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.RFT.html )
To Reproduce
Steps to reproduce the behavior:
error:
Screenshots
Expected behavior
The RFT() function should work, but it returns an error message instead due to being unable to find the arguments for the current raster function template.
Platform (please complete the following information):
Additional context
Jupyter Notebook: shipwrecks_detection_using_bathymetric_data.ipynb
https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/shipwrecks_detection_using_bathymetric_data.ipynb
The text was updated successfully, but these errors were encountered: