Tim Michelsen pisze:
Is there any way that I can import all tiles at once and also reprojecting the CLC shapes into LL?
Use ogr2ogr to reproject Shapefiles outside GRASS (it accepts directory of shapefiles as input as well as single shapefiles) and then import them all with v.in.ogr. You can automate v.in.ogr in Shell using "for in do" syntax (plenty of examples in the archive or Google it). Cheers, Maciek -- Maciej Sieczka www.sieczka.org _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
