The Industrial District BID regularly tracks a number of security and maintenance statistics, with selected indicators. Here’s the overview of the stats. Continue scrolling down to see more details.

Trash Removal
In total, 54,033 bags of trash were removed in Q1 2023, weighing 811 tons.


Pressure Wash Requests
The BID provides pressure washing services now upon request, to mitigate public health hazards from bodily fluids and waste on sidewalks and in business doorways.
In Q1 2023, the BID received a total of 1,210 pressure wash requests.


Graffiti Removal Requests
During Q1 2023, the BID cleaned up 70,544 square feet of graffiti. Slightly less than the previous period due to heavy rains.

Public Safety Service Requests
The BID responded to 669 public safety incidents during Q1 2023.

Chart.defaults.global.animation.duration = 2000;
var ctx3 = document.getElementById("PressureWashRequests"); var myChart3 = new Chart(ctx3, { type: 'line', data: { labels: [ "Apr 2022", "May 2022", "Jun 2022", "Jul 2022", "Aug 2022", "Sept 2022", "Oct 2022", "Nov 2022", "Dec 2022", "Jan 2023", "Feb 2023", "Mar 2023",], datasets: [{ label: 'Pressure Wash Requests', data: [ 725, 782, 846, 788, 749, 585, 653, 518, 500, 414, 429, 367], backgroundColor: [ 'rgba(255, 206, 86, 0.2)' ], borderColor: [ 'rgba(255, 206, 86, 1)' ], borderWidth: 1 },
] }, options: { elements: { line: { tension: 0, // disables bezier curves } }, scales: { xAxes: [{ display: true, scaleLabel: { display: true, labelString: 'Month' } }], yAxes: [{ display: true, ticks: { beginAtZero: true, max: 1000, userCallback: function(value, index, values) { value = value.toString(); value = value.split(/(?=(?:...)*$)/); value = value.join(','); return value; } } }] }, } });
/* Graffiti Removed */ var ctx4 = document.getElementById("GraffitiRemoved"); var myChart4 = new Chart(ctx4, { type: 'line', data: { labels: [ "Apr 2022", "May 2022", "Jun 2022", "Jul 2022", "Aug 2022", "Sept 2022", "Oct 2022", "Nov 2022", "Dec 2022", "Jan 2023", "Feb 2023", "March 2023" ], datasets: [{ label: 'Sq Ft of Graffiti Removed', data: [ 13668, 29964, 33110, 29866, 30956, 28214, 22473, 34422, 28142, 25429, 17208, 27907], backgroundColor: [ 'rgba(75, 192, 192, 0.2)' ], borderColor: [ 'rgba(75, 192, 192, 1)' ], borderWidth: 1 },
] }, options: { elements: { line: { tension: 0, // disables bezier curves } }, scales: { xAxes: [{ display: true, scaleLabel: { display: true, labelString: 'Month' } }], yAxes: [{ display: true, ticks: { beginAtZero: true, userCallback: function(value, index, values) { value = value.toString(); value = value.split(/(?=(?:...)*$)/); value = value.join(','); return value; } } }] }, } });
