<?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 Downloading Imagery from ImageServer in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/downloading-imagery-from-imageserver/m-p/1654914#M5047</link>
    <description>&lt;P&gt;Hopefully the right forumn for a low-hanging fruit answer from the collective knowledge-base in this community.&lt;/P&gt;&lt;P&gt;I'm always confused (read: unexperienced) in downloading data from rest services, WMTS/WMS, etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anybody shed light on this specific example - is it possible to download a subset of an imagery service from this Oregon State aerial imagery service (&amp;nbsp;&lt;A href="https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2024/OSIP_2024_SL/ImageServer" target="_self"&gt;Folder: OSIP_2024&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;I tried using&amp;nbsp;&lt;STRONG&gt;gdal_translate&lt;/STRONG&gt;&amp;nbsp;with the&amp;nbsp;&amp;nbsp;&lt;A href="https://imagery.oregonexplorer.info/arcgis/services/OSIP_2024/OSIP_2024_SL/ImageServer/WMSServer?request=GetCapabilities&amp;amp;service=WMS" target="_self"&gt;xml&lt;/A&gt;&amp;nbsp;found in the "WMS" link found in above ImageServer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-02 111915.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141289i13A455960E7D6DE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-10-02 111915.jpg" alt="Screenshot 2025-10-02 111915.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How is that xml categorically different than this WMTS xml,&amp;nbsp;&lt;A href="https://geoportal.alaska.gov/arcgis/rest/services/ahri_2020_rgb_cache/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" target="_self"&gt;Alaska 2020 RGB WMTS&lt;/A&gt;&amp;nbsp; which I download frequently using&amp;nbsp;&lt;STRONG&gt;gdal_translate&lt;/STRONG&gt;?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the Oregon ImageryService I linked enabled for download?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Oct 2025 17:28:30 GMT</pubDate>
    <dc:creator>ZacharyUhlmann1</dc:creator>
    <dc:date>2025-10-02T17:28:30Z</dc:date>
    <item>
      <title>Downloading Imagery from ImageServer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/downloading-imagery-from-imageserver/m-p/1654914#M5047</link>
      <description>&lt;P&gt;Hopefully the right forumn for a low-hanging fruit answer from the collective knowledge-base in this community.&lt;/P&gt;&lt;P&gt;I'm always confused (read: unexperienced) in downloading data from rest services, WMTS/WMS, etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anybody shed light on this specific example - is it possible to download a subset of an imagery service from this Oregon State aerial imagery service (&amp;nbsp;&lt;A href="https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2024/OSIP_2024_SL/ImageServer" target="_self"&gt;Folder: OSIP_2024&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;I tried using&amp;nbsp;&lt;STRONG&gt;gdal_translate&lt;/STRONG&gt;&amp;nbsp;with the&amp;nbsp;&amp;nbsp;&lt;A href="https://imagery.oregonexplorer.info/arcgis/services/OSIP_2024/OSIP_2024_SL/ImageServer/WMSServer?request=GetCapabilities&amp;amp;service=WMS" target="_self"&gt;xml&lt;/A&gt;&amp;nbsp;found in the "WMS" link found in above ImageServer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-02 111915.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141289i13A455960E7D6DE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-10-02 111915.jpg" alt="Screenshot 2025-10-02 111915.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How is that xml categorically different than this WMTS xml,&amp;nbsp;&lt;A href="https://geoportal.alaska.gov/arcgis/rest/services/ahri_2020_rgb_cache/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" target="_self"&gt;Alaska 2020 RGB WMTS&lt;/A&gt;&amp;nbsp; which I download frequently using&amp;nbsp;&lt;STRONG&gt;gdal_translate&lt;/STRONG&gt;?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the Oregon ImageryService I linked enabled for download?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 17:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/downloading-imagery-from-imageserver/m-p/1654914#M5047</guid>
      <dc:creator>ZacharyUhlmann1</dc:creator>
      <dc:date>2025-10-02T17:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading Imagery from ImageServer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/downloading-imagery-from-imageserver/m-p/1654938#M5048</link>
      <description>&lt;P&gt;If you want to download images through the WMS endpoints you'll have to dive into the various OGC specifications, although I recommend starting with &lt;A href="https://docs.geoserver.org/main/en/user/services/wms/reference.html" target="_self"&gt;this page&lt;/A&gt; as it gets you to the basics much faster. You can also add OGC endpoints in Pro and use a traffic scraper such as &lt;A href="https://www.telerik.com/fiddler/fiddler-classic" target="_self"&gt;Fiddler&lt;/A&gt; to get practical examples, or use your browser's dev tools to see how the ArcGIS Online map viewers do the same thing.&lt;/P&gt;&lt;P&gt;If you want to use the native ESRI endpoints, you can start at the top of the &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/image-service/" target="_self"&gt;ImageService&lt;/A&gt; documentation and work your way down. The same inspection techniques with Pro or the map viewer is also a great way to see how things are done.&lt;/P&gt;&lt;P&gt;In both cases you'll need to determine the extent you want to download in an appropriate coordinate system and pass that to the service. Services have limits on how many pixels you can pull at once so you'll usually have to subdivide your extent into tiles and grab multiple images. If the service has premade tiles (this is the big difference between WMS and WM&lt;STRONG&gt;T&lt;/STRONG&gt;S you noticed earlier) you'll have to determine which tiles at which scale align with your area of interest and pull them directly, this is trickier but still doable.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 18:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/downloading-imagery-from-imageserver/m-p/1654938#M5048</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-10-02T18:03:33Z</dc:date>
    </item>
  </channel>
</rss>

