<?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 Coastline Population Density Analysis in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333466#M4675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: BeaconEnviro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a raster base on a series of population measurements along a coastline. I would like to create an output similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://soundwaves.usgs.gov/2009/03/MapLinearDensityLG.jpg"&gt;http://soundwaves.usgs.gov/2009/03/MapLinearDensityLG.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My data consists of a series of points spread along a couple hundred kilometers of shoreline, each point has a number assigned to it based on population evidence (# of burrows). The points are at non-regular intervals and consists of wide areas with no data and a large amount of clumping at other locations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried several methods in both Spatial and 3D analyst, but I have yet to come up with a single raster that is not empty. Is there a technique that will work on data in a linear formation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help you can give.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 15:24:11 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-09-08T15:24:11Z</dc:date>
    <item>
      <title>Coastline Population Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333466#M4675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: BeaconEnviro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a raster base on a series of population measurements along a coastline. I would like to create an output similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://soundwaves.usgs.gov/2009/03/MapLinearDensityLG.jpg"&gt;http://soundwaves.usgs.gov/2009/03/MapLinearDensityLG.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My data consists of a series of points spread along a couple hundred kilometers of shoreline, each point has a number assigned to it based on population evidence (# of burrows). The points are at non-regular intervals and consists of wide areas with no data and a large amount of clumping at other locations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried several methods in both Spatial and 3D analyst, but I have yet to come up with a single raster that is not empty. Is there a technique that will work on data in a linear formation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help you can give.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333466#M4675</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-09-08T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Coastline Population Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333467#M4676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: SaultDon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could buffer your coastline so that you make a study area like in the image shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then create lines that intersect the coastline where points would lay if they were exactly on the coast line. So your finished result will be something that looks like a railroad track. (the intersecting lines should be at 90deg angles where they meet the coastline centreline)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attach the point values to their corresponding intersecting line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now what you could do is run these lines to create either a TIN or a more gradient resulted option would be to produce a DEM with the coastline buffer as the extent using the z-values from the intersecting lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you could just use eucl. dist. on each point individually, then sum the cells. If using this method, attention will need to be used as you will have a No Data impact when summing the cells if you do not use the con function to set the null values to an integer &amp;gt;= 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest building a model for this and exporting to python for easier execution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333467#M4676</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-09-08T19:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Coastline Population Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333468#M4677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a technique that will work on data in a linear formation?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By specifying "linear" this question was asked in exactly the right way, because almost any attempt to do the analysis in &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;two&lt;/SPAN&gt;&lt;SPAN&gt; dimensions will produce biased results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead, represent the locations as measured distances along the coast, perform a kernel smooth of those points in the single (measure) dimension, and transfer the smooth back to the measured coastline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The kernel smooth can be done in a myriad ways with software ranging from Excel to ArcGIS to R, depending on what you're comfortable with.&amp;nbsp; Transferring it back to the coastline is not so easy.&amp;nbsp; One way is to dissect the coastline into segments, compute the average smoothed value within each segment, and attribute those segments with the averages.&amp;nbsp; This can then be displayed as color (or pattern) coded line segments on the map.&amp;nbsp; This gives you much better cartographic control than a 2D grid, anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example offered is interesting for the cartographic distortions it introduces: by varying the apparent width of the colored coast, it alternately emphasizes and de-emphasizes the sea otter population.&amp;nbsp; This width does not seem to convey any information of its own--maybe it's just a map-making artifact.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 19:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/coastline-population-density-analysis/m-p/333468#M4677</guid>
      <dc:creator>WilliamHuber</dc:creator>
      <dc:date>2010-09-09T19:28:32Z</dc:date>
    </item>
  </channel>
</rss>

