ajnisbet / opentopodata

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

Usage in Commercial Applications #69

Closed TimMcCauley closed 1 year ago

TimMcCauley commented 1 year ago

Thank you for this outstanding library.

I'd be interested to learn about using the different sources of elevation in terms of commercial applications. Is there a compiled list somewhere you can recommend that would help me on this topic? Whilst the Mapzen source looks quite promising, it feels a bit risky to plug and play without doing some research in the first place.

Thanks a bunch and cheers!

ajnisbet commented 1 year ago

Hey @TimMcCauley this is a good question!

I don't have any documentation about dataset licensing: I'm not a lawyer, and everyone's situation is different so it's hard for me to assess. But I can give some pointers!

There's kinda three different groups of datasets:

I would like to do better documenting the licensing of opentopodata sources, but for now the dataset list for the GPXZ elevation API lists a bunch of datasets with links to their licenses. I have done my best effort to ensure that the datasets in GPXZ allow for modification and commercialisation.

Mapzen (like GPXZ) is a "meta" dataset made up of multiple sources. You would need to comply with not only any Mapzen license terms (I don't think there are any) but also the license terms of the sources, which will change depending on the region you are querying. Somewhere out there is a dataset with polygon outlines of the individual sources in mapzen: so the proper way to approach mapzen would be using that dataset to check the licensing requirements of the data you use. I appreciate this is very onerous and opentopodata is rather unhelpful in this pursuit: my excuse is that opentopodata is more of a software which end-users are responsible for configuring, while GPXZ does exactly state attribution and licensing for the data I use.

Does that help? Let me know if there's any more light I can shed on this!

TimMcCauley commented 1 year ago

Many thanks for this comprehensive response @ajnisbet this helps heaps - I am going to have a look at the links you provided.