-
Notifications
You must be signed in to change notification settings - Fork 264
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
documenting licensing #790
Comments
At the time I introduced The obvious (hypothetical at this point) use case is creating a (global) mosaic of free aerial imagery sources, which while it wouldn't be perfect, these days it could have significant hi-res coverage. Even if the project is less ambitious than that it would still be useful to quickly determine if there is a freely usable source for a certain area. Given that it is something that a contributor to this repo already has had to find out, it would seem to be reasonable to maintain that information here, instead of forcing this to be redone time and time again and it is very unfortunate that the work already done was thrown away on a whim. Anyway back to your suggestion, there are three cases that I can see
|
I agree with this @simonpoole
Examples
Given This would help us:
Are there any blockers preventing us updating the schema and to begin to use these fields in the index? |
It's the job of ELI to:
(up until today) we had a few fields for recording licensing:
license
license of the imagery using SPDX id or "COMMERCIAL"permission_osm
enum of explicit, implicit, nolicense_url
URL for the license OR permissions for the imageryI'm proposing an alternative:
license
- The name of the license the imagery is generally made available under. If the license has an SPDX identifier, we prefer to use that. If it's a non-standard license you may omit this.license_url
- The URL of the license the imagery is generally made available under. If it's an SPDX license you may omit this.waiver_url
For sources that require an additional waiver or explicit permission to use in OSM beyond the license, the URL to the waiver should be present.At a minimum you have to supply at least one of these fields.
The text was updated successfully, but these errors were encountered: