You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should we handle point protected areas, where all we have for the area is a single point? See §5.5.2 "Point data" in the user manual. I've followed the advice there and calculated a geodesic buffer of the appropriate size around the points, although not all points are provided with an area. For those, I've also followed the advice and ignored them.
Distance. For GADM, we have assigned an administrative area to an occurrence only if the point is within the administrative boundary polygon, ignoring coordinate uncertainty. More careful analysis might want to do something with points near the protected area having a sufficiently large coordinate uncertainty, or those inside it where the uncertainty means they may be outside.
However, putting too much in the area would make the filter less useful for finding occurrences outside these areas.
Data access:
We can store the identifiers (integers) in interpreted occurrences. We'll need an API to map those identifiers to the names and other information on the protected areas. UNEP-WCMC have one, although they don't seem keen on people using it, and it excludes commercial users. If we make our own, we need to work out what information it should provide.
Going the other way, we'll need an API to allow searching protected areas in order to use them in occurrence searches. Searching on name, ISO country, types and location (coordinates) seems appropriate.
Do we also need tiles, so we can display the protected areas, for search and/or on occurrence maps?
(Note providing GeoJSON would need UNEP-WCMC's permission.)
Updates:
The dataset is published monthly, although the May version is not yet available. It's a particularly large dataset, so automating the updates will be more work than I anticipated.
I think the approach of removal of points with null values for area is the only sensible approach to handling these data. I would suggest some accompanying information to explain to users that some points are missing.
I would argue that we should be consistent in our approach to suing spatial filters to ease communication with users. Either we include uncertainties in all our spatial filters (GADM, PAs ect) or not. I would be comfortable to leave the filtering of data for uncertainties to the user post download.
I am assuming the identifier is the WDPA ID? What do you mean by type? IUCN Category might be a useful as well as governance type. Other suggested searches seem appropriate.
Visualisation of PAs would be great from a UI perspective
The user agreement has expired and we need to extend this @timhirsch will follow up on this. The acknowledgements page is the place to put this.
On attribution, visualization of the dataset should link to dataset terms and conditions of use - https://www.protectedplanet.net/en/legal and to the download of the dataset as per the original agreement
I'm adding protected areas from https://www.protectedplanet.net/ for occurrence interpretation.
Note the user manual: https://wdpa.s3-eu-west-1.amazonaws.com/WDPA_Manual/English/WDPA_WDOECM_Manual_1_6.pdf
There are a few things to decide.
Interpretation:
https://api.gbif-dev.org/v1/geocode/reverse?lat=29.86217&lng=-6.26089
However, putting too much in the area would make the filter less useful for finding occurrences outside these areas.
Data access:
We can store the identifiers (integers) in interpreted occurrences. We'll need an API to map those identifiers to the names and other information on the protected areas. UNEP-WCMC have one, although they don't seem keen on people using it, and it excludes commercial users. If we make our own, we need to work out what information it should provide.
Going the other way, we'll need an API to allow searching protected areas in order to use them in occurrence searches. Searching on name, ISO country, types and location (coordinates) seems appropriate.
Do we also need tiles, so we can display the protected areas, for search and/or on occurrence maps?
(Note providing GeoJSON would need UNEP-WCMC's permission.)
Updates:
Attribution:
CC @andrewrodrigues, possibly @timhirsch.
The text was updated successfully, but these errors were encountered: