Capital Project Tracker
City of New York
@usgov.city_of_new_york_capital_projects_tracker
City of New York
@usgov.city_of_new_york_capital_projects_tracker
CREATE TABLE table_1 (
"trackerid" BIGINT,
"fmsid" VARCHAR,
"title" VARCHAR,
"summary" VARCHAR,
"currentphase" VARCHAR,
"designpercentcomplete" BIGINT,
"procurementpercentcomplete" BIGINT,
"constructionpercentcomplete" DOUBLE,
"designstart" VARCHAR,
"designprojectedcompletion" VARCHAR,
"designadjustedcompletion" VARCHAR,
"designactualcompletion" VARCHAR,
"procurementstart" VARCHAR,
"procurementprojectedcompletion" VARCHAR,
"procurementadjustedcompletion" VARCHAR,
"procurementactualcompletion" VARCHAR,
"constructionstart" VARCHAR,
"constructionprojectedcompletion" VARCHAR,
"constructionadjustedcompletion" VARCHAR,
"constructionactualcompletion" VARCHAR,
"totalfunding" VARCHAR,
"projectliaison" VARCHAR,
"lastupdated" VARCHAR,
"fundingsource" VARCHAR,
"name" VARCHAR,
"parkid" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"borough" VARCHAR
);
Anyone who has the link will be able to view this.