- Install environment, this might take a while (>10min)
To create the Conda environment execute:
conda env create -f environment.yml
and then activate the new environment:
conda activate ioos-qc-front-end
- Launch Streamlit
To launch the Streamlit app:
streamlit run streamlit_file_upload.py
- Follow onscreen instructions to complete QA/QC using QARTOD and download data with QA/QC flags as CSV file.
- Launch Streamlit app
- Drag and drop "water_level_example_test.csv" (from this repo) into "Drag and Drop files here"
- Choose "sea_surface_height_above_sea_level" as the variable
- Choose gross range test
- Choose test range, leave default numbers for the example
- Click run test
- Download CSV file
- Refactor code to increase extensibility
- Error handling
- Support for additional tests
- Support for selecting multiple tests
- Interactive range selection based on input data
- Improve general documentation