sdtaylor / GrassForecasts

0 stars 0 forks source link

Getting xesmf installed #1

Closed sdtaylor closed 4 years ago

sdtaylor commented 4 years ago

One of the strategies on the install guide. everything else had conflicts

conda create -n xesmf_env python=3.7
conda activate xesmf_enf
conda install -c conda-forge esmpy xarray scipy dask netCDF4 rasterio
pip install xesmf
sdtaylor commented 4 years ago

ugh, just dont use this. installing was a pain and it had an error right away anyway trying to convert the soil rasters. I suspect something to do with using xr.open_rasterio as input, but I didn't look into it.