rmasy / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

field to show if record is within existing "known" range #251

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As part of automatic validation, populate a boolean field to show if a
given record is in or out of known range. Known range can potentially come
from several sources, including:
- existing model (from existing records)
- simple convex hull (from existing records)
- expert drawn boundary (requires no records)

Original issue reported on code.google.com by tom.alln...@gmail.com on 13 Nov 2008 at 2:05

GoogleCodeExporter commented 9 years ago
The utility of this enhancement is to allow vetters to identify which records 
they
need to check further.  Records which are "in range" may not need to be checked
further.  This simplifies workflow for vetters.
The different layers that the point could be checked against have different
implications.  Convex hull is simplest but depends on how much data is actually
stored. Models also depend on how much data is stored and requires a threshold
determination or outlier determination.  Expert drawn boundary is very good 
thing to
check against but is limited to availability of polygons for certain species.  

Original comment by ckre...@gmail.com on 14 Nov 2008 at 6:18

GoogleCodeExporter commented 9 years ago
also support kml overlay via url or upload.

Original comment by eightyst...@gmail.com on 14 Nov 2008 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by gtuco.bt...@gmail.com on 9 Mar 2009 at 11:52

GoogleCodeExporter commented 9 years ago
To some extent, this relates to issue 355 
(http://code.google.com/p/rebioma/issues/detail?id=355), which also tags 
records with geographic information to support data review

Original comment by tom.alln...@gmail.com on 14 Feb 2011 at 10:33