Skip to content

Commit

Permalink
Merge pull request #5 from nutcracker22/document-sqa-scraper
Browse files Browse the repository at this point in the history
included SQA scraper
  • Loading branch information
KarenJewell committed Jan 26, 2023
2 parents ffb8bc4 + 5cc505c commit c241bf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/architecture/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ graph TD
subgraph National Library of Scotland
nls1[nls_scraper.py] --> nls2(/data/scraped-results/output_nls.csv)
end
subgraph Scottish Qualifications Authority
sqa1[sqa_scraper.py] --> sqa2(/data/scraped-results/output_sqa.csv)
end
arcgis2 --> merge
usmart2 --> merge
ckan2 --> merge
Expand All @@ -41,6 +44,7 @@ graph TD
ea2 --> merge
moray2 --> merge
nls2 --> merge
sqa2 --> merge
merge[merge_data.py] --Cleaning and recategorization--> merge1(/data/merged_output.csv)
merge --> merge2(/data/merged_output_untidy.csv)
merge1 --> export[export2jkan.py]
Expand All @@ -53,4 +57,4 @@ graph TD

container.classList.remove("container");
container.classList.add("container-fluid");
</script>
</script>

0 comments on commit c241bf6

Please sign in to comment.