N-Wouda / Urban-Waste-Collection

Code for our paper "An integrated selection and routing policy for urban waste collection".
GNU Affero General Public License v3.0
2 stars 0 forks source link
data-driven municipal-solid-waste operations-research vehicle-routing-problem waste-collection

Urban waste collection

CI

This repository hosts code investigating how to improve urban waste collection with better container selection and routing policies. The implementation is tested on a case study arising in the Municipality of Groningen (The Netherlands). The code includes:

Additionally, the notebooks in notebooks/ reproduce the results from our paper. This includes the results from the case study (in case_study.ipynb), and an exploratory analysis of the case study setting and sensor data (in exploration.ipynb and sensors.ipynb, respectively).

Installation

Update or get poetry, and then simply use poetry install from the repository root.

Programs

The following programs are currently available:

These programs can be ran as poetry run <script name>, for example:

poetry run ingest

You may pass the --help option to learn more about program usage. Some programs depend on data available in a data/ directory. This data is not made available via the GitHub repository, since we do not own it.

How to cite

If this repository has been useful in your research, please consider citing the following paper:

Wouda, N.A., M. Aerts-Veenstra, and N. van Foreest (2024). An integrated selection and routing policy for urban waste collection. https://arxiv.org/abs/2409.13386.

Or, using the following BibTeX entry:

@article{Wouda_waste_2024,
  doi = {10.48550/arXiv.2409.13386},
  url = {https://arxiv.org/abs/2409.13386},
  year = {2024},
  author = {Niels A. Wouda and Marjolein Aerts-Veenstra and Nicky {van Foreest}},
  title = {An integrated selection and routing policy for urban waste collection},
}

License

Copyright (C) since 2023, Niels Wouda and Nicky van Foreest

Unless expressly noted otherwise, the code in this repository is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The code in this repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License as part of this repository. If not, see https://www.gnu.org/licenses/.