From 21b024e0d119e986e9060cb189c6ec684fd074f0 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:29:41 +0200 Subject: [PATCH 1/9] chore: print defaults --- defaults/docs-defaults.yaml | 86 +++++++++++++++++++++++++++++ docs/calculations.mdx | 1 + docs/snippets/defaults_print.mdx | 86 +++++++++++++++++++++++++++++ scope3_methodology/test/test_api.py | 2 +- 4 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 docs/snippets/defaults_print.mdx diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 3a25351..493e48d 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -165,6 +165,8 @@ defaults: default_digital_screen_landfill_emissions_kgco2e_per_sq_metre: 20.900000000 default_display_creative_overhead_factor: 0.200000000 default_display_other_assets_bytes: 50000 + default_downstream_transport_emissions_kgco2e_tonne_transported_per_km: 0.6382 + default_downstream_travelled_distance_km: 100.0 default_dynamic_watts_per_mbps: fixed: 0.030000000 mobile: 1.530000000 @@ -180,6 +182,7 @@ defaults: default_emissions_per_creative_request_gco2_per_imp: 0.000300000 default_emissions_per_rtdp_request_gco2_per_imp: 0.010000000 default_expected_lifetime_years: 10.000000000 + default_freight_transport_emissions_kgco2e_tonne_transported_per_km: 0.11 default_illumination_power_draw_watts_per_sq_metre_per_hour: 100.000000000 default_image_compression_ratio: 10 default_impressions_per_creative: 1000000 @@ -199,6 +202,7 @@ defaults: default_ooh_campaign_duration_days: 14 default_ooh_share_of_time_pct: 100.000000000 default_panel_to_disposal_distance_per_ad_km: 4.000000000 + default_papermill_to_printer_distance_km: 500.0 default_percent_mobile: scope3: 23.600000000 sri: 10.000000000 @@ -386,6 +390,88 @@ defaults: traditional-radio: 30s-radio-traditional-radio-radio web: generic-gmsf-1-2-display-ad-web-pc default_platform_embodied_emissions_per_bid_request_gco2e_per_imp: 0.000015000 + default_print_avg_readership: + newspaper: 2.0 + magazine: 5.0 + leaflet: 0.5 + default_print_media_corporate_emissions_per_page_gco2e: 0.05 + default_print_medium_ad_to_edit_ratio: + newspaper: 0.40 + magazine: 0.50 + leaflet: 1.0 + default_print_medium_incineration_emission_factor_kgco2e_per_kg: 0.00641 + default_print_medium_landfill_emission_factor_kgco2e_per_kg: 1.16 + default_print_medium_page_surface_sq_meter: + newspaper: 0.228 + magazine: 0.062 + leaflet: 0.031 + default_print_medium_paper_gsm: + newspaper: 45 + magazine: 90 + leaflet: 90 + default_print_medium_paper_production_emissions_gco2e_gram: 0.001345 + default_print_medium_reader_incineration_percentage: 15.0 + default_print_medium_reader_incineration_percentage_by_country: + GB: 17.0 + FR: 25.0 + DE: 13.0 + NL: 13.0 + ES: 20.0 + IT: 16.0 + US: 8.0 + CA: 10.0 + AU: 12.0 + JP: 17.0 + CN: 15.0 + IN: 10.0 + default_print_medium_reader_landfill_percentage: 20.0 + default_print_medium_reader_landfill_percentage_by_country: + UK: 5.0 + FR: 5.0 + DE: 2.0 + NL: 1.0 + ES: 7.0 + IT: 5.0 + US: 24.0 + CA: 20.0 + AU: 10.0 + JP: 1.0 + CN: 35.0 + IN: 60.0 + default_print_medium_reader_recycling_percentage: 65.0 + default_print_medium_reader_recycling_percentage_by_country: + GB: 78.0 + FR: 70.0 + DE: 85.0 + NL: 86.0 + ES: 73.0 + IT: 79.0 + US: 68.0 + CA: 70.0 + AU: 78.0 + JP: 82.0 + CN: 50.0 + IN: 30.0 + default_print_medium_recycling_emission_factor_kgco2e_per_kg: 0.00641 + default_print_medium_total_pages: + newspaper: 40 + magazine: 100 + leaflet: 1 + default_print_medium_unsold_incineration_percentage: 15.0 + default_print_medium_unsold_landfill_percentage: 5.0 + default_print_medium_unsold_recycling_percentage: 80.0 + default_print_sellthrough_rate_pct: + newspaper: 80.0 + magazine: 65.0 + leaflet: 100.0 + default_print_spoilage_waste_rate: + newspaper: 0.05 + magazine: 0.05 + default_printing_finishing_emissions_gco2e_per_page: + newspapers: 1.0 + magazines: 1.5 + leaflet: 2.0 + default_printer_to_storage_distance_km: 100.0 default_printing_to_storage_distance_km_per_ad: classic-ooh: AD: 0.500000000 diff --git a/docs/calculations.mdx b/docs/calculations.mdx index 7344846..0976ec0 100644 --- a/docs/calculations.mdx +++ b/docs/calculations.mdx @@ -16,6 +16,7 @@ import BroadcastingDefaults from "/snippets/defaults_broadcasting.mdx"; import CreativeStorageDefaults from "/snippets/defaults_creative_storage.mdx"; import AssetDefaults from "/snippets/defaults_asset_size.mdx"; import ClassicOOHDefaults from "/snippets/defaults_classic_ooh.mdx"; +import ClassicOOHDefaults from "/snippets/defaults_print.mdx"; # Detailed walkthrough of calculations diff --git a/docs/snippets/defaults_print.mdx b/docs/snippets/defaults_print.mdx new file mode 100644 index 0000000..99640f1 --- /dev/null +++ b/docs/snippets/defaults_print.mdx @@ -0,0 +1,86 @@ +default_downstream_transport_emissions_kgco2e_tonne_transported_per_km: 0.6382 +default_downstream_travelled_distance_km: 100.0 +default_freight_transport_emissions_kgco2e_tonne_transported_per_km: 0.11 +default_papermill_to_printer_distance_km: 500.0 +default_print_avg_readership + newspaper: 2.0 + magazine: 5.0 + leaflet: 0.5 +default_print_media_corporate_emissions_per_page_gco2e: 0.05 +default_print_medium_ad_to_edit_ratio: + newspaper: 0.40 + magazine: 0.50 + leaflet: 1.0 +default_print_medium_incineration_emission_factor_kgco2e_per_kg: 0.00641 +default_print_medium_landfill_emission_factor_kgco2e_per_kg: 1.16 +default_print_medium_page_surface_sq_meter: + newspaper: 0.228 + magazine: 0.062 + leaflet: 0.031 +default_print_medium_paper_gsm: + newspaper: 45 + magazine: 90 + leaflet: 90 +default_print_medium_paper_production_emissions_gco2e_gram: 0.001345 +default_print_medium_reader_incineration_percentage: 15.0 +default_print_medium_reader_incineration_percentage_by_country: + GB: 17.0 + FR: 25.0 + DE: 13.0 + NL: 13.0 + ES: 20.0 + IT: 16.0 + US: 8.0 + CA: 10.0 + AU: 12.0 + JP: 17.0 + CN: 15.0 + IN: 10.0 +default_print_medium_reader_landfill_percentage: 20.0 +default_print_medium_reader_landfill_percentage_by_country: + UK: 5.0 + FR: 5.0 + DE: 2.0 + NL: 1.0 + ES: 7.0 + IT: 5.0 + US: 24.0 + CA: 20.0 + AU: 10.0 + JP: 1.0 + CN: 35.0 + IN: 60.0 +default_print_medium_reader_recycling_percentage: 65.0 +default_print_medium_reader_recycling_percentage_by_country: + GB: 78.0 + FR: 70.0 + DE: 85.0 + NL: 86.0 + ES: 73.0 + IT: 79.0 + US: 68.0 + CA: 70.0 + AU: 78.0 + JP: 82.0 + CN: 50.0 + IN: 30.0 +default_print_medium_recycling_emission_factor_kgco2e_per_kg: 0.00641 +default_print_medium_total_pages: + newspaper: 40 + magazine: 100 + leaflet: 1 +default_print_medium_unsold_incineration_percentage: 15.0 +default_print_medium_unsold_landfill_percentage: 5.0 +default_print_medium_unsold_recycling_percentage: 80.0 +default_print_sellthrough_rate_pct: + newspaper: 80.0 + magazine: 65.0 + leaflet: 100.0 +default_print_spoilage_waste_rate: + newspaper: 0.05 + magazine: 0.05 +default_printing_finishing_emissions_gco2e_per_page: + newspapers: 1.0 + magazines: 1.5 + leaflet: 2.0 +default_printer_to_storage_distance_km: 100.0 diff --git a/scope3_methodology/test/test_api.py b/scope3_methodology/test/test_api.py index 5efdd7a..7a9f7ea 100644 --- a/scope3_methodology/test/test_api.py +++ b/scope3_methodology/test/test_api.py @@ -240,7 +240,7 @@ def test_startup(self): ) docs_defs = docs_defaults - self.assertEqual(len(docs_defs), 83) + self.assertEqual(len(docs_defs), 115) def test_get_all_con_networking_connection_device_fixed_defaults(self): """Test get_all_networking_connection_device_defaults returns expected output""" From 97eaf4363f231d795178f454edf297466fb7f948 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:31:56 +0200 Subject: [PATCH 2/9] chore: print defaults --- docs/snippets/defaults_print.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/defaults_print.mdx b/docs/snippets/defaults_print.mdx index 99640f1..9280184 100644 --- a/docs/snippets/defaults_print.mdx +++ b/docs/snippets/defaults_print.mdx @@ -2,7 +2,7 @@ default_downstream_transport_emissions_kgco2e_tonne_transported_per_km: 0.6382 default_downstream_travelled_distance_km: 100.0 default_freight_transport_emissions_kgco2e_tonne_transported_per_km: 0.11 default_papermill_to_printer_distance_km: 500.0 -default_print_avg_readership +default_print_avg_readership: newspaper: 2.0 magazine: 5.0 leaflet: 0.5 From 69246e11934a2a6fd12b490723980994dfab4fb6 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:38:23 +0200 Subject: [PATCH 3/9] zeros --- defaults/docs-defaults.yaml | 138 ++++++++++++++++++------------------ 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 493e48d..e5b7a74 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -165,8 +165,8 @@ defaults: default_digital_screen_landfill_emissions_kgco2e_per_sq_metre: 20.900000000 default_display_creative_overhead_factor: 0.200000000 default_display_other_assets_bytes: 50000 - default_downstream_transport_emissions_kgco2e_tonne_transported_per_km: 0.6382 - default_downstream_travelled_distance_km: 100.0 + default_downstream_transport_emissions_kgco2e_tonne_transported_per_km: 0.638200000 + default_downstream_travelled_distance_km: 100.000000000 default_dynamic_watts_per_mbps: fixed: 0.030000000 mobile: 1.530000000 @@ -182,7 +182,7 @@ defaults: default_emissions_per_creative_request_gco2_per_imp: 0.000300000 default_emissions_per_rtdp_request_gco2_per_imp: 0.010000000 default_expected_lifetime_years: 10.000000000 - default_freight_transport_emissions_kgco2e_tonne_transported_per_km: 0.11 + default_freight_transport_emissions_kgco2e_tonne_transported_per_km: 0.110000000 default_illumination_power_draw_watts_per_sq_metre_per_hour: 100.000000000 default_image_compression_ratio: 10 default_impressions_per_creative: 1000000 @@ -202,7 +202,7 @@ defaults: default_ooh_campaign_duration_days: 14 default_ooh_share_of_time_pct: 100.000000000 default_panel_to_disposal_distance_per_ad_km: 4.000000000 - default_papermill_to_printer_distance_km: 500.0 + default_papermill_to_printer_distance_km: 500.000000000 default_percent_mobile: scope3: 23.600000000 sri: 10.000000000 @@ -391,87 +391,87 @@ defaults: web: generic-gmsf-1-2-display-ad-web-pc default_platform_embodied_emissions_per_bid_request_gco2e_per_imp: 0.000015000 default_print_avg_readership: - newspaper: 2.0 - magazine: 5.0 - leaflet: 0.5 - default_print_media_corporate_emissions_per_page_gco2e: 0.05 + newspaper: 2.000000000 + magazine: 5.000000000 + leaflet: 0.500000000 + default_print_media_corporate_emissions_per_page_gco2e: 0.050000000 default_print_medium_ad_to_edit_ratio: - newspaper: 0.40 - magazine: 0.50 - leaflet: 1.0 - default_print_medium_incineration_emission_factor_kgco2e_per_kg: 0.00641 - default_print_medium_landfill_emission_factor_kgco2e_per_kg: 1.16 + newspaper: 0.400000000 + magazine: 0.500000000 + leaflet: 1.000000000 + default_print_medium_incineration_emission_factor_kgco2e_per_kg: 0.006410000 + default_print_medium_landfill_emission_factor_kgco2e_per_kg: 1.160000000 default_print_medium_page_surface_sq_meter: - newspaper: 0.228 - magazine: 0.062 - leaflet: 0.031 + newspaper: 0.228000000 + magazine: 0.062000000 + leaflet: 0.031000000 default_print_medium_paper_gsm: newspaper: 45 magazine: 90 leaflet: 90 - default_print_medium_paper_production_emissions_gco2e_gram: 0.001345 - default_print_medium_reader_incineration_percentage: 15.0 + default_print_medium_paper_production_emissions_gco2e_gram: 0.001345000 + default_print_medium_reader_incineration_percentage: 15.000000000 default_print_medium_reader_incineration_percentage_by_country: - GB: 17.0 - FR: 25.0 - DE: 13.0 - NL: 13.0 - ES: 20.0 - IT: 16.0 - US: 8.0 - CA: 10.0 - AU: 12.0 - JP: 17.0 - CN: 15.0 - IN: 10.0 - default_print_medium_reader_landfill_percentage: 20.0 + GB: 17.000000000 + FR: 25.000000000 + DE: 13.000000000 + NL: 13.000000000 + ES: 20.000000000 + IT: 16.000000000 + US: 8.000000000 + CA: 10.000000000 + AU: 12.000000000 + JP: 17.000000000 + CN: 15.000000000 + IN: 10.000000000 + default_print_medium_reader_landfill_percentage: 20.000000000 default_print_medium_reader_landfill_percentage_by_country: - UK: 5.0 - FR: 5.0 - DE: 2.0 - NL: 1.0 - ES: 7.0 - IT: 5.0 - US: 24.0 - CA: 20.0 - AU: 10.0 - JP: 1.0 - CN: 35.0 - IN: 60.0 - default_print_medium_reader_recycling_percentage: 65.0 + UK: 5.000000000 + FR: 5.000000000 + DE: 2.000000000 + NL: 1.000000000 + ES: 7.000000000 + IT: 5.000000000 + US: 24.000000000 + CA: 20.000000000 + AU: 10.000000000 + JP: 1.000000000 + CN: 35.000000000 + IN: 60.000000000 + default_print_medium_reader_recycling_percentage: 65.000000000 default_print_medium_reader_recycling_percentage_by_country: - GB: 78.0 - FR: 70.0 - DE: 85.0 - NL: 86.0 - ES: 73.0 - IT: 79.0 - US: 68.0 - CA: 70.0 - AU: 78.0 - JP: 82.0 - CN: 50.0 - IN: 30.0 - default_print_medium_recycling_emission_factor_kgco2e_per_kg: 0.00641 + GB: 78.000000000 + FR: 70.000000000 + DE: 85.000000000 + NL: 86.000000000 + ES: 73.000000000 + IT: 79.000000000 + US: 68.000000000 + CA: 70.000000000 + AU: 78.000000000 + JP: 82.000000000 + CN: 50.000000000 + IN: 30.000000000 + default_print_medium_recycling_emission_factor_kgco2e_per_kg: 0.006410000 default_print_medium_total_pages: newspaper: 40 magazine: 100 leaflet: 1 - default_print_medium_unsold_incineration_percentage: 15.0 - default_print_medium_unsold_landfill_percentage: 5.0 - default_print_medium_unsold_recycling_percentage: 80.0 + default_print_medium_unsold_incineration_percentage: 15.000000000 + default_print_medium_unsold_landfill_percentage: 5.000000000 + default_print_medium_unsold_recycling_percentage: 80.000000000 default_print_sellthrough_rate_pct: - newspaper: 80.0 - magazine: 65.0 - leaflet: 100.0 + newspaper: 80.000000000 + magazine: 65.000000000 + leaflet: 100.000000000 default_print_spoilage_waste_rate: - newspaper: 0.05 - magazine: 0.05 + newspaper: 0.050000000 + magazine: 0.050000000 default_printing_finishing_emissions_gco2e_per_page: - newspapers: 1.0 - magazines: 1.5 - leaflet: 2.0 - default_printer_to_storage_distance_km: 100.0 + newspapers: 1.000000000 + magazines: 1.500000000 + leaflet: 2.000000000 + default_printer_to_storage_distance_km: 100.000000000 default_printing_to_storage_distance_km_per_ad: classic-ooh: AD: 0.500000000 From efb7a8e62e6b19f50e0ed73636f78677064d23f6 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:44:31 +0200 Subject: [PATCH 4/9] order --- defaults/docs-defaults.yaml | 62 ++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index e5b7a74..7cc8d81 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -391,85 +391,85 @@ defaults: web: generic-gmsf-1-2-display-ad-web-pc default_platform_embodied_emissions_per_bid_request_gco2e_per_imp: 0.000015000 default_print_avg_readership: - newspaper: 2.000000000 magazine: 5.000000000 + newspaper: 2.000000000 leaflet: 0.500000000 default_print_media_corporate_emissions_per_page_gco2e: 0.050000000 default_print_medium_ad_to_edit_ratio: - newspaper: 0.400000000 magazine: 0.500000000 + newspaper: 0.400000000 leaflet: 1.000000000 default_print_medium_incineration_emission_factor_kgco2e_per_kg: 0.006410000 default_print_medium_landfill_emission_factor_kgco2e_per_kg: 1.160000000 default_print_medium_page_surface_sq_meter: - newspaper: 0.228000000 magazine: 0.062000000 + newspaper: 0.228000000 leaflet: 0.031000000 default_print_medium_paper_gsm: - newspaper: 45 magazine: 90 + newspaper: 45 leaflet: 90 default_print_medium_paper_production_emissions_gco2e_gram: 0.001345000 default_print_medium_reader_incineration_percentage: 15.000000000 default_print_medium_reader_incineration_percentage_by_country: - GB: 17.000000000 - FR: 25.000000000 + AU: 12.000000000 + CA: 10.000000000 + CN: 15.000000000 DE: 13.000000000 - NL: 13.000000000 ES: 20.000000000 + FR: 25.000000000 + GB: 17.000000000 + IN: 10.000000000 IT: 16.000000000 - US: 8.000000000 - CA: 10.000000000 - AU: 12.000000000 JP: 17.000000000 - CN: 15.000000000 - IN: 10.000000000 + NL: 13.000000000 + US: 8.000000000 default_print_medium_reader_landfill_percentage: 20.000000000 default_print_medium_reader_landfill_percentage_by_country: - UK: 5.000000000 - FR: 5.000000000 + AU: 10.000000000 + CA: 20.000000000 + CN: 35.000000000 DE: 2.000000000 - NL: 1.000000000 ES: 7.000000000 + FR: 5.000000000 + IN: 60.000000000 IT: 5.000000000 - US: 24.000000000 - CA: 20.000000000 - AU: 10.000000000 JP: 1.000000000 - CN: 35.000000000 - IN: 60.000000000 + NL: 1.000000000 + UK: 5.000000000 + US: 24.000000000 default_print_medium_reader_recycling_percentage: 65.000000000 default_print_medium_reader_recycling_percentage_by_country: - GB: 78.000000000 - FR: 70.000000000 + AU: 78.000000000 + CA: 70.000000000 + CN: 50.000000000 DE: 85.000000000 - NL: 86.000000000 ES: 73.000000000 + FR: 70.000000000 + GB: 78.000000000 + IN: 30.000000000 IT: 79.000000000 - US: 68.000000000 - CA: 70.000000000 - AU: 78.000000000 JP: 82.000000000 - CN: 50.000000000 - IN: 30.000000000 + NL: 86.000000000 + US: 68.000000000 default_print_medium_recycling_emission_factor_kgco2e_per_kg: 0.006410000 default_print_medium_total_pages: - newspaper: 40 magazine: 100 + newspaper: 40 leaflet: 1 default_print_medium_unsold_incineration_percentage: 15.000000000 default_print_medium_unsold_landfill_percentage: 5.000000000 default_print_medium_unsold_recycling_percentage: 80.000000000 default_print_sellthrough_rate_pct: - newspaper: 80.000000000 magazine: 65.000000000 + newspaper: 80.000000000 leaflet: 100.000000000 default_print_spoilage_waste_rate: newspaper: 0.050000000 magazine: 0.050000000 default_printing_finishing_emissions_gco2e_per_page: - newspapers: 1.000000000 magazines: 1.500000000 + newspapers: 1.000000000 leaflet: 2.000000000 default_printer_to_storage_distance_km: 100.000000000 default_printing_to_storage_distance_km_per_ad: From 53af028fc2619f1dc0cc1ac8c4f31cd2b6556954 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:47:28 +0200 Subject: [PATCH 5/9] order --- defaults/docs-defaults.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 7cc8d81..5d9ee31 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -391,24 +391,24 @@ defaults: web: generic-gmsf-1-2-display-ad-web-pc default_platform_embodied_emissions_per_bid_request_gco2e_per_imp: 0.000015000 default_print_avg_readership: + leaflet: 0.500000000 magazine: 5.000000000 newspaper: 2.000000000 - leaflet: 0.500000000 default_print_media_corporate_emissions_per_page_gco2e: 0.050000000 default_print_medium_ad_to_edit_ratio: + leaflet: 1.000000000 magazine: 0.500000000 newspaper: 0.400000000 - leaflet: 1.000000000 default_print_medium_incineration_emission_factor_kgco2e_per_kg: 0.006410000 default_print_medium_landfill_emission_factor_kgco2e_per_kg: 1.160000000 default_print_medium_page_surface_sq_meter: + leaflet: 0.031000000 magazine: 0.062000000 newspaper: 0.228000000 - leaflet: 0.031000000 default_print_medium_paper_gsm: + leaflet: 90 magazine: 90 newspaper: 45 - leaflet: 90 default_print_medium_paper_production_emissions_gco2e_gram: 0.001345000 default_print_medium_reader_incineration_percentage: 15.000000000 default_print_medium_reader_incineration_percentage_by_country: @@ -454,24 +454,24 @@ defaults: US: 68.000000000 default_print_medium_recycling_emission_factor_kgco2e_per_kg: 0.006410000 default_print_medium_total_pages: + leaflet: 1 magazine: 100 newspaper: 40 - leaflet: 1 default_print_medium_unsold_incineration_percentage: 15.000000000 default_print_medium_unsold_landfill_percentage: 5.000000000 default_print_medium_unsold_recycling_percentage: 80.000000000 default_print_sellthrough_rate_pct: + leaflet: 100.000000000 magazine: 65.000000000 newspaper: 80.000000000 - leaflet: 100.000000000 default_print_spoilage_waste_rate: newspaper: 0.050000000 magazine: 0.050000000 + default_printer_to_storage_distance_km: 100.000000000 default_printing_finishing_emissions_gco2e_per_page: + leaflet: 2.000000000 magazines: 1.500000000 newspapers: 1.000000000 - leaflet: 2.000000000 - default_printer_to_storage_distance_km: 100.000000000 default_printing_to_storage_distance_km_per_ad: classic-ooh: AD: 0.500000000 From 9d1a23b69a2209457ad9afa1d80fa0f3f0335fb0 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:49:14 +0200 Subject: [PATCH 6/9] order --- defaults/docs-defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index 5d9ee31..cdc9c79 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -465,8 +465,8 @@ defaults: magazine: 65.000000000 newspaper: 80.000000000 default_print_spoilage_waste_rate: - newspaper: 0.050000000 magazine: 0.050000000 + newspaper: 0.050000000 default_printer_to_storage_distance_km: 100.000000000 default_printing_finishing_emissions_gco2e_per_page: leaflet: 2.000000000 From 40672260e9c5e7f7a7d03eb451c4997c5167af1e Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 18:52:27 +0200 Subject: [PATCH 7/9] test --- scope3_methodology/test/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope3_methodology/test/test_api.py b/scope3_methodology/test/test_api.py index 7a9f7ea..b3f1c29 100644 --- a/scope3_methodology/test/test_api.py +++ b/scope3_methodology/test/test_api.py @@ -240,7 +240,7 @@ def test_startup(self): ) docs_defs = docs_defaults - self.assertEqual(len(docs_defs), 115) + self.assertEqual(len(docs_defs), 110) def test_get_all_con_networking_connection_device_fixed_defaults(self): """Test get_all_networking_connection_device_defaults returns expected output""" From 3cfcd35c6c6b004db2249501e1d908f5227f9ba1 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 20:40:59 +0200 Subject: [PATCH 8/9] GB --- defaults/docs-defaults.yaml | 2 +- docs/snippets/defaults_print.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index cdc9c79..cf6908b 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -432,11 +432,11 @@ defaults: DE: 2.000000000 ES: 7.000000000 FR: 5.000000000 + GB: 5.000000000 IN: 60.000000000 IT: 5.000000000 JP: 1.000000000 NL: 1.000000000 - UK: 5.000000000 US: 24.000000000 default_print_medium_reader_recycling_percentage: 65.000000000 default_print_medium_reader_recycling_percentage_by_country: diff --git a/docs/snippets/defaults_print.mdx b/docs/snippets/defaults_print.mdx index 9280184..c160098 100644 --- a/docs/snippets/defaults_print.mdx +++ b/docs/snippets/defaults_print.mdx @@ -38,7 +38,7 @@ default_print_medium_reader_incineration_percentage_by_country: IN: 10.0 default_print_medium_reader_landfill_percentage: 20.0 default_print_medium_reader_landfill_percentage_by_country: - UK: 5.0 + GB: 5.0 FR: 5.0 DE: 2.0 NL: 1.0 From ee0cbff5bd5a0ef8a7330edd2741844dc77010c9 Mon Sep 17 00:00:00 2001 From: Oleksandr Halushchak Date: Fri, 10 Oct 2025 20:44:56 +0200 Subject: [PATCH 9/9] naming --- defaults/docs-defaults.yaml | 4 ++-- docs/snippets/defaults_print.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults/docs-defaults.yaml b/defaults/docs-defaults.yaml index cf6908b..2e30f6c 100644 --- a/defaults/docs-defaults.yaml +++ b/defaults/docs-defaults.yaml @@ -470,8 +470,8 @@ defaults: default_printer_to_storage_distance_km: 100.000000000 default_printing_finishing_emissions_gco2e_per_page: leaflet: 2.000000000 - magazines: 1.500000000 - newspapers: 1.000000000 + magazine: 1.500000000 + newspaper: 1.000000000 default_printing_to_storage_distance_km_per_ad: classic-ooh: AD: 0.500000000 diff --git a/docs/snippets/defaults_print.mdx b/docs/snippets/defaults_print.mdx index c160098..b96048f 100644 --- a/docs/snippets/defaults_print.mdx +++ b/docs/snippets/defaults_print.mdx @@ -80,7 +80,7 @@ default_print_spoilage_waste_rate: newspaper: 0.05 magazine: 0.05 default_printing_finishing_emissions_gco2e_per_page: - newspapers: 1.0 - magazines: 1.5 + newspaper: 1.0 + magazine: 1.5 leaflet: 2.0 default_printer_to_storage_distance_km: 100.0