How to set up the a sensor_configuration code table?
This more to do with a General question to @dyb:
How to ingest into the CDM the sensor configuration information?
So far for the slp I have added the type of barometer to the sensor ID field in the observations-slp.json file and map this as a code table.
See in the observations-spl.json TO INSERT LINK file and the corresponding code table.
But where does the method used for measuring go? in the case of sst method or any observational method the CDM guide talks about doing another code table, separated from header and observations:
Does this mean that we need another .json file under here:
How do we call it? sensor-configuration-slp.json.
And this needs to then be added to the cdm/propeties.py#7-10 script.
The same for the SST method.
Let me know what do you think?

