ArticlePDF Available

Figures

Content may be subject to copyright.
AbstractVehicle Routing Problem (VRP) is a classic
combinatorial optimization problem involved in many
applications. VRP is even a big concern when the vehicle is a
garbage truck, which travels approximately 100 km/day with
the average consumption of 1 litre/km. For this reason, a small
improvement in collection activities may result in significant
savings in overall cost, fuel and therefore greenhouse-gas
emissions. The primary goal of this research is to find ways to
reduce overall travel distance for collection and transport of
municipal solid waste from residential homes within the
Blacktown City Area in order to reduce the fuel consumption
and therefore greenhouse-gas emissions. Esri’s ArcGIS 10.3
Network Analyst extension has been used in this study. To
calculate optimal routes for solid waste collection, several inputs
to the ArcGIS Network Analyst solver have been used including:
collection points represented the depot start point, the home
rooftops where the garbage is collected and the unload point.
The results of this study show that: Using an optimized route
instead of a regular route can reduce the total travelled distance
by 8 km/day on the pilot site. The optimized route will reduce
that individual truck’s emissions by 5.5 kg CO2 per day for that
collection area. This represents a reduction of about 8% for
that particular collection.
Index TermsFleet fuel efficiency, vehicle routing problem,
greenhouse gases, transportation.
I. INTRODUCTION
It has been estimated that of the total amount of money
spent for the collection, transportation, and the disposal of
solid waste around 60-80% is spent on the collection phase
[1]. This provides great opportunity for research to find better
cost saving measures for municipalities. In addition to the
high cost in operation and maintaining municipal vehicles,
there is concern that municipal solid waste (MSW) trucks
have a negative impact on the environment due to the
distances driven, fuel type, engine inefficiency, and exhaust
emissions. Solid waste management comprises the
generation, collection, transport, treatment, and disposal of
solid waste from homes [2]. Routing optimization problems
in waste management have typically been addressed with
different types of mathematical algorithms. Routing
Manuscript received August 21, 2017; revised November 15, 2017. This
work was supported in part by the Australian Research Council (ARC),
Australian Government (No: DP150101015) and data provided by
Blacktown City Council.
Hoda Karimipour and Khoa N Le are with Western Sydney University,
School of Computing, Engineering and Mathematics, Locked Bag 1797,
Penrith, NSW 2751, Australia (e-mail:
h.karimipour@westernsydney.edu.au).
Vivian W. Y. Tam is with Western Sydney University, School of
Computing, Engineering and Mathematics, Locked Bag 1797, Penrith, NSW
2751, Australia. She is also with College of Civil Engineering, Shenzhen
University, China.
Helen Burnie is with Blacktown City Council, Australia.
algorithms use a measuring system called a path length for
determining the ideal route to a defined destination. The
optimal routes are then determined by comparing different
paths. These paths can be calculated by different types of
algorithms. Some of the routing algorithms used include
Simulated Annealing, Tabu Search, Genetic Algorithm, Ant
Colony Optimization, and Dijkstra’s algorithm [1], [3], [4].
Vehicle Routing Problem (VRP) is a classic combinatorial
optimization problem involved in many applications. Since
its introduction by Dantzig and Ramser [5], VRP has been
extensively studied. By considering additional requirements
and various constraints on route construction, different VRPs
have been formulated [6], [7]. VRP is a considerable concern
when the vehicle is a garbage truck, which travels
approximately 100 km/day with the average consumption of
1 litre/km. For this reason, a small improvement in collection
activities may result in significant savings in overall cost, fuel
and therefore greenhouse-gas emissions. Therefore, the
optimization of routes for collection and transportation of
municipal waste can be a crucial issue. This paper proposes
the use of geographic information systems (GIS) to minimize
fuel consumption, while taking into account the truck load
and geographic features (e.g. slopes, relief) of the area where
the waste is being collected.
The primary goal of this research is to find ways to reduce
overall travel distance for collection and transport of
municipal solid waste from residential homes within the
Blacktown City Area in order to reduce the fuel consumption
and therefore greenhouse-gas emissions.
The research for this paper aims to:
Reduce the overall distance driven to collect and transport
residential waste;
Reduce fuel consumption during the waste collection
process; and
Decrease the greenhouse gases emitted by garbage trucks.
II. MATERIALS AND METHODS
A. Study Area
Blacktown City is the pilot area for this paper. Blacktown
is a modern bustling city of 48 residential suburbs, home to
350,000 people. This is the second largest local government
area by population in New South Wales, Australia. Covering
an area earmarked for considerable residential development,
with more than 4,000 developments approved in 2015-2016
and a population increase of nearly 2.5% in 2016 [8],
Blacktown City Council will experience an increasing
domestic waste stream over the next few years. Australia’s
Nationally Determined Contribution to the 2015 Paris
Agreement is to reduce its total greenhouse-gas emissions by
26-28% below its 2005 level. In line with this, Blacktown
Vehicle Routing Optimization for Improving Fleet Fuel
Efficiency: A Case Study in Sydney, Australia
Hoda Karimipour, Vivian W. Y. Tam, Helen Burnie, and Khoa N. Le
International Journal of Environmental Science and Development, Vol. 8, No. 11, November 2017
776
doi: 10.18178/ijesd.2017.8.11.1056
City Council is working to decrease its emissions. The
biggest opportunities in reductions are from electricity, street
lighting, gas, and transportation through improved fleet fuel
efficiency. This study will investigate the opportunities for
fleet fuel efficiency through route optimization for
Blacktown City Council.
For this study, Council’s waste collection Truck nNo. 634
was selected to investigate the applicability of a route
optimization model for improving fleet fuel efficiency. The
regular route of this truck was used to obtain the current
travel time and travel distance. Figure 1 shows the map of
Blacktown City and the collection area for Truck No. 634.
B. Route Optimization Using ArcGIS Network Analyst
Software, Esri’s ArcGIS Network Analyst extension
allows users to perform complex calculations to solve vehicle
routing problems. The program performs analysis over a
network of connected edges and decides fleet routing, travel
directions, closest facility, service area, and location
allocation. In the application for route optimization, network
dataset edges represent the road network being traversed.
Network Analyst allows the user to dynamically model
genuine network situations. These conditions can include
speed limit, traffic volume at different times of the day,
one-way streets, turn restrictions, obstacles, road conditions,
and limitations.
Network Analyst mainly uses Dijkstra’s algorithm, which
is a simpler algorithm that finds the shortest or lowest cost
path between two points. This algorithm preserves balance
between evaluating a near optimal path to travel with one that
is computationally practical. Dijkstra’s algorithm divides the
network dataset into lines or edges, with each edge
representing a traversable or non-traversable piece of the
network. In addition, each network edge also has an
associated cost, which represents the effort to travel that
specific segment of road. These costs are calculated using
one of two different criteria. The distance criterion is based
on total edge length, and the time criterion measures edge
length and time to traverse a segment [1]. The algorithm
creates nodes or junctions at the start, end, and intersection of
all edges; this defines the network by confirming there is
transitivity between edges and junctions through the entire
connected road network. The software calculates the cost to
reach a node then determines the least cost path to travel to
the next node. This continues until a final destination point is
reached. These steps create only a temporary and partial
solution. Once the initial cost is calculated between all the
stops, the software applies a Tabu-Search heuristic process.
This re-evaluates and confirms, then re-establishes a more
optimal path. This procedure continually runs to optimize the
current path until no further optimization can be performed.
The result is the least cost route to travel, along a path from a
start to end point. Depending on number of points (stops) to
make and complexity of the network, the analysis can take
seconds or hours to complete.
Fig. 1. The Blacktown City location in New South Wales, Australia.
C. Application of GIS in Waste Management
Esri’s ArcGIS 10.3 Network Analyst extension has been
used in this study. In the application for route optimization,
network dataset edges represent the road network being
traversed. Network Analyst allows the user to dynamically
model genuine network situations. These conditions can
include speed limits, one-way streets, turn restrictions,
obstacles, road conditions, and the other limitations.
The most critical functional requirement of the system was
to calculate optimal routes for solid waste collection. The
outputs should show travel distance, drive time and
greenhouse-gas emissions then comparisons among different
resulting routes could be conducted for the different
scenarios. To be able to calculate optimal routes, the system
was also required to store the service order and depot
locations. The service order area is in the suburb of Seven
Hills, located in the South East of Blacktown City. The area
includes about 30 streets/alleys from which household
garbage is collected. A road network dataset representing all
the streets within Blacktown City was also needed to be
compiled in order to properly perform route optimization
calculations through the ArcGIS Network Analyst extension.
The road edges and junctions had to have coincident
International Journal of Environmental Science and Development, Vol. 8, No. 11, November 2017
777
geometry for the route optimization calculations to perform
properly [4]. Finally, the existing collection route needed to be compiled for comparing current and new routes.
Fig. 2. Project’s major components and system design.
D. System Analysis and Design
Displays the project’s major components and how they
integrated into the workflow. To calculate optimal routes for
solid waste collection, there were several inputs to the
ArcGIS Network Analyst solver. Collection points
represented the depot start point, the rooftops of homes where
the garbage is collected and the unload point [4]. The unload
point is the UR-3R, (Urban Resources-Reduction, Recovery
and Recycling), which is an alternative waste treatment
facility located in the southern part of the city. In the UR-3R
process, municipal waste is sorted using the inherent
properties of material such as size, shape and density. There
are three main categories: recyclable, organics and
non-recyclable inorganic material [9]. A waste collection
vehicle in New South Wales is generally known as ‘a garbage
truck’. These side-loading trucks, have automatic ‘arms’ that
pick up a bin at the kerbside and empty it into the truck. The
driver then moves along the street to the next bin. There is no
need for people to run along near the truck to empty the bins
into it [10].
A network dataset of Blacktown City roads was
constructed to ensure all street segments are connected at
junctions. Additional GIS layers were incorporated into the
VRP solver to enable accurate representation of potential
routes travelled. For example, speed limitation and travel
time were included in the model. A raster DTM file was
imported into ArcGIS and included the elevation and
topographic relief information for the study area. These data
were used to perform test calculations of slope for each road
segment within the city. Also, different layers for calculating
greenhouse-gas emissions have been added to the model
including CO2, N2O and CH4 emissions for travelling each
section of the street.
With all the inputs and parameters set up, the VRP solver
can construct a new optimized route with optimal sequencing.
The route was evaluated for accuracy and route parameters
were then adjusted accordingly. Multiple route solver
iterations were run until an optimal collection route was
identified.
E. Research Scope
The scope of the project is to develop a detailed road
network dataset for the study area, which includes total
meters, total minutes, and GHG emission between each two
nodes. This involved exploring how different settings for the
network analyst parameters affect the optimization results.
The results from the new routes were examined and
compared to existing routes. While Blacktown City is divided
into 5 garbage collection areas, this analysis focused on one
collection area.
F. Data Sources
All project data were collected from one of three sources.
The client for this project was the Blacktown City. The city
has its own functioning GIS department which supplied the
collection areas, parcel data, route data, junction’s data, in a
GIS compatible format. Relevant sections of the Council,
which oversees city sanitation collection, supplied data
specific to the garbage collection process. The data included
operational hours, vehicle capacity, fuel type, driver
information, existing collection routes, The location of the
UR-3R waste treatment facility, and current collection
patterns. The QOL supplied the residential collection
locations in table format. The project required road data
features for the entire City of Blacktown. This feature class
provided detailed analysis of each road segment with
matching attribute information such as: road width, lanes,
speed, classification, name, and date of modification
G. GHG Emission Calculation
The Australian National Greenhouse Accounts Factors
were used to calculate the GHG emissions from the truck
transportation along the identified paths. According to this
standard, fuels used for transport purposes produce slightly
different methane and nitrous oxide emissions than if the
same fuels were used for stationary energy purposes. This
Factors list also includes a range of optional emission factors
for post-2004 vehicles and heavy vehicles conforming to
ArcGIS 10.3 Network
Analyst Extension
Travel time in each street0
GHG emission of travelling
Road network dataset
Optimized
Collection
Route
Vehicle
Routing Problem
Solver
International Journal of Environmental Science and Development, Vol. 8, No. 11, November 2017
778
Euro design standards.
Estimates of emissions from the combustion of individual
fuel types are made by multiplying a (physical) quantity of
fuel combusted by a fuel-specific energy content factor and a
fuel specific emission factor. This is performed for each
relevant greenhouse gas (in this case, carbon dioxide,
methane and nitrous oxide). Total greenhouse emissions are
calculated by summing the emissions of each fuel type and
each greenhouse gas. The following formula has been used to
estimate greenhouse gas emissions from the combustion of
each type of fuel listed used for transport energy purposes
[11].
𝐸𝑖𝑗 = 𝑄𝑖 × 𝐸𝐶𝑖 × 𝐸𝐹𝑖𝑗𝑜𝑥𝑒𝑐
1000
where:
Eij is the emissions of gas type (j), carbon dioxide,
methane or nitrous oxide, from fuel type (i) (CO2-e tonnes).
Qi is the quantity of fuel type (i) (kilolitres or gigajoules)
combusted for transport energy purposes
ECi is the energy content factor of fuel type (i) (gigajoules
per kilolitre or per cubic metre) used for transport energy
purposes If Qi is measured in gigajoules, then ECi is 1.
EFijoxec is the emission factor for each gas type (j)
III. RESULTS AND DISCUSSIONS
The result of the route optimization for the study truck has
been shown in Fig. 3
This figure shows the location of the bins that need
emptying and the path that should be travelled from
Council’s depot to the collections area and then to the UR-3R
facility at Eastern Creek, where the truck unloads. Compared
to the regular route this optimized one will reduce the travel
distance by 8 km/day for the pilot truck
In addition, the CO2, N2O and CH4 emissions from this
optimized route have been calculated. To calculate the
emissions of the total route, the emissions for each section of
each street were calculated and then the optimized route
pieced together. This enabled the total emissions of the route
to be extracted. As shown in the Fig. 3, the total emissions of
the route are 69.78 Kg. This optimized route, will reduce the
daily CO2 emissions by 5.5 kg for this collection area. That
means if this path is travelled by the pilot truck one day per
week for 52 weeks per year, it annually reduces emissions by
1386 Kg of CO2 compared with the regular route. If the
routes of all 400 trucks owned by Blacktown City Council
can be optimized between 4 to 8 Km per day like the pilot
truck, the average greenhouse-gas emissions reduction would
be between 300 to 600 tonnes per year.
IV. CONCLUSION
This paper examined the applicability of vehicle route
optimization on improving fleet fuel efficiency and reducing
greenhouse-gas emissions. The pilot area was one garbage
collection area of Blacktown City, Sydney, New South Wales,
Australia. For this purpose, Esri’s ArcGIS 10.3 Network
Analyst extension was used. The most critical functional
requirement of the system was to calculate optimal routes for
solid waste collection. The outputs showed travel distance,
drive time and greenhouse emissions before and after route
optimization. The results of this study show that:
Using the optimized route instead of the regular route can
reduce the total travelled distance by 8 km/day on the
pilot site.
The optimized route will reduce that individual truck’s
emissions by 5.5 kg CO2 per day for that collection area.
This represents a reduction of about 8% for that particular
collection.
The total reduction in fuel consumption for a similar
garbage truck for approximately the same distance will be
193 litres per four-weeks, per truck.
Fig. 3. The result of route optimization for waste collection.
International Journal of Environmental Science and Development, Vol. 8, No. 11, November 2017
779
Future studies in this field can consider the fuel efficiency
effects of other factors, such as load and type of trucks.
Future work could focus on the effects of elevation, traffic
load and the weight of the truck on the optimized routes. The
impacts of driving behaviour on the fuel consumption is an
additional area for future research.
REFERENCES
[1] N. V. Karadimas et al., "Routing optimization heuristics algorithms for
urban solid waste transportation management," WSEAS Transactions
on Computers, vol. 7, no. 12, pp. 2022-2031.
[2] Z. Zsigraiova, V. Semiao, and F. Beijoco, "Operation costs and
pollutant emissions reduction by definition of new collection
scheduling and optimization of MSW collection routes using GIS. The
case study of Barreiro, Portugal," Waste Manag., 2013, vol. 33, no. 4,
pp. 793-806.
[3] G. Ristić et al., "Methodology for rout optimization for solid waste
collection and transportation in urban areas," FACTA UNIVERSITATIS,
2015, vol. 12, no. 2, pp. 187-197.
[4] D. L. O'Connor, Solid Waste Collection Vehicle Route Optimization for
the City of Redlands, California, 2013, University of Redlands.
[5] G. B. Dantzig and J. H. Ramser, "The truck dispatching problem,"
Management Science, 1959, vol. 6, no. 1, pp. 80-91.
[6] Y. Suzuki, "A new truck-routing approach for reducing fuel
consumption and pollutants emission," Transportation Research Part
D: Transport and Environment, 2011, vol. 16, no. 1, pp. 73-77.
[7] Y. Xiao et al., "Development of a fuel consumption optimization
model for the capacitated vehicle routing problem," Computers &
Operations Research, 2012, vol. 39, no. 7, pp. 1419-1431.
[8] Population and Household Forecasts, 2011 to 2036, 2016.
[9] C. Georgiadis, "Costa visits Australia's biggest compost heap, in
gardening Australia," 2013.
[10] SUEZ Environnement. Putting Your Waste to Good Use, 2015,
Australia.
[11] Department of the Environemnt, National Greenhouse Accounts
Factor, 2015, p. 78.
Hoda Karimipour is a PhD research scholar in
environmental engineering at Western Sydney
University, Sydney, Australia. She received her master
of science in environmental management from
University of Tehran in 2009. From June 2009 to
February 2016, she had been senior technical expert at
United Nations Development Programme. From
February 2016 to now, she has been lecturer/tutor at
Western Sydney University in different aspects of
engineering. Her current research project is The Carbon Footprint
Reduction Toolkit for Blacktown City Council”. Her research interests are
dynamic modeling for environmental and ecological changes, designing
dynamic monitoring systems for climate change, GIS and remote sensing
application in climate change studies, decision support systems for natural
resource management, bayesian network models for natural resource
problems. She has been editorial board member for 3 international journals.
She has published over 4 books, 4 book chapters, 8 referred journal articles
and 10 referred conference articles.
Vivian W. Y. Tam is the director of research quality
and innovation and director of higher degree research
student excellence at School of Computing,
Engineering and Mathematics, Western Sydney
University, Australia and honorary professor at College
of Civil Engineering, Shenzhen University, China. She
received her Ph.D. in sustainable construction from the
Department of Building and Construction at City
University of Hong Kong in 2005. Her research
interests are in the areas of environmental management in construction and
sustainable development. She is currently the editor of International Journal
of Construction Management and the Research Group Leader for
Sustainable Construction Management and Education Research Group under
the School. She has published over 3 books, 19 book chapters, 196 referred
journal articles and 91 referred conference articles. She has been awarded
thirty-one research grants (totalled AU$2.1 million), including the first of
two Australian Research Council (ARC) Discovery Projects, awarded under
FoR 1202 (Building).
Helen Burnie is a senior environment officer with
Blacktown City Council. Her focus is sustainability,
especially climate change policy and its
implementation. She gained her PhD in environmental
studies from University of Western Sydney in 2014.
Her research interests are in social science and policy
that support individuals and organizations in
transitioning to more sustainable practice. In
2008-2011 she worked on the Regenesis carbon
reforestation project for Blacktown City Council. In 2013-15 she worked
with NSW Office of Environment and Heritage to engage regional
communities on improving energy efficiency and accessing renewable
energy. She has tutored, lectured and worked on research projects for
Western Sydney University’s School of Science and Health, and School of
Education.
Khoa N. Le received his Ph.D. in October 2002 from
Monash University, Melbourne, Australia. From April
2003 to June 2009, He was a lecturer at Griffith
University, Gold Coast Campus, Griffith School of
Engineering. From January to July 2008, he was a
visiting professor at Intelligence Signal Processing
Laboratory, Korea University, Seoul, Korea. From
January 2009 to February 2009, he was a visiting
professor at the Wireless Communication Centre,
University Technology Malaysia, Johor Bahru, Malaysia. He is currently a
senior lecturer at School of Computing, Engineering and Mathematics,
University of Western Sydney. His research interests are in wireless
communications with applications to structural problems, image processing
and wavelet theory. Dr. Le is the editor in Chief of International Journal of
Ad Hoc, Sensor & Ubiquitous Computing (IJASUC). He has also been on
the Editorial Board of International Research Magazine of Computer
Science and other wireless communications journals.
International Journal of Environmental Science and Development, Vol. 8, No. 11, November 2017
780
... The ArcGIS Network Analyst (NA) module (ArcGIS 10.2, Esri, Redlands, State of California., USA, 2013.) was used to solve for the optimal result of the Dijkstra algorithm. The ArcGIS NA module has been widely used to derive optimal routes in different studies [26]- [29]. In these experiments, we took the TCI of every road section as the edge weight in Dijkstra. ...
Article
Full-text available
With the development of the economy and the acceleration of urbanization, traffic congestion has become a worldwide problem. Advances in mobile Internet and sensor technologies have increased real-time data sharing, providing a new opportunity for urban route planning. However, due to the difficulty of handling complex global information, making correct decisions in large-scale and complex traffic environments is a problem that urgently needs to be solved. In this paper, a multiple route planning model (multi-route dynamic programming (DP) model) is proposed to solve the urban route planning problem with traffic flow information. In particular, we adopt the DP algorithm in this model, design a reward function suitable for urban path planning problems, and generate multiple routes based on the Q values. In addition, we design different scenarios using real-world road networks to test our model. Through the experiments, we demonstrate that our model has the potential to yield optimal results under large-scale scenarios with high efficiency. The advantages of integrating the distance contribution index (DCI) in the reward function are also elaborated. Moreover, our model can provide alternative routes to divert traffic from the optimal route, thus mitigating the congestion drift problem.
... Since garbage trucks primarily move along the same routes, scientific routing methods are applicable. Karimipour et al. (2017) and Król et al. (2016) considered the optimization of garbage truck routing for the purpose of improving the environmental conditions and fuel costs. Since route management often requires adjustments due to congestions, sudden failures of machinery, repairs of road sections, etc., modern GLONASS or GPS navigation systems are used. ...
Article
Full-text available
Natural gas is of the most interest out of a whole range of currently used motor fuels since it can reduce harmful emissions to the atmosphere. The impact large vehicle fleets have on the environment is, as a rule, higher than the impact of private motor vehicles due to large annual mileage. A single management center for such fleets can provide more reliable information on the operating conditions of vehicles, and replacement of diesel engines with gas ones in vehicle fleets of large cities will improve the environmental conditions of urbanized areas. The article analyzes potential consumers of compressed-gas trucks in cities. The migration of vehicles of utility companies to natural gas will reduce the volume of harmful emissions to the atmosphere and the noise level at garbage pickup in the morning. Studies on the safety of compressed natural gas (CNG) vehicles have confirmed its high level. Nevertheless, reliability matters remain relevant. The suggested method for prediction of possible failures and service planning, as well as prediction of operating conditions will take into account the prospects of enlargement of gas-engine vehicle fleets and the ways to reduce the environmental load.
... Energy consumption for compacting and transporting a given waste to a processing facility is another source of GHG emissions (Eisted, Larsen, and Christensen 2009). Transport-related diesel consumption per tonne of MSW depends on several factors including types of waste, collection area, types of trucks, distance and driving behaviors (Karimipour et al. 2017). ...
Article
Full-text available
Global municipal solid waste (MSW) amounts to approximately 1.3 billion tons per year and is expected to increase to approximately 2.2 billion tons per year by 2025. The greenhouse gas (GHG) emissions from landfills contribute to global climate change. Emissions from this sector contribute around 3% of total net emissions in Australia. Although responsible for a minor portion of Australia’s emissions, the sector provides the opportunity for low-cost sources of abatement. This research study aimed to identify new opportunities for reducing GHG emissions from the landfill waste stream in public facilities in Blacktown City in New South Wales, Australia. For this purpose, two public facilities of different types were selected, a library and an aquatic center. The results of the study show that removing organic food waste from the landfill stream at 10 public facilities of the Council could reduce GHG emissions compared with landfilling the food waste by about 0.805 tCO2e/year. However, separately transporting that waste would emit 7.13 tCO2e/year. Therefore, the separated food waste would need to be processed on-site, for example, through worm farms. Removing coffee cups from the landfill waste stream could reduce the associated landfill GHG emissions by around 0.275 tCO2e/y for the 10 public facilities. The study also recommended separating plastic bags from the landfill waste stream of these facilities to reduce 1.10 tonnes of plastic bags from landfill each year. Implications: Potential opportunities for general waste reduction and GHG emission mitigation in public facilities has been studied in this paper. Removing coffee cups and organics food from the waste stream are the main potential opportunities for reducing general waste with possible GHG emission reduction of 0.275 tCO2e/y and 0.161 tCO2/y respectively for 10 public facilities. Removing plastic bags from the waste stream would offer another solution for waste reduction by jointing with the large program running in Australia and creating a collection point for them with 1.1 tonne/y mitigation in general waste at 10 studied public facilities.
Article
The rapid growth of population, urbanization, and tourist traffic in Shimla City, Himachal Pradesh, has resulted in a continuous rise in municipal solid waste (MSW) generation every year. The Internet of Things (IoT) initiatives in smart cities led to efficient waste management for a clean and green ecosystem. The goal of this research is to find a novel route planning approach for Shimla City by reducing environmental and socioeconomic impacts. In this paper, reallocating collection bins improves collection efficiency, and the Temporal-Neural Network (T-NN) is used to control the overflow and predict the optimal route for collection vehicles in the city. Over the spatio-temporal patterns, various events are related in the form of time series snips at different periods. A classifier, fuzzy C-means (FCM), is used to classify a route based on several hilly city features. Following that, the optimal index for each potential route is determined, and the path with the lowest ROI value is chosen as the best route. Based on the simulation, the results show that the proposed approach outperforms other state-of-the-art techniques in terms of the lowest fuel consumption, cost (10.7%), and execution time (12.3%). Furthermore, statistical measures such as recall (96.8%), accuracy (95.9%), F-measure (93.87%), and precision (95.6%) show that the proposed approach also outperforms the other techniques.
Article
The increasing demand for freight transport leads to rising fuel consumption and additional greenhouse gas (GHG) emissions. This study aims to evaluate the impact of route optimization of heavy vehicles on fuel consumption and GHG emissions. The regular routes of two piloted trucks were extracted and compared with the optimized distances from the simulated model by Network Analyst in Arc GIS. By using Network Analyst and combining it with the Fuel Consumption Rate (FCR) and GHG emission, this study takes a step forward to quantify the amount of fuel usage and GHG emitted from heavy vehicles in the optimized routes versus their regular paths. For this purpose, two different trucks of Blacktown City (Australia) were selected: a waste collector and a tree maintenance truck. The result of the study shows that using the optimized route instead of the regular one can reduce the distance driven by tree maintenance truck by 60%, fuel consumption by 62%, and GHG emissions by 62% per month. In addition, the optimized route shows a 10% reduction in distance travelled, 11% in fuel consumption, and 10% in GHG emission per month. This study also compares fixed-mission and changing-mission trucks. . The results in this part show that the fixed mission truck is much more efficient. Therefore, implementing any efficient vehicle routing system will have considerable impacts on the changing-mission trucks.
Article
This paper presents a greenhouse-gas (GHG) emission reduction toolkit at an urban scale as a response to climate change local effects. Studies show that the most considerable amount of GHG emitted from cities worldwide; as the result of fossil fuel combustion, energy consumption, and other human functions. However, not the equivalent CO2 absorbers are embedded in cities, nor the mitigation strategies. Urban areas are where the GHG emission causes and the solutions cross and are the best laboratories to examine the new initiatives. This toolkit was developed to reflect this significant necessity of the urban environment to gather, present, and weigh the possible approaches toward a lower-carbon city. The four main contributors to GHG emission, including Energy Management, Transportation, Waste Management, and Urban Land Use, were identified, and their associated mitigation techniques were proposed. They were also weighted based on their abatement potentials, and the recommended implementation policies were linked to them. The techniques were chosen over a comprehensive literature review from the available databases from 2000 to 2020. In the end, the critical challenges in the implementation phases, and some strategic suggestions were proposed to facilitate the process.
Chapter
Natural gas today is of increasing interest, as it allows to reduce harmful emissions into the atmosphere. The environmental impact of large parks due to large annual mileage is higher than personal vehicles, however, such a fleet is easier to manage through a single control center. Vehicles of waste collection on gas engine fuel will reduce harmful emissions into the atmosphere and the noise level in the morning from the vehicles. Studies on the safety of vehicles on compressed natural gas have confirmed the high level of this vehicles, however, the issues of its reliability remain relevant. The proposed method for predicting potential failures and service planning, as well as forecasting operating conditions, will allow to take into account the prospects for expanding the gas engines vehicles’ fleet and ways to reduce the burden on the environment.
Article
Full-text available
During the last decade, metaheuristics have become increasingly popular for effectively confronting difficult combinatorial optimization problems. In the present paper, two individual meatheuristic algorithmic solutions, the ArcGIS Network Analyst and the Ant Colony System (ACS) algorithm, are introduced, implemented and discussed for the identification of optimal routes in the case of Municipal Solid Waste (MSW) collection. Both proposed applications are based on a geo-referenced spatial database supported by a Geographic Information System (GIS). GIS are increasingly becoming a central element for coordinating, planning and managing transportation systems, and so in collaboration with combinatorial optimization techniques they can be used to improve aspects of transit planning in urban regions. Here, the GIS takes into account all the required parameters for the MSW collection (i.e. positions of waste bins, road network and the related traffic, truck capacities, etc) and its desktop users are able to model realistic network conditions and scenarios. In this case, the simulation consists of scenarios of visiting varied waste collection spots in the Municipality of Athens (MoA). The user, in both applications, is able to define or modify all the required dynamic factors for the creation of an initial scenario, and by modifying these particular parameters, alternative scenarios can be generated. Finally, the optimal solution is estimated by each routing optimization algorithm, followed by a comparison between these two algorithmic approaches on the newly designed collection routes. Furthermore, the proposed interactive design of both approaches has potential application in many other environmental planning and management problems.
Article
The paper develops an approach to the time-constrained, multiple-stop, truck-routing problem that minimizes the fuel consumption and pollutants emission. Features of framework are; it minimizes the distance a delivery vehicle must travel with a heavy payload in a given tour by sequencing the customer visits such that heavier items are unloaded first while lighter items are unloaded later, and it considers the amount of fuel burned during the time a truck is detained at customer sites. Our simulations, based on the routing of an actual motor carrier, suggest the approach may produce up to 6.9% in fuel savings over existing methods.
Article
This work proposes an innovative methodology for the reduction of the operation costs and pollutant emissions involved in the waste collection and transportation. Its innovative feature lies in combining vehicle route optimization with that of waste collection scheduling. The latter uses historical data of the filling rate of each container individually to establish the daily circuits of collection points to be visited, which is more realistic than the usual assumption of a single average fill-up rate common to all the system containers. Moreover, this allows for the ahead planning of the collection scheduling, which permits a better system management. The optimization process of the routes to be travelled makes recourse to Geographical Information Systems (GISs) and uses interchangeably two optimization criteria: total spent time and travelled distance. Furthermore, rather than using average values, the relevant parameters influencing fuel consumption and pollutant emissions, such as vehicle speed in different roads and loading weight, are taken into consideration. The established methodology is applied to the glass-waste collection and transportation system of Amarsul S.A., in Barreiro. Moreover, to isolate the influence of the dynamic load on fuel consumption and pollutant emissions a sensitivity analysis of the vehicle loading process is performed. For that, two hypothetical scenarios are tested: one with the collected volume increasing exponentially along the collection path; the other assuming that the collected volume decreases exponentially along the same path. The results evidence unquestionable beneficial impacts of the optimization on both the operation costs (labor and vehicles maintenance and fuel consumption) and pollutant emissions, regardless the optimization criterion used. Nonetheless, such impact is particularly relevant when optimizing for time yielding substantial improvements to the existing system: potential reductions of 62% for the total spent time, 43% for the fuel consumption and 40% for the emitted pollutants. This results in total cost savings of 57%, labor being the greatest contributor, representing over €11,000 per year for the two vehicles collecting glass-waste. Moreover, it is shown herein that the dynamic loading process of the collection vehicle impacts on both the fuel consumption and on pollutant emissions.
Article
Fuel consumption accounts for a large and increasing part of transportation costs. In this paper, the Fuel Consumption Rate (FCR), a factor considered as a load dependant function, is added to the classical capacitated vehicle routing problem (CVRP) to extend traditional studies on CVRP with the objective of minimizing fuel consumption. We present a mathematical optimization model to formally characterize the FCR considered CVRP (FCVRP) as well as a string based version for calculation. A simulated annealing algorithm with a hybrid exchange rule is developed to solve FCVRP and shows good performance on both the traditional CVRP and the FCVRP in substantial computation experiments. The results of the experiments show that the FCVRP model can reduce fuel consumption by 5% on average compared to the CVRP model. Factors causing the variation in fuel consumption are also identified and discussed in this study.
Article
The paper is concerned with the optimum routing of a fleet of gasoline delivery trucks between a bulk terminal and a large number of service stations supplied by the terminal. The shortest routes between any two points in the system are given and a demand for one or several products is specified for a number of stations within the distribution system. It is desired to find a way to assign stations to trucks in such a manner that station demands are satisfied and total mileage covered by the fleet is a minimum A procedure based on a linear programming formulation is given for obtaining a near optimal solution. The calculations may be readily performed by hand or by an automatic digital computing machine. No practical applications of the method have been made as yet. A number of trial problems have been calculated, however.
Methodology for rout optimization for solid waste collection and transportation in urban areas
  • G Ristić
G. Ristić et al., "Methodology for rout optimization for solid waste collection and transportation in urban areas," FACTA UNIVERSITATIS, 2015, vol. 12, no. 2, pp. 187-197.
Solid Waste Collection Vehicle Route Optimization for the City of
  • D L O'connor
D. L. O'Connor, Solid Waste Collection Vehicle Route Optimization for the City of Redlands, California, 2013, University of Redlands.
Costa visits Australia's biggest compost heap, in gardening Australia
  • C Georgiadis
C. Georgiadis, "Costa visits Australia's biggest compost heap, in gardening Australia," 2013.
Putting Your Waste to Good Use
  • Suez Environnement
SUEZ Environnement. Putting Your Waste to Good Use, 2015, Australia.