Unfortunately, both datasets are the correct dimension but otherwise incorrect. The velocity data looks wrong, like it has been transposed. Statification, once the Inf and NaN's have been converted to NA (double check with Sophie that this is okay), also looks wrong in the same way.
I extended combine_all_years() for stratification, which contains both absolute and log10 values. Original app only uses log10, not sure if we need both. Also unclear if the rasterstack is needed - original map seems continuous and raster-like, but the legend is categorical.
Pretty sure the velocity rasterstack will be needed for the map.
Unfortunately, both datasets are the correct dimension but otherwise incorrect. The velocity data looks wrong, like it has been transposed. Statification, once the Inf and NaN's have been converted to NA (double check with Sophie that this is okay), also looks wrong in the same way.
I extended
combine_all_years()
for stratification, which contains both absolute and log10 values. Original app only uses log10, not sure if we need both. Also unclear if the rasterstack is needed - original map seems continuous and raster-like, but the legend is categorical.Pretty sure the velocity rasterstack will be needed for the map.