Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

dot_traffic_cameras

SPTKL edited this page Jul 21, 2020 · 2 revisions

DOT Traffic Cameras

About

This dataset contains all the NYC DOT traffic cameras, their location and their live camera footage url. You can find raw data here

DDL

CREATE TABLE dot_traffic_cameras.VERSION (
    content text,
    icon text,
    id text,
    latitude double precision,
    longitude double precision,
    title text,
    url text,
    geom geometry(Point,4326)
);
Clone this wiki locally