<?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 generate a raster for a multipart polygon&amp;nbsp; - state of Hawaii - using contour lines in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688950#M10043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im working with a multipart polygon.&amp;nbsp; Lets say its the state of Hawaii.&amp;nbsp; So one feature class called Hawaii (state) that contains a few polygons (whicha are the island boundaries) inside of it...all called Hawaii.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now lets say I have 2 ft contour data for the islands only.&amp;nbsp; No bathymetric data.&amp;nbsp; So I want the output raster to reflect only where the contour data is (land only, nothing beyond the exact polygon boundary for each island).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I do this?&amp;nbsp; Most of the time the raster is generated using an extent boundary, but I only need data for the land (only within each polygon boundary).&amp;nbsp; The state polygon boundary does not have elevation assigned to it, as it is only a polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Further, how do I get it so that the raster truely reflects the contour data, so that when I click on a contour line, the raster elevation is the same as that of the line?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Christi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also want the data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 16:34:43 GMT</pubDate>
    <dc:creator>ChristiNelson1</dc:creator>
    <dc:date>2011-10-19T16:34:43Z</dc:date>
    <item>
      <title>generate a raster for a multipart polygon  - state of Hawaii - using contour lines</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688950#M10043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im working with a multipart polygon.&amp;nbsp; Lets say its the state of Hawaii.&amp;nbsp; So one feature class called Hawaii (state) that contains a few polygons (whicha are the island boundaries) inside of it...all called Hawaii.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now lets say I have 2 ft contour data for the islands only.&amp;nbsp; No bathymetric data.&amp;nbsp; So I want the output raster to reflect only where the contour data is (land only, nothing beyond the exact polygon boundary for each island).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I do this?&amp;nbsp; Most of the time the raster is generated using an extent boundary, but I only need data for the land (only within each polygon boundary).&amp;nbsp; The state polygon boundary does not have elevation assigned to it, as it is only a polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Further, how do I get it so that the raster truely reflects the contour data, so that when I click on a contour line, the raster elevation is the same as that of the line?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Christi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also want the data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 16:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688950#M10043</guid>
      <dc:creator>ChristiNelson1</dc:creator>
      <dc:date>2011-10-19T16:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688951#M10044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before you interpolate values from the contours using a tool like Topo To Raster, set the geoprocessing Mask environment to your Hawaii polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Areas outside the polygon should not have values. This should work with either single or multipart polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 03:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688951#M10044</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2011-10-20T03:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688952#M10045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data are available from various sources, eg. &lt;/SPAN&gt;&lt;A href="http://hawaii.wr.usgs.gov/hawaii/data.html"&gt;http://hawaii.wr.usgs.gov/hawaii/data.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TopoToRaster has 6 input data types, PointElevation, Contours, Streams, Sinks, Lake and Boundary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Boundary will clip the result. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you have to make sure that a representative output cell size is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 11:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688952#M10045</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2011-10-20T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688953#M10046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Steve -might you know how I would determine what a reasonable cell size is for 2-foot contour data?&amp;nbsp; Is this what will determine whether the elevation of a point on my raster will match the contour line elevation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Christi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 18:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688953#M10046</guid>
      <dc:creator>ChristiNelson1</dc:creator>
      <dc:date>2011-10-21T18:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688954#M10047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TopoToRaster is based on a 3rd party piece of software, anudem (&lt;/SPAN&gt;&lt;A href="http://fennerschool.anu.edu.au/research/publications/software-datasets/anudem"&gt;http://fennerschool.anu.edu.au/research/publications/software-datasets/anudem&lt;/A&gt;&lt;SPAN&gt;). It is based on thin plate splines and is in most cases not an exact interpolator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If more than one spot height or contour line is present within a cell then averaging is done. You should therefore make sure that you pick the correct or representative cell size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TopoToRaster is also computationally intensive and the largest output raster is roughly 36 million cells. If a larger raster is required the MARGIN parameter can be used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With all this said, I've had a quick look at the Hawaii contours and some of them are 50 ft apart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 15:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688954#M10047</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2011-10-25T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688955#M10048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have been incredibly helpful!&amp;nbsp; FYI, I only used the state of Hawaii as an example, to make my situation clear.&amp;nbsp; Im really using planning pressure zone polygons (I work at a water district for water resources planning) that are each part of the same pressure zone.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The contours I am using are 2 ft contours.&amp;nbsp; These contours were generated from county digital orthophotos that had a 2 ft resolution &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cell size recommendations now?&amp;nbsp; Im thinking 2 ft.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 17:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688955#M10048</guid>
      <dc:creator>ChristiNelson1</dc:creator>
      <dc:date>2011-10-28T17:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688956#M10049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you get a DEM what will you be using it for?&amp;nbsp; What are the spatial resolutions/accuracies required for your project?&amp;nbsp; When you say you have 2ft contours, remember that it's only in the Z that you have 2ft resolution.&amp;nbsp; Steve's point in the Hawaii data (which I haven't looked at) is that in the X,Y some of those contours are 50ft apart. To further his point - If you have don't have 2ft resolution in x,y within your real data, then a raster with 2ft cellsizes is probably overkill.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get 10m DEM's for free for pretty much all of America from USGS if that resolution would fit your requirements.&amp;nbsp; If you have access to the professional photogrammetrist who derived the data, you should ask them what they think a good resolution is for the data. Also, many digital photogrammetry applications output surfaces as rasters or TIN's directly, then contours are derived from those. They may already have the raster your looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is to create a TIN/Terrain from your contours, then convert that to raster at varying cellsizes to find an appropriate one for your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 19:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688956#M10049</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-28T19:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: generate a raster for a multipart polygon  - state of Hawaii - using contour line</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688957#M10050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another way to evaluate the spacing would be to convert your contours to points via the Feature Vertices to Points tool.&amp;nbsp; Each point would have the z value from the contour.&amp;nbsp; Then take the points, and convert them to raster using the Point to Raster tool, with Cell Assignment Type set to Count.&amp;nbsp; The resulting raster values will show you how many points were in each cell.&amp;nbsp; Inspect the result to look for variance in density and data voids.&amp;nbsp; If the density is to high, reduce the cellsize.&amp;nbsp; If data voids are too big, increase the cellsize.&amp;nbsp; It's all about finding balance in this iterative process, but should help determine a close to optimal cellsize for interpolating.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 19:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/generate-a-raster-for-a-multipart-polygon-nbsp/m-p/688957#M10050</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-28T19:15:37Z</dc:date>
    </item>
  </channel>
</rss>

