-
Notifications
You must be signed in to change notification settings - Fork 119
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
Capture location task fully in the background #2736
Comments
more of a feature than a bug. Question on this approach: |
@jo-spek I suggested this in the past, but iirc @lecrabe thought it was better to be explicit about it as a task (please cmiiw). I still think it's a good idea, but there are questions about this - what if we want to user to stand in a particular location or to wait for a specific accuracy when the app captures their location? If it only happens in the background then this interaction won't be possible. My previous suggestion was to always capture the current location when a pin is dropped or when a vertex is added. The min accuracy UX would still be tricky in this case. |
Assigning to @kenstershiro for discussion our the first Product WG meeting. |
After discussion with @n-clinton on #2739, I propose the following:
|
I guess I'm saying that "capture location" should be 100% GPS based, thereby avoiding the possibility of dropping a pin anywhere that's NOT your location. Perhaps that could be enabled in some break-glass way, but I don't think that should be enabled by default. |
"Capture location" is 100% location based, "Drop a pin" gives you the option to do either. There are cases when you can't actually stand where you want to add something (a point on the plot perimeter in a ditch or a thorn bush), or when canopy is too dense to get an accurate reading, for example, so there needs to be some manual override. The above solution tries to give the best of both worlds, while simplifying usage for organizers and data collectors by eliminating the need for two separate tasks (drop pin vs capture). |
Am I right that you would typically use either "Capture location" (preferred) OR "Drop a pin" (when you can't stand at the specific point)? In which case there could be one task which has a default and an override option? The steps described above by Gino make sense to me, although there is a lot of complexity. In particular is a an organizer always going to know sensible values for the max distance and min accuracy, which may be affected by conditions in the field on the day? |
Perhaps an example from our field campaign is helpful - a sequences of tasks we have in our survey is:
I think these tasks are all functioning as we expect/want them to, so not sure I see the problem here - but I may be missing something? |
I both get used, for ex in the case where we both want them to have full control over where they drop the pin, but also know whether they were in the vicinity when carrying out the data collection. Allowing the organizer to add an explicit Capture location task has a few benefits over auto-capturing the location during the data collection process:
Also, I think max distance and mix accuracy are usually known, but we should note that the cost of the organizer getting them wrong is quite high. Perhaps we shouldn't be thinking about this as an either-or prospect; perhaps we need both Capture location, and the ability to record the device location, either constantly, or on each task? |
I don't really see why we need "the ability to record the device location, either constantly, or on each task." If you want to know where the data collector is you can use the "capture location" task to do so. I do not see a huge gain in knowing the task by task location of the data collector, rather than just the location on a "capture location" task (and multiple of these can be put into a survey if the organizer is very concerned about data collectors' locations throughout the survey). Going back to @jo-spek original 2 points:
|
I'm hearing good reasons from @gino-m and @jabramowitz5 to keep "Capture location" as an explicit task performed by data collectors. And that Drop a pin makes sense as a separate task. @jo-spek do you still feel strongly that we need to capture the location in the background as well as/instead of explicit Capture location? @gino-m 's approach would allow both, if we feel we need this additional level of validation. |
Also - some users have requested the ability to record the users' position as they walk/travel. @jo-spek perhaps adding optionally recording the user's GPS tracks in addition to what's already there would address your original need? |
Hi everybody, I'm back.
Seeing @jabramowitz5 campaign running pretty smoothly now, it might be fine as is. The perspective I am coming from has been to make this application as easy to use as possible, even without prior training. When using GROUND for the first time myself, I got quite confused by the two separate yet similar tasks of "Drop a pin" and "Capture location". I saw this happening to participants during the training in Kenya, too. Therefore I find the idea of an automatic capture-location in the background more appealing. Capture location can be easily manipulated by Fake GPS apps, which is why it might defy the control mechanism purpose when it is an actual task.
--> Yes, that would be pretty neat. That would be the polygon version of the idea to have "Capture location" as a geometry task of its own (completely disconnected from the other discussion of it being a control mechanism). If we want to go that path, I'd suggest making it an issue of its own. Seems like a pretty major task. |
Brainstorming a bit, if google/ground-platform#2075 is implemented, the process could be something like this: For ad hoc / free form / opportunistic data collection jobs:
For predefined / structured jobs: In this case, site geometries for these jobs are imported, so the "map a new site" data collection task doesn't apply here. We may want to allow "Capture location" tasks to be added so that organizers can ask data collectors to provide their actual location when collecting data about an existing sample plot. We may or may not also want to implement google/ground-platform#1736, in which case users would be able to annotate an existing plot with points and/or polygons as described in the "ad hoc" section above. @kenstershiro @jo-spek @n-clinton @jabramowitz5 Thoughts? |
Abstract but very cool idea. Thinking this through, I do see some problems with the polygon secondary geometries. I would imagine that especially the last closing point of a geometry would often be taken from a distance. Since collectors can't verify those background-collected polygon corners, I think that much of this would not be too useful, but maybe serve as a backup for later reference when professionals edit the polygons in a GIS? I don't know, we might also run into putting too much effort on this while neglecting other more pressing issues. However, when it comes to a 'secondary geometry' alongside the 'drop a pin' task, I am all for it! |
At least in my experience testing the app and from what I have heard from the Ghana team in the field, there has not been confusion around the "capture location" task. This could be due to our training walking the enumerators through all the steps as well as clear directions associated with the task in our survey. I still feel that the current flow is fine and does not need changing, as I think the benefits @gino-m mentioned (below)
outweigh the challenges brought up by @jo-spek of Fake GPS to game the survey and potential confusion. IMO, these challenges would mainly come up during large open surveys where the survey creation team never directly interacts with the data collectors, potentially in a citizen science type model (certainly something I could see in Ground's future through FDaP or other initiatives). For the potential confusion I think clearly worded survey text in the "capture location" task should be able to avoid this, and perhaps really thinking about task ordering to prevent "drop a pin" and "capture location" from following one another? For the Fake GPS concern, perhaps there can be an option during survey creation to make "capture location" user facing (as it currently is) or automatic behind the scenes. This could allow the current option for most surveys and the automatic option for large, open surveys where there is no interaction with data collectors. |
We had this discussion a while ago @gino-m, whether the task "Capture location" should be moved away from users entirely and be always triggered automatically in the background.
The reasons are quite simple:
Furthermore, moving Capture location into the background as automatic metadata collection would make the discussion on #2719 (comment) redundant.
The text was updated successfully, but these errors were encountered: