Carlos R

Results 9 comments of Carlos R

I did `update.packages() ` but I think nothing related to openair was updated. The problem is when "GMT" is set. As example. If I import the data this wasy, I...

I think maybe it's lubridate problem. I found this issue checking on lubridate, it might be that library issue, apparently with the folder where the time zones are stored. [#928](https://github.com/tidyverse/lubridate/issues/928)...

@zlebo what are you using as input? sometimes DEM files has holes in areas with no-data in places with water or heavy shadow. So, if you are using some high...

Thanks, as you said, it was a couple of file without trajectories. If anyone has the same problem an a lot of files, the easiest way I found to know...

Hi @tingvan, you can just delete the files and create the INFILE again. There will be no problem, because you won't use them to create the clusters anyways.

This is the code I use, I haven't use it with >5000 files, but I think it should work. ```python import glob from netCDF4 import Dataset from wrf import getvar,...

Thanks, I'll be waiting to try the new version.

I tried 0.35 versión and I got the following error message: `KeyError: 'PROJ_LIB'` Which seems to be a with the proj4 and basemap library in conda. So, to fix it,...

I installed the 5.2.0 version of proj4, but it didn't work. At least the workaround is working so far.