noaa_stations
1 row where good = 0 and seq = 33
This data as json, CSV (advanced)
stationId ▼ | lat | lon | refStationId | stationType | parentGeoGroupId | seq | geoGroupId | geoGroupName | level | geoGroupType | abbrev | good |
---|---|---|---|---|---|---|---|---|---|---|---|---|
9414505 | 37.5083 | -122.21 | 9414290 | S | 1451 | 33 | Corkscrew Slough | 2 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);