<?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: How to process GeoTiff images in Fabric? in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189618#M1186</link>
    <description>&lt;P&gt;Makes sense honestly&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; !&lt;BR /&gt;For geospatial/raster workloads, preprocessing externally is often the smoother path today, especially when native GDAL-based dependencies are involved. Fabric works really well once the data is already standardized and landed in OneLake, but some advanced geospatial Python stacks can still be a bit challenging directly inside the runtime environment.&lt;/P&gt;&lt;P&gt;Hope the setup works well for your use case. I'm happy to help !&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2026 20:03:18 GMT</pubDate>
    <dc:creator>Tamanchu</dc:creator>
    <dc:date>2026-05-27T20:03:18Z</dc:date>
    <item>
      <title>How to process GeoTiff images in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189059#M1181</link>
      <description>&lt;P&gt;I want to work on GeoTiff images and I am not able to add rasterio package to external repository.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 19:09:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189059#M1181</guid>
      <dc:creator>parvgeet</dc:creator>
      <dc:date>2026-05-26T19:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to process GeoTiff images in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189112#M1182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1598802" data-lia-user-login="parvgeet" class="lia-mention lia-mention-user"&gt;parvgeet&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;rasterio can be tricky in Fabric because it depends on native GDAL libraries under the hood, not just pure Python packages. In many cases, the package installation fails even if the Python dependency itself looks valid.&lt;/P&gt;&lt;P&gt;A common approach is to :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;store the GeoTIFF files in OneLake/Lakehouse&lt;/LI&gt;&lt;LI&gt;process them through Spark notebooks&lt;/LI&gt;&lt;LI&gt;and try installing compatible versions of &lt;STRONG&gt;&lt;EM&gt;rasterio&lt;/EM&gt;&lt;/STRONG&gt;, &lt;STRONG&gt;&lt;EM&gt;GDAL&lt;/EM&gt;&lt;/STRONG&gt;, or alternatives like &lt;STRONG&gt;&lt;EM&gt;rioxarray&lt;/EM&gt;&lt;/STRONG&gt; / &lt;STRONG&gt;&lt;EM&gt;xarray&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You may also want to check whether the issue comes from :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;unsupported wheel format&lt;/LI&gt;&lt;LI&gt;missing native dependencies or runtime compatibility with the current Fabric Spark environment.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Another option is to preprocess the &lt;STRONG&gt;&lt;EM&gt;GeoTIFFs externally&lt;/EM&gt; &lt;/STRONG&gt;(Databricks, local environment, Azure ML, etc.) and then load the processed outputs into Fabric.&lt;/P&gt;&lt;P&gt;Useful docs :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/library-management" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/library-management&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/python-guide/python-overview" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-science/python-guide/python-overview&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps a bit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;If this comment helped narrow it down, feel free to mark it as a solution so it can help others facing the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 23:09:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189112#M1182</guid>
      <dc:creator>Tamanchu</dc:creator>
      <dc:date>2026-05-26T23:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to process GeoTiff images in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189562#M1184</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1357760" data-lia-user-login="Tamanchu" class="lia-mention lia-mention-user"&gt;Tamanchu&lt;/a&gt;&amp;nbsp;. I think 2nd option would be the viable option. More smooth and clean . I can accept second option as solution for now&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 17:02:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189562#M1184</guid>
      <dc:creator>parvgeet</dc:creator>
      <dc:date>2026-05-27T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to process GeoTiff images in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189604#M1185</link>
      <description>&lt;P&gt;I added below in YML editor view and it is working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 19:04:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189604#M1185</guid>
      <dc:creator>parvgeet</dc:creator>
      <dc:date>2026-05-27T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to process GeoTiff images in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189618#M1186</link>
      <description>&lt;P&gt;Makes sense honestly&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; !&lt;BR /&gt;For geospatial/raster workloads, preprocessing externally is often the smoother path today, especially when native GDAL-based dependencies are involved. Fabric works really well once the data is already standardized and landed in OneLake, but some advanced geospatial Python stacks can still be a bit challenging directly inside the runtime environment.&lt;/P&gt;&lt;P&gt;Hope the setup works well for your use case. I'm happy to help !&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 20:03:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/How-to-process-GeoTiff-images-in-Fabric/m-p/5189618#M1186</guid>
      <dc:creator>Tamanchu</dc:creator>
      <dc:date>2026-05-27T20:03:18Z</dc:date>
    </item>
  </channel>
</rss>

