I've a problem that I hope folks here can help me solve. A client sent me
a dvd with data from their ArcGIS system, but some files are in the
proprietary .lyr format and some of the .shp files are empty. This is in two
of seven subdirectories. The data are proprietary and company confidential.
Is there any tool other than ArcGIS that can extract usable data from a
.lyr layer file?
A .lyr file is directly readable only by ArcGIS software and other newer software applications. This file does not contain actual geographic data, but rather contains specifications for the presentation of other datasets. Such specifications include color shading, naming, label properties (font, color, placements, etc.). Such presentation properties are usually time consuming to create, so a .lyr file allows these settings to be saved and shared. In order to use a .lyr file, you must also have a seperate data file with the same prefix name saved in the same filespace.
So the other shape files etc should have the stuff you really need to use the data in GRASS
Stu
On May 9, 2011, at 6:56 PM, Rich Shepard wrote:
I’ve a problem that I hope folks here can help me solve. A client sent me
a dvd with data from their ArcGIS system, but some files are in the
proprietary .lyr format and some of the .shp files are empty. This is in two
of seven subdirectories. The data are proprietary and company confidential.
Is there any tool other than ArcGIS that can extract usable data from a
.lyr layer file?