Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting.app / trunk / org.gvsig.scripting.app / org.gvsig.scripting.app.extension / src / main / resources / scripting / scripts / examples / vectorial_data / 01_maximun_and_minimun_elevation.inf @ 394

History | View | Annotate | Download (478 Bytes)

1
[Unit]
2
name = 01_maximun_and_minimun_elevation
3
description = This script runs all the features of the active layer, and calculates the \nmaximum and minimum elevation these, and with this:\n    - Submit a message informing the user which are\n  \nIf no ELEVATION field shows a message and finish script execution.\n  \nIn the data folder can be found cv05_3d_polygons layer used\nfor testing with this script
4
createdBy = vacavedo
5
version = 
6

    
7
[Script]
8
main = main
9
Lang = python
10