<?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: converting .csv to .tiff in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246288#M64070</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/648015"&gt;@AlexanderZirilli&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;A CSV file is just a table and a TIFF is a raster image with data in each cell (pixel).&amp;nbsp; You will need to convert your tabular data to points then you can generate a raster from the point data.&lt;/P&gt;&lt;P&gt;Depending upon your licensing level you could use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/point-to-raster.htm" target="_self"&gt;Point to Raster (Conversion)&lt;/A&gt;&amp;nbsp; You would need to correlate the River MILE column to a lat/lon then convert the CSV to points using&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm" target="_self"&gt;XY Table To Point (Data Management)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to generate rasters for each year and then&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/create-a-md-from-multiple-dates.htm" target="_self"&gt;Create a mosaic dataset containing raster data from multiple dates&lt;/A&gt;.&amp;nbsp; Either way, these raster (TIFF) files can be consumed by&amp;nbsp;RasterCellIterator.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2023 21:58:20 GMT</pubDate>
    <dc:creator>LanceCole</dc:creator>
    <dc:date>2023-01-07T21:58:20Z</dc:date>
    <item>
      <title>converting .csv to .tiff</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246286#M64069</link>
      <description>&lt;P&gt;I have an excel workbook, in which I converted one of the sheets to .csv format. I want to convert this file to .tiff, so I can use the RasterCellIterator class on a specific column, and create raster analysis on PCB levels of different regions of the Hudson river. Does anyone have any ideas? I tried using RasterToOtherFormat_conversion, but I don't think .csv is a supported file type.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 20:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246286#M64069</guid>
      <dc:creator>AlexanderZirilli</dc:creator>
      <dc:date>2023-01-07T20:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: converting .csv to .tiff</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246288#M64070</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/648015"&gt;@AlexanderZirilli&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;A CSV file is just a table and a TIFF is a raster image with data in each cell (pixel).&amp;nbsp; You will need to convert your tabular data to points then you can generate a raster from the point data.&lt;/P&gt;&lt;P&gt;Depending upon your licensing level you could use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/point-to-raster.htm" target="_self"&gt;Point to Raster (Conversion)&lt;/A&gt;&amp;nbsp; You would need to correlate the River MILE column to a lat/lon then convert the CSV to points using&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm" target="_self"&gt;XY Table To Point (Data Management)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to generate rasters for each year and then&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/create-a-md-from-multiple-dates.htm" target="_self"&gt;Create a mosaic dataset containing raster data from multiple dates&lt;/A&gt;.&amp;nbsp; Either way, these raster (TIFF) files can be consumed by&amp;nbsp;RasterCellIterator.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 21:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246288#M64070</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2023-01-07T21:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: converting .csv to .tiff</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246312#M64077</link>
      <description>&lt;P&gt;I'm assuming the CSV has coordinate fields? If so, convert to a point feature class and then convert points to raster.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 15:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246312#M64077</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2023-01-08T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: converting .csv to .tiff</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246316#M64078</link>
      <description>As CSV file does not have coordinates unless there is a column with x,y or lat,long. The file you provided had river mileage for which you could determine coordinates.&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Jan 2023 15:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-csv-to-tiff/m-p/1246316#M64078</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2023-01-08T15:27:42Z</dc:date>
    </item>
  </channel>
</rss>

