SSMIS tools: Useful Python software for reading SSMI binary files
Language/Format: Numpy, Python
Application type(s): Data Conversion, Data Read/Write
Related project(s):
Description
This tool is a reading Python software for SSMIS binary files consisting in some headers followed by records with the same pattern (Headers and record patterns are described in text files: ./conf/). Datasets are returned as Numpy arrays and write in HDF4 file.Usage
python reader_ssmis.py configuration_file.cfgwhere in the configuration_file.cfg:
FW_dir : Framework directory output_dir : Output directory input_file : Native SSMIS file
Download
Sources can be downloaded here :SSMIS_tools.v1.0.0.tar.gz
Prerequisites
List prerequisites :- Python (2.5 ot higher)
- Numpy (1.4 ot higher)
Copyright
Copyright (C) 2014 Icare – ICARE web siteNicolas HENRIOT, nicolas.henriot@univ-lille.fr This program is a free software; you can redistribute it and/or modify it under the terms of the CeCILL Public License as published by www.cecill.info (License version 2 or later). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the CeCILL Public License for more details. You should have received a copy of the CeCILL Public License along with this program; if not, please contact www.cecill.info For any questions or concerns regarding this program, or general information about the ICARE Project, please email to icare-contact@univ-lille.fr