-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having issue downloading a large dataset #46
Comments
Hello, I would like to follow up on this issue. It is still occurring and is happening to me at around the 500 second mark of runtime. I am trying to download the building layer for Guernsey, UK. This is the message I am getting: OSError: AWS Error NETWORK_CONNECTION during GetObject operation: curlCode: 28, Timeout was reached Support would be greatly appreciated. Thank you. |
@ryan-routethis I've also encountered this exact same error over the last few days. My steps can be replicated here: https://docs.overturemaps.org/examples/lonboard/#geopandas |
@ryan-routethis @mtravis Could you share more info about your setup? These would be a good start:
I'll try reproducing it myself later today |
@ryan-routethis Actually, it looks like this might be a memory issue - your bbox covers a fairly large area |
I am trying to pull the building feature layer for all of South Africa (roughly 20GB), and I keep on encountering this error:
OSError: AWS Error NETWORK_CONNECTION during GetObject operation: curlCode: 28, Timeout was reached
Error downloading full dataset: Command '['overturemaps', 'download', '--bbox', '16.2816999,-47.1313489,38.2216904,-22.1254239', '-f', 'geojson', '-t', 'building', '-o', 'buildings_South_Africa_full.geojson']' returned non-zero exit status 1.
I've downloaded large maps before like the whole of Ontario, Canada which is over 30GB and the download was successful . This problem has been occurring for the last three days, and is usually timing out once it has been running for 4500-5000+ seconds. I am running it using the python interface through a script I created to download the map and upload to our ArcGIS account. Like I said, I've been running into no issues until three days ago. Some support would be greatly appreciated. Thank you very much.
The text was updated successfully, but these errors were encountered: