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

geocoding enhancement - return residential or commercial #125

Open
gregbunce opened this issue Sep 30, 2020 · 4 comments
Open

geocoding enhancement - return residential or commercial #125

gregbunce opened this issue Sep 30, 2020 · 4 comments
Labels
enhancement service - api geocoding the geocoding endpoint of the api

Comments

@gregbunce
Copy link
Member

an enhancement to the geocoder would be to return whether the matched address is residential or commercial.

This would only apply to address-point matches, but it would be a useful enhancement. A great use-case is geocoding voters and also 911, for dispatch purposes.

This info can be found in the location.address_points' pttype field. It will require a little standardization of the existing values (casing, etc). Here are the existing, distinct values in that field:
image

@steveoh steveoh added enhancement service - api geocoding the geocoding endpoint of the api v2.0.0 labels Sep 30, 2020
@steveoh
Copy link
Member

steveoh commented Sep 30, 2020

Will you create an issue for @ZachBeck's address point ETL project. It should be in github somewhere.

@steveoh
Copy link
Member

steveoh commented Sep 30, 2020

I think WriteAdditionalOutputFields = false and https://desktop.arcgis.com/en/arcmap/latest/manage-data/geocoding/locator-output-properties.htm#ESRI_SECTION1_CDBD0145E29D4E7780042CE8AFF832E8 make this possible.

Since this is an additional property, this can be added to v1

@steveoh
Copy link
Member

steveoh commented Sep 7, 2022

@gregbunce is this still something you would like to see us pursue? It seems a little out of stride for geocoding and a little janky that it would only be on address points. But if there is still a strong enough case for voting/911 then we can figure something out.

Currently doing a search for address points would give you this data so it's not impossible. Maybe the GQL API would make this request redundant.

@steveoh
Copy link
Member

steveoh commented May 22, 2024

What's up with this @gregbunce?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement service - api geocoding the geocoding endpoint of the api
Projects
None yet
Development

No branches or pull requests

2 participants