Grass Cutting (Lot Abatement/Chapter 66)
City of New Orleans
@usgov.city_of_new_orleans_grass_cutting_lot_abatement_chapter_66
City of New Orleans
@usgov.city_of_new_orleans_grass_cutting_lot_abatement_chapter_66
The City of New Orleans can cut the grass on private property when the owners fail to do so.
Why? Lot maintenance has a role to play in:
How? The City aims to make the most of the limited funds it has to cut a lot of grass that needs cutting by:
What can you do?
CREATE TABLE table_1 (
"open_closed" VARCHAR -- Open / Closed,
"case_number" VARCHAR,
"case_type" VARCHAR,
"address" VARCHAR,
"current_status" VARCHAR,
"current_status_date" VARCHAR,
"case_filed_date" VARCHAR,
"initial_inspection_date" VARCHAR,
"initial_inspection_result" VARCHAR,
"violation_letter_sent" VARCHAR,
"has_work_order" BOOLEAN,
"work_order_current_status" VARCHAR,
"initial_work_order_complete" VARCHAR,
"initial_cut_type" VARCHAR,
"initial_cut_assignment" VARCHAR,
"initial_cut_complete_date" VARCHAR,
"number_of_maintenance_cuts" BIGINT,
"latest_maintenance_cut" VARCHAR,
"case_source" VARCHAR,
"initial_complaint_number" VARCHAR,
"initial_complaint_date" VARCHAR,
"latest_complaint_number" VARCHAR,
"latest_complaint_date" VARCHAR,
"mva_class" VARCHAR,
"x" DOUBLE,
"y" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.