ArcGIS Layer
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
(→Format Information) |
||
(2 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|lyr}}, {{ext|lyrx}}, {{ext|lpk}}, {{ext|lpkx}} | |extensions={{ext|lyr}}, {{ext|lyrx}}, {{ext|lpk}}, {{ext|lpkx}} | ||
}} | }} | ||
− | ArcGIS Desktop and ArcGIS Pro are geographic information system software packages developed by [[ESRI]]<ref>https://en.wikipedia.org/wiki/ArcGIS</ref>. Layers created in this software can be saved to a layer file. The layer file stores symbology, symbology classifications, labeling properties, scale dependency and definition. | + | ArcGIS Desktop and ArcGIS Pro are geographic information system software packages developed by [[ESRI]]<ref>https://en.wikipedia.org/wiki/ArcGIS</ref>. Layers created in this software can be saved to a layer file. The layer file stores symbology, symbology classifications, labeling properties, scale dependency and definition.<ref>https://support.esri.com/en/technical-article/000004904</ref> |
==Format Information== | ==Format Information== | ||
* '''LYR''' are layer files saved from ArcGIS Desktop.<ref>https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/layerfile.htm</ref><ref>https://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s500000013000000.htm</ref> Format is in the [[Microsoft Compound File|"OLE2" document container format]] | * '''LYR''' are layer files saved from ArcGIS Desktop.<ref>https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/layerfile.htm</ref><ref>https://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s500000013000000.htm</ref> Format is in the [[Microsoft Compound File|"OLE2" document container format]] | ||
* '''LYRX''' are layer files saved from ArcGIS Pro.<ref>https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/graphics-layers.htm#ESRI_SECTION1_EC514B20873741388D0D31195A7DAD30</ref> Format is in the [[JSON]] format.<ref>https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/setting-output-symbology-in-scripts.htm#ESRI_SECTION1_31435DDD201E40F3BB421F62230B42EB</ref> | * '''LYRX''' are layer files saved from ArcGIS Pro.<ref>https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/graphics-layers.htm#ESRI_SECTION1_EC514B20873741388D0D31195A7DAD30</ref> Format is in the [[JSON]] format.<ref>https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/setting-output-symbology-in-scripts.htm#ESRI_SECTION1_31435DDD201E40F3BB421F62230B42EB</ref> | ||
− | * '''LPK''' are layer | + | * '''LPK''' are layer packages files saved from ArcGIS Desktop. Format is in a [[ZIP]] package. |
* '''LPKX''' are layer packages saved from ArcGIS Pro. Format is in a [[ZIP]] package. | * '''LPKX''' are layer packages saved from ArcGIS Pro. Format is in a [[ZIP]] package. | ||
Line 17: | Line 17: | ||
==Sample Files== | ==Sample Files== | ||
* [https://resources.oreilly.com/examples/9781783559503/-/tree/master/B0189_9503OT_Code/PacktPublishing/Data LYR Samples] | * [https://resources.oreilly.com/examples/9781783559503/-/tree/master/B0189_9503OT_Code/PacktPublishing/Data LYR Samples] | ||
+ | * [https://github.com/north-road/slyr/tree/master/slyr_community/test/lyr LYR and parsing samples] | ||
* [https://github.com/arc2qgis/lyrxtoqml/tree/master/lyrx%20samples LYRX Samples] | * [https://github.com/arc2qgis/lyrxtoqml/tree/master/lyrx%20samples LYRX Samples] | ||
Line 22: | Line 23: | ||
<references/> | <references/> | ||
− | |||
[[Category:Esri]] | [[Category:Esri]] | ||
[[Category:Microsoft Compound File]] | [[Category:Microsoft Compound File]] | ||
− | [[Category: | + | [[Category:ZIP based file formats]] |
Latest revision as of 15:33, 19 January 2023
ArcGIS Desktop and ArcGIS Pro are geographic information system software packages developed by ESRI[1]. Layers created in this software can be saved to a layer file. The layer file stores symbology, symbology classifications, labeling properties, scale dependency and definition.[2]
Contents |
[edit] Format Information
- LYR are layer files saved from ArcGIS Desktop.[3][4] Format is in the "OLE2" document container format
- LYRX are layer files saved from ArcGIS Pro.[5] Format is in the JSON format.[6]
- LPK are layer packages files saved from ArcGIS Desktop. Format is in a ZIP package.
- LPKX are layer packages saved from ArcGIS Pro. Format is in a ZIP package.
[edit] Specifications
[edit] Sample Files
[edit] References
- ↑ https://en.wikipedia.org/wiki/ArcGIS
- ↑ https://support.esri.com/en/technical-article/000004904
- ↑ https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/layerfile.htm
- ↑ https://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s500000013000000.htm
- ↑ https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/graphics-layers.htm#ESRI_SECTION1_EC514B20873741388D0D31195A7DAD30
- ↑ https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/setting-output-symbology-in-scripts.htm#ESRI_SECTION1_31435DDD201E40F3BB421F62230B42EB