home / data

Menu
  • GraphQL API

noaa_stations

Table actions
  • GraphQL API for noaa_stations

1 row where lat = "32.666666666667005", parentGeoGroupId = 1751 and stationType = "S"

✎ View and edit SQL

This data as json, CSV (advanced)

stationId ▼ lat lon refStationId stationType parentGeoGroupId seq geoGroupId geoGroupName level geoGroupType abbrev good
TWC0405 32.666666666667005 -117.23333333333005 9410170 S 1751 1   Point Loma 2     0

Advanced export

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

CSV options:

CREATE TABLE [noaa_stations] (
   [stationId] TEXT PRIMARY KEY,
   [lat] FLOAT,
   [lon] FLOAT,
   [refStationId] TEXT,
   [stationType] TEXT,
   [parentGeoGroupId] TEXT,
   [seq] TEXT,
   [geoGroupId] TEXT,
   [geoGroupName] TEXT,
   [level] TEXT,
   [geoGroupType] TEXT,
   [abbrev] TEXT
, [good] INTEGER);
Powered by Datasette · Queries took 24.7ms