mirror of
https://github.com/MeteoSwiss/oscar-instrument-catalogue.git
synced 2026-08-26 12:04:41 +00:00
Read-only mirror of https://github.com/MeteoSwiss/oscar-instrument-catalogue — MeteoSwiss. Issues & pull requests at the source.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| .replit | ||
| config.yaml | ||
| Eppley_EPLAB_TUVR_356.xml | ||
| example-instrument-catalogue.csv | ||
| example-instrument-catalogue.xml | ||
| example-instrument-catalogue_thermo_49i.xml | ||
| Horiba_APNA-370_395.xml | ||
| Horiba_APNA-370_396.xml | ||
| Horiba_APNA-370_397.xml | ||
| instrument-catalogue-template.xml | ||
| instrument-catalogue.py | ||
| README.md | ||
| Selex_ES_METEOR_700C_210.xml | ||
| Selex_ES_METEOR_700C_212.xml | ||
| Selex_ES_METEOR_700C_213.xml | ||
| Selex_ES_METEOR_700C_215.xml | ||
| SRI_Instruments_8690-0009_RGD_detector_205.xml | ||
| SRI_Instruments_8690-0009_RGD_detector_284.xml | ||
oscar-instrument-catalogue
Create XML file to expand or update the OSCAR/Surface Instrument Catalogue
HOW-TO
- Clone this github repository and set up a Python environment if you don't have one.
- Create a .csv file with column names exactly like present in the example file and populate with the instrument information. If an instrument can be used to observe several variables, comma-separate them, and make sure entries are properly double-quoted. NB: The correct notation for variables is available from the appropriate code list located at codes.wmo.int/wmdr.
- Edit the config.yaml file so that paths are as desired.
- Execute the instrument-catalogue.py script. This should create and upload the XML files according to the .csv file.
You can try to ... I didn't succeed myself, but I might have missed some configuration requirements.