gabrieltseng / pycrop-yield-prediction

A PyTorch Implementation of Jiaxuan You's Deep Gaussian Process for Crop Yield Prediction
MIT License
170 stars 61 forks source link

Correctly scale temperatures #9

Closed gabrieltseng closed 2 years ago

gabrieltseng commented 2 years ago

The scale for the MODIS temperature datasets is Kelvin * 0.02.

This means that if we calculate histograms on a range [0, 4999], we are considering temperatures from 0 Kelvin to ~-173 Kelvin.

This PR scales the temperature so that instead, temperatures from roughly -43 C to 57 C are covered.