Here the scale is the same across both levels, which is probably a mistake
|
{ |
|
"asset": "1/data", |
|
"derived_from": "0/data", |
|
"transform": { |
|
"scale": [2.0, 2.0], |
|
"translation": [0.5, 0.5] |
|
}, |
|
"resampling_method": "average" |
|
}, |
|
{ |
|
"asset": "2/data", |
|
"derived_from": "1/data", |
|
"transform": { |
|
"scale": [2.0, 2.0], |
|
"translation": [0.5, 0.5] |
|
}, |
|
"resampling_method": "average" |
|
} |
Here the
scaleis the same across both levels, which is probably a mistakemultiscales/examples/array-based-pyramid.json
Lines 22 to 39 in 317be3b