hmb1

Results 54 comments of hmb1

@czender I can do this but its really really really horrible !! What about setting the "rgr" as a file static variable --check it all works and then i can...

@czender Overall good! Glad you found the NcML docs on this. I think XML enum1, enum2, and enum4 type-values indicate that keys will require 1, 2, or 4 bytes, respectively,...

when printing attribute values in XML, please avoid indicating the floating point precision of special values like NaNf, instead use NaN, Have fixed this for XML atts and vars

1. CLD vlen_flt_t vlen_int_scl:vlen_att_flt_1D = {1, 2, 3, 4, 5, -Infinityf, Infinityf}, {8, NaNf, 10} ; 2. XML attribute name="vlen_att_flt_1D" type="vlen_flt_t" value="1. 2. 3. 4. 5. -Infinity Infinity8. NaN 10."...

please use an asterisk in the XML shape tag to indicate the vlen dimension, e.g., I don't understand what you mean ? A vlen with basic types is always "in"...

@czender The following variable in the file vlen.nc: vlen_int_t three_dmn_var_vlen(tm,lat,lon) ; Is not being output correctly because I believe our **nco_get_var()** is incomplete. Scalar and 1D vlen appear to be...

finally managed to compile NCO on windows; looking at the command line: `ncap2 -v -s "bbbb=one;" ..\data\in.nc foo.nc` ...Henry

@ocefpaf @pedro-vicente Have created the branch **win-fix-ncap2** where I am putting the windows ncap2 fixes. It looks like some of the issues are due to subtle differences between the LINUX...

@pedro-vicente some of the issues are due to differences between the antr2 string **c_str()** method and the std::string **c_str()** method. for example. ``` std::string s_var_nm; s_var_nm = vtr_args[0]->getText() / /...

@czender @pedro-vicente The following ncap2 now scripts run correctly `ncap2 -v -O -S gsl_sf.in in.nc sf.nc` `ncap2 -v -O -S bsc_tst.nco in.nc bsc-tst.nc` Udunits is not working correctly `ncap2 -v...