[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #EFI-536067]: How to store unstructured data?



Would either of these work?

1. store the inverse using
        int vertex[UNLIMITED]
   The contents of vertex[i] is the index of
   its cell (assuming 1-1).

2. If not 1-1 then use the netcdf4 model:
    types:
        int (*) vertex;
    vars:
       vertex cell[UNLIMITED]



=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: EFI-536067
Department: Support netCDF
Priority: Normal
Status: Open