Skip to content

Commit

Permalink
Commenting out the sewage script
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Jan 26, 2024
1 parent cd69fe5 commit 0e852f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ set -xeuo pipefail
IFS=$'\n\t'
# -----------------------------------------------------

TIMESTAMP=`date`
# TIMESTAMP=`date`

svn checkout --username $SVN_USER --password $SVN_PASSWORD --no-auth-cache --depth infinity \
https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/episim/original-data/Abwasser/
# svn checkout --username $SVN_USER --password $SVN_PASSWORD --no-auth-cache --depth infinity \
# https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/episim/original-data/Abwasser/

pip install html_to_json
pip install bs2json
python3 scripts/sewage_data_parser.py Köln
cp *sewage_data* Abwasser/
# pip install html_to_json
# pip install bs2json
# python3 scripts/sewage_data_parser.py Köln
# cp *sewage_data* Abwasser/

svn commit --username $SVN_USER --password $SVN_PASSWORD --no-auth-cache -m "autobuild: $TIMESTAMP" Abwasser
# svn commit --username $SVN_USER --password $SVN_PASSWORD --no-auth-cache -m "autobuild: $TIMESTAMP" Abwasser

echo BUILD: Getting RKI_FILE

Expand Down

0 comments on commit 0e852f6

Please sign in to comment.