Ryan May

Results 784 comments of Ryan May

@advapilT are you aware that `nccopy` (comes with the netCDF C library) can do this for you already? ```sh nccopy -V TA,TD https://thredds.met.no/thredds/dodsC/arcticdata/obsSynop/04320 mydata.nc ```

Error is due to: ``` OSError: mariadb_config not found. This error typically indicates that MariaDB Connector/C, a dependency which must be preinstalled, is not found. If MariaDB Connector/C is not...

It's not elegant, but for my GOES restitching, I just have a function that handles making the name and there's a limited set of parameters I put into the template...

The problem is that a unit of `gpm` is not CF-compliant, since it's not a UDUNITS-compatible unit. The closest is `gp` which is geopotential, with a definition of "gravity". This...

👍 to `Grib2_Parameter_Units` for consistency with the other Grib2-specific attributes. While I'm sensitive to the change breaking people, my argument would be: 1. The current mapping defines `:Conventions = "CF-1.6"`...

Yeah, I'd argue that choosing the heading level based purely for font size is the precisely the wrong thing to do. Use the proper semantic meaning in the markup (html/asciidoc),...

Well, you can easily set the font size of all `` tags, etc. If you're wanting to vary the size of individual `` tags, I'd say that's a bad idea.

Can you be more specific? I clicked the link expecting an eyesore, but was pleasantly surprised. It's not perfect, but I'd be hard-pressed to actually say how I would make...

I like the "old" one better--but we're pretty hamstrung here by fitting within the master CSS for UCAR/Unidata. Do we have any options here? We could always move to github.io.....

More weirdness from same request, but asking for netcdf. Here's the request (I had since removed some times thinking it was related to motherlode issues): http://thredds.ucar.edu/thredds/ncss/grib/NCEP/NDFD/NWS/CONUS/NOAAPORT/Best?var=Minimum_temperature_height_above_ground_12_Hour_Minimum&var=Maximum_temperature_height_above_ground_12_Hour_Maximum&latitude=40&longitude=-105&time_start=2016-04-28T12%3A00%3A00Z&time_end=2016-05-05T12%3A00%3A00Z&vertCoord=&accept=netcdf And here's the CDL...