<?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: Map Service and Image Service in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1126392#M31986</link>
    <description>&lt;P&gt;Hello _ I am trying to better understand if an image service includes the pixel values , it seems it cannot be used as a raster data model?&amp;nbsp; Other than obtaining the actual raster feature dataset, is there any other way to extract part of a larger image service to use in a model ?&amp;nbsp; I am still unclear with the new "raster" format definition, which is different than a "GRID" raster dataset?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 19:12:07 GMT</pubDate>
    <dc:creator>LisaPierce1</dc:creator>
    <dc:date>2021-12-15T19:12:07Z</dc:date>
    <item>
      <title>Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27889#M1013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an orthophoto, and i want to publish it.&lt;/P&gt;&lt;P&gt;Is it much better to publish it as map service or image service?&lt;/P&gt;&lt;P&gt;what is the difference between them?&lt;/P&gt;&lt;P&gt;what is the advantages/disadvantages for each type?&lt;/P&gt;&lt;P&gt;Which type has better caching ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fatin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 10:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27889#M1013</guid>
      <dc:creator>FatinRimawi</dc:creator>
      <dc:date>2017-03-19T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27890#M1014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very good blog on this topic&amp;nbsp;&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2010/05/04/imagery-in-web-applications-should-i-use-a-cached-map-service-or-an-image-service/" title="https://blogs.esri.com/esri/arcgis/2010/05/04/imagery-in-web-applications-should-i-use-a-cached-map-service-or-an-image-service/"&gt;Imagery in Web applications: Should I use a cached map service or an image service?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to retain the properties of an image (like pixel values, image enhancement, etc.), you need to publish the image as a image service. If it is just for visualization purpose, you might like to go for Map Service.&lt;/P&gt;&lt;P&gt;Caching will improve the rendering for both Map as well as image service. It is advisable to cache, if the map/image service don't change often.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 10:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27890#M1014</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-19T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27891#M1015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jayanta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fatin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 11:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27891#M1015</guid>
      <dc:creator>FatinRimawi</dc:creator>
      <dc:date>2017-03-19T11:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27892#M1016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to that, Image Server (or Image Server extension pre 10.5), is an additional license, so that may have to be taken into consideration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, even if you end up caching, in my tests, caching of an image service is much faster (~1/8 the time) than caching a map service.&amp;nbsp; Dropping a 8 week cache job to ~10 days, while adding 5 more scales makes it pay for itself, in my opinion.&amp;nbsp; Plus, the Image Server gives you the option to do either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;re: viewing as a basemap.&amp;nbsp; If using a cached service, you will be limited to those scales when creating a web map (ArcMap will interpolate between cache levels/scales).&amp;nbsp; This can work to your advantage if you need to control how users are viewing the maps, but can work against you if you do not have enough scale levels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are just my opinions.&amp;nbsp; Results may vary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 22:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27892#M1016</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-20T22:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27893#M1017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rebecca for your replay, i really appreciated that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:34:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27893#M1017</guid>
      <dc:creator>FatinRimawi</dc:creator>
      <dc:date>2017-03-21T11:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27894#M1018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, very helpful.&amp;nbsp; Link is now dead, new one appears to be&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/imagery/imagery-in-web-applications-should-i-use-a-cached-map-service-or-an-image-service/" title="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/imagery/imagery-in-web-applications-should-i-use-a-cached-map-service-or-an-image-service/"&gt;Imagery in Web applications: Should I use a cached map service or an image service?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 05:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/27894#M1018</guid>
      <dc:creator>AndrewQuee</dc:creator>
      <dc:date>2018-10-16T05:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1126391#M31985</link>
      <description>&lt;P&gt;Hello _ I am trying to better understand if an image service includes the pixel values , it seems it cannot be used as a raster data model?&amp;nbsp; Other than obtaining the actual raster feature dataset, is there any other way to extract part of a larger image service to use in a model ?&amp;nbsp; I am still unclear with the new "raster" format definition, which is different than a "GRID" raster dataset?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 19:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1126391#M31985</guid>
      <dc:creator>LisaPierce1</dc:creator>
      <dc:date>2021-12-15T19:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1126392#M31986</link>
      <description>&lt;P&gt;Hello _ I am trying to better understand if an image service includes the pixel values , it seems it cannot be used as a raster data model?&amp;nbsp; Other than obtaining the actual raster feature dataset, is there any other way to extract part of a larger image service to use in a model ?&amp;nbsp; I am still unclear with the new "raster" format definition, which is different than a "GRID" raster dataset?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 19:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1126392#M31986</guid>
      <dc:creator>LisaPierce1</dc:creator>
      <dc:date>2021-12-15T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Map Service and Image Service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1176347#M33180</link>
      <description>&lt;P&gt;With Mapservice you can use "resampling image" for zooming higher than cache levels. With image service not yet in 10.8.1.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 10:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-and-image-service/m-p/1176347#M33180</guid>
      <dc:creator>ErwanC</dc:creator>
      <dc:date>2022-05-23T10:52:45Z</dc:date>
    </item>
  </channel>
</rss>

