<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MapServer vs ImageServer - Equivalent methods to raster functions? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672834#M87972</link>
    <description>&lt;P&gt;Sorry about that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/765727"&gt;@KeenanStahl&lt;/a&gt;&amp;nbsp;, I don't have a good answer for you.&amp;nbsp; Without a snow depth field and being just an image there isn't really a way to modify the visualization of this Map Service after it's been published.&amp;nbsp; All of the renderers rely on fields and values. I guess that's one advantage to publishing these kinds of layers as an Image Service, but you've got no control over that&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 23:14:12 GMT</pubDate>
    <dc:creator>Sage_Wall</dc:creator>
    <dc:date>2025-12-12T23:14:12Z</dc:date>
    <item>
      <title>MapServer vs ImageServer - Equivalent methods to raster functions?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672517#M87963</link>
      <description>&lt;P&gt;I am new to working with a Map Service.&amp;nbsp; I am using this public dynamic map service:&amp;nbsp;&lt;A href="https://mapservices.weather.noaa.gov/raster/rest/services/snow/NOHRSC_Snow_Analysis/MapServer" target="_self"&gt;https://mapservices.weather.noaa.gov/raster/rest/services/snow/NOHRSC_Snow_Analysis/MapServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Layer ID:3 of this service is a raster layer representing snow depth.&amp;nbsp; I am trying to understand if there are server side or client side functions that would allow me to only show areas based on a minimum and maximum snow depth range?&amp;nbsp; I'm more familiar with an image service where I would use raster functions like mask, remap, and colormap to accomplish this.&lt;/P&gt;&lt;P&gt;Honestly I think I may be misunderstanding the fundamental concept behind a map service.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 22:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672517#M87963</guid>
      <dc:creator>KeenanStahl</dc:creator>
      <dc:date>2025-12-11T22:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: MapServer vs ImageServer - Equivalent methods to raster functions?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672524#M87964</link>
      <description>&lt;P&gt;If the Map Service has dynamic map layers turned on (it usually is as that's been the default for ages) you can try something like &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#DynamicMapLayer" target="_self"&gt;this sample code&lt;/A&gt; to query out certain data from that sublayer and/or substitute a renderer that hides the undesirable pixels.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 23:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672524#M87964</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-12-11T23:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: MapServer vs ImageServer - Equivalent methods to raster functions?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672525#M87965</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/765727"&gt;@KeenanStahl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;MapImageLayers do not have raster functions instead you would apply a renderer, like a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html" target="_self"&gt;ClassBreaksRenderer&lt;/A&gt; to one of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html" target="_self"&gt;sublayers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/visualization/data-driven-styles/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/visualization/data-driven-styles/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-renderers/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-renderers/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 23:52:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672525#M87965</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2025-12-11T23:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: MapServer vs ImageServer - Equivalent methods to raster functions?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672765#M87970</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I had looked into applying a renderer.&amp;nbsp; Unfortunately, I don't see any fields in any of the sublayers that contain the snow depth data represented in the raster layer.&amp;nbsp; Is their a renderer that can use the RGB values in the raster layer?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 20:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672765#M87970</guid>
      <dc:creator>KeenanStahl</dc:creator>
      <dc:date>2025-12-12T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: MapServer vs ImageServer - Equivalent methods to raster functions?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672767#M87971</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4413"&gt;@DavidSolari&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I would like to learn more about "substitute a renderer that hides the undesirable pixels".&amp;nbsp; This map service doesn't seem to have any fields that contain the snow depth data but perhaps I can read the pixel values of the raster layer.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 20:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672767#M87971</guid>
      <dc:creator>KeenanStahl</dc:creator>
      <dc:date>2025-12-12T20:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: MapServer vs ImageServer - Equivalent methods to raster functions?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672834#M87972</link>
      <description>&lt;P&gt;Sorry about that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/765727"&gt;@KeenanStahl&lt;/a&gt;&amp;nbsp;, I don't have a good answer for you.&amp;nbsp; Without a snow depth field and being just an image there isn't really a way to modify the visualization of this Map Service after it's been published.&amp;nbsp; All of the renderers rely on fields and values. I guess that's one advantage to publishing these kinds of layers as an Image Service, but you've got no control over that&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 23:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mapserver-vs-imageserver-equivalent-methods-to/m-p/1672834#M87972</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2025-12-12T23:14:12Z</dc:date>
    </item>
  </channel>
</rss>

