star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.com/star-hitran.git
Log | Files | Refs | README | LICENSE

README.md (1237B)


      1 # Star-HITRAN
      2 
      3 Star-HITRAN is C library whose purpose is to load the Line-by-Line data
      4 and the isotopologue metadata from the [HITRAN
      5 database](https://hitran.org/).
      6 
      7 ## Requirements
      8 
      9 - C compiler
     10 - POSIX make
     11 - pkg-config
     12 - RSys
     13 
     14 ## Installation
     15 
     16 Edit config.mk as needed, then run:
     17 
     18     make clean install
     19 
     20 ## Release notes
     21 
     22 ### Version 0.0
     23 
     24 - Initial version of the library for loading metadata and spectroscopic
     25   data in the HITRAN database format.
     26 - Provides the shtr utility to display information about the data
     27   managed by the library.
     28   It also allows the user to serialize line data into the library's
     29   internal representation, which is much more compact than the HITRAN
     30   file format.
     31   It therefore also serves as a conversion tool.
     32 
     33 ## Copyright notice
     34 
     35 Copyright (C) 2022,2025, 2026 [|Meso|Star>](https://www.meso-star.com) (<contact@meso-star.com>)  
     36 Copyright (C) 2025, 2026 Université de Lorraine  
     37 Copyright (C) 2022 Centre National de la Recherche Scientifique  
     38 Copyright (C) 2022 Université Paul Sabatier
     39 
     40 ## License
     41 
     42 Star-HITRAN is free software released under the GPL v3+ license: GNU GPL
     43 version 3 or later. You are welcome to redistribute it under certain
     44 conditions; refer to the COPYING file for details.