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.

[thredds] size limit for NcML values element entries?

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





  • 2013 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: