Clear Filters
Clear Filters

How to 1. view a .lyrx file as a "heat map"? 2. Import the .lyrx file into a 2-d matrix?

24 views (last 30 days)
I have a .lyrx file, generated by GIS, where different points on the map were assigned some values that represent local temperature.
  1. How can I view this heat map, with different colors representing different temperatures?
  2. How can I create a 2-d matrix where each site contains a number that fits to a point in the map.
I wish to be able to look at the map and the matrix side by side, or eventually put them one on top of the other, and see how the matrix values match the heat map.
I am using the new Matlab R2024a.
  2 Comments
Erez
Erez on 10 Apr 2024 at 12:26
Edited: Erez on 10 Apr 2024 at 12:29
Unfortunately I couldn't find a sample file to upload, without copyrights.
But, here is the documentation of lyrx files, which are generated by ArcGIS:
http://pro.arcgis.com/en/pro-app/3.1/arcpy/mapping/layerfile-class.htm#C_GUID-60DA2FA6-4721-4072-B882-03C256F6F530 .
I tried using the mapping toolbox in Matlab and the function readgeotable, but it seems that they cannot convert lyrx files into a matrix...
(Readgeotable: http://mathworks.com/help/map/ref/readgeotable.html)
Thanks for your help!

Sign in to comment.

Answers (0)

Products


Release

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!