ropensci / CoordinateCleaner

Automated flagging of common spatial and temporal errors in biological and palaeontological collection data, for the use in conservation, ecology and palaeontology.

Home Page:https://docs.ropensci.org/CoordinateCleaner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Broken (again) for ne_50m_land.zip data

FelipeTC91 opened this issue · comments

Hi!
I'm getting this warning
Warning messages:
1: In cc_sea(x, lon = lon, lat = lat, ref = seas_ref, scale = seas_scale, :
Gazetteer for land mass not found at
http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/ne_50m_land.zip
2: In cc_sea(x, lon = lon, lat = lat, ref = seas_ref, scale = seas_scale, :
Skipping sea test

This issue was closed before, and the function was working well until last week, but now its falling again. it is possible to do a permanent solution?

OK, I solved the problem:
I just downloaded the ne_land.zip from naturalearth website, then load in R using rgdal package and then used the argument seas_ref.
I will close this issue, but the package should include sf objects in future because rgdal will be obsolete