Coder Social home page Coder Social logo

Comments (4)

jonjab avatar jonjab commented on June 12, 2024

We're having this issue also.

from natural-earth-vector.

SomeoneElseOSM avatar SomeoneElseOSM commented on June 12, 2024

I'm seeing the same thing. I'm trying to download NE data on a server (which is surely what most people do, right?)/ At https://www.naturalearthdata.com/downloads/110m-cultural-vectors/ I can right click the URL and copy it, and then try and download it, this happens:

wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip
--2024-04-25 19:37:57--  https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip
Resolving www.naturalearthdata.com (www.naturalearthdata.com)... 50.87.253.14
Connecting to www.naturalearthdata.com (www.naturalearthdata.com)|50.87.253.14|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2024-04-25 19:37:58 ERROR 500: Internal Server Error.

This is "at best unexpected". Why not just link to the actual download location? For completeness this works:

wget https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip
--2024-04-25 19:49:13--  https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip
Resolving naciscdn.org (naciscdn.org)... 108.156.22.25, 108.156.22.88, 108.156.22.58, ...
Connecting to naciscdn.org (naciscdn.org)|108.156.22.25|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 57325 (56K) [application/zip]
Saving to: ‘ne_110m_admin_0_boundary_lines_land.zip’

ne_110m_admin_0_bou 100%[===================>]  55.98K   353KB/s    in 0.2s

2024-04-25 19:49:14 (353 KB/s) - ‘ne_110m_admin_0_boundary_lines_land.zip’ saved [57325/57325]

from natural-earth-vector.

QuLogic avatar QuLogic commented on June 12, 2024

If you know what you're looking for programmatically-speaking, the format of the URL is described here: #246 (comment) There's also the S3 bucket at https://naturalearth.s3.amazonaws.com/ which lists everything (which isn't easily clickable, but may be useful with some S3-ish library), except as noted in the other issue, it doesn't have the latest release specifically tagged.

from natural-earth-vector.

joelostblom avatar joelostblom commented on June 12, 2024

Thanks @QuLogic ! Ideally I would like to have someway of seeing the useful information of the website together with the correct link. The main reason is that I use this site when teaching geoviz to students and it's a bit confusing for them that the links on the web page don't work programmatically. They don't know enough at this point to manually specify the URL.

from natural-earth-vector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.