My state recently acquired several new property parcels that were added to an existing state park. I wanted to edit the existing OSM forest that exists to add these new parcels. I have access to the state’s parcel data. How do I add them to OSM? Do I need to upload them as GPS Traces? Or is there another way to upload a small number of existing shapes? (as a ShapeFile, GPX, KML, etc.)
I’m pretty familiar with GIS tools in general and I know my way around ArcGIS pretty well, but I’m new to editing in OpenStreetMaps.
ezekielf
(Zeke Farwell)
4
It is possible to convert other geodata formats to OSM format and upload them via JOSM. However, license compatibility must be researched first. We can’t import data with an incompatible license into OSM.
If the license is compatible, one option would be to convert the shapefile to geojson since JOSM can open that format natively. The new parcel polygons could then be copied to a downloaded OSM data layer and merged with the existing boundary.
You might get better answers if you tell us which state park you’re talking about, but I’ll try to give you general advice.
How do I add them to OSM?
Since you’re new to OSM, you’ll probably want to learn how to use iD, the browser based editor built into the OSM site. IMHO it has the gentlest learning curve of OSM editing tools and is the most accessible for n00bs. If you stick around as an editor, you’ll probably eventually want to graduate to something a little more advanced, which is where JOSM comes in. JOSM is a separate Java-based app designed for editing OSM.
Do I need to upload them as GPS traces?
No, you wouldn’t need to upload any GPS traces. OSM does store GPS traces, which are useful for some things, but state parks are represented by areas. To edit a state park in OSM, what you’d wanna do is add new nodes or edit the existing nodes that make up the polygon that represents the state park’s boundaries, which will change the shape of the area in OSM.
I’d recommend checking out the Beginners’ Guide on the OSM wiki.
I’ve reviewed the Beginner’s Guide and took a tour of iD and it doesn’t seem to answer the question of:
Is there another way to upload a small number of existing shapes?
I have the official GIS shape data from the state, I would like to upload it so the results will be precise. I could attempt to draw them in iD, but they wouldn’t be precise, nor would that be very efficient.
Hope that helps clarify the question.
This is a perfectly clear answer on the mechanics, thank you!
Awesome! Thanks for the additional detail! I do have exclave to deal with but I’ll probably be able to figure that out and, if not, i’ll ask here. Thanks!