Annual On-Street Parking Permit (AOSPP)
City of New York
@usgov.city_of_new_york_annual_on_street_parking_permit_aaosp
City of New York
@usgov.city_of_new_york_annual_on_street_parking_permit_aaosp
Annual On-Street Parking Permits (AOSPP) are issued to not-for-profit organizations. The permit allows vehicles limited standing and parking privileges in loading zones and at parking meters while carrying out the organization's mission.
Organization: City of New York
Last updated: 2023-02-24T17:10:52.149387
Tags: car, parking, permit-agency, vehicle
CREATE TABLE table_1 (
"permit_num" BIGINT,
"vas_org" VARCHAR,
"prim_territory" VARCHAR,
"dot_id" BIGINT,
"veh_hrs_from" BIGINT,
"veh_hrs_from_am_pm" VARCHAR,
"veh_hrs_to" BIGINT,
"veh_hrs_to_ampm" VARCHAR,
"sun" VARCHAR,
"mon" VARCHAR,
"tue" VARCHAR,
"wed" VARCHAR,
"thur" VARCHAR,
"fri" VARCHAR,
"sat" VARCHAR,
"permit_effective_date" TIMESTAMP,
"permit_expiration_date" TIMESTAMP,
"permit_issued_date" TIMESTAMP,
"permit_status" VARCHAR,
"plate_state" VARCHAR,
"lost_app_vehicle_stolen" VARCHAR -- Lost App. VEHICLE STOLEN,
"appl_date" TIMESTAMP,
"appl_status" VARCHAR,
"appl_definition" VARCHAR,
"city" VARCHAR,
"cust_state" VARCHAR,
"zip" BIGINT
);Anyone who has the link will be able to view this.