sinkovit / Spatial-ecology

Space use software deployed in the Spatial Ecology Gateway
MIT License
2 stars 0 forks source link

BBMM plot problem #153

Closed monaw closed 1 week ago

monaw commented 1 month ago

In the new refactored code, BBMM plotting without map looks wrong (from refactordev/dev):

Screenshot 2024-07-26 at 5 27 03 PM

same data plots fine currently in our gateway:

Screenshot 2024-07-26 at 5 26 37 PM

with map plots fine for the same data:

Screenshot 2024-07-26 at 5 32 43 PM

matthewwangg commented 1 month ago

Which dataset is having this issue? I can look into this

monaw commented 1 month ago

thanks Matthew! It is the 5_bobcats_F4_F9_F13_M10_M15_BBMMinput.csv data set. let me know if you don't have it. the above plot is for the first animal id F13. the second animal F4 plots better but is missing the colors, only contours and i think F9 looks squished. this is all compared to the current version on our gateway...

matthewwangg commented 2 weeks ago

An update to this issue, I made a change in the code and that seemed to fix the issue. I will update the visuals before adding my code to the refactordev branch so that it looks as intended.

sinkovit commented 2 weeks ago

Hi Matt - welcome back! I was just looking at this issue and was going to dig into what was causing the problem. Once you've updated your refactordev branch, I'll use that to look into issue #154

matthewwangg commented 2 weeks ago

Hey Bob, thanks! I have just committed the changes and I won't close the issue yet, but my changes seemed to resolve the plotting without a map issue at least within my testing.

monaw commented 1 week ago

hi @matthewwangg, i tested your commit and it fixed the problem, thank you! i'm closing this issue...