home / data

Menu
  • GraphQL API

stations

Table actions
  • GraphQL API for stations

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name latitude longitude
9414131 Pillar Point Harbor CA 37.4954239229958 -122.4986519292
9414750 Alameda, CA 37.7717 -122.3075

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [stations] (
   [id] INTEGER PRIMARY KEY,
   [name] TEXT,
   [latitude] FLOAT,
   [longitude] FLOAT
);
Powered by Datasette · Queries took 4.5ms