Baselight

Daily Solid Waste Dataset

Municiple solid waste generation records of 5 cities from 2012 to 2018

@kaggle.ivantha_daily_solid_waste_dataset

Loading...
Loading...

About this Dataset

Daily Solid Waste Dataset

Description

This dataset contains the daily solid waste amounts collected by garbage trucks within the city limits of 5 cities over the world.

Copyright

Articles: The ownership of the Sri Lankan data belongs to UCSC and the open-source data belongs to the original owners from which this data was retrieved.
*Dataset image: https://ieg.worldbankgroup.org/blog/towards-circular-economy-addressing-waste-management-threat

Citations

If you use this data in any research work / publication, please cite this dataset as,

O. Mudannayake, D. Rathnayake, J. D. Herath, D. K. Fernando and M. Fernando, "Exploring Machine Learning and Deep Learning Approaches for Multi-Step Forecasting in Municipal Solid Waste Generation," in IEEE Access, vol. 10, pp. 122570-122585, 2022, doi: 10.1109/ACCESS.2022.3221941.

Tables

Open Source Austin Daily Waste 2003 Jan 2021 Jul

@kaggle.ivantha_daily_solid_waste_dataset.open_source_austin_daily_waste_2003_jan_2021_jul
  • 85.03 KB
  • 5591 rows
  • 2 columns
Loading...

CREATE TABLE open_source_austin_daily_waste_2003_jan_2021_jul (
  "ticket_date" TIMESTAMP,
  "net_weight_kg" DOUBLE
);

Open Source Ballarat Daily Waste 2000 Jul 2015 Mar

@kaggle.ivantha_daily_solid_waste_dataset.open_source_ballarat_daily_waste_2000_jul_2015_mar
  • 49.09 KB
  • 3891 rows
  • 2 columns
Loading...

CREATE TABLE open_source_ballarat_daily_waste_2000_jul_2015_mar (
  "ticket_date" TIMESTAMP,
  "net_weight_kg" BIGINT
);

Moratuwa 2014–2018

@kaggle.ivantha_daily_solid_waste_dataset.moratuwa_2014_2018
  • 45.3 KB
  • 6691 rows
  • 4 columns
Loading...

CREATE TABLE moratuwa_2014_2018 (
  "area" VARCHAR,
  "ticket_date" TIMESTAMP,
  "waste_type" VARCHAR,
  "net_weight_kg" BIGINT
);

Homagama 2012–2018

@kaggle.ivantha_daily_solid_waste_dataset.homagama_2012_2018
  • 34.93 KB
  • 2729 rows
  • 4 columns
Loading...

CREATE TABLE homagama_2012_2018 (
  "area" VARCHAR,
  "ticket_date" TIMESTAMP,
  "waste_type" VARCHAR,
  "net_weight_kg" BIGINT
);

Dehiwala 2012–2018

@kaggle.ivantha_daily_solid_waste_dataset.dehiwala_2012_2018
  • 41.67 KB
  • 3583 rows
  • 4 columns
Loading...

CREATE TABLE dehiwala_2012_2018 (
  "area" VARCHAR,
  "ticket_date" TIMESTAMP,
  "waste_type" VARCHAR,
  "net_weight_kg" BIGINT
);

Boralasgamuwa 2012–2018

@kaggle.ivantha_daily_solid_waste_dataset.boralasgamuwa_2012_2018
  • 39.15 KB
  • 2988 rows
  • 4 columns
Loading...

CREATE TABLE boralasgamuwa_2012_2018 (
  "area" VARCHAR,
  "ticket_date" TIMESTAMP,
  "waste_type" VARCHAR,
  "net_weight_kg" DOUBLE
);

Share link

Anyone who has the link will be able to view this.