-
Notifications
You must be signed in to change notification settings - Fork 10
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
Vessel IDs present in get_event(), but absent in get_vessel_info() #181
Comments
Hi @Shyentist, Thanks for reaching out. I don't see the output you are receiving so I will ask a couple of things. First, you may be using a previous version of the package. If this is the case, please reinstall it because the Second, due to a rate limitation in Please let me know if this is the case, update the script and we can continue from there with any question you may have. |
Hi @AndreaSanchezTapia and @Shyentist, thank you for sharing your code, I reproduce it with my variables and it worked fine on the first day ( getting a csv file having required information) but now when i am reproducing it, its showing error HTTP 422 Unprocessible entity. the error comes when i try to get the events in a particular time. Pasting my code below: Check/install remotesif (!require("remotes")) library(gfwr) this should return all the vessels with flags = 'ESP'esp_vessels <- get_vessel_info( getting the events in a period of time involving above idsesp_vessels_fishing_events_with_ids <- get_event( nrow(esp_vessels_fishing_events_with_ids_2) df<- data.frame(esp_vessels_fishing_events_with_ids_2) df <- apply(df,2,as.character) |
After updating the package, I am also encountering the same error as @zainahmadmian |
Good morning. I believe I am having trouble wrapping my head around the documentation but I found an unexpected behavior.
When retrieving information via get_event() without giving a list of ids, I get a lot more observations than I do giving a list of ids from get_vessel_info(), with the former returning more USA vessels in a brief period of time than the latter does without specifying any start or end date.
I repeat, I may be just wrong, but in any case here's a reproducible example.
Why is ST. MICHAEL's id, like many others, not present in the list of ids of all USA vessels returned by get_vessel_info()?
The text was updated successfully, but these errors were encountered: