Mowing Locations
District of Columbia
@usgov.district_of_columbia_mowing_locations
District of Columbia
@usgov.district_of_columbia_mowing_locations
The Mowing Operations dataset provides detailed information on scheduled mowing operations across District-managed properties. It includes data fields such as mowing dates, mowing frequency, and specific location identifiers like property names and addresses. The dataset also categorizes mowing areas by agency or property type—such as schools, parks, and government facilities—and includes timestamps showing the last time the information was updated. Developed to promote transparency and community engagement, the dataset allows residents to see when and where mowing services are planned throughout the season.
Organization: District of Columbia
Last updated: 2025-05-07T01:16:18.703645
Tags: dc, dgs, district-of-columbia, dpw, groundskeeping, mowing, washington-dc
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"name" VARCHAR,
"property_address" VARCHAR,
"property_name" VARCHAR,
"agency" VARCHAR,
"cycle_end_date" TIMESTAMP,
"cycle_start_date" TIMESTAMP,
"status" VARCHAR,
"reason_for_delay" VARCHAR,
"scheduled_date" TIMESTAMP,
"completed_date" TIMESTAMP,
"ward" VARCHAR,
"cycle_day" DOUBLE,
"dc_coordinate" VARCHAR,
"gis_last_mod_dttm" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location_type" VARCHAR,
"cycle_week" DOUBLE,
"cycle_number" DOUBLE,
"se_anno_cad_data" VARCHAR,
"objectid" BIGINT,
"globalid" VARCHAR
);Anyone who has the link will be able to view this.