Antonio S. Cofiño

Results 44 comments of Antonio S. Cofiño

But I think that one of the problems is that CDMDSP it's opening a CDM dataset, first as NetcdfFile and then passing that object to the NetcdfDataset to enhance it...

@msdsoftware please can you share the sample datasets?

Dear @joaquinrgu, I'm not sure if you are having a particular issue with a HFD5 filter, but be sure that netcdf-c's library path is in the `LD_LIBRARY_PATH` enviroment variable for...

@lesserwhirls and @keithto The HWRF data from NCEP could be a good test: from OSGeo/gdal#249 > Sample GRIB2: http://nomads.ncep.noaa.gov/pub/data/nccf/com/hur/prod/ (Pick any HWRF directory, download any "hwrfsat" file.) BTW, the template...

@lesserwhirls I have hit a wall. The data contains info about satellite id, sensor id and band been use, but it's been defined as additional octets in the PDS template....

@risquez try with `enhance="ScaleMissing"`it is supposed only to apply _scale/offset_ and _missing_ enhancements and not the _enums_. The opposite should be `enhance="ConvertEnums"`, i.e. convert _enums_ to strings and no _scale/offset_...

@dblodgett-usgs I'm agree with you about DSG spec it's more general than the implicit interpretation been made when examples, in the CF, are exposed.

@mcoombe, Could you show what is in the `threddsConfig.xml` with respect to disable the TDS cache?.

@Gnafu please could you clarify which file are you using as input for the ncml? For example the files from you are trying to convert have only one data variable...

@Gnafu BTW, if you only want to convert variables packed as `short ` type variables (scale and offset) you only need to wrap the original `.nc` with the a `.ncml`...