Leaking Underground Storage Tanks
District of Columbia
@usgov.district_of_columbia_leaking_underground_storage_tanks_6b76a
District of Columbia
@usgov.district_of_columbia_leaking_underground_storage_tanks_6b76a
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"facility_id" BIGINT,
"case_num" BIGINT,
"company_name" VARCHAR,
"facility_type" VARCHAR,
"site_address" VARCHAR,
"quadrant" VARCHAR,
"zipcode" BIGINT,
"ward" BIGINT,
"active" VARCHAR,
"status" VARCHAR,
"entry_date" TIMESTAMP,
"event_date" TIMESTAMP,
"notified_date" TIMESTAMP,
"closed_date" TIMESTAMP,
"regulator" VARCHAR,
"product" VARCHAR,
"receptor" VARCHAR,
"vrap_num" VARCHAR,
"media_of_contamination" VARCHAR,
"xcoord" DOUBLE,
"ycoord" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"mar_id" BIGINT,
"gis_id" VARCHAR,
"created" TIMESTAMP,
"edited" TIMESTAMP,
"globalid" VARCHAR,
"objectid" BIGINT
);
Anyone who has the link will be able to view this.