koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
515 stars 39 forks source link

Added delta-filters #998

Closed olsen232 closed 3 weeks ago

olsen232 commented 4 weeks ago

Backwards compatible in that they do nothing unless you specify --delta-filter= A bit like minimal-patches which we implemented a couple years back, but more powerful - more general-purpose - to avoid having to implement them again at some point. Basically, lets a consumer of JSON or JSON-LINES diff opt in or out of any of the following:

Useful for generating changeset views of the data that don't need to show old values.

Checklist: