pjdohertygis / SARCOP

This is a GitHub page for recording and resolving issues related to SARCOP.
https://nsargc.napsgfoundation.org/
GNU General Public License v3.0
10 stars 0 forks source link

Enhancement: Auto-populate fields for State and County #17

Closed pjdohertygis closed 2 years ago

pjdohertygis commented 5 years ago

What is the best approach for this?

IsmaelInRedlands commented 5 years ago

I would go with reverse geocoding. Here is an example XLSForm. This uses the Esri locator which consumes ArcGIS Online credits. To use the XLSForm below users will need to be signed in when using Survey123. Alternatively, you can create a locator service with ArcGIS Server and use it for your reverse geocoding. That would not consume any credits. This technique works in the web and mobile apps.

AutoCalculateZIPCountyState.xlsx

This will only work while online. You can also build the calculations in the back-end using a web hook.

pjdohertygis commented 5 years ago

Thanks Ismael - in either case (AGOL or AGS) would this cause an issue when they work offline? Would they hit an error or could they proceed without the geocoding connection? Would it impact performance of the Survey?

On Sep 11, 2019, at 14:54, Ismael Chivite notifications@github.com wrote:

I would go with reverse geocoding. Here is an example XLSForm. This uses the Esri locator which consumes ArcGIS Online credits. To use the XLSForm below users will need to be signed in when using Survey123. Alternatively, you can create a locator service with ArcGIS Server and use it for your reverse geocoding. That would not consume any credits.

AutoCalculateZIPCountyState.xlsx

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

IsmaelInRedlands commented 5 years ago

When working offline they will not get any suggestions. No impact on performance. When offline, the function does not even trigger a request to the server.

jdokemaps commented 4 years ago

@pjdohertygis Since a lot of the SAR workflow will occur offline, we will have to run a process on the County and State fields anyway to populate the data that was collected offline. Because of this, I think we will not do a reverse geocode for County and State. We will create one for "Address" since that is "bonus" information that can't be easily populated nationwide on the backend.

jdokemaps commented 4 years ago

We are not going to include this in v7. May be something we come back to in later versions.

pjdohertygis commented 3 years ago

We are investigating how to use scripting to autocalculate Address, County, State.

pjdohertygis commented 3 years ago

Josh Keller has a script we can use for reverse geocoding and I believe Tim Mahon is adding it to the ArcGIS Pro template. Let's close this issue once confirmed.

pjdohertygis commented 2 years ago

Transferred to Planner https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.planner/tt.c_19:WQQU-GLBt5PUCaamNqbuPkjLTt8tsICkDpvbXmW_T541@thread.tacv2_p_PQ35VCIfNU2Eeb0TdloUJmQADk0f_h_1636482835657?tenantId=e78bd32c-e20a-42de-9956-6429fc41698d&webUrl=https%3A%2F%2Ftasks.teams.microsoft.com%2Fteamsui%2FpersonalApp%2Falltasklists&context=%7B%22subEntityId%22%3A%22%2Fboard%2Ftask%2FaTw1o4viVkisxZcHWMNUOWQAOCZs%22%2C%22channelId%22%3A%2219%3AWQQU-GLBt5PUCaamNqbuPkjLTt8tsICkDpvbXmW_T541%40thread.tacv2%22%7D