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
trying URL 'https://naturalearth.s3.amazonaws.com/10m_cultural/ne_10m_parks_and_protected_lands_line.zip'
download failed
Warning messages:
1: In utils::download.file(file.path(address), zip_file <- tempfile()) :
cannot open URL 'https://naturalearth.s3.amazonaws.com/10m_cultural/ne_10m_parks_and_protected_lands_line.zip': HTTP status was '404 Not Found'
2: In check_data_exist(scale = scale, category = category, type = type) :
parks_and_protected_lands_line seems not to be in the list for category=cultural maybe try the other category of c('cultural', 'physical')
This however works fine: p1 <- ne_download(scale = 10, type = "admin_1_seams", category = "cultural")
The text was updated successfully, but these errors were encountered:
I am having trouble downloading any of the park and protected lands data.
All of these:
Give this error:
This however works fine:
p1 <- ne_download(scale = 10, type = "admin_1_seams", category = "cultural")
The text was updated successfully, but these errors were encountered: