Skip to content

Commit

Permalink
Created ESRI .lyrx files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeSeeborg authored and jtgilbert committed Sep 10, 2024
1 parent 573000d commit c700c0a
Show file tree
Hide file tree
Showing 149 changed files with 209,558 additions and 0 deletions.
1,395 changes: 1,395 additions & 0 deletions Symbology/esri/Anthro/DivPts_ct.lyrx

Large diffs are not rendered by default.

1,258 changes: 1,258 additions & 0 deletions Symbology/esri/Anthro/DivPts_dens.lyrx

Large diffs are not rendered by default.

175 changes: 175 additions & 0 deletions Symbology/esri/Anthro/LUIRaster.lyrx
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
{
"type" : "CIMLayerDocument",
"version" : "3.3.0",
"build" : 52636,
"layers" : [
"CIMPATH=map/lui_tif.json"
],
"layerDefinitions" : [
{
"type" : "CIMRasterLayer",
"name" : "lui.tif",
"uRI" : "CIMPATH=map/lui_tif.json",
"sourceModifiedTime" : {
"type" : "TimeInstant"
},
"useSourceMetadata" : true,
"description" : "lui.tif",
"layerElevation" : {
"type" : "CIMLayerElevationSurface",
"elevationSurfaceLayerURI" : "CIMPATH=Map/7d7072e6416e464682803d99a9d3d585.json"
},
"expanded" : true,
"layerType" : "Operational",
"showLegends" : true,
"visibility" : true,
"displayCacheType" : "Permanent",
"maxDisplayCacheAge" : 5,
"showPopups" : true,
"serviceLayerID" : -1,
"refreshRate" : -1,
"refreshRateUnit" : "esriTimeUnitsSeconds",
"blendingMode" : "Alpha",
"allowDrapingOnIntegratedMesh" : true,
"dataConnection" : {
"type" : "CIMStandardDataConnection",
"workspaceConnectionString" : "DATABASE=..\\..\\..\\..\\1701020301_landers\\Anthro_Landers\\intermediates",
"workspaceFactory" : "Raster",
"dataset" : "lui.tif",
"datasetType" : "esriDTAny"
},
"colorizer" : {
"type" : "CIMRasterUniqueValueColorizer",
"resamplingType" : "NearestNeighbor",
"noDataColor" : {
"type" : "CIMRGBColor",
"values" : [
255,
255,
255,
0
]
},
"defaultColor" : {
"type" : "CIMRGBColor",
"values" : [
48,
35,
55,
100
]
},
"fieldName" : "Value",
"groups" : [
{
"type" : "CIMRasterUniqueValueGroup",
"classes" : [
{
"type" : "CIMRasterUniqueValueClass",
"values" : [
"0"
],
"label" : "Very Low",
"color" : {
"type" : "CIMRGBColor",
"values" : [
38,
115,
0,
100
]
}
},
{
"type" : "CIMRasterUniqueValueClass",
"values" : [
"33"
],
"label" : "Low",
"color" : {
"type" : "CIMRGBColor",
"values" : [
164,
196,
0,
100
]
}
},
{
"type" : "CIMRasterUniqueValueClass",
"values" : [
"66"
],
"label" : "Moderate",
"color" : {
"type" : "CIMRGBColor",
"values" : [
255,
187,
0,
100
]
}
},
{
"type" : "CIMRasterUniqueValueClass",
"values" : [
"100"
],
"label" : "High",
"color" : {
"type" : "CIMRGBColor",
"values" : [
255,
38,
0,
100
]
}
}
]
}
]
}
}
],
"rGBColorProfile" : "sRGB IEC61966-2.1",
"cMYKColorProfile" : "U.S. Web Coated (SWOP) v2",
"elevationSurfaceLayerDefinitions" : [
{
"type" : "CIMElevationSurfaceLayer",
"name" : "Ground",
"uRI" : "CIMPATH=Map/7d7072e6416e464682803d99a9d3d585.json",
"sourceModifiedTime" : {
"type" : "TimeInstant"
},
"useSourceMetadata" : true,
"description" : "Ground",
"expanded" : true,
"layerType" : "Operational",
"showLegends" : false,
"visibility" : true,
"displayCacheType" : "Permanent",
"maxDisplayCacheAge" : 5,
"showPopups" : true,
"serviceLayerID" : -1,
"refreshRate" : -1,
"refreshRateUnit" : "esriTimeUnitsSeconds",
"blendingMode" : "Alpha",
"allowDrapingOnIntegratedMesh" : true,
"elevationMode" : "BaseGlobeSurface",
"verticalExaggeration" : 1,
"color" : {
"type" : "CIMRGBColor",
"values" : [
255,
255,
255,
100
]
},
"surfaceTINShadingMode" : "Smooth"
}
]
}
Loading

0 comments on commit c700c0a

Please sign in to comment.