-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map_dep()
by locationID rather than deploymentID?
#354
Comments
Indeed, this is something some colleagues/users at INBO are suggesting as well. Thanks @Rafnuss for mentioning it in a issue. What if lat/lon is not the same for all deployments at the same location? Some options:
In both cases, I think we should return a warning if such situation occurs. @Rafnuss, @MartijnUH, @jimcasaer: any thoughts about it? |
Is it allow to have different lat, lon for the same locationID? Seems like this should not be allow at all (hence warning seems appropriate). Why would you need |
When cameras are replaced in the same grid of the monitoring frame they sometimes have the same locationname and therefore the same locationID, however the coordinates can change. Until now we each time gave a new locationname if the coordinates were not exactly the same and subsequently deduced the gridcell from the locationname. E.G locationname == Gridcel_array_year |
In my dataset, I have multiple deployments at the same location. Some feature (such as n_species) would look a lot better if the plot was by location rather than deployment. Do you think that it would be a good idea to expend
map_dep
to also display information by location?The text was updated successfully, but these errors were encountered: