Vijay Lulla
Vijay Lulla
I ran this script in an ipython session on `r5a.4xlarge` instance which ran successfully! While this script was running I had another window with `htop` open and was surprised to...
No, i don't think this raised an error. This is what I see in my ipython session (from running `ipython -i tst.py`): ``` In [1]: from xarray.tests import raise_if_dask_computes ...:...
Hmm...i read! If it (what is the "it" here? dask or xarray?) isn't computing, what are the values for `x` that I get in `df.head()`/`df.tail()`? I tried ``` ds =...
I too am interested in getting `write_fst` and `read_fst` to be able to read `sf`. @pbaylis thanks for the great workaround suggestion of how to use `saveRDS` and `write_fst` together.
I read! It is also worth considering that booleans (true/false values) and integers (1/0 for true/false as bit mask images; and classified images...land use land cover classification maps used in...
The recent comment indeed looks like a nice way to get this to work! Nice find @jayqi ! Given that nbautoexport depends on nbconvert maybe the install procedure for nbautoexport...