There is no agreed upon bias correction code for wind speed corrections. Some measures use a LINDZ correction factor, while others use a KOSHER correction factor.
I don't know about wind speed, but applied several methods on other variables. So in case there is still a need for tools to apply bias correction techniques I would recommend the Python package "python-cmethods" (https://github.com/btschwertfeger/python-cmethods) or the way faster command-line tool "BiasAdjustCXX" (https://github.com/btschwertfeger/BiasAdjustCXX).
Both can be applied to interval- and ration-based variables and include the following methods:
Linear Scaling
Variance Scaling
Delta Method
Quantile Mapping
Quantile Delta Mapping
... both tools are free, open source and made by me. So in case there are any questions - feel free to contact me.