Open GoogleCodeExporter opened 9 years ago
Original comment by ber...@gmail.com
on 20 Nov 2008 at 3:49
Original comment by ber...@gmail.com
on 22 Nov 2008 at 8:42
Original comment by ber...@gmail.com
on 22 Nov 2008 at 9:13
The suggestion from comment 1 was implemented.
Class org.oostethys.model.impl.ObservationNetcdf
method: getValueFormatted() was updated .. NumberFormat myFormatter =
NumberFormat.getInstance(Locale.ENGLISH);..
Original comment by ber...@gmail.com
on 19 Feb 2009 at 12:39
Change status to started.
Original comment by ber...@gmail.com
on 19 Feb 2009 at 1:34
The JAVA toolkit is having issues when decimal separator are "," instead of
".". This
could be fixed by getting the appropriate locale and using the Java class
NumberFormat or DecimalFormat etc. to convert a Number to String or viceversa.
But if
the toolkit is invoking a remote NeTCDF file, how those it knows what the
locale is
in order to do the appropriate parsing ?
Revision 61 has the test method.
Original comment by ber...@gmail.com
on 20 Feb 2009 at 11:07
The solution is to out the locale in the config file, unless the CF standards
enforces the Locale.ENGLISH.??
change this priority to low
Original comment by ber...@gmail.com
on 31 Oct 2009 at 6:57
Original issue reported on code.google.com by
ber...@gmail.com
on 20 Nov 2008 at 12:41