<?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 2D Noise Contours in Aviation Questions</title>
    <link>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1379763#M69</link>
    <description>&lt;P&gt;Yeah... creating the contours is actually the easy part, once you have noise data in raster format.&amp;nbsp; The interpolation approach mentioned above is probably the best if you're trying to represent observed noise.&amp;nbsp; In other words, if you have a collection of noise observations/measurements, you can use interpolation to create a raster that will allow you to build contours.&amp;nbsp; But often airports are trying to do noise studies based on things like types of aircraft and normal traffic patterns.&amp;nbsp; Unfortunately, I don't believe we have specific tools for doing this modeling yet... there's some hefty science behind it.&amp;nbsp; I imagine it would be possible, but would have to learn more about the specific models first.&amp;nbsp; There are other tools that are commonly used for this though.&amp;nbsp; FAA's Aviation Environmental Design Tool (&lt;A href="https://aedt.faa.gov/" target="_blank"&gt;https://aedt.faa.gov/&lt;/A&gt;) is probably one of the biggest.&amp;nbsp; I haven't used it myself, but if it can output a raster, you could very easily create the contours from there.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 16:17:04 GMT</pubDate>
    <dc:creator>KiyoshiYamashita</dc:creator>
    <dc:date>2024-02-08T16:17:04Z</dc:date>
    <item>
      <title>Create 2D Noise Contours</title>
      <link>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378401#M65</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to experiment with creating noise contours for a property map I am creating for a client airport. There has been some delay in the partner originally brought on by the airport so to save some time I am looking into creating them myself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand I can create a noise map, and I have created contour lines using a DEM, but I do not know of a way to create the noise contours using ArcGIS Pro (If Possible).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any input on the topic. Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 20:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378401#M65</guid>
      <dc:creator>Don_Snow</dc:creator>
      <dc:date>2024-02-05T20:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2D Noise Contours</title>
      <link>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378430#M66</link>
      <description>&lt;P&gt;contours can be created from any numeric data measured on an interval/ratio scale.&amp;nbsp; elevation is only one such example&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 21:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378430#M66</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-05T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2D Noise Contours</title>
      <link>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378437#M67</link>
      <description>&lt;P&gt;Hello Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats great information. Do you have an answer as to how I would incorporate that noise data into creating the contour lines?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 21:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378437#M67</guid>
      <dc:creator>Don_Snow</dc:creator>
      <dc:date>2024-02-05T21:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2D Noise Contours</title>
      <link>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378444#M68</link>
      <description>&lt;P&gt;you interpolate the noise data itself, assuming that they come from point locations, then contour that surface&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/an-overview-of-the-interpolation-tools.htm" target="_blank"&gt;An overview of the Interpolation toolset—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/contour.htm" target="_blank"&gt;Contour (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are numerous interpolation methods in the Spatial Analyst and other extensions&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 21:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1378444#M68</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-05T21:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2D Noise Contours</title>
      <link>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1379763#M69</link>
      <description>&lt;P&gt;Yeah... creating the contours is actually the easy part, once you have noise data in raster format.&amp;nbsp; The interpolation approach mentioned above is probably the best if you're trying to represent observed noise.&amp;nbsp; In other words, if you have a collection of noise observations/measurements, you can use interpolation to create a raster that will allow you to build contours.&amp;nbsp; But often airports are trying to do noise studies based on things like types of aircraft and normal traffic patterns.&amp;nbsp; Unfortunately, I don't believe we have specific tools for doing this modeling yet... there's some hefty science behind it.&amp;nbsp; I imagine it would be possible, but would have to learn more about the specific models first.&amp;nbsp; There are other tools that are commonly used for this though.&amp;nbsp; FAA's Aviation Environmental Design Tool (&lt;A href="https://aedt.faa.gov/" target="_blank"&gt;https://aedt.faa.gov/&lt;/A&gt;) is probably one of the biggest.&amp;nbsp; I haven't used it myself, but if it can output a raster, you could very easily create the contours from there.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/aviation-questions/create-2d-noise-contours/m-p/1379763#M69</guid>
      <dc:creator>KiyoshiYamashita</dc:creator>
      <dc:date>2024-02-08T16:17:04Z</dc:date>
    </item>
  </channel>
</rss>

