Closed walxo closed 2 years ago
Something wrong with URL in line 59: 'url': 'http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip', # noqa
Browsers are able to download the file, but running get-shapefiles.py script return an error: Error: download failed. (error code: 406, error reason: Not Acceptable)
Maybe should be: 'url': 'https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip', #noqa
Running curl -v instead of blindly reporting bugs here would have revealed the new URL. I will push a a changed version.
Something wrong with URL in line 59: 'url': 'http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip', # noqa
Browsers are able to download the file, but running get-shapefiles.py script return an error: Error: download failed. (error code: 406, error reason: Not Acceptable)
Maybe should be: 'url': 'https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip', #noqa