<?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: Add rasters via range request (http) from apache2 server in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1259250#M65654</link>
    <description>&lt;P&gt;Thank you. I will try it.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 08:16:28 GMT</pubDate>
    <dc:creator>PBircher</dc:creator>
    <dc:date>2023-02-17T08:16:28Z</dc:date>
    <item>
      <title>Add rasters via range request (http) from apache2 server</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1258493#M65548</link>
      <description>&lt;P&gt;Is there a possibility to import rasters via range-http-requests based on apache?&lt;/P&gt;&lt;P&gt;With gdal the Metadata of the file is available in ArcGIS Pro. How can I add the raster to the map?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
from osgeo import gdal
ds = r'/vsicurl/http://xx.xxx.xxx.xx:80/pixel_map.tif'
gdal.Info(ds)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you and kind regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1258493#M65548</guid>
      <dc:creator>PBircher</dc:creator>
      <dc:date>2023-02-15T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add rasters via range request (http) from apache2 server</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1258803#M65599</link>
      <description>&lt;P&gt;Make a VRT (virtual raster) that points to the url.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;ds = gdal.OpenEx(tiff_url)
gdal.Translate("path/to/output.vrt", ds)  &lt;/LI-CODE&gt;&lt;P&gt;Or here's a python toolbox to do the same:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/support-adding-cloud-optimized-geotiffs-by-url-in/idc-p/1249819/highlight/true#M22935" target="_self"&gt;Add remote COG to ArcGIS Pro by URL - Add_COG.pyt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 08:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1258803#M65599</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2023-02-16T08:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add rasters via range request (http) from apache2 server</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1259250#M65654</link>
      <description>&lt;P&gt;Thank you. I will try it.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 08:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-rasters-via-range-request-http-from-apache2/m-p/1259250#M65654</guid>
      <dc:creator>PBircher</dc:creator>
      <dc:date>2023-02-17T08:16:28Z</dc:date>
    </item>
  </channel>
</rss>

