Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illustrate how to use other geocoders #7

Open
JosiahParry opened this issue Mar 28, 2024 · 4 comments
Open

Illustrate how to use other geocoders #7

JosiahParry opened this issue Mar 28, 2024 · 4 comments

Comments

@JosiahParry
Copy link
Collaborator

This package can be used with any locator that is hosted.
For example this search turns up many locators:

https://www.arcgis.com/home/search.html?restrict=false&sortField=relevance&sortOrder=desc&focus=tools-locators#content

@rafapereirabr
Copy link

Hi @JosiahParry . We don't have an ArcGIS Enterprise license. We only have a license of ArcGIS Pro, which we have been using to do batch geocoding analysis using a locator stored locally.

Is there a way to use {arcgisgeocode} using a locator stored locally? Something similar to this?

address_nc <- "C:/StreetMap/LA_Q124_Locators",
  token = NULL
)

res <- find_address_candidates(
  address = "rowan coffee",
  city = "asheville",
  geocoder = address_nc
)

@JosiahParry
Copy link
Collaborator Author

Hm. Let me reach out to my team and see about this. I believe it needs to be hosted on ArcGIS Online or Enterprise. Are you able to publish it as a private locator on ArcGIS Online?

@rafapereirabr
Copy link

Unfortunately, we would need an Enterprise license to upload a private locator on ArcGIS Online. :(

@JosiahParry
Copy link
Collaborator Author

Hm. I wasn't able to find out much internally. The way that arcgisgeocode works is that it calls REST API endpoints. In order to use a file locator it needs to be deployed to a server which I think has to be an ArcGIS Server (part of Enterprise?) https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/share-a-locator.htm

Though I'm not certain if that is the only option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants