Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Genesys Backend Genesys Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #472
Closed
Open
Issue created Oct 07, 2019 by Matija Obreza@mobrezaOwner

WIP: Exclude accessions where geo.uncertainty > 20000

In AccessionGeo the uncertainty declares how "bad" the coordinates are (in m meters). Such accessions should not be included in GIS functions of Genesys.

Add a constant ACCEPTABLE_COORD_UNCERTAINTY = 20000 (20km). Latitude/longitude of accessions with uncertainty over this constant must:

  1. Not be included in the map tiles generated by Genesys
  2. Not display the map in the website UI (the data should be displayed)
  3. Excluded when lookup is done by lat/lon from UI
  4. PDCI calculator should assign 0 value
Edited Apr 09, 2021 by Matija Obreza
Assignee
Assign to
Time tracking