<?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: Point to Nearest Polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285507#M12420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jayanta, see my reply to Dan Patterson below for why this solution doesn't work in my instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 15:24:00 GMT</pubDate>
    <dc:creator>MatthewNickeson</dc:creator>
    <dc:date>2018-02-07T15:24:00Z</dc:date>
    <item>
      <title>Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285503#M12416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a map with a layer of point locations throughout the US and a layer of polygon sectors. All of the US is contained within a sector. I am trying to find the closest polygon to each location by driving distance and driving time. I haven't been able to find the functionality that will allow this analysis since each location is contained within a polygon. Does anyone have any insights whether this is possible and if it is how it could be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285503#M12416</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285504#M12417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/near.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/near.htm"&gt;&lt;STRONG&gt;Near&lt;/STRONG&gt;—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285504#M12417</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2018-02-07T15:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285505#M12418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get road drive times and distance you would require the network analyst extension.&lt;/P&gt;&lt;P&gt;How detailed of a solution do you need?&amp;nbsp; As Jayanta suggests, the Near tool or Near as Table (if you have the license otherwise&amp;nbsp;&lt;A href="http://www.arcgis.com/home/item.html?id=f96ede37dcd04c2e96dc903a4ce26244"&gt;http://www.arcgis.com/home/item.html?id=f96ede37dcd04c2e96dc903a4ce26244&lt;/A&gt;) using polygon centroids would probably suffice for a continental scale study ... at least in the first instance.&lt;/P&gt;&lt;P&gt;Perhaps some elaboration on what you are trying to achieve in the end would help with further suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285505#M12418</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-07T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285506#M12419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have arcGIS Pro Advanced with spatial analysis. Near will not work because I need drive distance and drive time. Unfortunately centroids will not work as the precision required is at least a mile. The main problem I have is finding the driving distance/time to the nearest polygon. If the points were not already contained in a polygon a Spatial Join set to closest and driving distance would be perfect. There are about 3,500 points and 450 polygons so removing the resident polygon is not a practical option. I would share the file or more specifics but the material is sensitive. I am reasonably new to GIS so please let me know if I can provider a better explanation. Thank you for the replies.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285506#M12419</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285507#M12420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jayanta, see my reply to Dan Patterson below for why this solution doesn't work in my instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285507#M12420</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T15:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285508#M12421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you don't have the Network Analyst which is the major issue since you require driving distance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285508#M12421</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-07T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285509#M12422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have network analysis but I don't see a way to utilize it because of the issues as stated above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285509#M12422</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T17:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285510#M12423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an ArcGIS Desktop license you will have an ArcGIS Online subscription.&amp;nbsp; Not sure if you, or anyone in your organization, has activated this, but if so you can use the &lt;A href="http://doc.arcgis.com/en/arcgis-online/analyze/find-nearest.htm"&gt;Find Nearest&lt;/A&gt; analysis tool.&amp;nbsp; You can specify Drive Times as a the measurement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; This tools will use &lt;A href="http://www.esri.com/software/arcgis/arcgisonline/credits"&gt;credits&lt;/A&gt;.&amp;nbsp; With 3,500 points you will be charged 1,750 credits to perform this analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285510#M12423</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-02-07T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285511#M12424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just picture the destinations being an intersection between the polygon(s) and the lines (roads) rather than the location within the polygon.&amp;nbsp; Have you considered just producing an intersection as described or are you concerned that each intersection point might be associated with two polygons?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285511#M12424</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-07T17:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285512#M12425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would closest facility work for you?&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/network-analyst/make-closest-facility-analysis-layer.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/network-analyst/make-closest-facility-analysis-layer.htm"&gt;Make Closest Facility Analysis Layer—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and a tutorial can be found here:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/networks/closest-facility-tutorial.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/networks/closest-facility-tutorial.htm"&gt;Tutorial: Closest facility—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285512#M12425</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-07T17:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285513#M12426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was my initial inclination to try but it results in an error. The program indicates that the nearest location field must be a point for driving distance when I attempt to run it as such. My nearest location is a polygon which is the crux of my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285513#M12426</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T17:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285514#M12427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How large is the polygon and what does it represent?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285514#M12427</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-07T18:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285515#M12428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The polygons range in size from most of a western state like WY to several dividing a city. They are administrative areas and there are values for each of the polygons that I want to compare to the one in which it currently resides. (i.e., the closest polygon to facility A is polygon X. polygon X has a higher value M than the polygon facility A is currently in). I need to find this by drive time and drive distance from the facility to the edge of the polygon. Basically that means that I can't use a central point or points on vertices because there is too much precision loss. I hope this makes sense. I wish I could just share the file but that's not possible currently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285515#M12428</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285516#M12429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess that I'm not really sure how to go about creating that in the current model. I can deal with multiple returns outside of arcGIS as long as it has driving distance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285516#M12429</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-07T18:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285517#M12430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ mentioned this before:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I just picture the destinations being an intersection between the polygon(s) and the lines (roads) rather than the location within the polygon.&amp;nbsp; Have you considered just producing an intersection as described or are you concerned that each intersection point might be associated with two polygons?&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This would generate many points, one for each intersection of a road (over which one will enter the area) with the same value M. Doing a closest facility will return the drive time, drive distance for the nearest location. It seems that this "hack" could be a solution to get what you are after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I would go with Dan's solution, although I still don't understand what this value M represents and why it is able to represent such large areas...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285517#M12430</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-07T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285518#M12431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been thinking about my problem and believe that your approach would be the best approach. I was hoping you could provide a little guidance as to how I would treat the roads as lines. This would be hundreds of thousands of points to it is obviously not able to be done by hand.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 00:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285518#M12431</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-14T00:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285519#M12432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some pointer to get you started:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Convert the polygons to polylines using&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/feature-to-line.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/feature-to-line.htm"&gt;Feature To Line—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;(Advanced license required)&lt;/LI&gt;&lt;LI&gt;Intersect the polyline outlines of the polygons with the road (or make a selection of the roads that intersect first to speed up the process of intersection) using&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/intersect.htm"&gt;Intersect—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;make sure to use lines as input and points as output (see:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/how-intersect-analysis-works.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/how-intersect-analysis-works.htm"&gt;How Intersect works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;)&lt;/LI&gt;&lt;LI&gt;The resulting points should still have a reference of the original polygons used to create them.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Then probably do the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/closest-facility.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/closest-facility.htm"&gt;Closest facility analysis—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp; to see which point (read polygon is the nearest).&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 03:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285519#M12432</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-14T03:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285520#M12433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone, you have all been awesome! I’ll give your suggestion a go tomorrow. I’m only 3 weeks into my arcGIS experience and I really appreciate the community’s willingness to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 03:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285520#M12433</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-14T03:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285521#M12434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew, make sure to come back to thus thread and mark one answer as correct, and others as helpful to get to that point. &amp;nbsp;That will help other in the future and will close out the thread. &amp;nbsp;A summary is always nice too. &amp;nbsp;Interesting topic/problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 18:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285521#M12434</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2018-02-14T18:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Point to Nearest Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285522#M12435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Xander and Dan, your suggestions are very helpful. I apologize for what is probably a novice question but I'm not sure how to get the roads as an input feature to the intersect. I should clarify that I have Pro Advanced with Spatial Analyst but not Network Analyst. I was incorrect when I stated that earlier. I would prefer not to purchase the Network Analyst extension but can if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/point-to-nearest-polygon/m-p/285522#M12435</guid>
      <dc:creator>MatthewNickeson</dc:creator>
      <dc:date>2018-02-15T15:11:56Z</dc:date>
    </item>
  </channel>
</rss>

