Skip to content

Commit

Permalink
Merge pull request #22 from GreenForecast-Squad/Improve_data_pipelines
Browse files Browse the repository at this point in the history
V1 - tempo predictions (J-3) on Streamlit
  • Loading branch information
mattcln authored Oct 17, 2024
2 parents 768124b + 0596bf3 commit 5e04274
Show file tree
Hide file tree
Showing 37 changed files with 67,408 additions and 6,822 deletions.
Empty file removed .gitattributes
Empty file.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
push:
branches:
- main
pull_request:
branches:
- main


jobs:
deploy:
Expand All @@ -33,5 +31,4 @@ jobs:
ssh ubuntu@${{secrets.PROD_IP}} << 'EOF'
cd ${{vars.PROD_PATH}}
git pull
git lfs pull
EOF
7 changes: 5 additions & 2 deletions .github/workflows/page_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: documentation

on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- main

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -37,4 +40,4 @@ jobs:
path: './doc/_build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,6 @@ doc/_build
.vscode/settings.json
data/silver/*.nc
data/silver/weather_forecasts/*.nc
data/geo/*.nc
.vscode/settings.json
data/bronze/observations/*.csv.gz
94 changes: 0 additions & 94 deletions data/geo/departements_name.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions data/geo/france_bounds.yml

This file was deleted.

Binary file added data/geo/lonlat_france.npz
Binary file not shown.
Binary file removed data/geo/mask_france_departements.nc
Binary file not shown.
Binary file removed data/geo/mask_france_regions.nc
Binary file not shown.
13 changes: 0 additions & 13 deletions data/geo/regions_name.yml

This file was deleted.

49 changes: 49 additions & 0 deletions data/gold/our_tempo_prediction.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
,Type_de_jour_TEMPO,our_tempo_J-1,our_tempo_J-2,our_tempo_J-3
2024-09-01,BLUE,prediction_bleu,,
2024-09-02,BLUE,prediction_bleu,,
2024-09-03,BLUE,prediction_bleu,,
2024-09-04,BLUE,prediction_bleu,,
2024-09-05,BLUE,prediction_bleu,,
2024-09-06,BLUE,prediction_bleu,,
2024-09-07,BLUE,prediction_bleu,,
2024-09-08,BLUE,prediction_bleu,,
2024-09-09,BLUE,prediction_bleu,,
2024-09-10,BLUE,prediction_bleu,,
2024-09-11,BLUE,prediction_bleu,,
2024-09-12,BLUE,prediction_bleu,,
2024-09-13,BLUE,prediction_bleu,,
2024-09-14,BLUE,prediction_bleu,,
2024-09-15,BLUE,prediction_bleu,,
2024-09-16,BLUE,prediction_bleu,,
2024-09-17,BLUE,prediction_bleu,,
2024-09-18,BLUE,prediction_bleu,,
2024-09-19,BLUE,prediction_bleu,,
2024-09-20,BLUE,prediction_bleu,,
2024-09-21,BLUE,prediction_bleu,,
2024-09-22,BLUE,prediction_bleu,,
2024-09-23,BLUE,prediction_bleu,,
2024-09-24,BLUE,prediction_bleu,,
2024-09-25,BLUE,prediction_bleu,,
2024-09-26,BLUE,prediction_bleu,,
2024-09-27,BLUE,prediction_bleu,,
2024-09-28,BLUE,prediction_bleu,,
2024-09-29,BLUE,prediction_bleu,,
2024-09-30,BLUE,prediction_bleu,,
2024-10-01,BLUE,prediction_bleu,,
2024-10-02,BLUE,prediction_bleu,,
2024-10-03,BLUE,prediction_bleu,,
2024-10-04,BLUE,prediction_bleu,,
2024-10-05,BLUE,prediction_bleu,,
2024-10-06,BLUE,prediction_bleu,,
2024-10-07,BLUE,prediction_bleu,,
2024-10-08,BLUE,prediction_bleu,,
2024-10-09,BLUE,prediction_bleu,prediction_bleu,prediction_bleu
2024-10-10,BLUE,prediction_bleu,prediction_bleu,prediction_bleu
2024-10-11,BLUE,prediction_bleu,prediction_bleu,prediction_bleu
2024-10-12,BLUE,prediction_bleu,prediction_bleu,prediction_bleu
2024-10-13,BLUE,prediction_bleu,prediction_bleu,prediction_bleu
2024-10-14,BLUE,prediction_bleu,,
2024-10-15,BLUE,prediction_bleu,,
2024-10-16,BLUE,prediction_bleu,prediction_bleu,
2024-10-17,,,prediction_bleu,prediction_bleu
2024-10-18,,,,prediction_bleu
Binary file not shown.
3,387 changes: 0 additions & 3,387 deletions data/rte_agg_daily_2014_2024.csv

This file was deleted.

Loading

0 comments on commit 5e04274

Please sign in to comment.