On Thu, Sep 15, 2016 at 8:34 PM, Rich Shepard <[email protected]> wrote: > On Thu, 15 Sep 2016, Even Rouault wrote: > >> No need for that. The EPSG code (there are several ones in a WKT strig, >> but the main one, the one that applies to the top-level "node") is always >> at the end of the WKT string : >> >> [...] >> UNIT["foot",0.3048, >> AUTHORITY["EPSG","9002"]], >> AXIS["X",EAST], >> AXIS["Y",NORTH], >> AUTHORITY["EPSG","2992"]] <----- here it is ! > > > How do I access that from the list of file names in the subdirectory?
You can not access the EPSG code of the CRS from any file, instead you need to use ogrinfo -al as you did previously. Markus M _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
