sba 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +41 -0
- data/.rspec +3 -0
- data/Gemfile +4 -0
- data/LICENSE.md +10 -0
- data/LICENSE.mkd +20 -0
- data/README.mkd +72 -0
- data/Rakefile +16 -0
- data/autotest/discover.rb +1 -0
- data/lib/faraday/multipart.rb +29 -0
- data/lib/faraday/raise_error.rb +31 -0
- data/lib/faraday/response/raise_error.rb +32 -0
- data/lib/sba.rb +51 -0
- data/lib/sba/client.rb +44 -0
- data/lib/sba/client/connection.rb +37 -0
- data/lib/sba/client/data.rb +73 -0
- data/lib/sba/client/licenses.rb +111 -0
- data/lib/sba/client/loans.rb +125 -0
- data/lib/sba/client/request.rb +37 -0
- data/lib/sba/client/sites.rb +71 -0
- data/lib/sba/client/urls.rb +134 -0
- data/lib/sba/configuration.rb +44 -0
- data/lib/sba/version.rb +3 -0
- data/sba.gemspec +37 -0
- data/spec/data_spec.rb +103 -0
- data/spec/fixtures/all_sites_keywords.json +1393 -0
- data/spec/fixtures/business_type_state.json +81 -0
- data/spec/fixtures/business_type_state_city.json +131 -0
- data/spec/fixtures/business_type_state_county.json +101 -0
- data/spec/fixtures/business_type_zip.json +111 -0
- data/spec/fixtures/by_business_type.json +601 -0
- data/spec/fixtures/by_state.json +71 -0
- data/spec/fixtures/city_links_for_state.json +30 -0
- data/spec/fixtures/data_city.json +87543 -0
- data/spec/fixtures/data_city_county.json +88355 -0
- data/spec/fixtures/data_county.json +813 -0
- data/spec/fixtures/data_specific_city.json +15 -0
- data/spec/fixtures/data_specific_county.json +2493 -0
- data/spec/fixtures/doing_business_as.json +591 -0
- data/spec/fixtures/employer_requirements.json +2211 -0
- data/spec/fixtures/entity_filing.json +551 -0
- data/spec/fixtures/federal_and_state_financing_for.json +973 -0
- data/spec/fixtures/loan_grants.json +901 -0
- data/spec/fixtures/loan_grants_by_industry_specialty.json +533 -0
- data/spec/fixtures/loan_grants_by_specialty.json +210 -0
- data/spec/fixtures/loan_grants_industry.json +324 -0
- data/spec/fixtures/loan_grants_state_ind_spec.json +381 -0
- data/spec/fixtures/loan_grants_state_industry.json +381 -0
- data/spec/fixtures/loan_grants_state_specialty.json +362 -0
- data/spec/fixtures/primary_url_for_athens.json +15 -0
- data/spec/fixtures/primary_url_for_clarke_county.json +29 -0
- data/spec/fixtures/rec_sites_categories.json +249 -0
- data/spec/fixtures/rec_sites_categories.xml +1 -0
- data/spec/fixtures/rec_sites_domain.json +9 -0
- data/spec/fixtures/rec_sites_domain.xml +1 -0
- data/spec/fixtures/rec_sites_keyword.json +17 -0
- data/spec/fixtures/rec_sites_keywords.xml +1 -0
- data/spec/fixtures/rec_sites_master_term.json +9 -0
- data/spec/fixtures/rec_sites_master_term.xml +1 -0
- data/spec/fixtures/state_financing_for.json +73 -0
- data/spec/fixtures/state_licenses.json +11191 -0
- data/spec/fixtures/tax_registration.json +1101 -0
- data/spec/fixtures/url_city.json +6063 -0
- data/spec/fixtures/url_city_county.json +6875 -0
- data/spec/fixtures/url_county.json +813 -0
- data/spec/fixtures/url_specific_city.json +141 -0
- data/spec/fixtures/url_specific_county.json +477 -0
- data/spec/helper.rb +27 -0
- data/spec/licenses_spec.rb +148 -0
- data/spec/loans_spec.rb +193 -0
- data/spec/sba_ruby/client_spec.rb +8 -0
- data/spec/sba_spec.rb +9 -0
- data/spec/sites_spec.rb +101 -0
- data/spec/urls_spec.rb +188 -0
- metadata +345 -0
@@ -0,0 +1,813 @@
|
|
1
|
+
[
|
2
|
+
{"name": "Alameda County" ,
|
3
|
+
"fips_county_cd": "1" ,
|
4
|
+
"feat_class": "Civil" ,
|
5
|
+
"county_name": null ,
|
6
|
+
"primary_latitude": "37.59" ,
|
7
|
+
"state_name": "California" ,
|
8
|
+
"url": "http://www.acgov.org/" ,
|
9
|
+
"state_abbreviation": "CA" ,
|
10
|
+
"description": null ,
|
11
|
+
"primary_longitude": "-121.88" ,
|
12
|
+
"link_title": null ,
|
13
|
+
"feature_id": 1675839 ,
|
14
|
+
"full_county_name": null ,
|
15
|
+
"fips_class": "H1"},
|
16
|
+
{"name": "Alpine County" ,
|
17
|
+
"fips_county_cd": "3" ,
|
18
|
+
"feat_class": "Civil" ,
|
19
|
+
"county_name": null ,
|
20
|
+
"primary_latitude": "38.59" ,
|
21
|
+
"state_name": "California" ,
|
22
|
+
"url": "http://www.alpinecountyca.gov/" ,
|
23
|
+
"state_abbreviation": "CA" ,
|
24
|
+
"description": null ,
|
25
|
+
"primary_longitude": "-119.8" ,
|
26
|
+
"link_title": null ,
|
27
|
+
"feature_id": 1675840 ,
|
28
|
+
"full_county_name": null ,
|
29
|
+
"fips_class": "H1"},
|
30
|
+
{"name": "Amador County" ,
|
31
|
+
"fips_county_cd": "5" ,
|
32
|
+
"feat_class": "Civil" ,
|
33
|
+
"county_name": null ,
|
34
|
+
"primary_latitude": "38.44" ,
|
35
|
+
"state_name": "California" ,
|
36
|
+
"url": "http://www.co.amador.ca.us/" ,
|
37
|
+
"state_abbreviation": "CA" ,
|
38
|
+
"description": null ,
|
39
|
+
"primary_longitude": "-120.65" ,
|
40
|
+
"link_title": null ,
|
41
|
+
"feature_id": 1675841 ,
|
42
|
+
"full_county_name": null ,
|
43
|
+
"fips_class": "H1"},
|
44
|
+
{"name": "Butte County" ,
|
45
|
+
"fips_county_cd": "7" ,
|
46
|
+
"feat_class": "Civil" ,
|
47
|
+
"county_name": null ,
|
48
|
+
"primary_latitude": "39.64" ,
|
49
|
+
"state_name": "California" ,
|
50
|
+
"url": "http://www.buttecounty.net/" ,
|
51
|
+
"state_abbreviation": "CA" ,
|
52
|
+
"description": null ,
|
53
|
+
"primary_longitude": "-121.56" ,
|
54
|
+
"link_title": null ,
|
55
|
+
"feature_id": 1675842 ,
|
56
|
+
"full_county_name": null ,
|
57
|
+
"fips_class": "H1"},
|
58
|
+
{"name": "Calaveras County" ,
|
59
|
+
"fips_county_cd": "9" ,
|
60
|
+
"feat_class": "Civil" ,
|
61
|
+
"county_name": null ,
|
62
|
+
"primary_latitude": "38.16" ,
|
63
|
+
"state_name": "California" ,
|
64
|
+
"url": "http://www.co.calaveras.ca.us/" ,
|
65
|
+
"state_abbreviation": "CA" ,
|
66
|
+
"description": null ,
|
67
|
+
"primary_longitude": "-120.58" ,
|
68
|
+
"link_title": null ,
|
69
|
+
"feature_id": 1675885 ,
|
70
|
+
"full_county_name": null ,
|
71
|
+
"fips_class": "H1"},
|
72
|
+
{"name": "Colusa County" ,
|
73
|
+
"fips_county_cd": "11" ,
|
74
|
+
"feat_class": "Civil" ,
|
75
|
+
"county_name": null ,
|
76
|
+
"primary_latitude": "39.18" ,
|
77
|
+
"state_name": "California" ,
|
78
|
+
"url": "http://www.colusacountyclerk.com/" ,
|
79
|
+
"state_abbreviation": "CA" ,
|
80
|
+
"description": null ,
|
81
|
+
"primary_longitude": "-122.26" ,
|
82
|
+
"link_title": null ,
|
83
|
+
"feature_id": 1675902 ,
|
84
|
+
"full_county_name": null ,
|
85
|
+
"fips_class": "H1"},
|
86
|
+
{"name": "Contra Costa County" ,
|
87
|
+
"fips_county_cd": "13" ,
|
88
|
+
"feat_class": "Civil" ,
|
89
|
+
"county_name": null ,
|
90
|
+
"primary_latitude": "37.93" ,
|
91
|
+
"state_name": "California" ,
|
92
|
+
"url": "http://www.co.contra-costa.ca.us/" ,
|
93
|
+
"state_abbreviation": "CA" ,
|
94
|
+
"description": null ,
|
95
|
+
"primary_longitude": "-121.93" ,
|
96
|
+
"link_title": null ,
|
97
|
+
"feature_id": 1675903 ,
|
98
|
+
"full_county_name": null ,
|
99
|
+
"fips_class": "H1"},
|
100
|
+
{"name": "Del Norte County" ,
|
101
|
+
"fips_county_cd": "15" ,
|
102
|
+
"feat_class": "Civil" ,
|
103
|
+
"county_name": null ,
|
104
|
+
"primary_latitude": "41.69" ,
|
105
|
+
"state_name": "California" ,
|
106
|
+
"url": "http://www.co.del-norte.ca.us/" ,
|
107
|
+
"state_abbreviation": "CA" ,
|
108
|
+
"description": null ,
|
109
|
+
"primary_longitude": "-123.9" ,
|
110
|
+
"link_title": null ,
|
111
|
+
"feature_id": 1682074 ,
|
112
|
+
"full_county_name": null ,
|
113
|
+
"fips_class": "H1"},
|
114
|
+
{"name": "El Dorado County" ,
|
115
|
+
"fips_county_cd": "17" ,
|
116
|
+
"feat_class": "Civil" ,
|
117
|
+
"county_name": null ,
|
118
|
+
"primary_latitude": "38.76" ,
|
119
|
+
"state_name": "California" ,
|
120
|
+
"url": "http://www.co.el-dorado.ca.us/" ,
|
121
|
+
"state_abbreviation": "CA" ,
|
122
|
+
"description": null ,
|
123
|
+
"primary_longitude": "-120.51" ,
|
124
|
+
"link_title": null ,
|
125
|
+
"feature_id": 277273 ,
|
126
|
+
"full_county_name": null ,
|
127
|
+
"fips_class": "H1"},
|
128
|
+
{"name": "Fresno County" ,
|
129
|
+
"fips_county_cd": "19" ,
|
130
|
+
"feat_class": "Civil" ,
|
131
|
+
"county_name": null ,
|
132
|
+
"primary_latitude": "36.66" ,
|
133
|
+
"state_name": "California" ,
|
134
|
+
"url": "http://www.co.fresno.ca.us/" ,
|
135
|
+
"state_abbreviation": "CA" ,
|
136
|
+
"description": null ,
|
137
|
+
"primary_longitude": "-119.83" ,
|
138
|
+
"link_title": null ,
|
139
|
+
"feature_id": 277274 ,
|
140
|
+
"full_county_name": null ,
|
141
|
+
"fips_class": "H1"},
|
142
|
+
{"name": "Glenn County" ,
|
143
|
+
"fips_county_cd": "21" ,
|
144
|
+
"feat_class": "Civil" ,
|
145
|
+
"county_name": null ,
|
146
|
+
"primary_latitude": "39.59" ,
|
147
|
+
"state_name": "California" ,
|
148
|
+
"url": "http://www.countyofglenn.net/" ,
|
149
|
+
"state_abbreviation": "CA" ,
|
150
|
+
"description": null ,
|
151
|
+
"primary_longitude": "-122.43" ,
|
152
|
+
"link_title": null ,
|
153
|
+
"feature_id": 277275 ,
|
154
|
+
"full_county_name": null ,
|
155
|
+
"fips_class": "H1"},
|
156
|
+
{"name": "Humboldt County" ,
|
157
|
+
"fips_county_cd": "23" ,
|
158
|
+
"feat_class": "Civil" ,
|
159
|
+
"county_name": null ,
|
160
|
+
"primary_latitude": "40.66" ,
|
161
|
+
"state_name": "California" ,
|
162
|
+
"url": "http://www.co.humboldt.ca.us/" ,
|
163
|
+
"state_abbreviation": "CA" ,
|
164
|
+
"description": null ,
|
165
|
+
"primary_longitude": "-123.91" ,
|
166
|
+
"link_title": null ,
|
167
|
+
"feature_id": 1681908 ,
|
168
|
+
"full_county_name": null ,
|
169
|
+
"fips_class": "H1"},
|
170
|
+
{"name": "Imperial County" ,
|
171
|
+
"fips_county_cd": "25" ,
|
172
|
+
"feat_class": "Civil" ,
|
173
|
+
"county_name": null ,
|
174
|
+
"primary_latitude": "33.03" ,
|
175
|
+
"state_name": "California" ,
|
176
|
+
"url": "http://www.co.imperial.ca.us/" ,
|
177
|
+
"state_abbreviation": "CA" ,
|
178
|
+
"description": null ,
|
179
|
+
"primary_longitude": "-115.41" ,
|
180
|
+
"link_title": null ,
|
181
|
+
"feature_id": 277277 ,
|
182
|
+
"full_county_name": null ,
|
183
|
+
"fips_class": "H1"},
|
184
|
+
{"name": "Inyo County" ,
|
185
|
+
"fips_county_cd": "27" ,
|
186
|
+
"feat_class": "Civil" ,
|
187
|
+
"county_name": null ,
|
188
|
+
"primary_latitude": "36.58" ,
|
189
|
+
"state_name": "California" ,
|
190
|
+
"url": "http://www.countyofinyo.org/" ,
|
191
|
+
"state_abbreviation": "CA" ,
|
192
|
+
"description": null ,
|
193
|
+
"primary_longitude": "-117.41" ,
|
194
|
+
"link_title": null ,
|
195
|
+
"feature_id": 1804637 ,
|
196
|
+
"full_county_name": null ,
|
197
|
+
"fips_class": "H1"},
|
198
|
+
{"name": "Kern County" ,
|
199
|
+
"fips_county_cd": "29" ,
|
200
|
+
"feat_class": "Civil" ,
|
201
|
+
"county_name": null ,
|
202
|
+
"primary_latitude": "35.29" ,
|
203
|
+
"state_name": "California" ,
|
204
|
+
"url": "http://www.co.kern.ca.us/" ,
|
205
|
+
"state_abbreviation": "CA" ,
|
206
|
+
"description": null ,
|
207
|
+
"primary_longitude": "-118.66" ,
|
208
|
+
"link_title": null ,
|
209
|
+
"feature_id": 2054176 ,
|
210
|
+
"full_county_name": null ,
|
211
|
+
"fips_class": "H1"},
|
212
|
+
{"name": "Kings County" ,
|
213
|
+
"fips_county_cd": "31" ,
|
214
|
+
"feat_class": "Civil" ,
|
215
|
+
"county_name": null ,
|
216
|
+
"primary_latitude": "36.03" ,
|
217
|
+
"state_name": "California" ,
|
218
|
+
"url": "http://www.countyofkings.com/" ,
|
219
|
+
"state_abbreviation": "CA" ,
|
220
|
+
"description": null ,
|
221
|
+
"primary_longitude": "-119.83" ,
|
222
|
+
"link_title": null ,
|
223
|
+
"feature_id": 277280 ,
|
224
|
+
"full_county_name": null ,
|
225
|
+
"fips_class": "H1"},
|
226
|
+
{"name": "Lake County" ,
|
227
|
+
"fips_county_cd": "33" ,
|
228
|
+
"feat_class": "Civil" ,
|
229
|
+
"county_name": null ,
|
230
|
+
"primary_latitude": "39.09" ,
|
231
|
+
"state_name": "California" ,
|
232
|
+
"url": "http://www.co.lake.ca.us/" ,
|
233
|
+
"state_abbreviation": "CA" ,
|
234
|
+
"description": null ,
|
235
|
+
"primary_longitude": "-122.78" ,
|
236
|
+
"link_title": null ,
|
237
|
+
"feature_id": 277281 ,
|
238
|
+
"full_county_name": null ,
|
239
|
+
"fips_class": "H1"},
|
240
|
+
{"name": "Lassen County" ,
|
241
|
+
"fips_county_cd": "35" ,
|
242
|
+
"feat_class": "Civil" ,
|
243
|
+
"county_name": null ,
|
244
|
+
"primary_latitude": "40.66" ,
|
245
|
+
"state_name": "California" ,
|
246
|
+
"url": "http://www.co.lassen.ca.us/" ,
|
247
|
+
"state_abbreviation": "CA" ,
|
248
|
+
"description": null ,
|
249
|
+
"primary_longitude": "-120.58" ,
|
250
|
+
"link_title": null ,
|
251
|
+
"feature_id": 1693324 ,
|
252
|
+
"full_county_name": null ,
|
253
|
+
"fips_class": "H1"},
|
254
|
+
{"name": "Los Angeles County" ,
|
255
|
+
"fips_county_cd": "37" ,
|
256
|
+
"feat_class": "Civil" ,
|
257
|
+
"county_name": null ,
|
258
|
+
"primary_latitude": "34.36" ,
|
259
|
+
"state_name": "California" ,
|
260
|
+
"url": "http://lacounty.info/" ,
|
261
|
+
"state_abbreviation": "CA" ,
|
262
|
+
"description": null ,
|
263
|
+
"primary_longitude": "-118.2" ,
|
264
|
+
"link_title": null ,
|
265
|
+
"feature_id": 277283 ,
|
266
|
+
"full_county_name": null ,
|
267
|
+
"fips_class": "H1"},
|
268
|
+
{"name": "Madera County" ,
|
269
|
+
"fips_county_cd": "39" ,
|
270
|
+
"feat_class": "Civil" ,
|
271
|
+
"county_name": null ,
|
272
|
+
"primary_latitude": "37.16" ,
|
273
|
+
"state_name": "California" ,
|
274
|
+
"url": "http://www.madera-county.com/" ,
|
275
|
+
"state_abbreviation": "CA" ,
|
276
|
+
"description": null ,
|
277
|
+
"primary_longitude": "-119.83" ,
|
278
|
+
"link_title": null ,
|
279
|
+
"feature_id": 277284 ,
|
280
|
+
"full_county_name": null ,
|
281
|
+
"fips_class": "H1"},
|
282
|
+
{"name": "Marin County" ,
|
283
|
+
"fips_county_cd": "41" ,
|
284
|
+
"feat_class": "Civil" ,
|
285
|
+
"county_name": null ,
|
286
|
+
"primary_latitude": "38.06" ,
|
287
|
+
"state_name": "California" ,
|
288
|
+
"url": "http://www.co.marin.ca.us/" ,
|
289
|
+
"state_abbreviation": "CA" ,
|
290
|
+
"description": null ,
|
291
|
+
"primary_longitude": "-122.73" ,
|
292
|
+
"link_title": null ,
|
293
|
+
"feature_id": 277285 ,
|
294
|
+
"full_county_name": null ,
|
295
|
+
"fips_class": "H1"},
|
296
|
+
{"name": "Mariposa County" ,
|
297
|
+
"fips_county_cd": "43" ,
|
298
|
+
"feat_class": "Civil" ,
|
299
|
+
"county_name": null ,
|
300
|
+
"primary_latitude": "37.54" ,
|
301
|
+
"state_name": "California" ,
|
302
|
+
"url": "http://www.mariposacounty.org/" ,
|
303
|
+
"state_abbreviation": "CA" ,
|
304
|
+
"description": null ,
|
305
|
+
"primary_longitude": "-119.9" ,
|
306
|
+
"link_title": null ,
|
307
|
+
"feature_id": 277286 ,
|
308
|
+
"full_county_name": null ,
|
309
|
+
"fips_class": "H1"},
|
310
|
+
{"name": "Mendocino County" ,
|
311
|
+
"fips_county_cd": "45" ,
|
312
|
+
"feat_class": "Civil" ,
|
313
|
+
"county_name": null ,
|
314
|
+
"primary_latitude": "39.41" ,
|
315
|
+
"state_name": "California" ,
|
316
|
+
"url": "http://www.co.mendocino.ca.us/" ,
|
317
|
+
"state_abbreviation": "CA" ,
|
318
|
+
"description": null ,
|
319
|
+
"primary_longitude": "-123.41" ,
|
320
|
+
"link_title": null ,
|
321
|
+
"feature_id": 277287 ,
|
322
|
+
"full_county_name": null ,
|
323
|
+
"fips_class": "H1"},
|
324
|
+
{"name": "Merced County" ,
|
325
|
+
"fips_county_cd": "47" ,
|
326
|
+
"feat_class": "Civil" ,
|
327
|
+
"county_name": null ,
|
328
|
+
"primary_latitude": "37.16" ,
|
329
|
+
"state_name": "California" ,
|
330
|
+
"url": "http://www.co.merced.ca.us/" ,
|
331
|
+
"state_abbreviation": "CA" ,
|
332
|
+
"description": null ,
|
333
|
+
"primary_longitude": "-120.75" ,
|
334
|
+
"link_title": null ,
|
335
|
+
"feature_id": 277288 ,
|
336
|
+
"full_county_name": null ,
|
337
|
+
"fips_class": "H1"},
|
338
|
+
{"name": "Modoc County" ,
|
339
|
+
"fips_county_cd": "49" ,
|
340
|
+
"feat_class": "Civil" ,
|
341
|
+
"county_name": null ,
|
342
|
+
"primary_latitude": "41.56" ,
|
343
|
+
"state_name": "California" ,
|
344
|
+
"url": "http://www.modoccounty.us/" ,
|
345
|
+
"state_abbreviation": "CA" ,
|
346
|
+
"description": null ,
|
347
|
+
"primary_longitude": "-120.73" ,
|
348
|
+
"link_title": null ,
|
349
|
+
"feature_id": 277289 ,
|
350
|
+
"full_county_name": null ,
|
351
|
+
"fips_class": "H1"},
|
352
|
+
{"name": "Mono County" ,
|
353
|
+
"fips_county_cd": "51" ,
|
354
|
+
"feat_class": "Civil" ,
|
355
|
+
"county_name": null ,
|
356
|
+
"primary_latitude": "37.91" ,
|
357
|
+
"state_name": "California" ,
|
358
|
+
"url": "http://www.monocounty.ca.gov/" ,
|
359
|
+
"state_abbreviation": "CA" ,
|
360
|
+
"description": null ,
|
361
|
+
"primary_longitude": "-118.86" ,
|
362
|
+
"link_title": null ,
|
363
|
+
"feature_id": 277290 ,
|
364
|
+
"full_county_name": null ,
|
365
|
+
"fips_class": "H1"},
|
366
|
+
{"name": "Monterey County" ,
|
367
|
+
"fips_county_cd": "53" ,
|
368
|
+
"feat_class": "Civil" ,
|
369
|
+
"county_name": null ,
|
370
|
+
"primary_latitude": "36.25" ,
|
371
|
+
"state_name": "California" ,
|
372
|
+
"url": "http://www.co.monterey.ca.us/" ,
|
373
|
+
"state_abbreviation": "CA" ,
|
374
|
+
"description": null ,
|
375
|
+
"primary_longitude": "-121.25" ,
|
376
|
+
"link_title": null ,
|
377
|
+
"feature_id": 277291 ,
|
378
|
+
"full_county_name": null ,
|
379
|
+
"fips_class": "H1"},
|
380
|
+
{"name": "Napa County" ,
|
381
|
+
"fips_county_cd": "55" ,
|
382
|
+
"feat_class": "Civil" ,
|
383
|
+
"county_name": null ,
|
384
|
+
"primary_latitude": "38.48" ,
|
385
|
+
"state_name": "California" ,
|
386
|
+
"url": "http://www.co.napa.ca.us/" ,
|
387
|
+
"state_abbreviation": "CA" ,
|
388
|
+
"description": null ,
|
389
|
+
"primary_longitude": "-122.33" ,
|
390
|
+
"link_title": null ,
|
391
|
+
"feature_id": 277292 ,
|
392
|
+
"full_county_name": null ,
|
393
|
+
"fips_class": "H1"},
|
394
|
+
{"name": "Nevada County" ,
|
395
|
+
"fips_county_cd": "57" ,
|
396
|
+
"feat_class": "Civil" ,
|
397
|
+
"county_name": null ,
|
398
|
+
"primary_latitude": "39.34" ,
|
399
|
+
"state_name": "California" ,
|
400
|
+
"url": "http://www.mynevadacounty.com/" ,
|
401
|
+
"state_abbreviation": "CA" ,
|
402
|
+
"description": null ,
|
403
|
+
"primary_longitude": "-120.88" ,
|
404
|
+
"link_title": null ,
|
405
|
+
"feature_id": 1682927 ,
|
406
|
+
"full_county_name": null ,
|
407
|
+
"fips_class": "H1"},
|
408
|
+
{"name": "Orange County" ,
|
409
|
+
"fips_county_cd": "59" ,
|
410
|
+
"feat_class": "Civil" ,
|
411
|
+
"county_name": null ,
|
412
|
+
"primary_latitude": "33.7" ,
|
413
|
+
"state_name": "California" ,
|
414
|
+
"url": "http://egov.ocgov.com" ,
|
415
|
+
"state_abbreviation": "CA" ,
|
416
|
+
"description": null ,
|
417
|
+
"primary_longitude": "-117.76" ,
|
418
|
+
"link_title": null ,
|
419
|
+
"feature_id": 277294 ,
|
420
|
+
"full_county_name": null ,
|
421
|
+
"fips_class": "H1"},
|
422
|
+
{"name": "Placer County" ,
|
423
|
+
"fips_county_cd": "61" ,
|
424
|
+
"feat_class": "Civil" ,
|
425
|
+
"county_name": null ,
|
426
|
+
"primary_latitude": "39.06" ,
|
427
|
+
"state_name": "California" ,
|
428
|
+
"url": "http://www.placer.ca.gov/" ,
|
429
|
+
"state_abbreviation": "CA" ,
|
430
|
+
"description": null ,
|
431
|
+
"primary_longitude": "-120.76" ,
|
432
|
+
"link_title": null ,
|
433
|
+
"feature_id": 277295 ,
|
434
|
+
"full_county_name": null ,
|
435
|
+
"fips_class": "H1"},
|
436
|
+
{"name": "Plumas County" ,
|
437
|
+
"fips_county_cd": "63" ,
|
438
|
+
"feat_class": "Civil" ,
|
439
|
+
"county_name": null ,
|
440
|
+
"primary_latitude": "39.98" ,
|
441
|
+
"state_name": "California" ,
|
442
|
+
"url": "http://www.countyofplumas.com/" ,
|
443
|
+
"state_abbreviation": "CA" ,
|
444
|
+
"description": null ,
|
445
|
+
"primary_longitude": "-120.86" ,
|
446
|
+
"link_title": null ,
|
447
|
+
"feature_id": 277296 ,
|
448
|
+
"full_county_name": null ,
|
449
|
+
"fips_class": "H1"},
|
450
|
+
{"name": "Riverside County" ,
|
451
|
+
"fips_county_cd": "65" ,
|
452
|
+
"feat_class": "Civil" ,
|
453
|
+
"county_name": null ,
|
454
|
+
"primary_latitude": "33.73" ,
|
455
|
+
"state_name": "California" ,
|
456
|
+
"url": "http://www.countyofriverside.us/" ,
|
457
|
+
"state_abbreviation": "CA" ,
|
458
|
+
"description": null ,
|
459
|
+
"primary_longitude": "-116.05" ,
|
460
|
+
"link_title": null ,
|
461
|
+
"feature_id": 277297 ,
|
462
|
+
"full_county_name": null ,
|
463
|
+
"fips_class": "H1"},
|
464
|
+
{"name": "Sacramento County" ,
|
465
|
+
"fips_county_cd": "67" ,
|
466
|
+
"feat_class": "Civil" ,
|
467
|
+
"county_name": null ,
|
468
|
+
"primary_latitude": "38.46" ,
|
469
|
+
"state_name": "California" ,
|
470
|
+
"url": "http://www.saccounty.net/" ,
|
471
|
+
"state_abbreviation": "CA" ,
|
472
|
+
"description": null ,
|
473
|
+
"primary_longitude": "-121.31" ,
|
474
|
+
"link_title": null ,
|
475
|
+
"feature_id": 277298 ,
|
476
|
+
"full_county_name": null ,
|
477
|
+
"fips_class": "H1"},
|
478
|
+
{"name": "San Benito County" ,
|
479
|
+
"fips_county_cd": "69" ,
|
480
|
+
"feat_class": "Civil" ,
|
481
|
+
"county_name": null ,
|
482
|
+
"primary_latitude": "36.61" ,
|
483
|
+
"state_name": "California" ,
|
484
|
+
"url": "http://www.san-benito.ca.us/" ,
|
485
|
+
"state_abbreviation": "CA" ,
|
486
|
+
"description": null ,
|
487
|
+
"primary_longitude": "-121.08" ,
|
488
|
+
"link_title": null ,
|
489
|
+
"feature_id": 277299 ,
|
490
|
+
"full_county_name": null ,
|
491
|
+
"fips_class": "H1"},
|
492
|
+
{"name": "San Bernardino County" ,
|
493
|
+
"fips_county_cd": "71" ,
|
494
|
+
"feat_class": "Civil" ,
|
495
|
+
"county_name": null ,
|
496
|
+
"primary_latitude": "34.66" ,
|
497
|
+
"state_name": "California" ,
|
498
|
+
"url": "http://www.co.san-bernardino.ca.us/" ,
|
499
|
+
"state_abbreviation": "CA" ,
|
500
|
+
"description": null ,
|
501
|
+
"primary_longitude": "-116.16" ,
|
502
|
+
"link_title": null ,
|
503
|
+
"feature_id": 277300 ,
|
504
|
+
"full_county_name": null ,
|
505
|
+
"fips_class": "H1"},
|
506
|
+
{"name": "San Diego County" ,
|
507
|
+
"fips_county_cd": "73" ,
|
508
|
+
"feat_class": "Civil" ,
|
509
|
+
"county_name": null ,
|
510
|
+
"primary_latitude": "33.03" ,
|
511
|
+
"state_name": "California" ,
|
512
|
+
"url": "http://www.sdcounty.ca.gov/" ,
|
513
|
+
"state_abbreviation": "CA" ,
|
514
|
+
"description": null ,
|
515
|
+
"primary_longitude": "-116.8" ,
|
516
|
+
"link_title": null ,
|
517
|
+
"feature_id": 277301 ,
|
518
|
+
"full_county_name": null ,
|
519
|
+
"fips_class": "H1"},
|
520
|
+
{"name": "San Francisco County" ,
|
521
|
+
"fips_county_cd": "75" ,
|
522
|
+
"feat_class": "Civil" ,
|
523
|
+
"county_name": null ,
|
524
|
+
"primary_latitude": "37.7665967" ,
|
525
|
+
"state_name": "California" ,
|
526
|
+
"url": "http://www.sfgov.org/" ,
|
527
|
+
"state_abbreviation": "CA" ,
|
528
|
+
"description": null ,
|
529
|
+
"primary_longitude": "-122.4510824" ,
|
530
|
+
"link_title": null ,
|
531
|
+
"feature_id": 277302 ,
|
532
|
+
"full_county_name": null ,
|
533
|
+
"fips_class": "H6"},
|
534
|
+
{"name": "San Joaquin County" ,
|
535
|
+
"fips_county_cd": "77" ,
|
536
|
+
"feat_class": "Civil" ,
|
537
|
+
"county_name": null ,
|
538
|
+
"primary_latitude": "37.93" ,
|
539
|
+
"state_name": "California" ,
|
540
|
+
"url": "http://www.sjgov.org/" ,
|
541
|
+
"state_abbreviation": "CA" ,
|
542
|
+
"description": null ,
|
543
|
+
"primary_longitude": "-121.3" ,
|
544
|
+
"link_title": null ,
|
545
|
+
"feature_id": 277303 ,
|
546
|
+
"full_county_name": null ,
|
547
|
+
"fips_class": "H1"},
|
548
|
+
{"name": "San Luis Obispo County" ,
|
549
|
+
"fips_county_cd": "79" ,
|
550
|
+
"feat_class": "Civil" ,
|
551
|
+
"county_name": null ,
|
552
|
+
"primary_latitude": "35.36" ,
|
553
|
+
"state_name": "California" ,
|
554
|
+
"url": "http://www.slocounty.ca.gov/" ,
|
555
|
+
"state_abbreviation": "CA" ,
|
556
|
+
"description": null ,
|
557
|
+
"primary_longitude": "-120.53" ,
|
558
|
+
"link_title": null ,
|
559
|
+
"feature_id": 277304 ,
|
560
|
+
"full_county_name": null ,
|
561
|
+
"fips_class": "H1"},
|
562
|
+
{"name": "San Mateo County" ,
|
563
|
+
"fips_county_cd": "81" ,
|
564
|
+
"feat_class": "Civil" ,
|
565
|
+
"county_name": null ,
|
566
|
+
"primary_latitude": "37.44" ,
|
567
|
+
"state_name": "California" ,
|
568
|
+
"url": "http://www.co.sanmateo.ca.us/" ,
|
569
|
+
"state_abbreviation": "CA" ,
|
570
|
+
"description": null ,
|
571
|
+
"primary_longitude": "-122.35" ,
|
572
|
+
"link_title": null ,
|
573
|
+
"feature_id": 277305 ,
|
574
|
+
"full_county_name": null ,
|
575
|
+
"fips_class": "H1"},
|
576
|
+
{"name": "Santa Barbara County" ,
|
577
|
+
"fips_county_cd": "83" ,
|
578
|
+
"feat_class": "Civil" ,
|
579
|
+
"county_name": null ,
|
580
|
+
"primary_latitude": "34.73" ,
|
581
|
+
"state_name": "California" ,
|
582
|
+
"url": "http://www.countyofsb.org/" ,
|
583
|
+
"state_abbreviation": "CA" ,
|
584
|
+
"description": null ,
|
585
|
+
"primary_longitude": "-120.03" ,
|
586
|
+
"link_title": null ,
|
587
|
+
"feature_id": 277306 ,
|
588
|
+
"full_county_name": null ,
|
589
|
+
"fips_class": "H1"},
|
590
|
+
{"name": "Santa Clara County" ,
|
591
|
+
"fips_county_cd": "85" ,
|
592
|
+
"feat_class": "Civil" ,
|
593
|
+
"county_name": null ,
|
594
|
+
"primary_latitude": "37.23" ,
|
595
|
+
"state_name": "California" ,
|
596
|
+
"url": "http://www.sccgov.org/" ,
|
597
|
+
"state_abbreviation": "CA" ,
|
598
|
+
"description": null ,
|
599
|
+
"primary_longitude": "-121.76" ,
|
600
|
+
"link_title": null ,
|
601
|
+
"feature_id": 277307 ,
|
602
|
+
"full_county_name": null ,
|
603
|
+
"fips_class": "H1"},
|
604
|
+
{"name": "Santa Cruz County" ,
|
605
|
+
"fips_county_cd": "87" ,
|
606
|
+
"feat_class": "Civil" ,
|
607
|
+
"county_name": null ,
|
608
|
+
"primary_latitude": "37.06" ,
|
609
|
+
"state_name": "California" ,
|
610
|
+
"url": "http://www.co.santa-cruz.ca.us/" ,
|
611
|
+
"state_abbreviation": "CA" ,
|
612
|
+
"description": null ,
|
613
|
+
"primary_longitude": "-122.05" ,
|
614
|
+
"link_title": null ,
|
615
|
+
"feature_id": 277308 ,
|
616
|
+
"full_county_name": null ,
|
617
|
+
"fips_class": "H1"},
|
618
|
+
{"name": "Shasta County" ,
|
619
|
+
"fips_county_cd": "89" ,
|
620
|
+
"feat_class": "Civil" ,
|
621
|
+
"county_name": null ,
|
622
|
+
"primary_latitude": "40.76" ,
|
623
|
+
"state_name": "California" ,
|
624
|
+
"url": "http://www.co.shasta.ca.us/" ,
|
625
|
+
"state_abbreviation": "CA" ,
|
626
|
+
"description": null ,
|
627
|
+
"primary_longitude": "-122.03" ,
|
628
|
+
"link_title": null ,
|
629
|
+
"feature_id": 1682610 ,
|
630
|
+
"full_county_name": null ,
|
631
|
+
"fips_class": "H1"},
|
632
|
+
{"name": "Sierra County" ,
|
633
|
+
"fips_county_cd": "91" ,
|
634
|
+
"feat_class": "Civil" ,
|
635
|
+
"county_name": null ,
|
636
|
+
"primary_latitude": "39.58" ,
|
637
|
+
"state_name": "California" ,
|
638
|
+
"url": "http://www.sierracounty.ws/" ,
|
639
|
+
"state_abbreviation": "CA" ,
|
640
|
+
"description": null ,
|
641
|
+
"primary_longitude": "-120.55" ,
|
642
|
+
"link_title": null ,
|
643
|
+
"feature_id": 277310 ,
|
644
|
+
"full_county_name": null ,
|
645
|
+
"fips_class": "H1"},
|
646
|
+
{"name": "Siskiyou County" ,
|
647
|
+
"fips_county_cd": "93" ,
|
648
|
+
"feat_class": "Civil" ,
|
649
|
+
"county_name": null ,
|
650
|
+
"primary_latitude": "41.58" ,
|
651
|
+
"state_name": "California" ,
|
652
|
+
"url": "http://www.co.siskiyou.ca.us/" ,
|
653
|
+
"state_abbreviation": "CA" ,
|
654
|
+
"description": null ,
|
655
|
+
"primary_longitude": "-122.51" ,
|
656
|
+
"link_title": null ,
|
657
|
+
"feature_id": 277311 ,
|
658
|
+
"full_county_name": null ,
|
659
|
+
"fips_class": "H1"},
|
660
|
+
{"name": "Solano County" ,
|
661
|
+
"fips_county_cd": "95" ,
|
662
|
+
"feat_class": "Civil" ,
|
663
|
+
"county_name": null ,
|
664
|
+
"primary_latitude": "38.23" ,
|
665
|
+
"state_name": "California" ,
|
666
|
+
"url": "http://www.co.solano.ca.us/" ,
|
667
|
+
"state_abbreviation": "CA" ,
|
668
|
+
"description": null ,
|
669
|
+
"primary_longitude": "-121.95" ,
|
670
|
+
"link_title": null ,
|
671
|
+
"feature_id": 277312 ,
|
672
|
+
"full_county_name": null ,
|
673
|
+
"fips_class": "H1"},
|
674
|
+
{"name": "Sonoma County" ,
|
675
|
+
"fips_county_cd": "97" ,
|
676
|
+
"feat_class": "Civil" ,
|
677
|
+
"county_name": null ,
|
678
|
+
"primary_latitude": "38.55" ,
|
679
|
+
"state_name": "California" ,
|
680
|
+
"url": "http://www.sonoma-county.org/" ,
|
681
|
+
"state_abbreviation": "CA" ,
|
682
|
+
"description": null ,
|
683
|
+
"primary_longitude": "-122.9" ,
|
684
|
+
"link_title": null ,
|
685
|
+
"feature_id": 1657246 ,
|
686
|
+
"full_county_name": null ,
|
687
|
+
"fips_class": "H1"},
|
688
|
+
{"name": "Stanislaus County" ,
|
689
|
+
"fips_county_cd": "99" ,
|
690
|
+
"feat_class": "Civil" ,
|
691
|
+
"county_name": null ,
|
692
|
+
"primary_latitude": "37.54" ,
|
693
|
+
"state_name": "California" ,
|
694
|
+
"url": "http://www.co.stanislaus.ca.us/" ,
|
695
|
+
"state_abbreviation": "CA" ,
|
696
|
+
"description": null ,
|
697
|
+
"primary_longitude": "-121" ,
|
698
|
+
"link_title": null ,
|
699
|
+
"feature_id": 277314 ,
|
700
|
+
"full_county_name": null ,
|
701
|
+
"fips_class": "H1"},
|
702
|
+
{"name": "Sutter County" ,
|
703
|
+
"fips_county_cd": "101" ,
|
704
|
+
"feat_class": "Civil" ,
|
705
|
+
"county_name": null ,
|
706
|
+
"primary_latitude": "39.01" ,
|
707
|
+
"state_name": "California" ,
|
708
|
+
"url": "http://www.co.sutter.ca.us/" ,
|
709
|
+
"state_abbreviation": "CA" ,
|
710
|
+
"description": null ,
|
711
|
+
"primary_longitude": "-121.7" ,
|
712
|
+
"link_title": null ,
|
713
|
+
"feature_id": 277315 ,
|
714
|
+
"full_county_name": null ,
|
715
|
+
"fips_class": "H1"},
|
716
|
+
{"name": "Tehama County" ,
|
717
|
+
"fips_county_cd": "103" ,
|
718
|
+
"feat_class": "Civil" ,
|
719
|
+
"county_name": null ,
|
720
|
+
"primary_latitude": "40.13" ,
|
721
|
+
"state_name": "California" ,
|
722
|
+
"url": "http://co.tehama.ca.us/" ,
|
723
|
+
"state_abbreviation": "CA" ,
|
724
|
+
"description": null ,
|
725
|
+
"primary_longitude": "-122.3" ,
|
726
|
+
"link_title": null ,
|
727
|
+
"feature_id": 1692767 ,
|
728
|
+
"full_county_name": null ,
|
729
|
+
"fips_class": "H1"},
|
730
|
+
{"name": "Trinity County" ,
|
731
|
+
"fips_county_cd": "105" ,
|
732
|
+
"feat_class": "Civil" ,
|
733
|
+
"county_name": null ,
|
734
|
+
"primary_latitude": "40.58" ,
|
735
|
+
"state_name": "California" ,
|
736
|
+
"url": "http://www.trinitycounty.org/" ,
|
737
|
+
"state_abbreviation": "CA" ,
|
738
|
+
"description": null ,
|
739
|
+
"primary_longitude": "-123.16" ,
|
740
|
+
"link_title": null ,
|
741
|
+
"feature_id": 277317 ,
|
742
|
+
"full_county_name": null ,
|
743
|
+
"fips_class": "H1"},
|
744
|
+
{"name": "Tulare County" ,
|
745
|
+
"fips_county_cd": "107" ,
|
746
|
+
"feat_class": "Civil" ,
|
747
|
+
"county_name": null ,
|
748
|
+
"primary_latitude": "36.26" ,
|
749
|
+
"state_name": "California" ,
|
750
|
+
"url": "http://www.co.tulare.ca.us/" ,
|
751
|
+
"state_abbreviation": "CA" ,
|
752
|
+
"description": null ,
|
753
|
+
"primary_longitude": "-118.8" ,
|
754
|
+
"link_title": null ,
|
755
|
+
"feature_id": 277318 ,
|
756
|
+
"full_county_name": null ,
|
757
|
+
"fips_class": "H1"},
|
758
|
+
{"name": "Tuolumne County" ,
|
759
|
+
"fips_county_cd": "109" ,
|
760
|
+
"feat_class": "Civil" ,
|
761
|
+
"county_name": null ,
|
762
|
+
"primary_latitude": "38.06" ,
|
763
|
+
"state_name": "California" ,
|
764
|
+
"url": "http://www.tuolumnecounty.ca.gov/" ,
|
765
|
+
"state_abbreviation": "CA" ,
|
766
|
+
"description": null ,
|
767
|
+
"primary_longitude": "-119.9" ,
|
768
|
+
"link_title": null ,
|
769
|
+
"feature_id": 277319 ,
|
770
|
+
"full_county_name": null ,
|
771
|
+
"fips_class": "H1"},
|
772
|
+
{"name": "Ventura County" ,
|
773
|
+
"fips_county_cd": "111" ,
|
774
|
+
"feat_class": "Civil" ,
|
775
|
+
"county_name": null ,
|
776
|
+
"primary_latitude": "34.46" ,
|
777
|
+
"state_name": "California" ,
|
778
|
+
"url": "http://www.countyofventura.org/" ,
|
779
|
+
"state_abbreviation": "CA" ,
|
780
|
+
"description": null ,
|
781
|
+
"primary_longitude": "-119.01" ,
|
782
|
+
"link_title": null ,
|
783
|
+
"feature_id": 277320 ,
|
784
|
+
"full_county_name": null ,
|
785
|
+
"fips_class": "H1"},
|
786
|
+
{"name": "Yolo County" ,
|
787
|
+
"fips_county_cd": "113" ,
|
788
|
+
"feat_class": "Civil" ,
|
789
|
+
"county_name": null ,
|
790
|
+
"primary_latitude": "38.69" ,
|
791
|
+
"state_name": "California" ,
|
792
|
+
"url": "http://www.yolocounty.org/" ,
|
793
|
+
"state_abbreviation": "CA" ,
|
794
|
+
"description": null ,
|
795
|
+
"primary_longitude": "-121.88" ,
|
796
|
+
"link_title": null ,
|
797
|
+
"feature_id": 277321 ,
|
798
|
+
"full_county_name": null ,
|
799
|
+
"fips_class": "H1"},
|
800
|
+
{"name": "Yuba County" ,
|
801
|
+
"fips_county_cd": "115" ,
|
802
|
+
"feat_class": "Civil" ,
|
803
|
+
"county_name": null ,
|
804
|
+
"primary_latitude": "39.28" ,
|
805
|
+
"state_name": "California" ,
|
806
|
+
"url": "http://www.co.yuba.ca.us/" ,
|
807
|
+
"state_abbreviation": "CA" ,
|
808
|
+
"description": null ,
|
809
|
+
"primary_longitude": "-121.4" ,
|
810
|
+
"link_title": null ,
|
811
|
+
"feature_id": 277322 ,
|
812
|
+
"full_county_name": null ,
|
813
|
+
"fips_class": "H1"}]
|