Skip to content
Snippets Groups Projects
Commit 3ce3cc7c authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

Merge branch 'cog_2024' into 'master'

modif mineures cogification en masse

See merge request !41
parents 9d2e58d6 6c152b4b
No related branches found
No related tags found
1 merge request!41modif mineures cogification en masse
...@@ -28,7 +28,7 @@ map(.x = scripts_ind, .f = source) ...@@ -28,7 +28,7 @@ map(.x = scripts_ind, .f = source)
# [1] "data-raw/indicateur_fichier_foncier_etalement_urbain.R" # [1] "data-raw/indicateur_fichier_foncier_etalement_urbain.R"
# Manuellement, faire tourner les scripts qui aboutissent à de la donnée COGifiée directement # Manuellement, faire tourner les scripts qui aboutissent à de la donnée COGifiée directement
# - EnR de réseau # - EnR de réseau (conso elec + conso gaz, prod élec renouvelable)
# - déchets ADEME # - déchets ADEME
# - SICLOP # - SICLOP
# - RPLS # - RPLS
......
...@@ -25,7 +25,7 @@ rm(list=ls()) ...@@ -25,7 +25,7 @@ rm(list=ls())
# paramètres ----------- # paramètres -----------
mill <- 2022 mill <- 2022
sgbd <- FALSE sgbd <- TRUE
if(sgbd) { if(sgbd) {
adr_enr_teo <- "" adr_enr_teo <- ""
......
...@@ -24,7 +24,7 @@ rm(list=ls()) ...@@ -24,7 +24,7 @@ rm(list=ls())
# paramètres --------- # paramètres ---------
mill <- 2022 mill <- 2022
sgbd <- FALSE sgbd <- TRUE
if(sgbd) { if(sgbd) {
adr_enr_teo <- "" adr_enr_teo <- ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment