-
Notifications
You must be signed in to change notification settings - Fork 21
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
Warning if download expected to be large and/or when no bbox is provided #6
Comments
@jwass |
I think from memory the total size will be 400GB for parquet so geojson will be 10x that which I assume that is the format you're attempting as it's over 1TB already. What are your plans for the data once you have it all? That size of file is pretty unusable in geojson form. |
@gaeunfalo16 If you want to download the whole world - you might just bypass using this library and download all the files directly. Using the aws cli you can just run You can find out how much data it is with:
You can always subselect the themes/types you want if you don't want everything. But as @mtravis pointed out - that's the Parquet data. If you want it all in GeoJSON it'll be much bigger and also much less useable IMO. |
Should we warn the user if they don't provide a bbox or if the bbox is too large and we'll download a ton of data?
We'll have to look at when we can actually determine how much data will be downloaded
The text was updated successfully, but these errors were encountered: