Skip to content

Instantly share code, notes, and snippets.

@greencoder
Last active July 7, 2017 19:52
Show Gist options
  • Save greencoder/0fc4b73b9ebd79de8ca491e6ab8c24be to your computer and use it in GitHub Desktop.
Save greencoder/0fc4b73b9ebd79de8ca491e6ab8c24be to your computer and use it in GitHub Desktop.
Fetching Historical Observations from ACIS (Using either curl or Python)
import argparse
import json
import re
import sys
import urllib2
# Parse the command-line arguments
argparser = argparse.ArgumentParser()
argparser.add_argument('date_start', help='Start Date')
argparser.add_argument('date_end', help='End Date')
argparser.add_argument('station')
args = argparser.parse_args()
# Validate the start date
if args.date_start != 'por':
if not re.search(r'\d{4}-\d{2}-\d{2}', args.date_start):
sys.exit('Invalid start date: %s' % args.date_start)
# Validate the end date
if args.date_end != 'por':
if not re.search(r'\d{4}-\d{2}-\d{2}', args.date_end):
sys.exit('Invalid end date: %s' % args.date_end)
# Create the request body
params = {
'sid': args.station,
'sdate': args.date_start,
'edate': args.date_end,
'output': 'csv',
'elems': [
{'name': 'maxt', 'add': 't'},
{'name': 'mint', 'add': 't'},
{'name': 'avgt', 'add': 't'},
{'name': 'pcpn', 'add': 't'},
{'name': 'snow', 'add': 't'},
{'name': 'snwd', 'add': 't'},
{'name': 'hdd', 'add': 't'},
{'name': 'cdd', 'add': 't'},
]
}
url = 'http://data.rcc-acis.org/StnData'
body = {'params': json.dumps(params)}
request = urllib2.urlopen(url, data=body)
response = request.read()
print response
curl 'http://data.rcc-acis.org/StnData' \
--data 'params={"sid":"denthr","sdate":"por","edate":"por","elems":"maxt,mint,avgt,pcpn,snow,snwd,hdd,cdd","output":"csv"}' \
> denthr.csv
date maxt mint avgt pcpn snow snwd hdd cdd
2017-06-27 97 59 78.0 T 0.0 0 0 13
2017-06-28 90 52 71.0 T 0.0 0 0 6
2017-06-29 87 54 70.5 0.13 0.0 0 0 6
2017-06-30 74 52 63.0 0.08 0.0 0 2 0
2017-07-01 89 51 70.0 0.00 0.0 0 0 5
2017-07-02 94 58 76.0 0.00 0.0 0 0 11
2017-07-03 92 53 72.5 0.00 0.0 0 0 8
2017-07-04 95 61 78.0 0.00 0.0 0 0 13
2017-07-05 98 62 80.0 0.00 0.0 0 0 15
2017-07-06 100 67 83.5 T 0.0 0 0 19
2017-07-07 M M M 0.00 M M M M
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [
-117.2,
32.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "San Diego Area",
"sid": "SANthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.3,
33.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Athens Area",
"sid": "AHNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.6,
42.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lansing Area",
"sid": "LANthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-89.3,
43.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Madison Area",
"sid": "MSNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.5,
35.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Asheville Area",
"sid": "AVLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-77.9,
34.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Wilmington Area",
"sid": "ILMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-76.7,
39.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Baltimore Area",
"sid": "BWIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-78.7,
42.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Buffalo Area",
"sid": "BUFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-104.8,
41.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Cheyenne Area",
"sid": "CYSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.7,
39.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Cincinnati Area",
"sid": "CVGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.9,
41.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Cleveland Area",
"sid": "CLEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.8,
24.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Key West Area",
"sid": "EYWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.0,
35.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Knoxville Area",
"sid": "TYSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-87.9,
43.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Milwaukee Area",
"sid": "MKEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-93.2,
44.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Minneapolis-St Paul Area",
"sid": "MSPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-88.2,
30.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Mobile Area",
"sid": "MOBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-74.0,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "New York-Central Park Area",
"sid": "NYCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-95.9,
41.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Omaha Area",
"sid": "OMAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.2,
40.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Pittsburgh Area",
"sid": "PITthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-77.7,
43.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Rochester Area",
"sid": "ROCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.2,
32.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Savannah Area",
"sid": "SAVthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.8,
41.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Toledo Area",
"sid": "TOLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-77.0,
38.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Washington Area",
"sid": "DCAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-87.9,
42.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Chicago Area",
"sid": "ORDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.0,
33.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Augusta Area",
"sid": "AGSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.3,
39.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Indianapolis Area",
"sid": "INDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-70.3,
43.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Portland Area",
"sid": "PWMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-87.5,
46.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Marquette County Area",
"sid": "MQTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.7,
36.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Nashville Area",
"sid": "BNAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-90.5,
41.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Moline Area",
"sid": "MLIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-92.2,
46.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Duluth Area",
"sid": "DLHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.7,
30.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Jacksonville Area",
"sid": "JAXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-93.8,
32.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Shreveport Area",
"sid": "SHVthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-71.0,
42.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Boston Area",
"sid": "BOSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-104.7,
39.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Denver Area",
"sid": "DENthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-90.0,
35.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Memphis Area",
"sid": "MEMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-75.2,
39.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Philadelphia Area",
"sid": "PHLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-85.7,
38.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Louisville Area",
"sid": "SDFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.4,
32.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Montgomery Area",
"sid": "MGMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.6,
38.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lexington Area",
"sid": "LEXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-91.3,
43.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "La Crosse Area",
"sid": "LSEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.2,
42.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Erie Area",
"sid": "ERIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-90.7,
42.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Dubuque Area",
"sid": "DBQthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-73.8,
42.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Albany Area",
"sid": "ALBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-74.6,
39.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Atlantic City Area",
"sid": "ACYthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.3,
42.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Detroit Area",
"sid": "DTWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-76.2,
36.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Norfolk Area",
"sid": "ORFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-90.4,
38.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "St Louis Area",
"sid": "STLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-112.0,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Salt Lake City Area",
"sid": "SLCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.0,
37.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Dodge City Area",
"sid": "DDCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.7,
41.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "North Platte Area",
"sid": "LBFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.8,
46.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Bismarck Area",
"sid": "BISthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-116.2,
43.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Boise Area",
"sid": "BOIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-92.2,
34.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Little Rock Area",
"sid": "LITthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-114.6,
32.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Yuma Area",
"sid": "YUMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-118.3,
34.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Los Angeles Downtown Area",
"sid": "CQTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-117.8,
40.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Winnemucca Area",
"sid": "WMCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.4,
25.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Brownsville Area",
"sid": "BROthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.9,
40.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Columbus Area",
"sid": "CMHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-93.7,
41.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Des Moines Area",
"sid": "DSMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.4,
33.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Atlanta Area",
"sid": "ATLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.0,
35.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Charlotte Area",
"sid": "CLTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-85.2,
35.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Chattanooga Area",
"sid": "CHAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-106.4,
31.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "El Paso Area",
"sid": "ELPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-89.7,
39.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Springfield Area",
"sid": "SPIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-87.2,
30.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Pensacola Area",
"sid": "PNSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-109.8,
48.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Havre Area",
"sid": "HVRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-112.0,
46.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Helena Area",
"sid": "HLNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-96.8,
46.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Fargo Area",
"sid": "FARthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-117.5,
47.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Spokane Area",
"sid": "GEGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-98.2,
44.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Huron Area",
"sid": "HONthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-117.0,
46.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lewiston Area",
"sid": "LWSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-119.7,
36.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Fresno Area",
"sid": "FATthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-94.4,
35.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Fort Smith Area",
"sid": "FSMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-89.7,
40.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Peoria Area",
"sid": "PIAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-73.2,
44.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Burlington Area",
"sid": "BTVthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.2,
34.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Greenville-Spartanburg Area",
"sid": "GSPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-98.5,
29.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "San Antonio Area",
"sid": "SATthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.7,
39.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Concordia Area",
"sid": "CNKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-99.7,
32.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Abilene Area",
"sid": "ABIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-92.5,
43.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Rochester Area",
"sid": "RSTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-88.1,
44.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Green Bay Area",
"sid": "GRBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-124.2,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Eureka Area",
"sid": "EKAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-96.7,
40.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lincoln Area",
"sid": "LNKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-78.8,
35.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Raleigh Area",
"sid": "RDUthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-77.3,
37.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Richmond Area",
"sid": "RICthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.5,
27.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Corpus Christi Area",
"sid": "CRPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.4,
40.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Akron Area",
"sid": "CAKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.1,
33.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Columbia Area",
"sid": "CAEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-95.6,
39.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Topeka Area",
"sid": "TOPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-93.4,
37.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Springfield Area",
"sid": "SGFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-115.8,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Elko Area",
"sid": "EKOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-114.8,
39.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Ely Area",
"sid": "ELYthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.1,
26.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "West Palm Beach Area",
"sid": "PBIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-104.5,
38.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Pueblo Area",
"sid": "PUBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-95.4,
30.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Houston Area",
"sid": "IAHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-94.7,
39.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Kansas City Area",
"sid": "MCIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-76.8,
40.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Middletown-Harrisburg Area",
"sid": "MDTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.4,
46.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Sault Ste Marie Area",
"sid": "ANJthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.4,
37.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Wichita Area",
"sid": "ICTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-96.4,
42.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Sioux City Area",
"sid": "SUXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.6,
42.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Valentine Area",
"sid": "VTNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-92.2,
38.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Columbia Area",
"sid": "COUthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-88.7,
32.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Meridian Area",
"sid": "MEIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.5,
28.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Tampa Area",
"sid": "TPAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.3,
29.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Gainesville Area",
"sid": "GNVthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.6,
35.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Oklahoma City Area",
"sid": "OKCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-108.7,
42.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lander Area",
"sid": "LNDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.8,
30.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Austin Area",
"sid": "ATTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.9,
32.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Columbus Area",
"sid": "CSGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-106.6,
35.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Albuquerque Area",
"sid": "ABQthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-111.4,
47.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Great Falls Area",
"sid": "GTFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.6,
38.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Huntington Area",
"sid": "HTSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-101.4,
35.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Amarillo Area",
"sid": "AMAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.9,
26.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Fort Myers Area",
"sid": "FMYthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.3,
28.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Orlando Area",
"sid": "MCOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-71.9,
42.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Worcester Area",
"sid": "ORHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-123.9,
46.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Astoria Area",
"sid": "ASTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.6,
38.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Charleston Area",
"sid": "CRWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.4,
30.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Tallahassee Area",
"sid": "TLHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-91.1,
30.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Baton Rouge Area",
"sid": "BTRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-85.5,
42.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Grand Rapids Area",
"sid": "GRRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-118.9,
45.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Pendleton Area",
"sid": "PDTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.7,
32.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Macon Area",
"sid": "MCNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-123.2,
44.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Eugene Area",
"sid": "EUGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-123.0,
44.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Salem Area",
"sid": "SLEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-98.4,
45.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Aberdeen Area",
"sid": "ABRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-119.1,
35.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Bakersfield Area",
"sid": "BFLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-75.6,
35.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Cape Hatteras Area",
"sid": "HSEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.3,
34.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Childress Area",
"sid": "CDSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.2,
47.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Grand Forks Area",
"sid": "GFKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-108.5,
39.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Grand Junction Area",
"sid": "GJTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-79.2,
37.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lynchburg Area",
"sid": "LYHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-71.1,
42.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Milton Area",
"sid": "MQEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-119.8,
39.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Reno Area",
"sid": "RNOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-89.1,
42.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Rockford Area",
"sid": "RFDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-104.5,
33.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Roswell Area",
"sid": "ROWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-103.6,
41.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Scottsbluff Area",
"sid": "BFFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-96.8,
43.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Sioux Falls Area",
"sid": "FSDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.4,
42.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Norfolk Area",
"sid": "OFKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-94.1,
45.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Saint Cloud Area",
"sid": "STCthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-114.1,
46.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Missoula Area",
"sid": "MSOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.2,
39.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Dayton Area",
"sid": "DAYthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-95.9,
36.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Tulsa Area",
"sid": "TULthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-106.6,
48.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Glasgow Area",
"sid": "GGWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.1,
37.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Beckley Area",
"sid": "BKWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.3,
41.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "South Bend Area",
"sid": "SBNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-103.6,
48.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Williston Area",
"sid": "ISNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-75.6,
39.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Wilmington Area",
"sid": "ILGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.8,
34.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Huntsville Area",
"sid": "HSVthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-111.0,
32.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Tucson Area",
"sid": "TUSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-104.7,
38.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Colorado Springs Area",
"sid": "COSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-93.2,
30.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lake Charles Area",
"sid": "LCHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-92.4,
42.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Waterloo Area",
"sid": "ALOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-76.9,
41.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Williamsport Area",
"sid": "IPTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-93.4,
48.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "International Falls Area",
"sid": "INLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.7,
33.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Birmingham Area",
"sid": "BHMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-101.7,
39.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Goodland Area",
"sid": "GLDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-112.0,
33.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Phoenix Area",
"sid": "PHXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.3,
25.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Miami Area",
"sid": "MIAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-98.3,
41.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Grand Island Area",
"sid": "GRIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-90.1,
32.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Jackson Area",
"sid": "JANthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-103.2,
36.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Clayton Area",
"sid": "CAOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.7,
41.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Youngstown Area",
"sid": "YNGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-86.2,
43.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Muskegon Area",
"sid": "MKGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-87.5,
38.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Evansville Area",
"sid": "EVVthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-98.5,
34.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Wichita Falls Area",
"sid": "SPSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-85.2,
41.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Fort Wayne Area",
"sid": "FWAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.0,
32.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Dallas-Fort Worth Area",
"sid": "DFWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-111.7,
35.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Flagstaff Area",
"sid": "FLGthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-66.0,
18.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "San Juan Area",
"sid": "SJUthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-79.9,
38.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Elkins Area",
"sid": "EKNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.5,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Mansfield Area",
"sid": "MFDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-114.3,
48.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Kalispell Area",
"sid": "FCAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-75.7,
41.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Avoca Area",
"sid": "AVPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-94.0,
30.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Beaumont-Port Arthur Area",
"sid": "BPTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.2,
31.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Waco Area",
"sid": "ACTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-96.9,
28.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Victoria Area",
"sid": "VCTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-76.1,
43.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Syracuse Area",
"sid": "SYRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-71.5,
43.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Concord Area",
"sid": "CONthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.0,
36.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Greensboro Area",
"sid": "GSOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-71.4,
41.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Providence Area",
"sid": "PVDthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-72.7,
41.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Hartford Area",
"sid": "BDLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.9,
29.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Del Rio Area",
"sid": "DRTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-120.4,
34.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Santa Maria Area",
"sid": "SMXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-105.9,
37.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Alamosa Area",
"sid": "ALSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-107.0,
44.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Sheridan Area",
"sid": "SHRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-100.5,
31.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "San Angelo Area",
"sid": "SJTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-101.8,
33.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Lubbock Area",
"sid": "LBBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-122.9,
42.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Medford Area",
"sid": "MFRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.0,
37.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Roanoke Area",
"sid": "ROAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.7,
44.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Houghton Lake Area",
"sid": "HTLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-96.9,
32.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Dallas Area",
"sid": "DALthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-110.7,
35.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Winslow Area",
"sid": "INWthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.6,
45.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Alpena Area",
"sid": "APNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.7,
43.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Flint Area",
"sid": "FNTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-75.4,
40.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Allentown Area",
"sid": "ABEthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-81.0,
29.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Daytona Beach Area",
"sid": "DABthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-68.8,
44.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Bangor Area",
"sid": "BGRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-88.8,
34.3
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Tupelo Area",
"sid": "TUPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-102.2,
31.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Midland-Odessa Area",
"sid": "MAFthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-74.2,
40.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Newark Area",
"sid": "EWRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-108.5,
45.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Billings Area",
"sid": "BILthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-115.2,
36.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Las Vegas Area",
"sid": "LASthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-88.8,
37.1
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Paducah Area",
"sid": "PAHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.0,
32.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Charleston Area",
"sid": "CHSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-119.0,
43.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Burns Area",
"sid": "BNOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-112.6,
42.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Pocatello Area",
"sid": "PIHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-68.0,
46.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Caribou Area",
"sid": "CARthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-106.5,
42.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Casper Area",
"sid": "CPRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-73.9,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "New York-LGA Area",
"sid": "LGAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-122.6,
45.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Portland Area",
"sid": "PDXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-121.5,
38.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Sacramento Area",
"sid": "SACthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-103.1,
44.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Rapid City Area",
"sid": "RAPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.7,
30.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Austin-Bergstrom Airport Area",
"sid": "AUSthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-80.2,
27.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Vero Beach Area",
"sid": "VRBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-118.4,
37.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Bishop Area",
"sid": "BIHthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-118.4,
33.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Los Angeles Airport Area",
"sid": "LAXthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-122.4,
37.7
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "San Francisco Airport Area",
"sid": "SFOthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-90.3,
30.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "New Orleans Area",
"sid": "MSYthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-120.5,
46.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Yakima Area",
"sid": "YKMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-84.2,
36.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Oak Ridge Area",
"sid": "OQTthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-82.4,
36.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Bristol-Johnson City Area",
"sid": "TRIthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-122.9,
47.0
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Olympia Area",
"sid": "OLMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-122.3,
47.4
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Seattle Area",
"sid": "SEAthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-73.1,
41.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Bridgeport Area",
"sid": "BDRthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-73.8,
40.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "New York-Kennedy Airport Area",
"sid": "JFKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-97.7,
38.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Salina Area",
"sid": "SLNthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-121.2,
37.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Stockton Area",
"sid": "SCKthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-75.5,
37.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Wallops Island Area",
"sid": "WALthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-76.0,
42.2
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Binghamton Area",
"sid": "BGMthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-118.1,
33.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Long Beach Area",
"sid": "LGBthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-77.5,
38.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Sterling-Dulles Airport Area",
"sid": "IADthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-124.6,
47.9
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Quillayute Area",
"sid": "UILthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-83.3,
37.6
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Jackson Area",
"sid": "JKLthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-73.1,
40.8
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Islip Area",
"sid": "ISPthr"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
-122.3,
40.5
]
},
"type": "Feature",
"properties": {
"type": "THREADEX",
"name": "Redding Area",
"sid": "RDDthr"
}
}
]
}
@greencoder
Copy link
Author

This is the raw data behind the NOAA "NowData" project.

The web services are documented here You can also use this query builder to figure out how it all works.

I'm not sure if it's documented, but por is the shorthand for period of record and gets you the data going as far back as it exists for a station.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment