<?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: Flood Hazard Mapping Question in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134741#M668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good news and bad(maybe) news.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The good news is that what you have outlined there is really pretty easy to set up.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your structure point file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FEMA's BFE lines&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DEM/raster of the terrain data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Analyst license&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 1. FEMA BFE lines need to be interpolated into a raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 2. Use this tool: Spatial Analyst Tools -&amp;gt;Extraction -&amp;gt;Extract Multi Values to Points: Point file is your structures file, load in both your terrain DEM and the raster of your water surface elevations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This creates fields in your existing structures point file with the name of each raster and attributes it with the raster value at each point's location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 3. Create a field in your structures file that you can then use field calculator to calculate the difference in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So that is all you need to do to create the file you are looking for.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bad news though is that based on what you say it is to be used for, its possibly not going to accurately give you the information you want.&amp;nbsp; The reason I say this is that FEMA is either going to care about first floor elevations or the lowest adjacent grade which is probably not where the point was placed.&amp;nbsp; If you have access to a structures footprint file there is a way that you can punch out holes in the terrain raster and then calculate the minimum value for each...Spatial Analyst-&amp;gt;Zonal-&amp;gt;Zonal Statistics(input feature is the structure file, raster is your terrain, stats type is minimum).&amp;nbsp; Doing that and using its output instead of the terrain data in Step 2 should give you something a bit closer to what you are looking to do, but again it requires the structure outline which can be a royal pain to develop if its not available.&amp;nbsp; Sometimes assessors or other county entities(planning dept maybe?) have first floor elevations.&amp;nbsp; If you can get them in a table you could do a join based on address or parcel ID or something.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 15:20:02 GMT</pubDate>
    <dc:creator>MattMead</dc:creator>
    <dc:date>2014-04-03T15:20:02Z</dc:date>
    <item>
      <title>Flood Hazard Mapping Question</title>
      <link>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134740#M667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are mapping flood hazard zones and I am wondering if anyone could help me with the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have an address points shapefile located within a FEMA flood zone- addresses only, not Lat/Long coords&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have 5 ft. interval contour lines (we may be able to get lidar based 1 ft contours)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have the FEMA polylines which give base flood elevation estimates for a 100 year event&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We can obtain a DEM of the area if needed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The final product of this project is to create a query or model which will add three new fields to the address points attribute table: 1. Elevation of the address point based on the contours (or DEM if necessary), 2. the FEMA flood elevation associated with that address point and 3. the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;difference between the two. The lower the difference between the flood elevation and the address elevation, the more at risk that address is (which can then be symbolized).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The County Office of Emergency Management will use this model to assess which homes are at the greatest risk during flooding (and show FEMA the grant $ is being used properly). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any tips, pointers or suggestions which tools will be needed would be greatly appreciated. We will soon have access to the complete ArcInfo package and associated tool extensions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134740#M667</guid>
      <dc:creator>JeromeBernard</dc:creator>
      <dc:date>2014-04-02T18:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flood Hazard Mapping Question</title>
      <link>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134741#M668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good news and bad(maybe) news.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The good news is that what you have outlined there is really pretty easy to set up.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your structure point file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FEMA's BFE lines&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DEM/raster of the terrain data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Analyst license&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 1. FEMA BFE lines need to be interpolated into a raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 2. Use this tool: Spatial Analyst Tools -&amp;gt;Extraction -&amp;gt;Extract Multi Values to Points: Point file is your structures file, load in both your terrain DEM and the raster of your water surface elevations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This creates fields in your existing structures point file with the name of each raster and attributes it with the raster value at each point's location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 3. Create a field in your structures file that you can then use field calculator to calculate the difference in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So that is all you need to do to create the file you are looking for.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bad news though is that based on what you say it is to be used for, its possibly not going to accurately give you the information you want.&amp;nbsp; The reason I say this is that FEMA is either going to care about first floor elevations or the lowest adjacent grade which is probably not where the point was placed.&amp;nbsp; If you have access to a structures footprint file there is a way that you can punch out holes in the terrain raster and then calculate the minimum value for each...Spatial Analyst-&amp;gt;Zonal-&amp;gt;Zonal Statistics(input feature is the structure file, raster is your terrain, stats type is minimum).&amp;nbsp; Doing that and using its output instead of the terrain data in Step 2 should give you something a bit closer to what you are looking to do, but again it requires the structure outline which can be a royal pain to develop if its not available.&amp;nbsp; Sometimes assessors or other county entities(planning dept maybe?) have first floor elevations.&amp;nbsp; If you can get them in a table you could do a join based on address or parcel ID or something.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 15:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134741#M668</guid>
      <dc:creator>MattMead</dc:creator>
      <dc:date>2014-04-03T15:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flood Hazard Mapping Question</title>
      <link>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134742#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much. I will start downloading a DEM and try this technique!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/flood-hazard-mapping-question/m-p/134742#M669</guid>
      <dc:creator>JeromeBernard</dc:creator>
      <dc:date>2014-04-04T16:42:06Z</dc:date>
    </item>
  </channel>
</rss>

