Hi everyone,
I have a python toolbox tool I want to use as a geoprocessing service, its a pretty simple script, it goes through a folder of rasters and extracts values at each one according to x and ys provided by the client. I want the extracted values returned to the client, but I'm a little lost on what needs to be done on the script side to achieve that. Is arcGIS Server smart enough to take any output and convert it into a javascript object to be returned to the client? Do I need a specific output type for the server