lib/earth/locality/country.rb in earth-0.11.4 vs lib/earth/locality/country.rb in earth-0.11.5

- old
+ new

@@ -12,10 +12,10 @@ :automobile_city_speed_units => lambda { united_states.automobile_city_speed_units }, # for now assume US represents world :automobile_highway_speed => lambda { united_states.automobile_highway_speed }, # for now assume US represents world :automobile_highway_speed_units => lambda { united_states.automobile_highway_speed_units }, # for now assume US represents world :automobile_trip_distance => lambda { united_states.automobile_trip_distance }, # for now assume US represents world :automobile_trip_distance_units => lambda { united_states.automobile_trip_distance_units }, # for now assume US represents world - :electricity_emission_factor => lambda { maximum(:electricity_emission_factor) }, # default to the largest electricity emission factor + :electricity_emission_factor => 0.69252, # from ecometrica paper - FIXME TODO calculate this :electricity_emission_factor_units => 'kilograms_co2e_per_kilowatt_hour', # FIXME TODO derive this :flight_route_inefficiency_factor => lambda { maximum(:flight_route_inefficiency_factor) }, # default to the largest inefficiency factor :lodging_natural_gas_intensity => lambda { united_states.lodging_natural_gas_intensity }, # for now assume US represents world :lodging_natural_gas_intensity_units => lambda { united_states.lodging_natural_gas_intensity_units }, # for now assume US represents world :lodging_fuel_oil_intensity => lambda { united_states.lodging_fuel_oil_intensity }, # for now assume US represents world