diff --git a/CI-CD-Diagram.png b/CI-CD-Diagram.png new file mode 100644 index 0000000..4fdbe78 Binary files /dev/null and b/CI-CD-Diagram.png differ diff --git a/README.md b/README.md index 3a34167..6934922 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ - [Docker Installation](#docker-installation) 6. [Authentication](#authentication) 7. [Linting and Formatting](#linting-and-formatting) -8. [Sponsors](#sponsors) -9. [License](#license) +8. [CI/CD Pipeline](#ci-cd-pipeline) +9. [Cloud Architecture](#cloud-architecture) +10. [Sponsors](#sponsors) +11. [License](#license) ## Project Overview **Tempelhof Climate Change Analysis** is a collaborative project by the CODE University software engineering group aimed at observing climate changes occurring at Tempelhof Feld by analyzing satellite images. @@ -115,6 +117,12 @@ $HOME/.config/earthengine/credentials You can install the vscode extension for ruff to get linting and formatting on save [here](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff) +## CI-CD Pipeline +![THF Project CI/CD Pipeline](CI-CD-Diagram.png) + +## Cloud Architecture +![THF Project Cloud Architecture](cloud-architecture.png) + ## Sponsors - **CODE University** - **Google Earth Engine** diff --git a/cloud-architecture.png b/cloud-architecture.png new file mode 100644 index 0000000..2a18a6f Binary files /dev/null and b/cloud-architecture.png differ