Nic Wayand

Results 19 comments of Nic Wayand

@zhangxue123 Did you ever get this working on Windows?

Thanks @rsignell-usgs, but I still get the ResourceAlreadyExistsException even with the skip clean up as True. (I tried a few times).

Also hitting this limit working with some [Nasa Ice Bridge data](https://nsidc.org/data/docs/daac/icebridge/evaluation_products/sea-ice-freeboard-snowdepth-thickness-quicklook-index.html). +1 for making this a priority. (Wish I new more about the ESMF backend to help...)

Hi @bekoi, I am interested in helping but not clear exactly what your asking for? Just an example using xesmf where this issue is hit?

@JiaweiZhuang, just to clarify `mask` should be a coordinate as datasets are currently not handled?

Also running into this issue but the above fix is not working in my case. I have data between 0-1 and use an offset value of +10.0. Below shows an...

Thanks for the suggestion! Below is function for adding nans to empty rows. It currently throws a warning that editing a csr matrix is slow... but the lil_matrix doesn't have...

@JianghuiDu, I ran into this issue with GFDL data #14 and had to split the domain and regrid each "part", then combine afterwards. My working example is here: https://github.com/NicWayand/ESIO/blob/master/notebooks/Regrid_GFDL_Forecast.ipynb And...

Nevermind! Just saw this link: http://johnrobertlawson.github.io/WEM/tutorial.html#examples