brunobrr / bdc

Check out the vignettes with detailed documentation on each module of the bdc package
https://brunobrr.github.io/bdc
GNU General Public License v3.0
23 stars 7 forks source link

Loop 0 is not valid: Edge 1028 has duplicate vertex with edge 1033 #255

Closed julianastropp closed 5 months ago

julianastropp commented 11 months ago

I am trying to run step 5 (Getting country names from valid coordinates) of the Pre-filter and received the following error message:

Error in wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, :
Loop 0 is not valid: Edge 1028 has duplicate vertex with edge 1033

Any help is welcome :-)

Thanks!

kguidonimartins commented 11 months ago

Sorry about that. We made recent changes, which probably resolves the related problem. Can you reinstall the bdc, refresh your session and try again?

if (!require("remotes")) install.packages("remotes")
remotes::install_github("brunobrr/bdc", force = TRUE)
kguidonimartins commented 5 months ago

I'm closing this issue for now. Feel free to reopen if your problem persists.