Skip to content

Instantly share code, notes, and snippets.

View esagara's full-sized avatar

Eric Sagara esagara

View GitHub Profile
@esagara
esagara / county-epsg.csv
Created November 1, 2023 21:40 — forked from fitnr/county-epsg.csv
List of State Plane coordinate systems and their various ID codes.
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
puts contributions.map{|q| '"' + q.instance_values['attributes'].values.join('","') + '"' }.join("\n")
#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;
@esagara
esagara / uscode.rb
Created February 19, 2014 22:12 — forked from ashaw/uscode.rb
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" ,