<?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: create a raster with fielddata in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133288#M1878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00120000002s000000"&gt;Ascii to Raster&lt;/A&gt;&lt;SPAN&gt; tool will work, you could add the Ascii file directly or if you decide to create points from the text file with an &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000006z000000"&gt;event layer&lt;/A&gt;&lt;SPAN&gt;, then you can utilize any of the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000069000000.htm"&gt;interpolation tools&lt;/A&gt;&lt;SPAN&gt; to model the values between the the field points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 11:00:03 GMT</pubDate>
    <dc:creator>JeffreySwain</dc:creator>
    <dc:date>2011-10-06T11:00:03Z</dc:date>
    <item>
      <title>create a raster with fielddata</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133285#M1875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I create a (small) raster and fill it with measured data? I have found how to create a raster, but how to fill it? I can use ArcGIS 9, or 10 including Spatial Analyst.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of my Biology students would like to add her data this way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help will be much appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 06:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133285#M1875</guid>
      <dc:creator>RonWunderink</dc:creator>
      <dc:date>2011-10-04T06:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: create a raster with fielddata</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133286#M1876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how is the data originally stored and how would you like to create the raster?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have the measured data in shapefiles, then you can convert the feature classes to rasters directly and keep the field values as the cell values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 03:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133286#M1876</guid>
      <dc:creator>YinghuiCao</dc:creator>
      <dc:date>2011-10-06T03:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: create a raster with fielddata</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133287#M1877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Cathy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your reply, the data is stored in a spreadsheet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However I got an answer via another way (translated from Dutch; thanks to A.Schipper RU):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are (at least) 2 ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. if the coordinates of each measuring point are known - make a .txt file with these x, y-coordinates and the measured values (one point on eacht row). make a shp file (ArcCat) with these points and convert it to a raster in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. with 'ASCII to Raster' (ArcMap) you can convert an ASCII, or .txt, file directly into a raster. Make sure that each value is on the correct place in the file, like you can do with a spreadsheet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first 6 rows must have the following info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ncols XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; nrows XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xllcorner XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; yllcorner XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; cellsize XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; nodata_value -9999&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't used either way yet, that's for the student to do (and learn from)!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 07:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133287#M1877</guid>
      <dc:creator>RonWunderink</dc:creator>
      <dc:date>2011-10-06T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: create a raster with fielddata</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133288#M1878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00120000002s000000"&gt;Ascii to Raster&lt;/A&gt;&lt;SPAN&gt; tool will work, you could add the Ascii file directly or if you decide to create points from the text file with an &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000006z000000"&gt;event layer&lt;/A&gt;&lt;SPAN&gt;, then you can utilize any of the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000069000000.htm"&gt;interpolation tools&lt;/A&gt;&lt;SPAN&gt; to model the values between the the field points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 11:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/create-a-raster-with-fielddata/m-p/133288#M1878</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2011-10-06T11:00:03Z</dc:date>
    </item>
  </channel>
</rss>

