Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

included SQA scraper #5

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>