-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPython_Toolbox.CoordinateLookup.pyt.xml
1 lines (1 loc) · 7.15 KB
/
Python_Toolbox.CoordinateLookup.pyt.xml
1
<metadata xml:lang="en"><Esri><CreaDate>20141031</CreaDate><CreaTime>11350100</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20170522</ModDate><ModTime>22020000</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange><ArcGISProfile>ItemDescription</ArcGISProfile></Esri><dataIdInfo><idCitation><resTitle>GeoPy Coordinate 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 forward 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><searchKeys><keyword>Address</keyword><keyword>Lookup</keyword><keyword>Geocoding</keyword><keyword>Forward</keyword></searchKeys><idCredit>An Tran</idCredit></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><tool displayname="GeoPy Coordinate Lookup" name="CoordinateLookup" 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 addresses to search.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>A DEFeatureclass containing POINT or POLYGON features with addresses to search.</SPAN></P></DIV></DIV></pythonReference></param><param datatype="Boolean" direction="Input" displayname="Coordinate Fields Exists" expression="coordinatesExists" name="coordinatesExists" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Checked - Fields exist to store the lat/lon coordinates returned from the search.</SPAN></P><P><SPAN>Unchecked - Two fields named "Lat", and "Lon" field will be created to store the coordinates returned by the search. This is the DEFAULT.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A boolean specifying whether the fields Lat and Lon exist within the input feature class. If False, two fields named "Lat" and "Lon" will be created. Default is False. </SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="String" direction="Input" displayname="Address Field" expression="addressField" name="addressField" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The field containing address values to search.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>A GPString specifying the fieldname of the attribute containing the address values to search.</SPAN></P></DIV></DIV></pythonReference></param><param datatype="String" direction="Input" displayname="Lat Field" expression="{latField}" name="latField" type="Optional"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The field to store latitude coordinates.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPString specifying the fieldname of the attribute in which the returned latitude value should be stored.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="String" direction="Input" displayname="Lon Field" expression="{lonField}" name="lonField" type="Optional"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The field to store longitude coordinates.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPString specifying the fieldname of the attribute in which the returned longitude value should be 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 coordinates.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>A GPString specying which geocoding service should be used. Valid values are Google and OpenStreetMap.</SPAN></P></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 forward 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 lat/lon coordinates using its address.</SPAN></P><P><SPAN>The coordinates are populated to existing or newly created coordinate fields.</SPAN></P></DIV></DIV></DIV></usage><arcToolboxHelpPath>c:\program files (x86)\arcgis\desktop10.4\Help\gp</arcToolboxHelpPath></tool><mdHrLv><ScopeCd value="005"/></mdHrLv></metadata>