Highway Travel Permit- Single Use
City of New York
@usgov.city_of_new_york_highway_travel_permit_single_use
City of New York
@usgov.city_of_new_york_highway_travel_permit_single_use
Highway Travel Permits are issued to not-for-profit organizations, summer camps, and others using high occupancy vehicles (e.g. Construction projects, school buses, and vans) to access parkways otherwise available only to passenger cars for a short duration of time.
Organization: City of New York
Last updated: 2020-11-10T17:04:50.535695
Tags: high-occupany, parkway, travel
CREATE TABLE table_1 (
"permitno" BIGINT,
"expiration_date" TIMESTAMP,
"effectivedate" TIMESTAMP,
"companyname" VARCHAR,
"companycity" VARCHAR,
"companystate" VARCHAR,
"companyzip" VARCHAR,
"issuedate" TIMESTAMP,
"validdates" VARCHAR,
"validtimes" VARCHAR,
"schoolchildren" BOOLEAN,
"othertransportdesc" VARCHAR,
"permitpurpose" VARCHAR,
"pelham" BOOLEAN,
"beltparkway" BOOLEAN,
"bronxriver" BOOLEAN,
"crossisland" BOOLEAN,
"easternparkway" BOOLEAN,
"grandcentral" BOOLEAN,
"mosholu" BOOLEAN,
"hutchinsonriver" BOOLEAN,
"harlemriver" BOOLEAN,
"richmondparkway" BOOLEAN,
"willowbrookparkway" BOOLEAN,
"henryhudsonparkway" BOOLEAN,
"jackierobinsonparkway" BOOLEAN,
"fdr_drive" BOOLEAN,
"otherparkway" BOOLEAN,
"otherparkwaydesc" VARCHAR,
"conditionrestrictions" VARCHAR
);Anyone who has the link will be able to view this.