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 for multi-tile Datasets #70

Open
hamishcampbell opened this issue Jun 6, 2022 · 0 comments
Open

Support for multi-tile Datasets #70

hamishcampbell opened this issue Jun 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@hamishcampbell
Copy link
Member

Kart will soon support Pointcloud datasets, followed by Raster/Imagery datasets. This is data that is often tiled, within a filesystem folder or cloud hosted location.

QGIS does not (AFAIK) provide a way to add a filesystem folder or network location of tiled data. Virtual datasets can be created for raster data, but there is not (again AFAIK) a way to create Pointcloud virtual datasets.

This means there is no clear mechanism for tracking a tiled pointcloud (and future: raster) dataset within QGIS, for committing changes, diffing the dataset, etc.

Ideas for possible approaches:

  • Create a special layer Group which contains the tiled data. Ideally this group would automatically track the tiles within the working copy folder.
  • Leverage virtual datasets the reference paths or specific files, with hooks to add/remove/modify the contents.

Other ideas and options for tracking multi-tile dataset changes with QGIS are also welcome.

@hamishcampbell hamishcampbell added the enhancement New feature or request label Jun 6, 2022
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

1 participant