-
Notifications
You must be signed in to change notification settings - Fork 9
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
wt_dd_summary with boundary returns projects with no species in that area #67
Comments
@see24 Thanks for sending this! I'll work on a tweak to avoid sending the full bounds in the first tibble when boundary isn't NULL, and look into those documentation enhancements. Regarding the behavior in the first tibble (NAs), it reflects Data Discover's current design. However, we have some ideas for making that API more accessible |
Thanks for the quick reply @alexmacphail! While I am being greedy, would it be possible for it to work with species set to NULL and return all the projects in the boundary for all species? That would be the most useful thing for my use case! And I don't need the individual locations of surveys because I will need the metadata that goes with them anyway and will use the other download functions for that. So if that is costing time it might be worth having an option to skip that step. |
@see24 Yes it will be the common name at the moment so that we can support multiple sensors. Can always join on Like I mentioned, we're looking to expand the functionality but as the API is driven in Data Discover, we need to consider changes in WildTrax as well, which is a more complex development task. You can currently use |
When I was testing out the new feature of being able to download a list of project for a specific location (yay!) (#15) I noticed that for the aoi used in the example, which is in Northern Alberta, several CWS Ontario projects were included in the list that do not have any data in that area. Is the function incorrectly identifying them or is there some metadata from those projects that identifies them as being part of that area?
There is also a row with NA projectID and no name that shows a count of >3600. Is that a real project and why is it's name blank?
Also note that the example in the function docs didn't work, I just needed to delete the extra 5 in the last coordinate.
Finally, it would be great if the documentation had a bit more detail about the format of the boundary parameter and the format of the returned object. Currently it says: "The custom boundary you want to use. Defined as at least a four vertex polygon. Definition can also be a bbox". Something more detailed like: The custom boundary you want to use. Must be a list of at least four longitude and latitude points where the last point is a duplicate of the first, or an object of class "bbox" (as produced by
sf::st_bbox
).Created on 2024-12-05 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: