I’m working on an R package for converting units, and I thought this community might have some ideas about functionality to add. Currently it has one function, which can convert between 1500 or so different types of units. If anyone’s interested I would really appreciate suggestions for additional functionality, especially units which are commonly used, but not currently supported (it’s very easy to add units at this stage in the process).
@gshotwell It’s possible you have some functionality udunits2 doesn’t have? I haven’t tried either, so I can’t say from experience. or if you do mostly overlap with udunits2, you could see what udunits2 doesn’t do, or doesn’t do well, and do those things?