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
Tuesday
|
0
|
0
|
3
|
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
Tuesday
|
0
|
0
|
4
|
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
Tuesday
|
0
|
0
|
10
|
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
Tuesday
|
0
|
0
|
24
|
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
Tuesday
|
0
|
0
|
6
|
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
Tuesday
|
0
|
1
|
20
|
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
2 weeks ago
|
0
|
3
|
87
|
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
2 weeks ago
|
0
|
0
|
17
|
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
3 weeks ago
|
0
|
3
|
110
|
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
3 weeks ago
|
0
|
1
|
119
|
POST
|
@MuktharShiek Which tool in ArcGIS Pro 2.6 was used to create the locator named Garowe_Address_locator 6 ?
... View more
a month ago
|
0
|
0
|
49
|
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
a month ago
|
0
|
0
|
36
|
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
a month ago
|
0
|
3
|
165
|
POST
|
@SaiKrosuri Are you able to provide examples of the addresses that return a low score or are unmatched? For the low score results what was the value in the Addr_type field? Feel free to send a private message.
Do you have data to build a custom locator to use in conjunction with the ArcGIS World Geocoding Service? If you did, you could create a composite locator that that included the ArcGIS World Geocoding Service and the custom locator created with the Create Locator tool.
... View more
12-12-2024
12:11 PM
|
0
|
0
|
195
|
POST
|
Are you reverse geocoding with your own custom locator? Do you get the same results in ArcGIS Pro if you use the What's here? tool or Address Inspector tool? https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/identify-addresses-and-places-on-the-map.htm
... View more
12-12-2024
11:31 AM
|
0
|
0
|
50
|
Title | Kudos | Posted |
---|---|---|
1 | 09-25-2024 12:04 AM | |
1 | 08-25-2024 09:52 PM | |
1 | 05-16-2024 12:50 AM | |
1 | 06-27-2024 10:51 AM | |
1 | 06-13-2024 08:09 AM |
Online Status |
Offline
|
Date Last Visited |
Wednesday
|