I downloaded a list of addresses published by a public institution (ISTAT) I geocoded them (by using Googlev3 API and a script I wrote on purpose) and obtained a shp file I want to publish this shp file on OSM I want to do it because I want to "put my name on them". The list of address is published under CC-BY-SA licence, so I will publish the shp file under the same licence. However, I want that it is recognized that it is me who geocoded the data, so I want to get the attribution of the file, together with the original source publisher (ISTAT). My aim is that, if somebody uses the shp file to make some analysis and publishes the results, I get quoted as one of the sources of the data. Is it possible to do it with OSM? asked 27 Sep '19, 15:16 Tms91 |
I think that you should probably have asked these questions:
answered 27 Sep '19, 15:51 Frederik Ramm ♦ 2
Points 2 and 3 are explicit in the Contributor Terms to which you assented when signing up to OSM (https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms). See terms 1a and 4.
(28 Sep '19, 10:19)
Richard ♦
|
Did you manually geocode the addresses (for example by walking to each address and taking a GPS measurement there), or did you use another database/map/service to do the geocoding?
I used Googlev3 API, I wrote some code to use it (question updated)