Skip to content

Commit

Permalink
Remove otakaro module
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeParky committed Jan 23, 2025
1 parent 3df5d57 commit e86d3cf
Show file tree
Hide file tree
Showing 46 changed files with 14 additions and 4,283 deletions.
2 changes: 0 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ INSTRUCTIONS_FILE=./instructions.json

# The following variables are used only for local development and debugging.
# See the wiki for instuctions on how to use them. <https://github.com/GeospatialResearch/Digital-Twins/wiki/Running-the-code-in-development-environment>
ROOF_SURFACE_DATASET_PATH=U:/Research/FloodRiskResearch/DigitalTwin/stored_data/roof_surfaces_data/clipped_CCC_Lynker_RoofMaterials_Update_2023.gdb
ROAD_DATASET_PATH=U:/Research/FloodRiskResearch/DigitalTwin/stored_data/landcover/ccc_chch_roads_polygons.gpkg
DATA_DIR=U:/Research/FloodRiskResearch/DigitalTwin/stored_data
DATA_DIR_MODEL_OUTPUT=U:/Research/FloodRiskResearch/DigitalTwin/stored_data/model_output
DATA_DIR_GEOSERVER=U:/Research/FloodRiskResearch/DigitalTwin/stored_data/geoserver
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install flake8==7.1.0 flake8-docstrings==1.7.0 flake8-annotations==3.1.1
- name: Run lint with flake8
run: |
flake8 src otakaro floodresilience
flake8 src floodresilience
linting-pylint:
name: Lint Python with pylint
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
python -m pip install pylint==3.2.6
- name: Run lint with pylint
run: |
pylint src otakaro floodresilience
pylint src floodresilience
unit-tests:
name: Run unit tests with pytest
Expand Down
3 changes: 0 additions & 3 deletions deploy/otakaro/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions deploy/otakaro/Pulumi.production.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/otakaro/Pulumi.yaml

This file was deleted.

170 changes: 0 additions & 170 deletions deploy/otakaro/README.md

This file was deleted.

Loading

0 comments on commit e86d3cf

Please sign in to comment.