Summary
obsinfo strives for reuse and flexibility. To avoid repeating yourself and reduce typing errors:
Use
$refas much as possible. This allows reuse across files and different campaigns.Start from template files, keeping only necessary fields and fields you need
Use
notesfor information that you want to keep, but not to put in the StationXML file.Add
extrasfor information that has no place in StationXML, but that you’d like to store there anyway.extrascan be structured any way you want: they will be saved as JSON-encoded strings in StationXMLCommentsUse the
defaultchannel in yourinstrumentation_basefile to avoid repeating redundant information.Use
configurationsdefinitions to specify variations on the base definition
Conclusion
This finishes our tutorial. For more detailed information please review the Schema files files, which define all of the possible elements in information files. Have fun using obsinfo!
If you find any issues or have any questions please use the Issues functionality of gitlab: https://www.gitlab.com/resif/smm/obsinfo/issues