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

[netCDF #FQQ-870725]: NetCDF use

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [netCDF #FQQ-870725]: NetCDF use
  • Date: Mon, 30 Apr 2012 11:24:54 -0600

One way would be to store the last meaningful
time index for each patient. SO you might have this:
dimensions:
   numberofpatients=2000;
variables:
  int lastentry(numberofpatients);

Assuming you keep this uptodate, you
would then know for each patient how many
entries existed. If (as you indicated in a previous
message) there are gaps in the data (normal vs treatment)
then you will have to skip over fill values.

=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: FQQ-870725
Department: Support netCDF
Priority: High
Status: Closed