Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing rioxarray installation #11

Open
arashmodrad opened this issue Jul 25, 2023 · 0 comments
Open

missing rioxarray installation #11

arashmodrad opened this issue Jul 25, 2023 · 0 comments

Comments

@arashmodrad
Copy link


ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 1
----> 1 import climatePy
2 # import geopandas as gpd
3 # import matplotlib.pyplot as plt

File ~/miniconda3/envs/data-ext/lib/python3.9/site-packages/climatePy/init.py:18
15 return data
17 from ._climatepy_filter import climatepy_filter
---> 18 from ._dap import dap, dap_crop, dap_get
19 from ._shortcuts import getTerraClim, getTerraClimNormals, getGridMET, getMACA,
20 get3DEP, getLOCA, getPRISM, getPolaris,
21 getBCCA, getLivneh, getLivneh_fluxes, getISRIC_soils, getDaymet,
22 getVIC, getNASADEM, getWorldClim, getCHIRPS, getLCMAP, getNLDAS, getGLDAS, getMODIS
23 from ._netrc_utils import writeDodsrc, writeNetrc, getNetrcPath, getDodsrcPath, checkNetrc, checkDodsrc

File ~/miniconda3/envs/data-ext/lib/python3.9/site-packages/climatePy/_dap.py:15
13 import xarray as xr
14 import rasterio as rio
---> 15 import rioxarray as rxr
16 from pyproj import CRS, Proj
17 import netCDF4 as nc

ModuleNotFoundError: No module named 'rioxarray'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant