Skip to content
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

Updating audited imports #18

Open
Zverik opened this issue May 28, 2018 · 0 comments
Open

Updating audited imports #18

Zverik opened this issue May 28, 2018 · 0 comments

Comments

@Zverik
Copy link
Contributor

Zverik commented May 28, 2018

Consider this process:

  • You prepare a new import.
  • Mappers validate it, moving some points kilometers away, changing some tags.
  • You upload the data to OSM.
  • Later, you get new data.

When you conflate without using the old audit file:

  • You upload new json and old audit to cf_audit
  • Mappers validate points, not knowing what points are new and which came from the last time having been validated already.
  • You get an updated audit file and upload as usual.

When you conflate with the old audit file:

  • You upload only new json to cf_audit
  • Mappers validate changes from old to new.
  • You get a second audit file which you probably need to merge with the old one.

Do you even need the old audit file, given you have the data in osm? You can probably calculate it. But you don't know which changes were made by mappers and which are from the old version of the dataset. Do you need to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant