Note that there are some explanatory texts on larger screens.

plurals
  1. POIs there a hardwired limit to the NcML/THREDDS values element?
    primarykey
    data
    text
    <p>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:</p> <pre><code>&lt;netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"&gt; &lt;variable name="lat_rho" shape="eta_rho xi_rho" type="float"&gt; &lt;attribute name="units" type="String" value="degrees_north" /&gt; &lt;values&gt;[671x191 blankspace-separated latitudes here]&lt;/values&gt; &lt;/variable&gt; </code></pre> <p>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 locations. </p> <p>The error messages in featureCollectionScan.log are:</p> <pre><code>[2013-02-07T15:15:37.386-0600] ERROR ucar.nc2.ft.fmrc.Fmrc: makeFmrcInv java.lang.NullPointerException </code></pre> <p>....</p> <pre><code>[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 </code></pre> <p>....</p> <pre><code>[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 </code></pre> <p>.... [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 </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload