<?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: Building Raster from Coordinate Points (csv) in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117588#M11502</link>
    <description>&lt;P&gt;You could execute&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/topo-to-raster.htm" target="_self"&gt;Topo to Raster (Spatial Analyst)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Input Feature Data Type: Point Elevation&lt;/P&gt;&lt;P&gt;Output Cell Size: Same as the other raster dataset&lt;/P&gt;&lt;P&gt;Primary Type of Input Data: Spot&lt;/P&gt;&lt;P&gt;In tool environment, define&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/snap-raster.htm" target="_self"&gt;Snap Raster (Environment setting)&lt;/A&gt;&amp;nbsp;to the other Raster Dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the output Raster is created, you could execute&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/minus.htm" target="_self"&gt;Minus (Spatial Analyst)&lt;/A&gt;&amp;nbsp;or use Raster Calculator.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 07:17:47 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-11-17T07:17:47Z</dc:date>
    <item>
      <title>Building Raster from Coordinate Points (csv)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117562#M11500</link>
      <description>&lt;P&gt;Hello, the goal of what I am trying to accomplish is to subtract the elevation values of one raster from another. I have a .tif file of one raster, and for the other, I have a .csv with coordinates and elevation values, from which I made a point feature. I've tried two things to turn the points into a raster or other:&lt;/P&gt;&lt;P&gt;1)Point to Raster&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="point to raster.PNG" style="width: 656px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27622iF0B1E904F486ACC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="point to raster.PNG" alt="point to raster.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Point to Raster comes out the best, but some points out spread out too thin. Is there a way I can stretch values?&lt;/P&gt;&lt;P&gt;Interpolation didn't seem to be at all what I needed but I saw some suggesting it in previous threads. Any thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 03:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117562#M11500</guid>
      <dc:creator>BarrettLewis1</dc:creator>
      <dc:date>2021-11-17T03:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Building Raster from Coordinate Points (csv)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117571#M11501</link>
      <description>&lt;P&gt;you could use&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-multi-values-to-points.htm" target="_blank"&gt;Extract Multi Values to Points (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and do the subtraction in the point featureclass rather than working with subtracting the rasters&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 04:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117571#M11501</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-11-17T04:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Building Raster from Coordinate Points (csv)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117588#M11502</link>
      <description>&lt;P&gt;You could execute&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/topo-to-raster.htm" target="_self"&gt;Topo to Raster (Spatial Analyst)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Input Feature Data Type: Point Elevation&lt;/P&gt;&lt;P&gt;Output Cell Size: Same as the other raster dataset&lt;/P&gt;&lt;P&gt;Primary Type of Input Data: Spot&lt;/P&gt;&lt;P&gt;In tool environment, define&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/snap-raster.htm" target="_self"&gt;Snap Raster (Environment setting)&lt;/A&gt;&amp;nbsp;to the other Raster Dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the output Raster is created, you could execute&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/minus.htm" target="_self"&gt;Minus (Spatial Analyst)&lt;/A&gt;&amp;nbsp;or use Raster Calculator.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/building-raster-from-coordinate-points-csv/m-p/1117588#M11502</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-11-17T07:17:47Z</dc:date>
    </item>
  </channel>
</rss>

