-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPython_Toolbox.AddressLookup.pyt.xml
More file actions
1 lines (1 loc) · 6.05 KB
/
Python_Toolbox.AddressLookup.pyt.xml
File metadata and controls
1 lines (1 loc) · 6.05 KB
1
<metadata xml:lang="en"><Esri><CreaDate>20141023</CreaDate><CreaTime>13044900</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20170522</ModDate><ModTime>22002800</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange><ArcGISProfile>ItemDescription</ArcGISProfile></Esri><dataIdInfo><idCitation><resTitle>GeoPy Address Lookup</resTitle></idCitation><idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This tool uses the </SPAN><A href="https://github.com/geopy/geopy"><SPAN>GeoPy</SPAN></A><SPAN>Python package in order to conduct a reverse geocode using the various geocoding APIs.</SPAN></P><P><A href="file://balfil03/civproj/EVAC_MGT/General_References/Tutorials/Get PIP instructions.docx"><SPAN>Installing GeoPy</SPAN></A></P><P><SPAN STYLE="font-weight:bold;">Note: If using the Google service, as a free user, you are limited to 2500 queries a day at a rate of 5 queries per second.</SPAN></P><P><SPAN>See </SPAN><A href="https://developers.google.com/maps/documentation/geocoding/usage-limits"><SPAN>https://developers.google.com/maps/documentation/geocoding/usage-limits</SPAN></A></P></DIV></DIV></DIV></idAbs><idCredit>An Tran</idCredit><searchKeys><keyword>Address</keyword><keyword>Lookup</keyword><keyword>Geocoding</keyword><keyword>Reverse</keyword></searchKeys></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><tool displayname="GeoPy Address Lookup" name="AddressLookup" toolboxalias="CustomPythonTools" xmlns=""><parameters><param datatype="Feature Class" direction="Input" displayname="Input Feature" expression="inFeature" name="inFeature" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The POINT or POLYGON feature class with coordinates to search.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A DEFeatureClass specifying the POINT or POLYGON feature class with coordinates to search.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="Boolean" direction="Input" displayname="Address Field Exists" expression="addressExists" name="addressExists" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Specify if the address field exists in the attribute table.</SPAN></P><P><SPAN>Checked - The address field exists.</SPAN></P><P><SPAN>Unchecked - The address field does not exist. A new field called "Address" will be created. This is the DEFAULT.</SPAN></P><P><SPAN /></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>A boolean specifying whether or not an address field exists. If not a field named "Adddress" will be created. Default is False.</SPAN></P></DIV></DIV></pythonReference></param><param datatype="String" direction="Input" displayname="Address Field" expression="{addressField}" name="addressField" type="Optional"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The field that is used to store address values.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPString specifying the field name of the attribute in which returned addresses are stored.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="String" direction="Input" displayname="Service" expression="Google | OpenStreetMap" name="service" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The service used to search for addresses.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPString specifying which geocoding service should be used. Valid values are Google and OpenStreetMap.</SPAN></P><P><SPAN /></P></DIV></DIV></DIV></pythonReference></param></parameters><summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This tool uses the </SPAN><A href="https://github.com/geopy/geopy"><SPAN>GeoPy</SPAN></A><SPAN>Python package in order to conduct a reverse geocode using the various geocoding APIs.</SPAN></P><P><A href="file://balfil03/civproj/EVAC_MGT/General_References/Tutorials/Get PIP instructions.docx"><SPAN>Installing GeoPy</SPAN></A></P><P><SPAN STYLE="font-weight:bold;">Note: If using the Google service, as a free user, you are limited to 2500 queries a day at a rate of 5 queries per second.</SPAN></P><P><SPAN>See </SPAN><A href="https://developers.google.com/maps/documentation/geocoding/usage-limits"><SPAN>https://developers.google.com/maps/documentation/geocoding/usage-limits</SPAN></A></P></DIV></DIV></DIV></summary><usage><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This tool uses various geocoding APIs to find a feature's adddress using it its lat/lon coordinates.</SPAN></P><P><SPAN>The address is populated to an existing or newly created field in the Street, City, State, Zip format.</SPAN></P></DIV></DIV></DIV></usage><arcToolboxHelpPath>c:\program files (x86)\arcgis\desktop10.4\Help\gp</arcToolboxHelpPath></tool><mdHrLv><ScopeCd value="005"/></mdHrLv></metadata>