I have a .lpk file from ESRI that I would like to convert to a shapefile. How can I do this, using only free software?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
I don't think I've ever seen this officially documented, but a layer package is a zip file that contains a .lyr file and a file geodatabase. You can change the file extension to .zip, unzip it and then, if the layer package was create with 10, read/export features to shapefiles using OGR. |
|||
|
|
|
LPK is a proprietary layer package (zip file) made by ESRI. |
||||
|
|