<?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: Exporting Specific Layer from ArcGIS REST Service to TIFF - Export Disabled in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/exporting-specific-layer-from-arcgis-rest-service/m-p/1633127#M11504</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415200"&gt;@IB3&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can research faster alternatives eventually, but you can use arcpy, quite (very) slow in my testing but certainly gets the job done. Use url to the mapserver and the layer id. You might want to use and environmental setting to limit the extent to be extracted.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

url = "https://tiles.arcgis.com/tiles/nSZVuSZjHpEZZbRo/arcgis/rest/services/Historische_tijdreis_1901/MapServer/54"

arcpy.management.CopyRaster(
    in_raster=url,
    out_rasterdataset=r"C:\path\to\output\testing.tif"
)&lt;/LI-CODE&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Glen&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jul 2025 13:29:16 GMT</pubDate>
    <dc:creator>Clubdebambos</dc:creator>
    <dc:date>2025-07-15T13:29:16Z</dc:date>
    <item>
      <title>Exporting Specific Layer from ArcGIS REST Service to TIFF - Export Disabled</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/exporting-specific-layer-from-arcgis-rest-service/m-p/1632819#M11501</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm trying to get a TIFF of a specific layer (ID 54, "1:12.000") from this ArcGIS REST Map Service: &lt;A href="https://tiles.arcgis.com/tiles/nSZVuSZjHpEZZbRo/arcgis/rest/services/Historische_tijdreis_1901/MapServer" target="_blank" rel="noopener"&gt;https://tiles.arcgis.com/tiles/nSZVuSZjHpEZZbRo/arcgis/rest/services/Historische_tijdreis_1901/MapServer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The export capability is disabled, and I need to extract this layer for a specific municipality.&lt;/P&gt;&lt;P&gt;Are there any known workarounds for this, such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Programmatically downloading and stitching tiles (e.g., with Python/GDAL)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Using ArcGIS Pro/Desktop to export it?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any third-party tools/APIs?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any "hacks" or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 13:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/exporting-specific-layer-from-arcgis-rest-service/m-p/1632819#M11501</guid>
      <dc:creator>IB3</dc:creator>
      <dc:date>2025-07-14T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Specific Layer from ArcGIS REST Service to TIFF - Export Disabled</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/exporting-specific-layer-from-arcgis-rest-service/m-p/1633127#M11504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415200"&gt;@IB3&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can research faster alternatives eventually, but you can use arcpy, quite (very) slow in my testing but certainly gets the job done. Use url to the mapserver and the layer id. You might want to use and environmental setting to limit the extent to be extracted.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

url = "https://tiles.arcgis.com/tiles/nSZVuSZjHpEZZbRo/arcgis/rest/services/Historische_tijdreis_1901/MapServer/54"

arcpy.management.CopyRaster(
    in_raster=url,
    out_rasterdataset=r"C:\path\to\output\testing.tif"
)&lt;/LI-CODE&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Glen&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 13:29:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/exporting-specific-layer-from-arcgis-rest-service/m-p/1633127#M11504</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2025-07-15T13:29:16Z</dc:date>
    </item>
  </channel>
</rss>

