diff --git a/projects/argentina/config/inventory.xlsx b/projects/argentina/config/inventory.xlsx index 0bfeb1d6..2f77f270 100755 Binary files a/projects/argentina/config/inventory.xlsx and b/projects/argentina/config/inventory.xlsx differ diff --git a/projects/argentina/estimation/2019.tar.gz b/projects/argentina/estimation/2019.tar.gz index 6adc02d5..468d25fe 100644 Binary files a/projects/argentina/estimation/2019.tar.gz and b/projects/argentina/estimation/2019.tar.gz differ diff --git a/projects/argentina/estimation/2019/config/config.R b/projects/argentina/estimation/2019/config/config.R index b03f35e2..d1cbd99c 100644 --- a/projects/argentina/estimation/2019/config/config.R +++ b/projects/argentina/estimation/2019/config/config.R @@ -20,10 +20,25 @@ setDT(mileage) setDT(tfs) setDT(veh) -setDT(fuel) +setDT(fuel_month) + +fuel_month[, date := ISOdate(Year, Month, 1, 0,0,0)] + + +fuel_month[, consumption_t := FUEL_M3 *density_tm3] + +fuel_month[, type := "data"] + +pmonth <- fuel_month + +fuel_month[, sum(consumption_t), + by = .(region, Year = year(date), fuel, type) +] -> fuel + +names(fuel)[ncol(fuel)] <- "consumption_t" + setDT(fuel_spec) setDT(met) -setDT(pmonth) setDT(euro) setDT(tech) @@ -168,16 +183,14 @@ switch (language, "spanish" = cat("Plotando combustible \n")) p <- ggplot(pmonth, - aes(x = m, - y = as.numeric(m3), + aes(x = month(date), + y = as.numeric(FUEL_M3), fill = fuel)) + geom_bar(stat = "identity") + labs(y = "m3") + - facet_wrap(~ region, - scales = "free_y") + + facet_wrap(~ region) + theme_bw(base_size = 16) + - theme(legend.position = c(0.8, 0.05), - legend.direction="horizontal") + theme(panel.spacing = unit(0,'lines')) png("images/FUEL.png", width = 3000, diff --git a/projects/argentina/estimation/2019/config/euro.rds b/projects/argentina/estimation/2019/config/euro.rds deleted file mode 100644 index 766721ac..00000000 Binary files a/projects/argentina/estimation/2019/config/euro.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/fleet_age.rds b/projects/argentina/estimation/2019/config/fleet_age.rds deleted file mode 100644 index 0126c708..00000000 Binary files a/projects/argentina/estimation/2019/config/fleet_age.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/fuel.rds b/projects/argentina/estimation/2019/config/fuel.rds deleted file mode 100644 index c74f03ff..00000000 Binary files a/projects/argentina/estimation/2019/config/fuel.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/fuel_spec.rds b/projects/argentina/estimation/2019/config/fuel_spec.rds deleted file mode 100644 index d0a458e9..00000000 Binary files a/projects/argentina/estimation/2019/config/fuel_spec.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/im_co.rds b/projects/argentina/estimation/2019/config/im_co.rds deleted file mode 100644 index 53343f80..00000000 Binary files a/projects/argentina/estimation/2019/config/im_co.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/im_hc.rds b/projects/argentina/estimation/2019/config/im_hc.rds deleted file mode 100644 index 9a362735..00000000 Binary files a/projects/argentina/estimation/2019/config/im_hc.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/im_nox.rds b/projects/argentina/estimation/2019/config/im_nox.rds deleted file mode 100644 index 14e8afe9..00000000 Binary files a/projects/argentina/estimation/2019/config/im_nox.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/im_ok.rds b/projects/argentina/estimation/2019/config/im_ok.rds deleted file mode 100644 index 00b40d3d..00000000 Binary files a/projects/argentina/estimation/2019/config/im_ok.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/im_pm.rds b/projects/argentina/estimation/2019/config/im_pm.rds deleted file mode 100644 index 14e8afe9..00000000 Binary files a/projects/argentina/estimation/2019/config/im_pm.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/met.rds b/projects/argentina/estimation/2019/config/met.rds deleted file mode 100644 index d15140db..00000000 Binary files a/projects/argentina/estimation/2019/config/met.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/metadata.rds b/projects/argentina/estimation/2019/config/metadata.rds deleted file mode 100644 index 895ab2af..00000000 Binary files a/projects/argentina/estimation/2019/config/metadata.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/mileage.rds b/projects/argentina/estimation/2019/config/mileage.rds deleted file mode 100644 index f8edd4d0..00000000 Binary files a/projects/argentina/estimation/2019/config/mileage.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/pmonth.rds b/projects/argentina/estimation/2019/config/pmonth.rds deleted file mode 100644 index ab8aa4cd..00000000 Binary files a/projects/argentina/estimation/2019/config/pmonth.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/s.rds b/projects/argentina/estimation/2019/config/s.rds deleted file mode 100644 index a4e81898..00000000 Binary files a/projects/argentina/estimation/2019/config/s.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/tech.rds b/projects/argentina/estimation/2019/config/tech.rds deleted file mode 100644 index 426d729d..00000000 Binary files a/projects/argentina/estimation/2019/config/tech.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/config/tfs.rds b/projects/argentina/estimation/2019/config/tfs.rds deleted file mode 100644 index bb27034c..00000000 Binary files a/projects/argentina/estimation/2019/config/tfs.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_BUS.png b/projects/argentina/estimation/2019/images/FLEET_BUS.png deleted file mode 100644 index db56b52c..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_BUS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_BUS.png b/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_BUS.png deleted file mode 100644 index 5d0f2a31..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_BUS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_LCV.png b/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_LCV.png deleted file mode 100644 index 7d86ccef..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_LCV.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_MC.png b/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_MC.png deleted file mode 100644 index fb61fb3e..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_MC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_PC.png b/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_PC.png deleted file mode 100644 index 77e54530..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_PC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_TRUCKS.png b/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_TRUCKS.png deleted file mode 100644 index dbd8a5d7..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_CIRCULATING_TRUCKS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_LCV.png b/projects/argentina/estimation/2019/images/FLEET_LCV.png deleted file mode 100644 index 78d76c86..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_LCV.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_MC.png b/projects/argentina/estimation/2019/images/FLEET_MC.png deleted file mode 100644 index acb93deb..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_MC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_PC.png b/projects/argentina/estimation/2019/images/FLEET_PC.png deleted file mode 100644 index 4bbcbb37..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_PC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FLEET_TRUCKS.png b/projects/argentina/estimation/2019/images/FLEET_TRUCKS.png deleted file mode 100644 index 7afbece0..00000000 Binary files a/projects/argentina/estimation/2019/images/FLEET_TRUCKS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/FUEL.png b/projects/argentina/estimation/2019/images/FUEL.png deleted file mode 100644 index 8ed2848b..00000000 Binary files a/projects/argentina/estimation/2019/images/FUEL.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/MILEAGE_BUS.png b/projects/argentina/estimation/2019/images/MILEAGE_BUS.png deleted file mode 100644 index cda2507b..00000000 Binary files a/projects/argentina/estimation/2019/images/MILEAGE_BUS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/MILEAGE_LCV.png b/projects/argentina/estimation/2019/images/MILEAGE_LCV.png deleted file mode 100644 index 40d985b8..00000000 Binary files a/projects/argentina/estimation/2019/images/MILEAGE_LCV.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/MILEAGE_MC.png b/projects/argentina/estimation/2019/images/MILEAGE_MC.png deleted file mode 100644 index 11a3f6a0..00000000 Binary files a/projects/argentina/estimation/2019/images/MILEAGE_MC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/MILEAGE_PC.png b/projects/argentina/estimation/2019/images/MILEAGE_PC.png deleted file mode 100644 index 249693c1..00000000 Binary files a/projects/argentina/estimation/2019/images/MILEAGE_PC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/MILEAGE_TRUCKS.png b/projects/argentina/estimation/2019/images/MILEAGE_TRUCKS.png deleted file mode 100644 index 24b51611..00000000 Binary files a/projects/argentina/estimation/2019/images/MILEAGE_TRUCKS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/S_BUS.png b/projects/argentina/estimation/2019/images/S_BUS.png deleted file mode 100644 index 93d988fd..00000000 Binary files a/projects/argentina/estimation/2019/images/S_BUS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/S_LCV.png b/projects/argentina/estimation/2019/images/S_LCV.png deleted file mode 100644 index 3861d5fe..00000000 Binary files a/projects/argentina/estimation/2019/images/S_LCV.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/S_MC.png b/projects/argentina/estimation/2019/images/S_MC.png deleted file mode 100644 index 075edc17..00000000 Binary files a/projects/argentina/estimation/2019/images/S_MC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/S_PC.png b/projects/argentina/estimation/2019/images/S_PC.png deleted file mode 100644 index 0531f3d7..00000000 Binary files a/projects/argentina/estimation/2019/images/S_PC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/S_TRUCKS.png b/projects/argentina/estimation/2019/images/S_TRUCKS.png deleted file mode 100644 index cb7f16e8..00000000 Binary files a/projects/argentina/estimation/2019/images/S_TRUCKS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/TFS_BUS.png b/projects/argentina/estimation/2019/images/TFS_BUS.png deleted file mode 100644 index f684308c..00000000 Binary files a/projects/argentina/estimation/2019/images/TFS_BUS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/TFS_LCV.png b/projects/argentina/estimation/2019/images/TFS_LCV.png deleted file mode 100644 index 5715ca10..00000000 Binary files a/projects/argentina/estimation/2019/images/TFS_LCV.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/TFS_MC.png b/projects/argentina/estimation/2019/images/TFS_MC.png deleted file mode 100644 index c2b0e467..00000000 Binary files a/projects/argentina/estimation/2019/images/TFS_MC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/TFS_PC.png b/projects/argentina/estimation/2019/images/TFS_PC.png deleted file mode 100644 index ce060f8e..00000000 Binary files a/projects/argentina/estimation/2019/images/TFS_PC.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/TFS_TRUCKS.png b/projects/argentina/estimation/2019/images/TFS_TRUCKS.png deleted file mode 100644 index 977aba23..00000000 Binary files a/projects/argentina/estimation/2019/images/TFS_TRUCKS.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/Temperature.png b/projects/argentina/estimation/2019/images/Temperature.png deleted file mode 100644 index afe20603..00000000 Binary files a/projects/argentina/estimation/2019/images/Temperature.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/VEHICLES_INITIAL.png b/projects/argentina/estimation/2019/images/VEHICLES_INITIAL.png deleted file mode 100644 index 2e7796e0..00000000 Binary files a/projects/argentina/estimation/2019/images/VEHICLES_INITIAL.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/images/standard.png b/projects/argentina/estimation/2019/images/standard.png deleted file mode 100644 index 07e69f49..00000000 Binary files a/projects/argentina/estimation/2019/images/standard.png and /dev/null differ diff --git a/projects/argentina/estimation/2019/notes/README_2024-07-11_204342.213879.txt b/projects/argentina/estimation/2019/notes/README_2024-07-23_222150.124075.txt similarity index 61% rename from projects/argentina/estimation/2019/notes/README_2024-07-11_204342.213879.txt rename to projects/argentina/estimation/2019/notes/README_2024-07-23_222150.124075.txt index 6b3a0f53..deeadff8 100644 --- a/projects/argentina/estimation/2019/notes/README_2024-07-11_204342.213879.txt +++ b/projects/argentina/estimation/2019/notes/README_2024-07-23_222150.124075.txt @@ -4,13 +4,13 @@ Brazil by state 2019 Directory: /media/sergio/ext4/models/vein/projects/argentina/estimation/2019 -Local Time: 2024-07-11 20:43:42.214292 +Local Time: 2024-07-23 22:21:50.124448 Inventory compiler: sergio ======================================== sysname = Linux -release = 6.8.0-36-generic -version = #36-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 10 10:49:14 UTC 2024 +release = 6.8.0-38-generic +version = #38-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:25:01 UTC 2024 nodename = sergio-gl639sd machine = x86_64 user = sergio @@ -60,9 +60,10 @@ BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.12.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.0 locale: - [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 - [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C - [9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C + [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 + [4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 + [7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C +[10] LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C time zone: America/Denver tzcode source: system (glibc) @@ -71,18 +72,21 @@ attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: -[1] eixport_0.6.0 stars_0.6-4 abind_1.4-5 units_0.8-5 data.table_1.15.4 ggplot2_3.5.1 -[7] cptcity_1.0.6 sf_1.0-16 vein_1.1.3 +[1] eixport_0.6.0 stars_0.6-4 abind_1.4-5 units_0.8-5 data.table_1.15.4 +[6] ggplot2_3.5.1 cptcity_1.0.6 sf_1.0-16 vein_1.1.3 loaded via a namespace (and not attached): - [1] utf8_1.2.4 generics_0.1.3 class_7.3-22 KernSmooth_2.23-22 lattice_0.22-5 magrittr_2.0.3 - [7] grid_4.3.3 cellranger_1.1.0 e1071_1.7-14 DBI_1.2.3 fansi_1.0.6 scales_1.3.0 -[13] codetools_0.2-19 cli_3.6.3 rlang_1.1.4 crayon_1.5.2 munsell_0.5.0 withr_3.0.0 -[19] tools_4.3.3 raster_3.6-26 parallel_4.3.3 dplyr_1.1.4 colorspace_2.1-0 ncdf4_1.22 -[25] vctrs_0.6.5 R6_2.5.1 proxy_0.4-27 lifecycle_1.0.4 classInt_0.4-10 pkgconfig_2.0.3 -[31] terra_1.7-78 pillar_1.9.0 gtable_0.3.4 glue_1.7.0 Rcpp_1.0.12 tibble_3.2.1 -[37] tidyselect_1.2.0 farver_2.1.1 labeling_0.4.3 dotCall64_1.1-1 compiler_4.3.3 readxl_1.4.3 -[43] sp_2.1-3 + [1] utf8_1.2.4 generics_0.1.3 class_7.3-22 KernSmooth_2.23-22 + [5] lattice_0.22-5 magrittr_2.0.3 grid_4.3.3 cellranger_1.1.0 + [9] e1071_1.7-14 DBI_1.2.3 fansi_1.0.6 scales_1.3.0 +[13] codetools_0.2-19 cli_3.6.3 rlang_1.1.4 crayon_1.5.2 +[17] munsell_0.5.0 withr_3.0.0 tools_4.3.3 raster_3.6-26 +[21] parallel_4.3.3 dplyr_1.1.4 colorspace_2.1-0 ncdf4_1.22 +[25] vctrs_0.6.5 R6_2.5.1 proxy_0.4-27 lifecycle_1.0.4 +[29] classInt_0.4-10 pkgconfig_2.0.3 terra_1.7-78 pillar_1.9.0 +[33] gtable_0.3.4 glue_1.7.0 Rcpp_1.0.12 tibble_3.2.1 +[37] tidyselect_1.2.0 farver_2.1.1 labeling_0.4.3 dotCall64_1.1-1 +[41] compiler_4.3.3 readxl_1.4.3 sp_2.1-3 ======================================== diff --git a/projects/argentina/estimation/2019/scripts/main_01_config.R b/projects/argentina/estimation/2019/scripts/main_01_config.R index 620bbbd7..9907c5c9 100644 --- a/projects/argentina/estimation/2019/scripts/main_01_config.R +++ b/projects/argentina/estimation/2019/scripts/main_01_config.R @@ -20,12 +20,16 @@ metadata <- readxl::read_xlsx(path = path, sheet = "metadata") mileage <- readRDS("../../config/rds/mileage.rds") tfs <- readxl::read_xlsx(path = path, sheet = "tfs") -s <- readxl::read_xlsx(path = path, sheet = "s") veh <- readRDS("../../config/rds/fleet_age.rds") -fuel <- readRDS("../../config/rds/fuel.rds") + +# assuming fuel 2019 +fuel_month <- readxl::read_xlsx(path = path, sheet = "fuel_month") +# columns used: date, FUEL_M3, density_tm3, type, fuel +fuel_month$Year <- 2019 +s <- readxl::read_xlsx(path = path, sheet = "s") fuel_spec <- readxl::read_xlsx(path = path, sheet = "fuel_spec") -pmonth <- readRDS("../../config/rds/fuel_month.rds") + met <- readRDS("../../config/rds/met.rds") euro <- readxl::read_xlsx(path = path, sheet = "euro") @@ -41,6 +45,7 @@ im_hc <- readxl::read_xlsx(path = path, sheet = "im_hc") im_nox <- readxl::read_xlsx(path = path, sheet = "im_nox") im_pm <- readxl::read_xlsx(path = path, sheet = "im_pm25") + source("config/config.R") rm(list = ls()) diff --git a/projects/argentina/estimation/2019/veh/BUS_COACH_17_D.rds b/projects/argentina/estimation/2019/veh/BUS_COACH_17_D.rds deleted file mode 100644 index 19f53163..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_COACH_17_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_COACH_17_G.rds b/projects/argentina/estimation/2019/veh/BUS_COACH_17_G.rds deleted file mode 100644 index 42ae8b31..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_COACH_17_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_COACH_18_D.rds b/projects/argentina/estimation/2019/veh/BUS_COACH_18_D.rds deleted file mode 100644 index 1e479153..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_COACH_18_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_COACH_18_G.rds b/projects/argentina/estimation/2019/veh/BUS_COACH_18_G.rds deleted file mode 100644 index 67a84081..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_COACH_18_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_ELEC.rds b/projects/argentina/estimation/2019/veh/BUS_ELEC.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_ELEC.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_15_18_D.rds b/projects/argentina/estimation/2019/veh/BUS_UB_15_18_D.rds deleted file mode 100644 index 65a40e7e..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_15_18_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_15_18_G.rds b/projects/argentina/estimation/2019/veh/BUS_UB_15_18_G.rds deleted file mode 100644 index d770a268..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_15_18_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_15_D.rds b/projects/argentina/estimation/2019/veh/BUS_UB_15_D.rds deleted file mode 100644 index 1eed8f57..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_15_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_15_G.rds b/projects/argentina/estimation/2019/veh/BUS_UB_15_G.rds deleted file mode 100644 index b3cc3048..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_15_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_15_HY.rds b/projects/argentina/estimation/2019/veh/BUS_UB_15_HY.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_15_HY.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_18_D.rds b/projects/argentina/estimation/2019/veh/BUS_UB_18_D.rds deleted file mode 100644 index 79ed2d30..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_18_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/BUS_UB_18_G.rds b/projects/argentina/estimation/2019/veh/BUS_UB_18_G.rds deleted file mode 100644 index 593b985b..00000000 Binary files a/projects/argentina/estimation/2019/veh/BUS_UB_18_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_ELEC.rds b/projects/argentina/estimation/2019/veh/LCV_ELEC.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_ELEC.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_HY.rds b/projects/argentina/estimation/2019/veh/LCV_HY.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_HY.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_NIII_D.rds b/projects/argentina/estimation/2019/veh/LCV_NIII_D.rds deleted file mode 100644 index 4f4ff990..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_NIII_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_NIII_G.rds b/projects/argentina/estimation/2019/veh/LCV_NIII_G.rds deleted file mode 100644 index 550b19f4..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_NIII_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_NII_D.rds b/projects/argentina/estimation/2019/veh/LCV_NII_D.rds deleted file mode 100644 index a1c552c9..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_NII_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_NII_G.rds b/projects/argentina/estimation/2019/veh/LCV_NII_G.rds deleted file mode 100644 index 5fa1c53f..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_NII_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_NI_D.rds b/projects/argentina/estimation/2019/veh/LCV_NI_D.rds deleted file mode 100644 index a2ffbdbb..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_NI_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/LCV_NI_G.rds b/projects/argentina/estimation/2019/veh/LCV_NI_G.rds deleted file mode 100644 index ad305a41..00000000 Binary files a/projects/argentina/estimation/2019/veh/LCV_NI_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/MC_2S_50_G.rds b/projects/argentina/estimation/2019/veh/MC_2S_50_G.rds deleted file mode 100644 index 463e68e3..00000000 Binary files a/projects/argentina/estimation/2019/veh/MC_2S_50_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/MC_4S_250_750_G.rds b/projects/argentina/estimation/2019/veh/MC_4S_250_750_G.rds deleted file mode 100644 index f36d9450..00000000 Binary files a/projects/argentina/estimation/2019/veh/MC_4S_250_750_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/MC_4S_50_250_G.rds b/projects/argentina/estimation/2019/veh/MC_4S_50_250_G.rds deleted file mode 100644 index 7684c6d0..00000000 Binary files a/projects/argentina/estimation/2019/veh/MC_4S_50_250_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/MC_4S_750_G.rds b/projects/argentina/estimation/2019/veh/MC_4S_750_G.rds deleted file mode 100644 index c0a1ed4a..00000000 Binary files a/projects/argentina/estimation/2019/veh/MC_4S_750_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/MC_ELEC.rds b/projects/argentina/estimation/2019/veh/MC_ELEC.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/MC_ELEC.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_ELEC.rds b/projects/argentina/estimation/2019/veh/PC_ELEC.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_ELEC.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_MEDIUM_D.rds b/projects/argentina/estimation/2019/veh/PC_MEDIUM_D.rds deleted file mode 100644 index 2aa2f86d..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_MEDIUM_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_MEDIUM_G.rds b/projects/argentina/estimation/2019/veh/PC_MEDIUM_G.rds deleted file mode 100644 index 0a2f6e45..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_MEDIUM_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_MINI_D.rds b/projects/argentina/estimation/2019/veh/PC_MINI_D.rds deleted file mode 100644 index f8a79dbc..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_MINI_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_MINI_G.rds b/projects/argentina/estimation/2019/veh/PC_MINI_G.rds deleted file mode 100644 index d5256d63..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_MINI_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_SMALL_D.rds b/projects/argentina/estimation/2019/veh/PC_SMALL_D.rds deleted file mode 100644 index c55292a7..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_SMALL_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_SMALL_G.rds b/projects/argentina/estimation/2019/veh/PC_SMALL_G.rds deleted file mode 100644 index f5bc7e2b..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_SMALL_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_SMALL_HY.rds b/projects/argentina/estimation/2019/veh/PC_SMALL_HY.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_SMALL_HY.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_SUV_D.rds b/projects/argentina/estimation/2019/veh/PC_SUV_D.rds deleted file mode 100644 index 93b856d3..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_SUV_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/PC_SUV_G.rds b/projects/argentina/estimation/2019/veh/PC_SUV_G.rds deleted file mode 100644 index 50770769..00000000 Binary files a/projects/argentina/estimation/2019/veh/PC_SUV_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TAXI_SMALL_G.rds b/projects/argentina/estimation/2019/veh/TAXI_SMALL_G.rds deleted file mode 100644 index a604f708..00000000 Binary files a/projects/argentina/estimation/2019/veh/TAXI_SMALL_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TAXI_SMALL_GLP.rds b/projects/argentina/estimation/2019/veh/TAXI_SMALL_GLP.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/TAXI_SMALL_GLP.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_AT_16_20_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_AT_16_20_D.rds deleted file mode 100644 index f7860ee8..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_AT_16_20_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_AT_20_28_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_AT_20_28_D.rds deleted file mode 100644 index 0c384376..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_AT_20_28_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_AT_28_34_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_AT_28_34_D.rds deleted file mode 100644 index 7ad37399..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_AT_28_34_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_AT_34_40_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_AT_34_40_D.rds deleted file mode 100644 index 95b386fb..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_AT_34_40_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_AT_40_50_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_AT_40_50_D.rds deleted file mode 100644 index 5d85d8f6..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_AT_40_50_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_AT_50_60_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_AT_50_60_D.rds deleted file mode 100644 index ab9cd530..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_AT_50_60_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_ELEC.rds b/projects/argentina/estimation/2019/veh/TRUCKS_ELEC.rds deleted file mode 100644 index c45e56bb..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_ELEC.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_12_14_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_12_14_D.rds deleted file mode 100644 index 79c81a12..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_12_14_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_12_14_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_12_14_G.rds deleted file mode 100644 index c599625e..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_12_14_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_14_16_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_14_16_D.rds deleted file mode 100644 index fc0dab86..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_14_16_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_14_16_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_14_16_G.rds deleted file mode 100644 index f82d55cd..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_14_16_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_16_20_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_16_20_D.rds deleted file mode 100644 index 6319868c..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_16_20_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_16_20_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_16_20_G.rds deleted file mode 100644 index b9d5c064..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_16_20_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_20_26_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_20_26_D.rds deleted file mode 100644 index 07e7e157..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_20_26_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_20_26_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_20_26_G.rds deleted file mode 100644 index 2336a35b..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_20_26_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_26_28_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_26_28_D.rds deleted file mode 100644 index c32b606e..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_26_28_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_26_28_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_26_28_G.rds deleted file mode 100644 index da230297..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_26_28_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_28_32_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_28_32_D.rds deleted file mode 100644 index c32b606e..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_28_32_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_28_32_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_28_32_G.rds deleted file mode 100644 index 7e7b45a5..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_28_32_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_32_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_32_D.rds deleted file mode 100644 index 716ef5e9..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_32_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_32_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_32_G.rds deleted file mode 100644 index 73466a10..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_32_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_12_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_12_D.rds deleted file mode 100644 index 4de9cacc..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_12_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_12_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_12_G.rds deleted file mode 100644 index 844e8b44..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_12_G.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_D.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_D.rds deleted file mode 100644 index f547febe..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_D.rds and /dev/null differ diff --git a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_G.rds b/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_G.rds deleted file mode 100644 index 7911de5f..00000000 Binary files a/projects/argentina/estimation/2019/veh/TRUCKS_RT_7_G.rds and /dev/null differ