Hello,
I have Grid shape file and Point shape file. In the point Shape file there is the "Elevation value". I had updated the Gridno to the point shape file using Spatial join and named as "PointwithGridNo". I want to get the maximum and minimum elevation values of every GridNo in the "PointwithGridNo" using Python script. Can any one suggest me.