← All datasets
# curated.transit_bus_stop
METRO bus stops (9,046 rows; category: Transit & bikes; geometry column `geom` (Point, EPSG:4326))
Fields (expression | type | filled/distinct in a sample | values or examples):
- objectid | bigint | 5000/5000 | e.g.: 247; 3226; 3542
- attrs->>'ADAComp' | string | 5000/4 | values: Y; N; ; Y
- attrs->>'ATSTREET' | string | 5000/2477 | e.g.: ; WESTPARK DR; BELLAIRE BLVD
- attrs->>'LAT' | number | 5000/1 | values: 0
- attrs->>'LON' | number | 5000/1 | values: 0
- attrs->>'ONSTREET' | string | 5000/572 | e.g.: RICHMOND AVE; BISSONNET ST; WESTHEIMER RD
- attrs->>'SRVD_RTS' | string | 5000/380 | e.g.: - 3 -; - 25 -; - 29 -
- attrs->>'STOPNAME' | string | 5000/4044 | e.g.: Crosstimbers St @ North Freeway; W Little York Rd @ Green Meadow Ln; S Wayside Dr @ Gulf Freeway
attrs values are text: cast when comparing numbers, e.g. (attrs->>'PCI')::numeric.