-
Notifications
You must be signed in to change notification settings - Fork 9
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
mapping to OpenStreetMap #13
Comments
In https://github.com/unmonastery/GtfsMaker (README back in english soon!) we build GTFS feed based on data available in OSM. We could quite easily link each gtfs:Stop and gtfs:ShapePoint to appropriate OSM nodes. Not sure if we should use links like https://www.openstreetmap.org/node/{osm_id} or try to work with http://linkedgeodata.org/ |
I am affraid of the license implications on the resulting feed. |
Can you give more information? CC BY-SA of OSM will be compatible with whatever license you'd use, right? |
it's been 2 years that OSM is ODBL, with a share-alike clause |
CC-0 is not compatible with any of the above. And in essence CC-0 is what I need to ship to Google. |
Ok. Separate datasets it is. |
To stay honest I don't get all this licensing stuff... could someone please explain limitations implied by OSM using ODBL? If one can't generate feed from it and release it under CC-0, I hope at least we can interlink GTFS data with http://linkedgeodata.org ? Maybe also add URIs of stops to OSM |
A good example is SNCF, as you may have heard SNCF has opened their schedules under then own "open-license". Google can't eat the poison because it is a viral database license, hence Google should open all their transit data because they eat SNCF. This kind of licensing crap I want to avoid. If someone wants to add URI's to OSM data, I'm happy that they do so, but if they want to have such information appear in our feeds they license their work in the public domain. |
The problem is the share-alike clause as stated in http://opendatacommons.org/licenses/odbl/summary/
That means that any database that uses OSM, must be under ODbL. That is why google will not use ODbL data as it would required to publish their private data. We have a similar problem at work: we would like enrich our station database with OSM data. But we can not, as the initial data is propriatary from a third party. Some people (like Mapbox) advocate to drop the share-alike clause for OSM as it make difficult to use it if you need to use it with some data under an other licence. I mostly agree with them. |
OSM has Public Transport schema, and quite some data published openly this way. Mapping to it could come handy!
Maybe we could check if folks from http://geoknow.eu/ / http://linkedgeodata.org/ would like to help...
The text was updated successfully, but these errors were encountered: