Read-only mirror of https://github.com/MeteoSwiss/oscar-instrument-catalogue — MeteoSwiss. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-12-12 14:41:28 +00:00
.gitignore initial commit 2020-02-14 16:36:07 +01:00
.replit Add run on repl.it badge to README 2020-02-23 11:48:11 +00:00
config.yaml Merge branch 'master' of https://github.com/joergklausen/oscar-instrument-catalogue 2022-12-12 14:41:28 +00:00
Eppley_EPLAB_TUVR_356.xml main loop updated 2020-03-09 17:12:13 +01:00
example-instrument-catalogue.csv initial commit 2020-02-14 16:36:07 +01:00
example-instrument-catalogue.xml wip 2022-12-12 14:39:41 +00:00
example-instrument-catalogue_thermo_49i.xml examples, template updated 2020-02-26 10:13:20 +01:00
Horiba_APNA-370_395.xml main loop updated 2020-03-09 17:12:13 +01:00
Horiba_APNA-370_396.xml main loop updated 2020-03-09 17:12:13 +01:00
Horiba_APNA-370_397.xml main loop updated 2020-03-09 17:12:13 +01:00
instrument-catalogue-template.xml Generate separate XML file for each manufacturer/model/variable combination 2020-03-09 15:04:49 +01:00
instrument-catalogue.py main loop updated 2020-03-09 17:12:13 +01:00
README.md Update README.md 2020-03-25 20:43:35 +01:00
Selex_ES_METEOR_700C_210.xml main loop updated 2020-03-09 17:12:13 +01:00
Selex_ES_METEOR_700C_212.xml main loop updated 2020-03-09 17:12:13 +01:00
Selex_ES_METEOR_700C_213.xml main loop updated 2020-03-09 17:12:13 +01:00
Selex_ES_METEOR_700C_215.xml main loop updated 2020-03-09 17:12:13 +01:00
SRI_Instruments_8690-0009_RGD_detector_205.xml main loop updated 2020-03-09 17:12:13 +01:00
SRI_Instruments_8690-0009_RGD_detector_284.xml main loop updated 2020-03-09 17:12:13 +01:00

oscar-instrument-catalogue

Create XML file to expand or update the OSCAR/Surface Instrument Catalogue

HOW-TO

  1. Clone this github repository and set up a Python environment if you don't have one.
  2. 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.
  3. Edit the config.yaml file so that paths are as desired.
  4. Execute the instrument-catalogue.py script. This should create and upload the XML files according to the .csv file.

You can try to Run on Repl.it ... I didn't succeed myself, but I might have missed some configuration requirements.