<?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: Could I create a raster depicting cells that are visible from a road? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740116#M10742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 2012 (I cant recall which version of ArcMap, probably 10.1), I ran a &lt;EM&gt;Viewshed&lt;/EM&gt; analysis on about 300 000 buildings and the process took 33 days to complete (805 hours)! &amp;nbsp;So it is possible, it just computationally intensive. Last year&amp;nbsp;I ran a &lt;EM&gt;Visibility&lt;/EM&gt; analysis on 17 716 points (as Input Points) and the process took just under a week to complete. Both of these analysis used the 90m DEM as input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would think you need to reduce your number of inputs so best to subsample as Darren suggested. There is a geoprocessing tool called &lt;EM&gt;Generate points along line&lt;/EM&gt; that you can use to create points every 100 m or so. It may be a good idea to use topography to inform the distance values for certain areas (more hilly, more points) but the trade-off would be that it then complicates the number of times a cell is visible (if that is of importance).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 06:30:30 GMT</pubDate>
    <dc:creator>MervynLotter</dc:creator>
    <dc:date>2017-02-08T06:30:30Z</dc:date>
    <item>
      <title>Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740108#M10734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 30m DEM raster and a polyline shapefile for a road network.&amp;nbsp; I would like to produce a 30m raster of&amp;nbsp;I/0 values&amp;nbsp;showing whether or not each cell is visible from a&amp;nbsp;road&amp;nbsp;up to&amp;nbsp;2000m.&amp;nbsp; I'd like to use a height of 2m above the road to represent&amp;nbsp;the height of a commercial vehicle.&lt;/P&gt;&lt;P&gt;Is this possible with the viewshed tool?&amp;nbsp; The examples I have found work best for smaller point shapefiles, like whether a tower is visible, and do not help for a large, polyline feature.&lt;/P&gt;&lt;P&gt;Thank you for any ideas!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 00:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740108#M10734</guid>
      <dc:creator>JesseKolar</dc:creator>
      <dc:date>2017-02-08T00:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740109#M10735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Viewshed (and related tools) can take a polyline as input - there will just a be a trade-off between speed/storage and resolution depending on how dense you want the observation points along the line. For example, it may not be reasonable to calculate the viewshed every metre along a road, but every 100 m may work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 00:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740109#M10735</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-08T00:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740110#M10736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/using-viewshed-and-observer-points-for-visibility.htm"&gt;Viewshed limits&lt;/A&gt;&amp;nbsp;are 16 points per test... so you have to batch and choose wisely&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 03:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740110#M10736</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-08T03:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740111#M10737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't test right now, but I only see that limitation for Observer Points, not Viewshed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 03:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740111#M10737</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-08T03:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740112#M10738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be the limit I refer to... If the interest is in just to see if the road is visible, it just needs to be elevated, it is usually the observer points that is the limitation, not what is being looked at.&amp;nbsp; Convert the road to raster, a con could be used ... ie, if road, then elevation + 2m, otherwise elevation, then there is no issue, unless the landscape needs to be viewed&amp;nbsp; from multiple locations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 04:11:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740112#M10738</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-08T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740113#M10739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way the problem is described, they want Viewshed in this case, so there shouldn't be an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 04:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740113#M10739</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-08T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740114#M10740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking at a large area approximately 80x80 miles with an extensive road network (see attached, roads are clipped by a study area buffer).&amp;nbsp; So I cannot use the observer option because of the 32 point limit on observers.&lt;/P&gt;&lt;P&gt;I am currently running the Visibility tool with the DEM as the input raster, and roads as the input polyline. Analysis type: FREQUENCY, observer parameters-- Surface offset: 2, Outer radius: 1600.&lt;BR /&gt;I thought the Surface offset would account for the 2m vehicle height.&lt;/P&gt;&lt;P&gt;However, the tool has been running for 4+ hours, and I do not think it is working.&amp;nbsp; With an outer radius of 1600, it seems like the calculation&amp;nbsp;would just look at the center of each 30m pixel and calculate visibility from roads up to 1600m.&amp;nbsp; However, I believe it is counting a density, which is taking too much resources.&lt;/P&gt;&lt;P&gt;Is there any way to calculate I's/0/s so that after confirming a pixel is visible from a road, the calculation could move on?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/317502_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 05:17:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740114#M10740</guid>
      <dc:creator>JesseKolar</dc:creator>
      <dc:date>2017-02-08T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740115#M10741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And thank you very much for trying to help.&amp;nbsp; If it clarifies my question at all, I'm looking at the influence of roads on deer movements.&amp;nbsp; I hypothesize that deer will not be as affected by roads if the roads are out of sight.&amp;nbsp; I have 600,000 (and counting) deer locations, so I was hoping to calculate the entire raster instead of calculating visibility for each deer location.&amp;nbsp; This will also help to create predictive maps to highlight areas that are currently not visible from roads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 05:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740115#M10741</guid>
      <dc:creator>JesseKolar</dc:creator>
      <dc:date>2017-02-08T05:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740116#M10742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 2012 (I cant recall which version of ArcMap, probably 10.1), I ran a &lt;EM&gt;Viewshed&lt;/EM&gt; analysis on about 300 000 buildings and the process took 33 days to complete (805 hours)! &amp;nbsp;So it is possible, it just computationally intensive. Last year&amp;nbsp;I ran a &lt;EM&gt;Visibility&lt;/EM&gt; analysis on 17 716 points (as Input Points) and the process took just under a week to complete. Both of these analysis used the 90m DEM as input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would think you need to reduce your number of inputs so best to subsample as Darren suggested. There is a geoprocessing tool called &lt;EM&gt;Generate points along line&lt;/EM&gt; that you can use to create points every 100 m or so. It may be a good idea to use topography to inform the distance values for certain areas (more hilly, more points) but the trade-off would be that it then complicates the number of times a cell is visible (if that is of importance).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 06:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740116#M10742</guid>
      <dc:creator>MervynLotter</dc:creator>
      <dc:date>2017-02-08T06:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740117#M10743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. &amp;nbsp;Where are the sighting locations with respect to the roads? &amp;nbsp;In my area, deer runs have preferential road crossing locations which are quite historic in nature and associated with forest coverage meeting the road edge. &amp;nbsp;Sadly, adjacent fields which would provide a sight line for both animals and vehicles are rarely traversed. &amp;nbsp;Similarily the interior network of runs is also well established and&amp;nbsp;deviations from existing ones are usually only seen when a new predator enters the area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740117#M10743</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-08T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740118#M10744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And not being a biologist myself, but is noise a factor for deer?&amp;nbsp; I am not sure of eyesight vs hearing for deer, but based on (personal) general observations, it seems like their ears perk up pretty fast due to noise..even when head down and eating.&amp;nbsp;&amp;nbsp; So, for roads, do you have to consider traffic into the equation?&amp;nbsp; ....again, I am not a biologist (but I work with many...but totally personal comments)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 16:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740118#M10744</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-02-08T16:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740119#M10745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your feedback.&amp;nbsp; We will be considering habitat type, road surface type (as a proxy for traffic levels), development densities, ruggedness, slope, aspect, and a whole suite of predictor variables that have been shown to influence deer distributions in the literature.&amp;nbsp; The idea to incorporate viewshed is from anecdotal observations of deer using miniature "wilderness" areas among heavily developed portions of the study area.&amp;nbsp; These areas may be very close to roads, but on the opposite side of a ridge, so on the ground, they feel much more remote than areas at the same distance to roads without any topography to break the viewshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a publication by Robert Montgomery et al. 2012. Importance of visibility when evaluating animal responses to roads. Wildlife Biology 18:393-405.&amp;nbsp; I'm trying to replicate their methods, but without adding the height of forest cover, since I'm working in&amp;nbsp;fairly open habitats.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 17:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740119#M10745</guid>
      <dc:creator>JesseKolar</dc:creator>
      <dc:date>2017-02-08T17:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740120#M10746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got access granted to a much more powerful computer that can be left to run for a few days.&amp;nbsp; I am going to try this using the visibility tool with 30m DEM raster data and a roads shapefile&amp;nbsp;broken into 100m line segments (i.e. the tool will examine&amp;nbsp;vertices at 100m).&amp;nbsp; If I do not update my progress within a few weeks, feel free to contact me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 20:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740120#M10746</guid>
      <dc:creator>JesseKolar</dc:creator>
      <dc:date>2017-02-08T20:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740121#M10747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the Visibility tool is the right tool for this kind of application. However, it seems there is a minor issue in your workflow – Since the roads are the observers, to model the vehicle height on the road, please set the observer offset to 2m. There is no need to set the surface offset to model your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The viewshed calculation is a global operation, which means that the tool needs to check more than the immediate neighboring cells of the observer in order to determine the visibility. So it is a computationally intensive process. When a polyline is used as input observers, each vertex of the polyline is treated as one observer. Given the large number of polylines in your road network, it is understandable that the visibility tool will take some time to finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the output of the Visibility tool (with Frequency option), each cell on the output raster stores the count of observers to whom it is visible. To learn more about how it works please visit&lt;BR /&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/using-viewshed-and-observer-points-for-visibility.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/using-viewshed-and-observer-points-for-visibility.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 00:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740121#M10747</guid>
      <dc:creator>XuguangWang</dc:creator>
      <dc:date>2017-02-17T00:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740122#M10748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I am hoping to do a similar analysis with grizzly movement data. Wondering&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;how this worked out for you and whether there are any publications as a result of your work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 20:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740122#M10748</guid>
      <dc:creator>BethanyArndt</dc:creator>
      <dc:date>2018-06-18T20:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740123#M10749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up running this analysis on a university supercomputer, and it took&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;2 months to run for a subsample of my study area (&lt;/SUB&gt;500 km^2 subsample)&lt;/P&gt;&lt;P&gt;with a rural road density. The road densities were higher in some areas&lt;/P&gt;&lt;P&gt;because they followed legal section lines every 1-mile.  We deemed the&lt;/P&gt;&lt;P&gt;analysis unfeasible for our study.  The best citation for the methods is&lt;/P&gt;&lt;P&gt;Montgomery et al. 2012 (http://www.bioone.org/doi/abs/10.2981/11-123)&lt;/P&gt;&lt;P&gt;Importance of visibility when evaluating animal response to roads, but&lt;/P&gt;&lt;P&gt;they're a bit light on the analytical methods to try to replicate the GIS&lt;/P&gt;&lt;P&gt;steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 21:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740123#M10749</guid>
      <dc:creator>JesseKolar</dc:creator>
      <dc:date>2018-06-25T21:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Could I create a raster depicting cells that are visible from a road?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740124#M10750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did an analysis similar to what the original poster stated for a municipality about ten years ago with &lt;EM&gt;ArcGIS 9&lt;/EM&gt;.&amp;nbsp; We were evaluating what areas of a California City that could be seen from major roads as part of their Zoning update, as concerns had been raised about unusual and outlandish construction affecting the historic Gold Rush character of the old town section, which had quite a tourist draw.&amp;nbsp; To get a handle of this, the City first wanted to know what areas were even possible to be spotted from the major roads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To accomplish this, the major roads were broken down into points every several feet.&amp;nbsp; Via Modelbuilder, a Viewshed was run for each point, then all the resultant several thousand viewsheds were combined to come up with a count for each cell.&amp;nbsp; Thresholds were chosen to differentiate counts in each visible cell so as to divide off the results with no or just incidental results from those area that had major exposure.&amp;nbsp; If I remember correctly, runs took about 6 hours to do (the project area was about a dozen miles across, so far smaller than what others are considering).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was a fun project to do and I ended up putting up a poster on it in the Map Gallery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 22:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/could-i-create-a-raster-depicting-cells-that-are/m-p/740124#M10750</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-06-25T22:28:03Z</dc:date>
    </item>
  </channel>
</rss>

