Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Is there a limit to the size or number of entries that can be placed within the values NcML element? I'm attempting to get a set of NetCDF files without lon/lat variables - but with x/y variables - to be read as a featureCollection by adding NcML entries of the form: <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"> <variable name="lat_rho" shape="eta_rho xi_rho" type="float"> <attribute name="units" type="String" value="degrees_north" /> <values>[671x191 blankspace-separated latitudes here]</values> </variable> The lat and lon variables exist in a separate file and I've extracted them into single strings using ncks which I've stuck between appropriate <values></values> locations. The error messages in featureCollectionScan.log are: [2013-02-07T15:15:37.386-0600] ERROR ucar.nc2.ft.fmrc.Fmrc: makeFmrcInv java.lang.NullPointerException .... [2013-02-07T15:15:37.388-0600] ERROR ucar.nc2.ft.fmrc.Fmrc: /raid/data/txla_nesting6/.*\.nc$: makeFmrcInv failed java.lang.RuntimeException: java.lang.NullPointerException .... [2013-02-07T15:15:37.694-0600] WARN ucar.nc2.ft.fmrc.GridDatasetInv: GridDatasetInv using gds.getStartDate() for run date =%s [2013-02-07T15:15:37.694-0600] ERROR ucar.nc2.ft.fmrc.Fmrc: makeFmrcInv java.lang.NullPointerException .... [2013-02-07T15:15:37.695-0600] ERROR ucar.nc2.ft.fmrc.Fmrc: /raid/data/txla_nesting6/.*\.nc$: makeFmrcInv failed java.lang.RuntimeException: java.lang.NullPointerException
thredds
archives: