ConservationInternational / ShinyCam

Basic Analytics for Camera Trap Data
6 stars 1 forks source link

Adding working version of species alert tab #42

Closed arodriguezca closed 6 years ago

arodriguezca commented 6 years ago

With this, we close issue #24. We made an alarm to notice which camera site recorded animals out of their IUCN boundaries (using shapefiles provided at their website).

Features:

  1. Spatial points are colored with three categories: (a) black, if species are inside boundaries; (b) red, if outside their boundaries; (c) blue, if the species in that point doesn't have a shapefile in our current database.
  2. By clicking on the spatial point, the ID and species out of boundaries are shown.
  3. The boundaries for each selected specie are shown with a different color. When these boundaries are clicked, they show the specie name.
  4. Adding one code to compress (shrink) the huge IUCN shaefile dataset. Use it for future datasets. This is located in "rscripts."

Thanks to @pabloQuispe @nicoleeel and @kramea for their valuable contribution to this task.