I am working on some climate data simulations for which I need conservative remapping algorithm. This algorithm is available in cf-python library. But cf python requires udunits2 package as one of its dependencies. On searching a lot, I found that the source files for udunits2 are written in C. I also found a python wrapper here but was unable to run it because of missing vcvarsall.bat file. I found this discussion saying that python module for udunits2 is available but the link doesn't work.
Can anyone please guide me to some simple steps on how to install udunits in python? I'm trying to use iris and cf python libraries for climate data simulation and both of these libraries require udunits2.