I want to create some data using the open street map supplied imagery from openstreetmap.org by marking features like polling places and political organizational unit boundaries. Some of data would be sensitive in nature and I cannot contribute that to OSM; and the other non-sensitive data I would be able to contribute to OSM, Can I do that, and can I create a shape file from the sensitive data? Thanks, John asked 07 Jun '12, 21:53 mitchelljj Frederik Ramm ♦ |
There are two sides to this. First, the license side. If you create data based on OSM - i.e. you display the OSM map and based on that you draw stuff - then that stuff inherits OSM's open license, currently CC-BY-SA 2.0. This does not mean that you have to contribute the data to OSM but it does mean that if you give the data to anyone, you must do so under the CC-BY-SA 2.0 license. Now if you need the data for use among yourself and a group of others and you can be relatively sure that those who have access to your data will not pass it on then that's fine; but you cannot slap on a legal restriction that says "you must not pass this on". Second, the technical side. So you want to create a shape file that contains the stuff you have recorded against OSM. This is possible, but depends on the software you have used. You could conceivably use any GIS application that allows displaying tiles in the background, and save directly as shape file from there. Or you could use an OSM editor like JOSM, making sure that you put the sensitive data on a different layer; then save that sensitive data to an OSM file, and run osm2shp or any other osm-to-shape converter on that file. You will probably have to furnish the osm-to-shape converter with some rules so that it generates the columns you want. answered 08 Jun '12, 00:44 Frederik Ramm ♦ 1
... and recently there were new examples added at Frederik's geofabrik.de showroom, so have a look at http://www.geofabrik.de/en/projects/separatedata/index.html
(04 Oct '13, 13:24)
stephan75
|
Yes that is certainly possible. It would be a simple matter of separating the two data-sets from one another. Could you share what file formats this data is in? That would allow us to tell you what software & what procedure you would follow. Cheers, ingalls answered 07 Jun '12, 22:02 ingalls |
This was a duplicate of this question
permanent link
This answer is marked "community wiki".
|