The griddata function from scipy calculates the weights and vertices for interpolation every time it is called. This is very slow when going from the WindNinja outputs to the SMRF grid. This function could be broken apart so that the weights and vertices are only called at the beginning of the run.
The griddata function from scipy calculates the weights and vertices for interpolation every time it is called. This is very slow when going from the WindNinja outputs to the SMRF grid. This function could be broken apart so that the weights and vertices are only called at the beginning of the run.