ajnisbet / opentopodata

Open alternative to the Google Elevation API!
https://www.opentopodata.org
MIT License
312 stars 69 forks source link

What's total size when all datasets are downloaded? #64

Closed krtschmr closed 1 year ago

krtschmr commented 1 year ago

OpenElevation requires around 22GB of storage (https://github.com/Jorl17/open-elevation/blob/master/docs/host-your-own.md) to have all data available, what's the total data required for his beautiful project?

ajnisbet commented 1 year ago

OpenTopoData supports many different datasets, including the same 90m SRTM dataset used by OpenElevation. So the storage space depends on which dataset you decide to download.

There's a list in the documentation of all the dataset sizes: https://www.opentopodata.org/notes/dataset-sizes/

OpenTopoData supports many different forms of data compression. This is why srtm90m is listed as 12GB for OpenTopoData but 22GB on OpenElevation: it's the same exact data (so you should get the same results, but the instructions I provide for downloading the data includes more efficient compression.

krtschmr commented 1 year ago

suggestion: let's write that somewhere in the README.

thanks for explanation!

ajnisbet commented 1 year ago

Yeah I know the README is pretty minimal and hard for people who find the project from github: but I want to have all the documentation in one place (opentopodata.org)