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

[Stack raster layers] add option for stacking VRT raster files without relying on the source VRTs afterwards #939

Open
6 tasks
janzandr opened this issue Jul 1, 2024 · 1 comment
Assignees
Labels
feature request New feature or request qpa This issue is related to a QGIS Processing Algorithm.

Comments

@janzandr
Copy link
Contributor

janzandr commented Jul 1, 2024

Discussed with @jakimowb.

This will expose the existing API functionality #217 to the Stack raster layers algorithm.

Also fix some limitations of the existing API functionality:

  • should work with VRTs created by gdal.Translate
  • should work with VRTs created by gdal.Warp
  • should work with VRTs including Pixel Functions
  • should work with normal raster bands (e.g. from a GTiff)
  • source VRTs can be stored in any folder (currently, all VRTs must be stored in the same folder)
  • user should have the option to choose between using absolute or relative filenames
@janzandr janzandr added feature request New feature or request qpa This issue is related to a QGIS Processing Algorithm. labels Jul 1, 2024
@janzandr janzandr added this to the Future Release milestone Jul 1, 2024
@janzandr janzandr self-assigned this Jul 1, 2024
@janzandr
Copy link
Contributor Author

  • should work with VRTs created by gdal.Warp

@jakimowb, correct me if I'm wrong, but it seem to be impossible to have multiple raster sources in a single VRTWarpedDataset.
So we will skip this feature. If a warped VRT band is part of the bands to be stacked, we will add the original VRT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request qpa This issue is related to a QGIS Processing Algorithm.
Projects
None yet
Development

No branches or pull requests

1 participant