Hi, all. I would imagine this isn't an uncommon scenario but I'm not finding it on the site, so I'll ask it and then follow-up with my eventual solution to hopefully help other newcomers like myself.
We are currently using OpenStreet to look-up city boundary information and then determine if an address falls within city limits. However, our client uses the ArcGIS REST services and the boundaries don't always correspond between the two systems. So, we are moving over to the ArcGIS system at gissd.sandag.org.
My goal is to get an address, look to see if it's in the city limits, and then direct the user accordingly. I was guided to use: https://gissd.sandag.org/rdw/rest/services/Jurisdiction/PLT_Jurisdictions_search/MapServer/0
So, here are a handful of questions as someone entirely new to this system:
- Do I need a token to use this service for our look-ups?
- Returned geometry as a polygon works great but I don't know what those units are... it doesn't look like standard lat/lon and I don't know how to convert the results to lat/lon?
- Is there already a web API for seeing if a point (i.e. address) falls within an area? I don't want to rewrite something that's already there (and probably better)
Thank you very much and sorry for what I'm guessing is effectively a basic question(s).
Tom