NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am seeking advice for a workflow solution to accomplish the conflation of 3rd party (e.g., government/private) data (.shp) into a local PostgreSQL/PostGIS database of the entire planet running on an in-house server.

I have become fluent with applying daily OSM changesets using Osmosis and Osm2pgsql. I am currently keeping our database up to date by appending the daily .osc changefiles to the database. This is working great, and I am comfortable with the osm2pgsql --append command.

In my initial research for available conflation methodologies/tools (e.g., JOSM, Hootenany), it looks like these tools do a great job at conflation with manual review of conflicts in a GUI environment (this is what we want!) but then they just upload the changesets directly to OSM servers to update the public map.

In our project, we will be working with sensitive/confidential data that absolutely cannot go public. Hence, our local planetary OSM Postgres server, and the need to produce a local changefile for appending vs. an OSM.org changeset upload.

Is it currently possible with any existing tooling to conflate to/compare against a local PostgreSQL database on the planetary scale, and after conflating/conflict resolution, locally export a standard changefile that would go through the normal osm2pgsql --append process, like applying a daily diff?

asked 31 Oct '18, 15:15

mykol404's gravatar image

mykol404
36336
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×263
×165
×134
×2
×1

question asked: 31 Oct '18, 15:15

question was seen: 1,195 times

last updated: 31 Oct '18, 15:15

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum