This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COUNTYFIPS | NAME | STATEPLANEFIPS | EPSG | |
---|---|---|---|---|
16079 | Shoshone County | 1103 | 26970 | |
16073 | Owyhee County | 1103 | 26970 | |
16071 | Oneida County | 1101 | 26968 | |
16077 | Power County | 1101 | 26968 | |
16075 | Payette County | 1103 | 26970 | |
06115 | Yuba County | 0402 | 26942 | |
06111 | Ventura County | 0405 | 26945 | |
06113 | Yolo County | 0402 | 26942 | |
31177 | Washington County | 2600 | 32104 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts contributions.map{|q| '"' + q.instance_values['attributes'].values.join('","') + '"' }.join("\n") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mia #yearlycost th, #mia #yearlycost .header{ | |
font-size: 11px; | |
text-transform: uppercase; | |
color: #999; | |
font-weight: normal; | |
} | |
#mia #yearlycost td, th { | |
padding: 10px; | |
text-align: left; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class USCode | |
SEARCH_ENDPOINT = "http://uscode.house.gov/uscode-cgi/fastweb.exe?search" | |
@@search_params = { | |
:view => "uscview", | |
:db2 => "t01t04" , | |
:db3 => "t05t08" , | |
:db4 => "t09t12" , | |
:db5 => "t13t16" , | |
:db6 => "t17t20" , | |
:db7 => "t21t25" , |