On Mon, May 11, 2015 at 4:26 PM, Chris Barker <chris.barker@xxxxxxxx> wrote:
> On Mon, May 11, 2015 at 4:04 PM, Dave Allured - NOAA Affiliate <
> dave.allured@xxxxxxxx> wrote:
>
>> I appreciate your interest in the details. Netcdf-3 does not include
>> support for "jagged arrays", so all data storage is in rectangular prisms.
>> However, there is some support for jagged arrays in netcdf-4.
>>
>
> Is there? could you point me to some docs about that?
>
You might also be interested in the docs for the netCDF4-python interface:
http://unidata.github.io/netcdf4-python/
(scroll down to section 10, "Variable-length (vlen) data types.")