kaitlyngaynor / gorongosa-camera-traps

Code for dissertation chapter on Gorongosa camera trap survey
0 stars 0 forks source link

Suntimes not scaling correctly #1

Closed kaitlyngaynor closed 5 years ago

kaitlyngaynor commented 5 years ago

https://github.com/kaitlyngaynor/gorongosa-camera-traps/blob/b1062c23ea4e2fca4e06b28d6be18ae119bdcc00/shiny-rai/app.R#L33

Coordinates are correct, but the suntimes aren't scaling correctly. All of the baboons are showing up in the night, civets in the day, etc. Need to investigate more closely because it used to be working.

kaitlyngaynor commented 5 years ago

Strangely, when I uploaded the Shiny app to the server, it's working fine, which suggests that the problem is on my computer somehow, rather than in the code. HMMMM.

kaitlyngaynor commented 5 years ago

I made a few minor edits in the code (used pipe for coordinates, and imported raw data rather than 15 min data), and it's miraculously fixed now. Who knows why....