<?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: need to create polygons (basins) that are at a specific elevation, for a flood in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646832#M3405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow Matt I'm impressed.&amp;nbsp; It sounds like you hit everything right on, except I don't need a raster for the polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still digesting your instructions.&amp;nbsp; The only real problem I see is that I have nearly 1000 depression basins to do this for.&amp;nbsp; I may be here for awhile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was totally on the wrong track; I thought this could be done using the fill command or the raster calculator to compare two different rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also thought that ArcHydro might have a tool to do it. (anyone??)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will work thru your directions today on my pilot project area and wait and see if someone has another suggestion for the entire area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for being so willing &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;and able &lt;/SPAN&gt;&lt;SPAN&gt;to help others.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2011 12:41:00 GMT</pubDate>
    <dc:creator>EtoileJensen</dc:creator>
    <dc:date>2011-07-21T12:41:00Z</dc:date>
    <item>
      <title>need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646830#M3403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am in desperate need of some help.&amp;nbsp; I???m in over my head.&amp;nbsp; I hope someone can throw me a life line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need to do is create polygons (basins) that are at a specific elevation, for a flood event, within a number of different watersheds. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;???I have a DEM of the area, which I have created the watersheds and depression basins from.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;???I have the volume for each depression and its top elevation within each watershed, along with a spill/pour elevation for the watersheds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;???I have a volume (not an elevation) for the flood event for each of the watersheds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to create an ???event basin??? for each of the watersheds. (Don???t worry about watersheds that have a depression volume less than the event volume)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcEditor 9.3 and have the following extensions: Spatial Analyst, 3D Analyst and ArcHydro (which I have never used).&amp;nbsp; (I had felt pretty competent in Spatial Analyst till now.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could give me some step by step instructions, or the equation I need to use, to create a raster of the new elevations it would be GREATLY appreciated! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THANKS!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 22:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646830#M3403</guid>
      <dc:creator>EtoileJensen</dc:creator>
      <dc:date>2011-07-20T22:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646831#M3404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I read what you posted right, you have a total volume of water for each flood event(basically treating this as a reservoir where you know the total inflow), the depressional areas and their volumes(reservoir storage volume) and you need to calculate the corresponding elevation and then map that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, this may not be the best way, but it should work...it could possibly be time consuming though:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically what I'm outlining below is a process by which you can calculate a flood elevation based on a stage-storage relationship.&amp;nbsp; I've assumed you have total volume of the depressions, not a stage-storage relationship.&amp;nbsp; If you do have the storage volumes broken up by elevation, you can skip the first couple steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3dAnalyst(can probably use spatial, but i have more experience using 3d)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Excel or similar spreadsheet software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EZ profiler &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TIN Intersect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;links are included below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Using 3dAnalyst, calculate the stage-storage relationship.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A) Create a polygon shapefile with attributes representing known elevations within your depressional areas.&amp;nbsp; Draw a polygon containing your depressional areas. I'd suggest every foot(or meter depending on your units) unless you have huge depressional areas that are very deep in which case a larger "step" may be appropriate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;B)turn the polygon into a TIN for each of your stages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C)convert your terrain DEM into a TIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;D) use Intersect TINS command (&lt;/SPAN&gt;&lt;A href="http://edndoc.esri.com/arcobjects/8.3/Samples/3D%20Analyst/Surface%20Analysis/Intersect%20Tins%20Command/Intersect%20Tins%20Command.htm"&gt;http://edndoc.esri.com/arcobjects/8.3/Samples/3D%20Analyst/Surface%20Analysis/Intersect%20Tins%20Command/Intersect%20Tins%20Command.htm&lt;/A&gt;&lt;SPAN&gt;) to generate a polygon with volumes.&amp;nbsp; There will be 3 "codes": above, below and same.&amp;nbsp; If you set the 1st TIN in the command to be your elevation polygon TIN and the 2nd to the terrain TIN, "above" should represent your depressional areas.&amp;nbsp; Do this for each elevation. start an edit session and delete everything not "above."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) export these new volume polygons to excel using EZ profiler (&lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16031"&gt;http://arcscripts.esri.com/details.asp?dbid=16031&lt;/A&gt;&lt;SPAN&gt;)&amp;nbsp; Other tools can do this, but this is the one I generally use.&amp;nbsp; You cannot export more than one at a time so copy the data into a different workbook as you go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) using your storage volumes in excel, create a plot of the storage volume at each stage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A) just add up the volumes from each of your volume polygons for the X axis and use the known elevation for that volume on the Y-axis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) using your known flood volume determine where that intersects the stage-storage curve and that gives you the flood elevation.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) using your polygon from step 1, assign your new flood elevation, convert to TIN and use intersect TIN command again.&amp;nbsp; Everything that is "above" or "same" should be your flood event inundation area"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6) I guess you said you want that as a raster so convert that polygon to a raster...I think that is in the conversion toolbox.&amp;nbsp; I'm not at my work machine, so I cant check.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;repeat for each watershed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this doesnt do what you were asking, let me know and I'll see what I can do.&amp;nbsp; I'll check periodically tomorrow to see if you have responded.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 02:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646831#M3404</guid>
      <dc:creator>MattMead</dc:creator>
      <dc:date>2011-07-21T02:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646832#M3405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow Matt I'm impressed.&amp;nbsp; It sounds like you hit everything right on, except I don't need a raster for the polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still digesting your instructions.&amp;nbsp; The only real problem I see is that I have nearly 1000 depression basins to do this for.&amp;nbsp; I may be here for awhile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was totally on the wrong track; I thought this could be done using the fill command or the raster calculator to compare two different rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also thought that ArcHydro might have a tool to do it. (anyone??)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will work thru your directions today on my pilot project area and wait and see if someone has another suggestion for the entire area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for being so willing &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;and able &lt;/SPAN&gt;&lt;SPAN&gt;to help others.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 12:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646832#M3405</guid>
      <dc:creator>EtoileJensen</dc:creator>
      <dc:date>2011-07-21T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646833#M3406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ouch, I hope someone else with a better idea does come along.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just did some more poking around and it looks like Spatial Analyst has Cut/Fill which also gives you volumes according to the esri help page on it.&amp;nbsp; Its in Spatial Analyst-&amp;gt;surface-&amp;gt;Cut/Fill&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That would save you the errors that would be included during the raster-&amp;gt;TIN conversion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I think you would be able to do them at a larger scale if you did it with Cut/Fill.&amp;nbsp; You would still need to create rasters for each of your "stages" but then could possibly be larger and cover more than one area.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've never used ArcHydro so I dont know what all it is capable of doing so there is some hope there at least.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 13:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646833#M3406</guid>
      <dc:creator>MattMead</dc:creator>
      <dc:date>2011-07-21T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646834#M3407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you still working on this?&amp;nbsp; I think I came up with a way that you could automate most(if not all) of it in Model Builder.&amp;nbsp; If you are, let me know and I'll work out the details and get it put together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2011 00:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646834#M3407</guid>
      <dc:creator>MattMead</dc:creator>
      <dc:date>2011-08-06T00:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646835#M3408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi! Meadmw. Can you tell me detail method of you, please? What software do you use ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 07:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646835#M3408</guid>
      <dc:creator>tientai_huaftientai_huaf</dc:creator>
      <dc:date>2011-10-04T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: need to create polygons (basins) that are at a specific elevation, for a flood</title>
      <link>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646836#M3409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am doing a similar project to ET_oile. I need to create flood polygons. I have a depression less DEM for the water shed area. I have known water level and corresponding flow rates from a water gauge stations in the center of the city. I am having difficulty figuring out the ArcHydro tools. Any suggestions on the work flow and specific tools I should use to create accurate flood polygons for different water levels?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/need-to-create-polygons-basins-that-are-at-a/m-p/646836#M3409</guid>
      <dc:creator>iankirschner</dc:creator>
      <dc:date>2013-03-25T14:02:11Z</dc:date>
    </item>
  </channel>
</rss>

