Bicycle parking data for public land in the city.
Name |
Type Details |
Description |
RACKS |
type: Double
width: 8
precision: 38 |
Number of racks at location. |
LOCATION |
type: String
width: 254
precision: 0 |
Description of location (address, landmark, etc.). |
CAPACITY |
type: SmallInteger
width: 2
precision: 5 |
Number of bicycle parking spaces at location |
OWNER |
type: String
width: 50
precision: 0 |
Owner of the property on which the rack(s) was installed. |
CROSS_ST |
type: String
width: 50
precision: 0 |
|
LATITUDE |
type: Double
width: 8
precision: 38 |
Geographic Latitude |
LONGITUDE |
type: Double
width: 8
precision: 38 |
Geographic Longitude |
RACKTYPE |
type: String
width: 50
precision: 0 |
|
STATUS |
type: String
width: 50
precision: 0 |
|
REQUESTNUM |
type: String
width: 25
precision: 0 |
|
CREATED_DATE |
type: Date
width: 8
precision: 0 |
|
LAST_EDITED_DATE |
type: Date
width: 8
precision: 0 |
|