Skip to content

Commit

Permalink
Merge pull request #415 from ONSdigital/407-create-cloud-space
Browse files Browse the repository at this point in the history
407 create cloud space
  • Loading branch information
paigeh-fsa authored Dec 22, 2023
2 parents 3aea0c9 + 702b3ca commit 4b159f0
Show file tree
Hide file tree
Showing 20 changed files with 465 additions and 571 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ data/**
!data/**/.gitkeep
.SDG_11.2.1

# Secrets folder
secrets/*
!secrets/.gitkeep

# VS Code stuff
workspace.code-workspace
sdg-11-2-1.code-workspace
Expand Down
6 changes: 5 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ outfile_ni: "NI_results.csv"
outfile_sc: "SC_results.csv"
eng_wales_preprocessed_output: "./data/eng_wales_preprocessed"

# Switch
cloud_local: "cloud"

# Mapping - geospatial
default_crs: 'EPSG:27700'

Expand All @@ -35,6 +38,7 @@ NI_bus_stops_data: 'https://www.opendatani.gov.uk/dataset/495c6964-e8d2-4bf1-994
NI_train_stops_data: 'https://www.opendatani.gov.uk/dataset/5f27f171-b8aa-4511-983d-6df6e87bbf20/resource/967e32c3-1cc2-4aee-b485-92121a32eb4d/download/nir-rail-stations.csv'
eng_bus_timetable_data: 'https://data.bus-data.dft.gov.uk/timetable/download/gtfs-file/all/'
auto_download_bus: true
auto_download_train: true
early_timetable_hour: 06
late_timetable_hour: 20
high_cap_buffer: 1000
Expand All @@ -47,7 +51,7 @@ station_locations: 'station_locations.csv'
bus_in_dir : 'data/england_bus_timetable/'
train_in_dir : 'data/england_train_timetable/'

# Ages
# Ages
age_lst:
- '0'
- '1'
Expand Down
Empty file added data/LA_shp/.gitkeep
Empty file.
Empty file added data/oa_la_mapping/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions docs/SDG_NI.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Technical documentation for the SDG_NI module. Any docstrings in this file are automatically copied to this page.
Technical documentation for the SDG_NI module. Any docstrings in this file are automatically copied to this page.

::: src.SDG_NI
::: src.SDG_northern_ireland
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ openpyxl
sphinx_rtd_theme
convertbng
pre-commit
google-cloud-storage
google-auth
mkdocs
Empty file added secrets/.gitkeep
Empty file.
334 changes: 0 additions & 334 deletions src/SDG_NI.py

This file was deleted.

Loading

0 comments on commit 4b159f0

Please sign in to comment.