-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make pr_get_daynight
generic
#116
Comments
I have started work on this. At this stage I had created a new |
Due to the current "complete" command in the indices (and elsewhere) this leaves a lot of NAs for lat/lon which causes trouble with tz's. Need to discuss with @clairedavies how to deal with complete. |
I disagree - we should only use the CPR data unless we have another big dataset that has day and night data. The NRS doesn't. We get into issues of non-comparable abundance data if we use more than one dataset and this isn't worth it when a dataset only has daytime data. |
I think you misunderstand and also I didn't explain very well! You are right. NRS is not useful. That was a bad example. At the moment For a user of planktonr (not BOO) this function would be much more useful if you load the CPR data using I started working on this here: Line 192 in 177ee56
but haven't finished it yet. Will come back to it later. |
At the moment
pr_get_daynight
reloads the CPR data and doesn't work with NRS. I need to make this function more generic so that it can be used with any data frame that has a time.The text was updated successfully, but these errors were encountered: