Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

output a diff #687

Open
andrewharvey opened this issue Mar 5, 2018 · 3 comments
Open

output a diff #687

andrewharvey opened this issue Mar 5, 2018 · 3 comments

Comments

@andrewharvey
Copy link
Contributor

  1. it would be useful to see in each PR what's different to the currently published version
  2. it would be useful to see what's changed in each result run automatically by machine
@migurski
Copy link
Member

migurski commented Mar 5, 2018

If a ton of things have changed, how would you want to see a very large diff?

@andrewharvey
Copy link
Contributor Author

andrewharvey commented Mar 5, 2018

on a map, but there are varying levels of how well integrated it would be. ranging from:

  1. just providing a script which accepts two outputs and produces a diff CSV
  2. providing a diff csv as part of the results
  3. providing a slippy map of the diff

with the diff containing

  1. new addresses marked INSERT green
  2. removed addresses marked DELETE red
  3. changed addresses marked MODIFY orange. Though detecting this isn't straightforward. It could be based on everything remaining constant except the geometry or vice-versa geometry is constant but some attribute changed value...

@migurski
Copy link
Member

migurski commented Mar 5, 2018

Thanks — I think it’d be possible to work with these ideas. I’m unsure of the time commitment required, but this is all technically possible!

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

No branches or pull requests

2 participants