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

[Analysis ready data] add algorithm for raster aggregation #957

Open
11 tasks done
janzandr opened this issue Sep 2, 2024 · 1 comment
Open
11 tasks done

[Analysis ready data] add algorithm for raster aggregation #957

janzandr opened this issue Sep 2, 2024 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@janzandr
Copy link
Contributor

janzandr commented Sep 2, 2024

  • wait for add "Aggregate raster layers" algorithm #956
  • input is given by data cube folder
  • user can provide a list of tiles to be processed (default is to use all tiles)
  • output is written into another/same data cube folder
  • rasters to be aggregated, are specified by a basename with wildcard, e.g. "enmap*.tif"
  • rasters can be filtered by date range
  • rasters can be filtered by season
  • each raster (e.g. "raster.tif") can have an external mask
    • sidecar file (default case): "raster.mask.tif"
    • relative to the raster: "/masks/{basename}.{ext}"
    • in another data cube: "c:/dc2/{tile}/{basename}.{ext}"
@janzandr janzandr added the feature request New feature or request label Sep 2, 2024
@janzandr janzandr added this to the Future Release milestone Sep 2, 2024
@janzandr janzandr self-assigned this Sep 2, 2024
@janzandr
Copy link
Contributor Author

Algo GUI
image

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
Projects
None yet
Development

No branches or pull requests

1 participant