-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Lately copyright has been on my mind quite a bit*, particularly with respect to making it easy for downstream users to do proper citation. And it would make the project a lot easier for downstream users to cite if there were a single URL that had all the appropriate citation/attribution information.
It dawned on me and @migurski a few weeks back that many geodata projects these days have some sort of a copyright page that makes it easy for downstream users to link back to (think openstreetmap.org/copyright, the quattroshapes license, even the geonames sources.
In a sense we publish this data already, it's included in each source's configuration json and the LICENSE.TXT file distributed with each collected.zip. But having it in a single URL, with all the attribution requirements and licenses specified for each source, would make the citing the project (optional), and the sources (required) as easy as:
Data from OpenAddresses. <a href="https://openaddresses.io/attribution">Attribution</a>
or
Data from OpenAddresses. <a href="https://openaddresses.io/attribution/share-alike">Attribution with Share-Alike</a>
We're building a new citation system into soon for Pelias that'll do this automatically whenever we rebuild, but it'd be substantially easier to just drop a link in where we know it'll always have the most up-to-date data.
Right now, its up to an individual user of openaddresses to go ahead and
* As is usually the case.