Skip to content
Snippets Groups Projects
Commit 82f323ea authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

feat(aliby): method to pad dask array with zeros

WHY IS THIS CHANGE NEEDED?:
- to help create a dummy image instance with dimensions tiler likes

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- decided to separate these two steps: (1) add more dimensions to loaded
  image, (2) pad the dask array.  otherwise, i'd have to tell the
  pad_array function the existing dimensions -- it's easier to just
  assume it has five before running
- pad_array: just concat zero arrays with same dimensions as image_array

REFERENCES:
- issue #53
parent e78a7e61
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment