Hello everyone,I need a DEM elevation using a pair of coordinates.I have tested with gp.GetCellValue () but as output does not give me the elevation.This is a piece of code:
........
quota = gp.GetCellValue(dem, "284889 4420904", "1")
print gp.AddMessage("La quota è " + str(quota))
and as message output get me:
Start Time: Tue Jun 22 20:53:51 2010
Running script 1...
La quota è <geoprocessing server result object object at 0x17FCA7E8>
Completed script 1...
Executed (1) successfully.
End Time: Tue Jun 22 20:53:58 2010 (Elapsed Time: 7,00 seconds)
Can anyone give me some advice?