|
IDEA
|
@feralcatcolonist_old Do you know what request is used in the application that is sent to the geocode service, findAddressCandidates or geocodeAddresses? You may need to use Fiddler or something like it to see the contents of the requests, but if location was included in the request I suspect they should get suggestions returned from the service. I don' t have any experience with Cityworks to know what's going on behind the scenes.
... View more
08-18-2022
11:39 AM
|
0
|
0
|
4364
|
|
IDEA
|
@feralcatcolonist_old If the locator is being used in what sounds like a geosearch scenario where someone just types the address, they should be getting suggestions for addresses that show the zone information and then they would just select the suggestion. So if the locator is built with zones (municipality, county, zip codes) the default setting is 'No' for 'Match with no zone'. If the locator is used in the Locate pane of ArcGIS Pro or the MapViewer, when the user starts to type the address w/o the zone suggestions are displayed. The suggestions returned are based on location and the center of the map is used for location is no zone is included. If the locator is used as a service the location parameter should be included in the requests. If the locator is used for batch geocoding, the zone is required in the address in order to get results returned with the default setting for the locator you are creating. Batch geocoding does not make use of location, the location comes from the zone. We recommend batch geocoding with at least one zone or using suggestions if you are entering an address w/o zone when the locator supports zones. Are your users using the locator in ArcGIS Pro? MapViewer? Mobile App? -Shana
... View more
08-18-2022
10:24 AM
|
0
|
0
|
4372
|
|
IDEA
|
@feralcatcolonist_old That is correct the "Match with no zones" property is not available in the Python Geocoding Module. However, I'd like to get a better understanding as to why you need to use it. Where will the locator be used? How will the locator be used (batch geocoding a table or single address searches in Pro, MapViewer, or some other app)? The property is a legacy property designed for locators that did not support suggestions before ArcMap 10.3 and locators built in Pro with either the Create Locator or Create Feature Locator tool automatically support suggestions so that as you type the address or place you are presented with suggestions to choose from and select to take you to the location.
... View more
08-18-2022
09:06 AM
|
0
|
0
|
4378
|
|
POST
|
@AdamKurth It's possible the behavior you are encountering is related to how the locator was created. Do you get the same results if you do not map the DisplayX and DisplayY fields when building the locator? Do the points in the NAD data represent the rooftop location or parcel centroid of the address or the street location of the address? The DisplayX and DisplayY fields are used to indicate the rooftop or parcel centroid location of the address and when mapped to create the locator it allows you to make use of the Preferred Location Type setting in the locator properties to control where the geocoded address is displayed on the map. If the DisplayX and DisplayY fields are mapped the values in those fields must be in the same spatial reference as the feature's geometry. More information can be found in the following topics: https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/display-geocode-results-on-the-map.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-improving-geocoding-quality.htm#ESRI_SECTION1_104DB62DFE6344CA85BC324525F1CEDD
... View more
08-11-2022
09:15 AM
|
1
|
0
|
1969
|
|
POST
|
@DavidColey I would submit this issue with the 2.9 project to Support so that a bug can be logged for us to evaluate and determine the cause and if it can be resolved in a future patch. It's possible that there are still some references in the aprx to locators. If you package the 2.9 project as a project package and extract it to a new folder, do the removed locators still show up?
... View more
08-11-2022
08:58 AM
|
0
|
1
|
4239
|
|
POST
|
@DJacobs_UNMTRU , Looking at the screenshots and info you provided I have a few questions and suggestions. Since this is just a street based locator I would make sure the Match out of range is set to 'No'. I see that just StreetName is mapped when creating the locator. Does the reference data not split up the address components into individual fields? If the street is not broken up into components in the reference data I would run the Split Addresses into Components tool and use the result to build the locator. It would be helpful to see the street values in the street data, the Addr_type field in the geocode result, and what Address categories are checked for the locator in the Geocoding options. I also see that you have the forward slash as an intersection connector along with '@' and for some of the intersections both of those characters are listed.
... View more
08-10-2022
02:28 PM
|
0
|
0
|
3648
|
|
POST
|
@BradleyMcCallum The Create Composite Address Locator ran quickly considering the composite locator contains path references to the participating locators. Nothing complicated is happening when creating a composite locator. It is similar to how data is referenced in ArcMap and Pro project files. - It does seem like something is off about the composite. If you open the properties of the composite locator are there any warnings or anything red in the locator properties dialog? - Can you provide details about the input parameters for the Geocode Table pane or Geocode Addresses tool? Are you geocoding by country name or country code? - What version of ArcGIS Pro are you using? I understand that your goal is to work with a composite, but curious to know if you create a multirole locator of Postal Locality and City roles and use it to geocode your data if you get the same error. If you wanted to share this data privately let me know. -Shana
... View more
08-10-2022
11:30 AM
|
0
|
0
|
5489
|
|
POST
|
It sounds like your projects contain the classic locators that were deprecated in ArcGIS Pro 3.0, so this message will pop up for each classic locator (*.loc, *.loc.xml, *.lox) that is not a service referenced in the project. These locators will need to be recreated using the Create Locator or Create Feature Locator tool (*.loc, *.loz). To avoid these errors with your projects you would need to open them in Pro 2.9 and remove them and save the project before opening them in Pro 3.0. Geocode services that are based on the classic locator can still be added to the project and used. https://pro.arcgis.com/en/pro-app/latest/get-started/migrate-2x-to-3.htm#ESRI_SECTION1_CAF5C09ED07F42AB94619FC9B19D19EB When you have opened your existing projects in Pro 3.0 and removed them from the Locators group in the Catalog pane have you saved the project and after saving you are still prompted with the invalid locator message? I would also double check for the invalid locators in the Provider Settings if you are able to access it in the Locate pane.
... View more
08-10-2022
08:43 AM
|
0
|
3
|
4246
|
|
POST
|
@MinsooKang The locator that you received is a classic locator that was created with the Create Address Locator tool, which is no longer supported in ArcGIS Pro 3.0. The classic locators consist of three files (*.loc, *.lox, *.loc.xml) and are supported in ArcGIS Pro 2.9 or earlier. ArcGIS Pro 3.0 only supports locators created with the Create Locator tool or the Create Feature Locator tool and consist of two files (*.loc, *.loz). Please share this deprecation notice with the entity you received the locator from so that they can recreate the locators for you using the Create Locator tool, https://support.esri.com/en/Technical-Article/000027452. The other option is to use ArcGIS Pro 2.9 if they are unable to provide you with the newer locators. Another option would be to create your own locator if they are able to provide the data they used to build the locator. Below are some resources: https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/create-a-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/introduction-to-locator-roles.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-create-a-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tutorial-create-a-multirole-locator.htm
... View more
08-10-2022
08:16 AM
|
2
|
0
|
5417
|
|
POST
|
@HXiao Locator roles cannot be customized in ArcGIS Pro. What type of customizations do you make to the address locator style in ArcMap that is missing from locators created with the Create Locator tool in ArcGIS Pro?
... View more
08-01-2022
10:43 AM
|
0
|
4
|
3893
|
|
POST
|
@GeorgeBrown1 When geocoding the table which Output Fields option did you select in the Optional Parameters section of the Geocode Addresses tool or Geocode Table tool?
... View more
07-26-2022
01:12 PM
|
0
|
0
|
2723
|
|
POST
|
Have you tried just creating a multirole locator that uses the PointAddress and StreetAddress roles and publishing the multirole locator to ArcGIS Server instead building two single role locators and a composite locator that is published as a service? https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tutorial-create-a-multirole-locator.htm
... View more
07-15-2022
10:04 PM
|
1
|
0
|
1134
|
|
POST
|
If the point feature class you created represents a feature for each of the 5 digit zip codes, then you should use the Zip role in the Create Locator tool and map Zip5 to the Zip locator role field. The other option is to search ArcGIS Online for the esri_dm (this is the owner) USA Zip Code Boundary Areas and download the layer package and build a locator with the data using the Zip (Postal) role in the Create Locator tool.
... View more
07-15-2022
09:58 PM
|
0
|
0
|
2712
|
|
IDEA
|
@feralcatcolonist_old Most of those locator properties can be set programmatically using the Python Geocoding Module. https://pro.arcgis.com/en/pro-app/latest/arcpy/geocoding/locator-class.htm#P_GUID-B617A31C-2B5E-427F-BBEB-B52C1667CC51 If you open the History pane from the Analysis ribbon, you can right-click the previously run Create Locator tool that created the locator and select Save as a Python script, which can help you automate the process if you are familiar with writing scripts using ArcPy and Python.
... View more
07-15-2022
09:32 PM
|
0
|
0
|
4428
|
|
POST
|
I don't know if using ArcGIS Pro is an option for you, but you could try spatially joining the subdivision layer with the Census Bureau files you are using to build the locator with. If you have an Advanced license you could use the Identity tool. Once the layers are joined, use the joined layer to build the locator with the Create Locator tool and in the optional parameters add Subdivision as an output field and then go back to the field map and assign the field in the joined data that has the subdivision number to the Subdivision output field. You can add up to 50 user defined output fields in the tool. Then, when you geocode the addresses the Subdivision output field will be in the geocode result with the joined subdivision value. If you are stuck with using ArcMap, when you build the locator with the Create Address Locator tool you would map the 'Additional field' to the field in the joined layer with the subdivision value. When you geocode the table the geocode results will have an output field called User_fld with the subdivision value in it. Below are some Pro resources if you need them: https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/create-a-locator.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/locator-role-fields.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tips-for-improving-geocoding-quality.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tutorial-create-a-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tutorial-create-a-multirole-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tutorial-create-a-locator-with-more-than-one-dataset-of-same-role.htm
... View more
07-15-2022
09:21 PM
|
0
|
0
|
1892
|
| 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 |
02-19-2026
08:29 AM
|