From 5efbb122a2564452b1671e670174395e5b97bcb6 Mon Sep 17 00:00:00 2001 From: aryan lamba Date: Thu, 20 Feb 2025 00:06:33 +0530 Subject: [PATCH 1/2] docs: update README to include Met Office and ECMWF NWPs Signed-off-by: aryan lamba --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ad8d1ce5..f40a5b76 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ See the README's in the domain folders for more information on their architectur - [PVSite Domain](terraform/pvsite/README.md) - [Modules](terraform/modules/README.md) +## NWP Data Integration + +The infrastructure now supports pulling Numerical Weather Predictions (NWPs) from both the Met Office and ECMWF. This enhancement ensures broader and more comprehensive weather data availability for nowcasting and forecasting applications. ## Terraform Overview From d10cb77ffc25b04b39ddd01f5e61e7772e091960 Mon Sep 17 00:00:00 2001 From: aryan lamba Date: Mon, 24 Feb 2025 09:47:29 +0530 Subject: [PATCH 2/2] update README to include Met Office and ECMWF NWPs --- terraform/nowcasting/development/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/terraform/nowcasting/development/README.md b/terraform/nowcasting/development/README.md index dd95ef53..9016bdc3 100644 --- a/terraform/nowcasting/development/README.md +++ b/terraform/nowcasting/development/README.md @@ -26,8 +26,10 @@ More details: - Code: [nwp-consumer](https://github.com/openclimatefix/nwp-consumer) - [Terraform](https://github.com/openclimatefix/ocf-infrastructure/tree/main/terraform/modules/services/nwp) and [Airflow Dag](https://github.com/openclimatefix/ocf-infrastructure/blob/main/terraform/modules/services/airflow/dags/uk/nwp-dag.py) - - AWS logs: [aws/ecs/consumer/nwp](https://eu-west-1.console.aws.amazon.com/cloudwatch/home?region=eu-west-1#logsV2:log-groups/log-group/$252Faws$252Fecs$252Fconsumer$252Fnwp$252F) -and [aws/ecs/consumer/nwp-national](https://eu-west-1.console.aws.amazon.com/cloudwatch/home?region=eu-west-1#logsV2:log-groups/log-group/$252Faws$252Fecs$252Fconsumer$252Fnwp-national$252F) + - AWS logs: + - Met Office: [aws/ecs/consumer/nwp](https://eu-west-1.console.aws.amazon.com/cloudwatch/home?region=eu-west-1#logsV2:log-groups/log-group/$252Faws$252Fecs$252Fconsumer$252Fnwp$252F) + - Met Office National:[aws/ecs/consumer/nwp-national](https://eu-west-1.console.aws.amazon.com/cloudwatch/home?region=eu-west-1#logsV2:log-groups/log-group/$252Faws$252Fecs$252Fconsumer$252Fnwp-national$252F) + - ECMWF UK: [aws/ecs/consumer/nwp-consumer-ecmwf-uk](https://eu-west-1.signin.aws.amazon.com/oauth?client_id=arn%3Aaws%3Aiam%3A%3A015428540659%3Auser%2Fcloudwatch&code_challenge=4j_ubgv2RxQQ-xsZ5Y5J-MWyqC-3gA78tBfIRAbXzDk&code_challenge_method=SHA-256&redirect_uri=https%3A%2F%2Feu-west-1.console.aws.amazon.com%2Fcloudwatch%2Fhome%3Fregion%3Deu-west-1%26state%3DhashArgs%2523logsV2%253Alog-groups%252Flog-group%252F%2524252Faws%2524252Fecs%2524252Fconsumer%2524252Fnwp-consumer-ecmwf-uk%2524252F%26ca-oauth-flow-id%3DQvBp%26isauthcode%3Dtrue&response_type=code) ### 🌍Satellite Consumer (ECS Task) Gets the latest satellite data from the EUMETSAT and saves the data to S3. This is run on ECS and is triggered by airflow. This is currently part of the `nowcasting` project.