NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Doug Lindholm wrote:
I see that you can change the name of an attribute via NcML using orgName, but what if I want to change an attribute value? e.g. the data behind the NcML has missing_value="0" but I want to change it to "NaN"? Does NcML support this? Something like "orgValue"?Thanks, Doug _______________________________________________ netcdf-java mailing list netcdf-java@xxxxxxxxxxxxxxxxFor list information or to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/
Hi Doug:You just put in the new value, and it overrides. Im probably not parsing NaN correctly though, unless Double.parseDouble(String) already does the right thing.
netcdf-java
archives: