|
POST
|
@MattFancher1 What type of polygon data is the locator built with? What does it represent? Which roles are used in the locator used for reverse geocoding? There is nothing new in the latest release that supports returning a polygon as a geocode result.
... View more
06-05-2025
08:19 AM
|
0
|
1
|
1891
|
|
POST
|
@JoeHeggenstaller Keep an eye out for the 3.3.6 patch, which has a fix to this behavior if you are unable to upgrade to 3.4.
... View more
06-05-2025
08:01 AM
|
1
|
2
|
598
|
|
POST
|
@FawazAmjad35 What version of Enterprise is the locator used in the tool published to? Is the locator used in Geocode File a single locator or a composite? What is the output format you have specified for the tool? What version of ArcGIS Pro are you using?
... View more
02-18-2025
09:51 AM
|
0
|
0
|
627
|
|
POST
|
@trinhs The Comp_score property is not available for the locators built with the Create Locator tool in ArcGIS Pro. You may want to submit this request to ArcGIS Ideas.
... View more
02-18-2025
09:23 AM
|
0
|
0
|
596
|
|
POST
|
@bbauman 1. Is the shapefile referenced as the primary_reference_data variable in the path listed below? "project_dir = r"path\to\GeocodingProject" 2. If the shapefile is in that path, you should use "arcpy.env.workspace " set to the path to the shapefile. This is needed when running the script as a standalone script outside of ArcGIS Pro. There is a standalone script example in the tool help that you can use as a reference (Python tab), https://pro.arcgis.com/en/pro-app/latest/tool-reference/geocoding/create-locator.htm#GUID-61AE3A4C-211F-4BAF-83DD-1850A7A6911D. 3. You can also try putting the full path and file extension to the shapefile in the primary_reference_data variable. 4. If you open the project and copy the Python from the History and paste it into the Python window in ArcGIS Pro to run the script does the error occur? 5. When building the locator it is important not to map the Feature_ID field when you do not have duplicate features with different attributes in the primary data. It looks like you are using TIGER line data in the example you provided and mapping FID to Feature_ID for this data is not necessary and can impact the performance and quality of the locator and results. Here are some helpful resources: https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/create-a-locator-that-restores-missing-zones.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/collapse-duplicate-features-in-the-data.htm
... View more
02-18-2025
09:18 AM
|
0
|
0
|
916
|
|
POST
|
@JoeHeggenstaller Can you provide more details about your data and environment? 1. How large is the data used to build the locator? 2. Where is the locator being saved to? Local or network location? a. If local, is it to an SSD drive? b. If local, how much free disk space is on the machine you are building the locator on? c. Where is the data stored used to build the locator? 3. What was the field mapping that is used to build the locator?
... View more
02-18-2025
08:33 AM
|
0
|
1
|
2733
|
|
POST
|
Have you considered looking into the ArcPy Geocoding Module? https://pro.arcgis.com/en/pro-app/latest/arcpy/geocoding/what-is-the-geocoding-module.htm
... View more
02-18-2025
08:24 AM
|
0
|
0
|
826
|
|
POST
|
Is there a reason why you are using a composite locator instead of a multirole locator of the same roles (Street Address, Point Address, POI, and City)? https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-create-a-multirole-locator.htm
... View more
02-18-2025
08:13 AM
|
0
|
1
|
2898
|
|
POST
|
Do you get the same result in ArcGIS Pro with the locator you created? Right-click in the map at the LACMA location and select "What's here?" and the pop-up will display the results. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/fundamentals-of-reverse-geocoding.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-improving-geocoding-quality.htm#ESRI_SECTION1_0E0792AD6B0B4BB48195ED40DC7FF5D3 Which roles were used to create the custom locator? What was the Addr_type value that was returned for the findAddressCandidates request for the LACMA address? If the locator includes the StreetAddress role, you can specify 'Street Address' as the Feature Type parameter in your reverseGeocode REST request. https://developers.arcgis.com/rest/services-reference/enterprise/reverse-geocode/#choose-specific-output-features
... View more
02-10-2025
08:05 AM
|
0
|
3
|
2965
|
|
POST
|
I'd try recreating the composite in ArcGIS Pro with the Create Locator tool and publishing from ArcGIS Pro to ArcGIS Server 10.7.1, or publish the multirole to 10.7.1 from ArcGIS Pro. You may want to reach out to Tech Support for more troubleshooting and investigation.
... View more
02-10-2025
07:31 AM
|
0
|
0
|
456
|
|
POST
|
@LisaLowe__DOIT_1 The only way that I see you getting the existing composite working or the existing classic locators working in a composite is to install ArcGIS Pro 2.9.x and publish the composite from there to ArcGIS Server 10.7.1. You will not be able to use the local composite in ArcGIS Pro 3.1.2 because the classic locators are deprecated and will show as invalid and you will get the red dotted line under Participating locators like in my screenshot, which is a composite with classic participating locators. Is publishing the multirole locator to 10.7.1 not an option? It seems odd to me that the multirole published to Enterprise isn't working when it is added to AGOL and used for geocoding via Add item or in the MapViewer. What is the version of Enterprise is the multirole working well on?
... View more
01-28-2025
01:52 PM
|
0
|
3
|
2423
|
|
POST
|
1. You can open the properties of the local composite locator in ArcGIS Pro 3.1.2 and select the Performance tab. In formation about the participating classic locators will not be accessible. 2. If multithreading is enabled, uncheck it and publish the composite as a service and try geocoding with it in AGOL again. Do you get the same behavior? 5. What type of locators are in the composite, which locator style was used to build the participating locators? Are you open to building a multirole locator in ArcGIS Pro? https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/create-a-locator.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/locator-role-fields.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/introduction-to-locator-roles.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-create-a-multirole-locator.htm
... View more
01-28-2025
09:04 AM
|
1
|
1
|
2432
|
|
POST
|
@MuktharShiek Which tool in ArcGIS Pro 2.6 was used to create the locator named Garowe_Address_locator 6 ?
... View more
01-23-2025
03:07 PM
|
0
|
0
|
764
|
|
POST
|
@dmorales Please reach out to CommunityAddressesSupport@esri.com for assistance with this issue. Please include details about the two environments, including if the locators being used are local to the machines or if they are accessed from a network location. What is the location of the table that is being geocoded?
... View more
01-23-2025
03:02 PM
|
0
|
0
|
850
|
|
POST
|
@LisaLowe__DOIT_1I had a few questions to get a better understanding of what is going on with your composite locator. 1. Can you provide the performance settings of the composite locator? 2. In which application were the classic locators in the composite created? 3. Which version of ArcGIS Pro are you geocoding the tables and getting better results? 4. When geocoding the tables in ArcGIS Pro are you using the local composite locator or the composite geocode service? 5. Have you attempted to recreate the locator in ArcGIS Pro with the Create Locator tool and publish it to ArcGIS Server 10.7.1 to see if you get the same behavior when the service is used in AGOL?
... View more
01-23-2025
12:40 PM
|
0
|
3
|
2478
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2023 11:15 AM | |
| 1 | 01-28-2025 09:04 AM | |
| 1 | 06-05-2025 08:01 AM | |
| 2 | 07-14-2025 12:11 PM | |
| 1 | 09-25-2024 12:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|