-
Notifications
You must be signed in to change notification settings - Fork 5
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
request for "wdpa_merge()" #22
Comments
Hi, yeah sometimes
|
Just to follow up, did my suggestion work? Or are you still experiencing issues with dissolving the WDPA? If possible, I'd recommend using ESRI ArcMap to process the global WDPA since it's more robust to geometry issues and runs a lot faster. |
Hi, thanks for your follow-up. I am still on it ... |
OK - let me know how it goes. You might need to try various precision levels. I would also recommend dissolving each country together separately and then assembling the global dataset. However, this is still going to be a very difficult (if impossible) task given the limits of FOSS GIS software. |
Actually #19 is my bottleneck at the moment. It keeps coming up. Would be great if you can have a look at this. |
I am working on a HPC cluster now, so processing capacity is no bottleneck anymore. It seems to be working with simply using |
I've just added a |
Hi @jeffreyhanson, while I am about to finish cleaning all WDPA country subsets, I tried putting them all together, in order to finally get a "flattened WDPA layer". However, both with
st_combine
orst_union
and withrbind
and a secondwdpa_clean
it seems not to be working properly. I always get some areas overlapping and thus double counting in any area calculations.Therefore, as you know the details of your package: Could you put together a function
wdpa_merge
that puts together subsets of the WDPA and cleans the overlaps between countries? (in theory this should be transboundary protected areas only)That would be great ...
The text was updated successfully, but these errors were encountered: