Car Share Locations
District of Columbia
@usgov.district_of_columbia_car_share_locations
District of Columbia
@usgov.district_of_columbia_car_share_locations
The dataset contains locations and attributes of car sharing locations. The points are the general locations where the Car Sharing currently exist. A database provided by the District Department of Transportation identified Car sharing locations.
Organization: District of Columbia
Last updated: 2024-04-30T17:57:33.613701
Tags: car-share-locations, dc, ddot, district-of-columbia, shared-mobility, transportation, vehicle, washington-dc
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"vendor" VARCHAR,
"address" VARCHAR,
"description" VARCHAR,
"age_of_loc" VARCHAR,
"make_model" VARCHAR,
"vehicle" VARCHAR,
"vehicle_id" DOUBLE,
"zone" VARCHAR,
"region" VARCHAR,
"loc_type" VARCHAR,
"numspaces" DOUBLE,
"xcoord" VARCHAR,
"ycoord" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"gis_id" VARCHAR,
"objectid" BIGINT,
"created_user" VARCHAR,
"created_date" TIMESTAMP,
"last_edited_user" VARCHAR,
"last_edited_date" TIMESTAMP,
"se_anno_cad_data" VARCHAR,
"creator" VARCHAR,
"created" VARCHAR,
"editor" VARCHAR,
"edited" VARCHAR
);Anyone who has the link will be able to view this.