A python package of functions for pertoleum engineering.
- Convert: Unit Conversion using the Energistics Unit of Measure Dictionary V1.0. Useable with numerics, Numpy arrays, or Pandas series and DataFrames.
pip install git+https://github.com/WR-Long/PetroEng
import PetroEng as pe
pe.convert(212, 'degF', 'degC')