standard_knowledge_cli 0.1.1

Programmatically augmenting CF Standards with operational knowledge.
bin.name = "standard_knowledge"
args = ["qc", "config", "air_pressure", "glos"]
stdout = """
Generated configuration for GLOS Seagull:
qartod:
  gross_range_test:
    suspect_span:
    - 95000.0
    - 103000.0
    fail_span:
    - 50000.0
    - 111000.0
  location_test: null
  rate_of_change_test:
    threshold: 1500.0
  spike_test:
    suspect_threshold: 100.0
    fail_threshold: 200.0
  flat_line_test: null

"""