<?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: Service area analysis - facilities are polygons in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479884#M4683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But then there will always be a possibility of some parks not finding any junction within that little distance and therefore being ignored in the analysis. I would rather take the centroid approach and get approximate distances than totally ignore some parks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jul 2015 08:23:06 GMT</pubDate>
    <dc:creator>SalmanAhmed</dc:creator>
    <dc:date>2015-07-05T08:23:06Z</dc:date>
    <item>
      <title>Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479881#M4680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do a simple 500 meters service area analysis in network analyst. But my facilities are not points but polygons (green parks). I don't want to use &lt;EM&gt;making the centroid of each polygon as the facility&lt;/EM&gt; method because I think the service polygons resulting from that will be somewhat inaccurate especially for larger parks. Is there any other idea to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 20:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479881#M4680</guid>
      <dc:creator>SalmanAhmed</dc:creator>
      <dc:date>2015-07-03T20:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479882#M4681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have your street data (ie, you're not working in ArcGIS Online)?&amp;nbsp; If so, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Add the network dataset's junction feature class to the map.&amp;nbsp; This is the automatically-generated feature class of network junctions (like intersections) that lives in the same feature dataset as the network.&lt;/P&gt;&lt;P&gt;- Do a Select by Location and select all junctions within some very small distance of the park boundaries.&lt;/P&gt;&lt;P&gt;- Export the selected junctions to a new feature class.&amp;nbsp; These selected junctions can serve as a sort of proxy for park entrances.&amp;nbsp; You can use them as input for your network analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 20:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479882#M4681</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-07-03T20:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479883#M4682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing that I could add to Melinda's suggestion is that you could automate this workflow with python or modelbuilder. What I'd do is create points for where the park boundaries intersect the edges of the network dataset. This could be done using something as simple as converting your polygons to lines and processing them against the intersect tool to create points or more advanced like using the geometry objects in python to determine to intersecting points. Once you have the intersecting points you could use them as facilities to build your service area. At the end you'd need to merge all of the service areas together to display the result as if you were using the polygon, but you'd also need to handle the overlap between each of the larger impedance values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 06:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479883#M4682</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-07-04T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479884#M4683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But then there will always be a possibility of some parks not finding any junction within that little distance and therefore being ignored in the analysis. I would rather take the centroid approach and get approximate distances than totally ignore some parks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 08:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479884#M4683</guid>
      <dc:creator>SalmanAhmed</dc:creator>
      <dc:date>2015-07-05T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479885#M4684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. But like I mentioned above in this case also there is always a possibility of not all parks intersecting the streets and therefore being ignored in the analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 08:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479885#M4684</guid>
      <dc:creator>SalmanAhmed</dc:creator>
      <dc:date>2015-07-05T08:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479886#M4685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using the vertices of the park areas? (Polygon to Line, Feature to Point)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 11:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479886#M4685</guid>
      <dc:creator>LukaszRutkowski1</dc:creator>
      <dc:date>2015-07-06T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479887#M4686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't always work well, particularly if your park is very large and rectangular.&amp;nbsp; Then it will have only 4 vertices at the corners.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479887#M4686</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-07-06T15:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479888#M4687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a possibility, so you just need to experiment a little with the buffer distance until you get what you're looking for.&amp;nbsp; Or if you have one particularly problematic park, manually edit in some entrance points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479888#M4687</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-07-06T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479889#M4688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got another idea. What about using the erase tool to erase parks from the street network. Then the streets will start only from outside the park polygons. Then the resultant service layer using park centroids would be accurate. What do you guys think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 12:01:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479889#M4688</guid>
      <dc:creator>SalmanAhmed</dc:creator>
      <dc:date>2015-07-11T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479890#M4689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this isn't going to work.&amp;nbsp; When you add a location to an NA layer (for instance, you add your park centroid as a Facility in a Service Area layer), the location "locates" on the closest network edge.&amp;nbsp; Although the geographical location of the point remains the same (the center of the park), the network analysis uses the network location of the point when considering how to route to it.&amp;nbsp; So if you erase all the network edges inside the park, the centroid will snap to the closest remaining edge, and the service area will build out from there.&amp;nbsp; If the park is large and has many entrances, this will be pretty inaccurate.&amp;nbsp; It would be more accurate to place a point at every park entrance and calculate service areas around all these points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 15:35:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479890#M4689</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-07-13T15:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479891#M4690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct. Thank you. I guess at the moment, I would just buffer the park shapes altogether and compensate for loss of accuracy here at some other point in my work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 22:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479891#M4690</guid>
      <dc:creator>SalmanAhmed</dc:creator>
      <dc:date>2015-07-15T22:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Service area analysis - facilities are polygons</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479892#M4691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you go about doing a "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Select by Location" to select all junctions within a certain distance of the park boundaries? Would this be done through the "Select layer by location" tool? If so then this doesn't seem to allow me enter the network junctions as the input feature layer, as it doesn't allow you to load data from geodatabases, only files. So as the network junctions feature class is within a geodatabase, and I can't seem to copy it into a file to select it from here instead, I'm not sure how to work round this&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 17:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/service-area-analysis-facilities-are-polygons/m-p/479892#M4691</guid>
      <dc:creator>CharlotteJ</dc:creator>
      <dc:date>2015-07-30T17:32:17Z</dc:date>
    </item>
  </channel>
</rss>

