Plan2adapt displays "frost free days". We have "frost days" data. We've just been calculating 365 - fd whenever we needed to display a numerical value, whether in the front end or the backend, which is straightforward enough.
However, we now want to display frost free days on a map, so we need an actual ffd dataset. At a minimum, we need the anusplin 6190 dataset, and the PCIC12 rcp85 2020, 2050, and 2080, though I expect once we have an ffd-making script, we might as well do every dataset we might need.
Plan2adapt displays "frost free days". We have "frost days" data. We've just been calculating
365 - fd
whenever we needed to display a numerical value, whether in the front end or the backend, which is straightforward enough.However, we now want to display frost free days on a map, so we need an actual
ffd
dataset. At a minimum, we need the anusplin 6190 dataset, and the PCIC12 rcp85 2020, 2050, and 2080, though I expect once we have an ffd-making script, we might as well do every dataset we might need.