GGTOOLS
GGTOOLS copied to clipboard
Need Help
Hello everyone. My name is Randal D. DJESSOU. I'm in master degree, option: Geodesy. My research Topic is about Groundwater. So, I'm using ggtools package to estimate TWS from GLDAS data I downloaded using the same package. But when I used read_gldas function to read GLDAS data I got some issue like:
Python 3.7.7 (default, May 6 2020, 11:45:54) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information.
from ggtools.gg import read_gldas gldas = read_gldas() Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\xarray\backends\file_manager.py", line 198, in _acquire_with_cache_info file = self._cache[self._key] File "C:\ProgramData\Anaconda3\lib\site-packages\xarray\backends\lru_cache.py", line 53, in getitem value = self._cache[key] KeyError: [<class 'netCDF4._netCDF4.Dataset'>, ('C:\Users\DJIMRAND\GLDAS\NOAH10\GLDAS_NOAH10_M.A200204.021.nc4',), 'r', (('clobber', True), ('diskless', False), ('format', 'NETCDF4'), ('persist', False))]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "
So, I pretty need your help. Thanks you in advance.
Maybe you could conda uninstall netcdf4
and pip install netcdf4
for signal leakage correction with inverse filtering
gsm_twsc_series = gsm_r_ddk5_sma_leakage_series - twsc_grid_series
gsm_twsc_series_rate = gsm_twsc_series.rate()
fig_name = 'GRACE_TWSC_series.png'
gsm_twsc_series.plot(fig_name,'ylabel',kernel='rbf')