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

Support spatial filters #3

Closed
volaya opened this issue Oct 1, 2021 · 1 comment
Closed

Support spatial filters #3

volaya opened this issue Oct 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@volaya
Copy link
Contributor

volaya commented Oct 1, 2021

No description provided.

@volaya volaya added the enhancement New feature or request label Oct 1, 2021
@rcoup rcoup changed the title Support partial clones with spatial filters Support spatial filters Oct 11, 2021
@rcoup
Copy link
Member

rcoup commented Oct 11, 2021

Essentials from koordinates/kart#456

Currently in Kart spatial filters only affect the working copy, not the data transferred over the network. But that will be a future expansion with the same user interface.

  • kart checkout --spatial-filter=<FILTER> sets or changes a spatial filter
  • kart clone --spatial-filter=<FILTER> does it at clone-time — clone is just a shortcut for fetch+createworkingcopy+checkout
  • kart checkout --spatial-filter="" clears it
  • kart config kart.spatialfilter.geometry & kart config kart.spatialfilter.crs to retrieve the current filter

@volaya volaya closed this as completed Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants