Enhancement - Add All Runtime Properties to Locator Class
- Dominant language
- No language data
- Stars
- 57
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
In recent years ArcPy has made large strides in accommodating fine-grained controls for the runtime properties of locators. This enhancement request is to ensure that all runtime properties that can be accessed from the ArcGIS Pro GUI are configurable from ArcPy's Locator Class as well. For the properties not exposed to ArcPy, the only alternatives are for a user to:
1. set those properties within the ArcGIS Pro GUI - this is supported
2. directly edit the .loc file programmatically - this is not supported
- [c. 2022 - ArcGIS Ideas, Create Locator, additional options when creating](https://community.esri.com/t5/arcgis-pro-ideas/create-locator-additional-options--when-creating/idi-p/1187045)
- [c. 2018 - Esri Community, Access existing address locator properties with arcpy](https://community.esri.com/t5/python-questions/access-existing-address-locator-properties-with/td-p/137655)
- [c. 2017 - ArcGIS Ideas, Provide ArcPy functionality to modify all address locator settings](https://community.esri.com/t5/arcgis-pro-ideas/provide-arcpy-functionality-to-modify-all-address/idi-p/949619/highlight/true)
- [c. 2015 - Esri Community, Is it possible to set address locator properties via arcpy?](https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427077)
- [c. 2012 - Esri Community, Modifying address locator settings using arcpy](https://community.esri.com/t5/data-management-questions/modifying-address-locator-settings-using-arcpy/td-p/122001)
Current Locator Class properties -> https://pro.arcgis.com/en/pro-app/latest/arcpy/geocoding/locator-class.htm
The specific deliverable that I'd like to see from this enhancement is access to the Locator property `match with no zones`, but realistically, there should not be any properties that are only accessible within the GUI. **In light of that, this enhancement request is to add all Locator settings/properties to the Locator Class that are not currently accessible within ArcPy.**
Contributor guide
Assessment
This issue has not been assessed yet.