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
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:
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: