[GRASS-user] Re: re: Loops & v.extract for fire data

mmann1123 mmann1123 at yahoo.com
Mon Jul 25 19:59:56 EDT 2011


Thanks for the solution! Here is what I ended up using

for i in {1999..2010; do 
v.extract Fire_Burn_History_Project_clean  output="Fire_year"$i
where="YEAR_='$i'"; 
done 


--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Loops-v-extract-for-fire-data-tp6595999p6620556.html
Sent from the Grass - Users mailing list archive at Nabble.com.


More information about the grass-user mailing list