Environmental Learning Center
City of Seattle
@usgov.city_of_seattle_environmental_learning_center_221f8
City of Seattle
@usgov.city_of_seattle_environmental_learning_center_221f8
CREATE TABLE table_1 (
"objectid" BIGINT,
"park_name" VARCHAR,
"elc_name" VARCHAR,
"address" VARCHAR,
"elc_phone_number" VARCHAR,
"site_type" VARCHAR,
"open_on_sunday" VARCHAR,
"open_hours_on_sunday" VARCHAR,
"open_on_monday" VARCHAR,
"open_hours_on_monday" VARCHAR,
"open_on_tuesday" VARCHAR,
"open_hours_on_tuesday" VARCHAR,
"open_on_wednesday" VARCHAR,
"open_hours_on_wednesday" VARCHAR,
"open_on_thursday" VARCHAR,
"open_hours_on_thursday" VARCHAR,
"open_on_friday" VARCHAR,
"open_hours_on_friday" VARCHAR,
"open_on_saturday" VARCHAR,
"open_hours_on_saturday" VARCHAR,
"notes" VARCHAR,
"operational_status" VARCHAR,
"point_x" DOUBLE,
"point_y" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"pma_id" DOUBLE,
"location_id" VARCHAR,
"amwo_id" VARCHAR,
"activenet_facility_type_id" VARCHAR,
"activenet_site_id" DOUBLE,
"activenet_center_id" VARCHAR,
"rse_priority" VARCHAR,
"spr_maintenance_district" VARCHAR,
"council_district" BIGINT,
"spatial_data_quality_level" VARCHAR,
"link_1" VARCHAR,
"link_2" VARCHAR,
"globalid" VARCHAR,
"gis_creator" VARCHAR,
"gis_crt_dt" VARCHAR,
"gis_editor" VARCHAR,
"gis_edt_dt" VARCHAR,
"se_anno_cad_data" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.