I have a quite complicated construction of a survey:
This is the scenario:
An area is defined that needs to be validated by samples. For every 1ha of that given area there is supposed to be taken a sample. Each taken survey is covering a different area which might be defined just before the next field visit. All samples for that given area should be stored within one filled survey. It needs to be validated automatically that one sample is taken for every 1ha.
My idea was now to create a fish grid of 1ha grid size for that given area, calculate the position of the label points. Store the point ID with the position inside the survey and calculate the distance from the geopoint to the selected point to make sure that it is within a 50m radius of that label point. Now these points might be changing/being updated when a new area is added, so I would need to update the survey each time with the risk to loose all my data.
First question: is there another way to validate the location of a geopoint question against the location of a different set of points?
Second question: Can I validate within a filled survey that each point id was only selected once?
Sorry if this sounds very complicated. Please don't hesitate to ask for clarifications.
Thanks for your input!