Natural Turf Maintenance
City of New York
@usgov.city_of_new_york_natural_turf_maintenance
City of New York
@usgov.city_of_new_york_natural_turf_maintenance
From May to mid-October, Parks performs routine natural turf maintenance across the city's parks. Natural turf is any lawn area consisting of non-synthetic grass that must be mowed on a regular basis. A park or park zone that includes sites with lawn areas large enough to require the use of mowing equipment is considered a 'turf site'. There can be multiple turf sites within a given park. There are three types of maintenance done at these sites: lawn mowing, trimming lawn edges, and blowing away clippings and debris that occurred during the mowing and trimming. At the start of each day, crews receive an assignment designating which sites to visit and what work needs to be done at that site (in the data, this assignment is referred to as the ""assigned tasks""). At the conclusion of each site visit, a staff member is responsible for completing a survey that confirms what work was and was not completed. This data set is the compilation of those survey responses. Explore the Data Dictionary
Organization: City of New York
Last updated: 2025-03-22T17:40:43.300248
Tags: athletics, environment, grass, land-use, landscape-management, leaves, maintenance, operations
CREATE TABLE table_1 (
"id" VARCHAR,
"dateofwork" TIMESTAMP,
"borough" VARCHAR,
"district" VARCHAR,
"site_name" VARCHAR,
"omppropid" VARCHAR,
"starttime" VARCHAR,
"endtime" VARCHAR,
"crewsize" DOUBLE,
"mowingresponse" VARCHAR,
"trimmingresponse" VARCHAR,
"blowingresponse" VARCHAR,
"abletocompleteassignedtasks" BOOLEAN,
"reasonforincomplete" VARCHAR
);Anyone who has the link will be able to view this.