I'm new to Python but I've heard is a good way to automate tasks. I have thousands of point shapefiles and need to extract the maximum value of each one and put them in a new table. I'll appreciate your help.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Here is a quick simple way to do this:
UPDATE ------
This is a pretty quick and easy way to accomplish this. Hope it helps. |
|||||||||||||
|
|
beside @Cody Brown Statistics_analysis, you can use max function to find maximum value of your feature.
i hope it helps you... |
|||
|
|