Skip to main content
Question

address locator

  • April 25, 2018
  • 7 replies
  • 130 views

Is there a transformer that creates an ESRI AddressLocator tool?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

7 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • April 25, 2018

I think you can use the ESRI geocoding service in the Geocoder transformer.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • April 25, 2018

I think you can use the ESRI geocoding service in the Geocoder transformer.

If not the Hub has a geocoder for ArcGIS Online.

 

 


bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 344 replies
  • April 26, 2018

If the question is whether any transformer can create an ArcGIS address locator object on disk, then no, unless you script something that calls ArcGIS geoprocessing.


timboberoosky
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 50 replies
  • October 7, 2021

Is this still true with newer releases of FME?


danminneyatsaf
Safer
Forum|alt.badge.img+13
  • Safer
  • 485 replies
  • October 7, 2021

Is this still true with newer releases of FME?

Hi @timboberoosky​,

There are currently no transformers that use the ArcGIS Address Locator directly. However, you could use ArcPy and a PythonCaller as a workaround if you wanted to use this tool.

 

Additionally, as others have stated above, you have the option to use the Geocoder transformer which you can set to use ArcGIS Online as the Geocoding Service. This article provides a handy overview of how to geocode addresses: https://community.safe.com/s/article/geocoding-addresses


timboberoosky
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 50 replies
  • October 7, 2021

Hi @timboberoosky​,

There are currently no transformers that use the ArcGIS Address Locator directly. However, you could use ArcPy and a PythonCaller as a workaround if you wanted to use this tool.

 

Additionally, as others have stated above, you have the option to use the Geocoder transformer which you can set to use ArcGIS Online as the Geocoding Service. This article provides a handy overview of how to geocode addresses: https://community.safe.com/s/article/geocoding-addresses

Thanks @danminneyatsaf​ . I'm looking to create stand-alone locator files to subsequently publish as in-house geocoding services so can't use ArcGIS Online. I'll go the PythonCaller route. Thanks again.


bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 344 replies
  • October 8, 2021

Hi @timboberoosky​,

There are currently no transformers that use the ArcGIS Address Locator directly. However, you could use ArcPy and a PythonCaller as a workaround if you wanted to use this tool.

 

Additionally, as others have stated above, you have the option to use the Geocoder transformer which you can set to use ArcGIS Online as the Geocoding Service. This article provides a handy overview of how to geocode addresses: https://community.safe.com/s/article/geocoding-addresses

You'll need to call Create Locator from ArcPy, I recommend capturing the Python from a History item, the parameters are numerous.