xgrads
xgrads copied to clipboard
Parse and read ctl and associated binary file commonly used by GrADS into xarray
[`GrADS`](http://cola.gmu.edu/grads/gadoc/) support a type of [station data](http://cola.gmu.edu/grads/gadoc/aboutstationdata.html). Not so sure if someone need to read in the station data. Since there is no objective analysis method like [oacres](http://cola.gmu.edu/grads/gadoc/gradfuncoacres.html), plotting the...
Recently I've learned the [cf-conventions](https://pyproj4.github.io/pyproj/stable/api/crs.html#pyproj.crs.CRS.from_cf) that defines a way to store crs in `.nc` file and [pyproj](https://pyproj4.github.io/pyproj/latest/build_crs_cf.html) gives a method to get crs from and to nc. So is it...
Emily reported this issue. For a dataset from WRF output, its ctl is: ``` dset ^wrfout_d03.dat options byteswapped undef 1.e30 title OUTPUT FROM WRF V3.6 MODEL pdef 204 180 lcc...
I tried to read multiple data using with xgrads. However, I got following error : 'unsupported format: %m2/sfc_avr_mon_HFD_rcp_26'. In my ctl file, dset line was "DSET ^HFD_rcp26/%y4%m2/sfc_avr_mon_HFD_rcp26_%y4%m2.dr". It seems _processDSets()...
I’m encountering an issue with xgrads when trying to open a .ctl file generated by the RegCM model. The file opens correctly in OpenGrADS on Ubuntu, but fails in xgrads...