replace cf
with xarray
to remove dependency on udunits2
#22
Labels
enhancement
New feature or request
cf
with xarray
to remove dependency on udunits2
#22
cf
requiresudunits2
, which adds an extra non-Python dependency (udunits-bin
) to installationcf
is currently used bySfluxDataset
to read from disk to a Python object:pyschism/pyschism/forcing/atmosphere/nws/nws2/sflux.py
Line 9 in d5ae2a0
pyschism/pyschism/forcing/atmosphere/nws/nws2/sflux.py
Line 326 in d5ae2a0
To remove the reliance on
udunits2
, we should explore the possibility of usingxarray
here instead.The text was updated successfully, but these errors were encountered: