This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> 1. Different Exception from NetcdfSoundingAdapter > > The logic for the sounding data (with "RAOB" data source) is: > 1) apply Netcdf format > 2) apply CMA format if netcdf format fails > > This logic does not work if NullPointException happened instead of > IllegalArgumentException from NetcdfSoundingAdapter. > > SO the problem will be fixed if CMASoundingAdapter is applied for any > exception. > This is fixed now and will be in tonight's nightly build. > 2. Need supporting minute with CMA. > > The CMA format supports yyyy mm dd hh only. Our sounding data requires > minute, too. The sounding data is coolected every 36 monite than 00 > minute. Could you support minutes too (yyyy mm dd hh MM or we need to > define format to avoid 5 column VS. six column data) > I now iterate on the formats: private static final String []DATE_FORMATS = {"yyyy-MM-dd-HH-mm","yyyy-MM-dd-HH"}; when trying to parse the dates. is "HH-mm" what you use? -Jeff Ticket Details =================== Ticket ID: RAI-544646 Department: Support IDV Priority: Urgent Status: Closed