[FRPythoneers] Re: [lug] MEAS Data file format
Joe Van Andel
vanandel@atd.ucar.edu
Thu, 17 Aug 2000 09:39:16 -0600
This is a multi-part message in MIME format.
--------------E079A48EE75177CE867CEA55
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Have you considered netCDF as a data format?
http://www.unidata.ucar.edu/packages/netcdf/index.html
-------------- from the web page ---------------------
NetCDF (network Common Data Form) is an interface for array-oriented
data access and a library that provides an implementation of the
interface. The netCDF
library also defines a machine-independent format for representing
scientific data. Together, the interface, library, and format support
the creation, access, and
sharing of scientific data
------------------------------
There is a Python interface using Numeric Python.
You can also use commercial tools like MATLAB and IDL to read/write and
plot this format. You don't have to write parsing code, since the
interfaces already exist.
netCDF is quite flexible in storing "meta-data" with your data, so you
know what units were used.
I'd urge you to look at netCDF, before defining your own self-describing
data format.
--
Joe VanAndel
National Center for Atmospheric Research
http://www.atd.ucar.edu/~vanandel/
Internet: vanandel@ucar.edu
--------------E079A48EE75177CE867CEA55
Content-Type: text/x-vcard; charset=us-ascii;
name="vanandel.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Joe Van Andel
Content-Disposition: attachment;
filename="vanandel.vcf"
begin:vcard
n:VanAndel;Joe
tel;fax:303-497-2044
tel;work:303-497-2071
x-mozilla-html:FALSE
url:http://www.atd.ucar.edu/~vanandel
org:National Center for Atmospheric Research;Remote Sensing Facility
adr:;;P.O. Box 3000;Boulder;CO;80307-3000;
version:2.1
email;internet:vanandel@ucar.edu
x-mozilla-cpt:;0
fn:Joe VanAndel
end:vcard
--------------E079A48EE75177CE867CEA55--