get uniform binary data into array for further processing
Janko Hauser
jhauser at ifm.uni-kiel.de
Mon Oct 15 17:29:18 EDT 2001
More information about the Python-list mailing list
Mon Oct 15 17:29:18 EDT 2001
- Previous message (by thread): Regex problem
- Next message (by thread): get uniform binary data into array for further processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Another option, which is much better in the long run is to use netcdf to store the climate data and use this for further calculations. This helps a lot with data, which needs to be sliced during processing, as one can load subslices (called hyperslabs in the netcdf docs). And it's very common in climate data centers, so will help to share and document the data, as netcdf-files are self-describing. There are several python-bindings for teh netcdf-api. __Janko Hauser -- Dr. Janko Hauser Institut fuer Meereskunde phone: 49-431-597 4019 Dept. Theoretical Oceanography email: jhauser at ifm.uni-kiel.de Duesternbrooker Weg 20 24105 Kiel, Germany
- Previous message (by thread): Regex problem
- Next message (by thread): get uniform binary data into array for further processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list