Home
last modified time | relevance | path

Searched refs:dequantify (Results 1 – 7 of 7) sorted by relevance

/dports/astro/py-metpy/MetPy-1.1.0/tutorials/
H A Dxarray_tutorial.py209 heights_mean_str_units = heights_mean.metpy.dequantify()
319 subset.metpy.dequantify().drop_vars('metpy_crs').to_netcdf('500hPa_analysis.nc')
/dports/devel/py-pint/Pint-0.18/docs/
H A Dpint-pandas.ipynb340 …"The DataFrame's `pint.dequantify` method then allows us to retrieve the units information as a he…
349 "df_.pint.dequantify()"
368 "df_.pint.dequantify()"
385 "df_.pint.dequantify()"
401 "df_.pint.to_base_units().pint.dequantify()"
/dports/devel/py-pint-pandas/Pint-Pandas-0.2/pint_pandas/testsuite/
H A Dtest_pandas_interface.py824 df_.pint.dequantify()
828 df_.pint.dequantify()
830 df_.pint.to_base_units().pint.dequantify()
876 result = df.pint.quantify(level=-1).pint.dequantify()
/dports/devel/py-pint-pandas/Pint-Pandas-0.2/notebooks/
H A Dpandas_support.ipynb885 …"The DataFrame's `pint.dequantify` method then allows us to retrieve the units information as a he…
994 "df_.pint.dequantify()"
1112 "df_.pint.dequantify()"
1222 "df_.pint.dequantify()"
1338 "df_.pint.to_base_units().pint.dequantify()"
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/
H A Dxarray.py216 def dequantify(self): member in MetPyDataArrayAccessor
1000 def dequantify(self): member in MetPyDatasetAccessor
1002 return self._dataset.map(lambda da: da.metpy.dequantify())
/dports/astro/py-metpy/MetPy-1.1.0/tests/
H A Dtest_xarray.py177 result = original.metpy.dequantify()
202 result = original.metpy.dequantify()
/dports/devel/py-pint-pandas/Pint-Pandas-0.2/pint_pandas/
H A Dpint_array.py772 def dequantify(self): member in PintDataFrameAccessor