proj4rb 0.4.0-x86-mingw32
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/MIT-LICENSE +9 -0
- data/README.rdoc +163 -0
- data/Rakefile +72 -0
- data/data/GL27 +22 -0
- data/data/MD +0 -0
- data/data/TN +0 -0
- data/data/WI +0 -0
- data/data/WO +0 -0
- data/data/conus +0 -0
- data/data/epsg +5443 -0
- data/data/epsg-deprecated +2 -0
- data/data/esri +5937 -0
- data/data/esri.extra +948 -0
- data/data/hawaii +0 -0
- data/data/nad.lst +142 -0
- data/data/nad27 +809 -0
- data/data/nad83 +744 -0
- data/data/ntv1_can.dat +0 -0
- data/data/null +0 -0
- data/data/other.extra +49 -0
- data/data/proj_def.dat +17 -0
- data/data/prvi +0 -0
- data/data/stgeorge +0 -0
- data/data/stlrnc +0 -0
- data/data/stpaul +0 -0
- data/data/world +212 -0
- data/example/basic.rb +18 -0
- data/example/list-datums.rb +17 -0
- data/example/list-ellipsoids.rb +17 -0
- data/example/list-errors.rb +11 -0
- data/example/list-prime-meridians.rb +17 -0
- data/example/list-projection-types.rb +17 -0
- data/example/list-units.rb +17 -0
- data/example/version.rb +8 -0
- data/ext/Makefile +212 -0
- data/ext/extconf.rb +13 -0
- data/ext/mkmf.log +25 -0
- data/ext/projrb.c +560 -0
- data/ext/vc/proj4_ruby.sln +19 -0
- data/ext/vc/proj4_ruby.vcproj +208 -0
- data/lib/1.8/proj4_ruby.so +0 -0
- data/lib/1.9/proj4_ruby.so +0 -0
- data/lib/proj4.rb +466 -0
- data/test/test_constants.rb +20 -0
- data/test/test_create_projection.rb +64 -0
- data/test/test_datums.rb +44 -0
- data/test/test_ellipsoids.rb +45 -0
- data/test/test_errors.rb +70 -0
- data/test/test_init_projection.rb +108 -0
- data/test/test_prime_meridians.rb +44 -0
- data/test/test_projection_type.rb +43 -0
- data/test/test_simple_projection.rb +57 -0
- data/test/test_transform.rb +114 -0
- data/test/test_units.rb +45 -0
- metadata +145 -0
    
        data/data/hawaii
    ADDED
    
    | Binary file | 
    
        data/data/nad.lst
    ADDED
    
    | @@ -0,0 +1,142 @@ | |
| 1 | 
            +
             Listing of State Plane North American Datum Zones
         | 
| 2 | 
            +
             | 
| 3 | 
            +
                                           NGS zone number
         | 
| 4 | 
            +
             State and zone                 1927     1983
         | 
| 5 | 
            +
             | 
| 6 | 
            +
            Alabama east ..................  101      101
         | 
| 7 | 
            +
            Alabama west ..................  102      102
         | 
| 8 | 
            +
            Alaska zone no. 1 ............. 5001     5001
         | 
| 9 | 
            +
            Alaska zone no. 2 ............. 5002     5002
         | 
| 10 | 
            +
            Alaska zone no. 3 ............. 5003     5003
         | 
| 11 | 
            +
            Alaska zone no. 4 ............. 5004     5004
         | 
| 12 | 
            +
            Alaska zone no. 5 ............. 5005     5005
         | 
| 13 | 
            +
            Alaska zone no. 6 ............. 5006     5006
         | 
| 14 | 
            +
            Alaska zone no. 7 ............. 5007     5007
         | 
| 15 | 
            +
            Alaska zone no. 8 ............. 5008     5008
         | 
| 16 | 
            +
            Alaska zone no. 9 ............. 5009     5009
         | 
| 17 | 
            +
            Alaska zone no. 10 ............ 5010     5010
         | 
| 18 | 
            +
            American Samoa ................ 5300
         | 
| 19 | 
            +
            Arizona central ...............  202      202
         | 
| 20 | 
            +
            Arizona east ..................  201      201
         | 
| 21 | 
            +
            Arizona west ..................  203      203
         | 
| 22 | 
            +
            Arkansas north ................  301      301
         | 
| 23 | 
            +
            Arkansas south ................  302      302
         | 
| 24 | 
            +
            California I ..................  401      401
         | 
| 25 | 
            +
            California II .................  402      402
         | 
| 26 | 
            +
            California III ................  403      403
         | 
| 27 | 
            +
            California IV .................  404      404
         | 
| 28 | 
            +
            California V ..................  405      405
         | 
| 29 | 
            +
            California VI .................  406      406
         | 
| 30 | 
            +
            California VII ................  407
         | 
| 31 | 
            +
            Colorado central ..............  502      502
         | 
| 32 | 
            +
            Colorado north ................  501      501
         | 
| 33 | 
            +
            Colorado south ................  503      503
         | 
| 34 | 
            +
            Connecticut ...................  600      600
         | 
| 35 | 
            +
            Delaware ......................  700      700
         | 
| 36 | 
            +
            Florida east ..................  901      901
         | 
| 37 | 
            +
            Florida north .................  903      903
         | 
| 38 | 
            +
            Florida west ..................  902      902
         | 
| 39 | 
            +
            Georgia east .................. 1001     1001
         | 
| 40 | 
            +
            Georgia west .................. 1002     1002
         | 
| 41 | 
            +
            Guam Island ................... 5400
         | 
| 42 | 
            +
            Hawaii 1 ...................... 5101     5101
         | 
| 43 | 
            +
            Hawaii 2 ...................... 5102     5102
         | 
| 44 | 
            +
            Hawaii 3 ...................... 5103     5103
         | 
| 45 | 
            +
            Hawaii 4 ...................... 5104     5104
         | 
| 46 | 
            +
            Hawaii 5 ...................... 5105     5105
         | 
| 47 | 
            +
            Idaho central ................. 1102     1102
         | 
| 48 | 
            +
            Idaho east .................... 1101     1101
         | 
| 49 | 
            +
            Idaho west .................... 1103     1103
         | 
| 50 | 
            +
            Illinois east ................. 1201     1201
         | 
| 51 | 
            +
            Illinois west ................. 1202     1202
         | 
| 52 | 
            +
            Indiana east .................. 1301     1301
         | 
| 53 | 
            +
            Indiana west .................. 1302     1302
         | 
| 54 | 
            +
            Iowa north .................... 1401     1401
         | 
| 55 | 
            +
            Iowa south .................... 1402     1402
         | 
| 56 | 
            +
            Kansas north .................. 1501     1501
         | 
| 57 | 
            +
            Kansas south .................. 1502     1502
         | 
| 58 | 
            +
            Kentucky north ................ 1601     1601
         | 
| 59 | 
            +
            Kentucky south ................ 1602     1602
         | 
| 60 | 
            +
            Louisiana north ............... 1701     1701
         | 
| 61 | 
            +
            Louisiana offshore ............ 1703     1703
         | 
| 62 | 
            +
            Louisiana south ............... 1702     1702
         | 
| 63 | 
            +
            Maine east .................... 1801     1801
         | 
| 64 | 
            +
            Maine west .................... 1802     1802
         | 
| 65 | 
            +
            Maryland ...................... 1900     1900
         | 
| 66 | 
            +
            Massachusetts island .......... 2002     2002
         | 
| 67 | 
            +
            Massachusetts mainland ........ 2001     2001
         | 
| 68 | 
            +
            Michigan central/l ............ 2112     2112 current
         | 
| 69 | 
            +
            Michigan central/m ............ 2102          old
         | 
| 70 | 
            +
            Michigan east ................. 2101          old
         | 
| 71 | 
            +
            Michigan north ................ 2111     2111 current
         | 
| 72 | 
            +
            Michigan south ................ 2113     2113 current
         | 
| 73 | 
            +
            Michigan west ................. 2103          old
         | 
| 74 | 
            +
            Minnesota central ............. 2202     2202
         | 
| 75 | 
            +
            Minnesota north ............... 2201     2201
         | 
| 76 | 
            +
            Minnesota south ............... 2203     2203
         | 
| 77 | 
            +
            Mississippi east .............. 2301     2301
         | 
| 78 | 
            +
            Mississippi west .............. 2302     2302
         | 
| 79 | 
            +
            Missouri central .............. 2402     2402
         | 
| 80 | 
            +
            Missouri east ................. 2401     2401
         | 
| 81 | 
            +
            Missouri west ................. 2403     2403
         | 
| 82 | 
            +
            Montana .......................          2500
         | 
| 83 | 
            +
            Montana central ............... 2502
         | 
| 84 | 
            +
            Montana north ................. 2501
         | 
| 85 | 
            +
            Montana south ................. 2503
         | 
| 86 | 
            +
            Nebraska ......................          2600
         | 
| 87 | 
            +
            Nebraska north ................ 2601
         | 
| 88 | 
            +
            Nebraska south ................ 2602
         | 
| 89 | 
            +
            Nevada central ................ 2702     2702
         | 
| 90 | 
            +
            Nevada east ................... 2701     2701
         | 
| 91 | 
            +
            Nevada west ................... 2703     2703
         | 
| 92 | 
            +
            New hampshire ................. 2800     2800
         | 
| 93 | 
            +
            New jersey .................... 2900     2900
         | 
| 94 | 
            +
            New mexico central ............ 3002     3002
         | 
| 95 | 
            +
            New mexico east ............... 3001     3001
         | 
| 96 | 
            +
            New mexico west ............... 3003     3003
         | 
| 97 | 
            +
            New york central .............. 3102     3102
         | 
| 98 | 
            +
            New york east ................. 3101     3101
         | 
| 99 | 
            +
            New york long island .......... 3104     3104
         | 
| 100 | 
            +
            New york west ................. 3103     3103
         | 
| 101 | 
            +
            North carolina ................ 3200     3200
         | 
| 102 | 
            +
            North dakota north ............ 3301     3301
         | 
| 103 | 
            +
            North dakota south ............ 3302     3302
         | 
| 104 | 
            +
            Ohio north .................... 3401     3401
         | 
| 105 | 
            +
            Ohio south .................... 3402     3402
         | 
| 106 | 
            +
            Oklahoma north ................ 3501     3501
         | 
| 107 | 
            +
            Oklahoma south ................ 3502     3502
         | 
| 108 | 
            +
            Oregon north .................. 3601     3601
         | 
| 109 | 
            +
            Oregon south .................. 3602     3602
         | 
| 110 | 
            +
            Pennsylvania north ............ 3701     3701
         | 
| 111 | 
            +
            Pennsylvania south ............ 3702     3702
         | 
| 112 | 
            +
            Puerto Rico, Virgin Islands ... 5201     5200
         | 
| 113 | 
            +
            Rhode Island .................. 3800     3800
         | 
| 114 | 
            +
            South Carolina ................          3900
         | 
| 115 | 
            +
            South Carolina north .......... 3901
         | 
| 116 | 
            +
            South Carolina south .......... 3902
         | 
| 117 | 
            +
            South Dakota north ............ 4001     4001
         | 
| 118 | 
            +
            South Dakota south ............ 4002     4002
         | 
| 119 | 
            +
            Tennessee ..................... 4100     4100
         | 
| 120 | 
            +
            Texas central ................. 4203     4203
         | 
| 121 | 
            +
            Texas north ................... 4201     4201
         | 
| 122 | 
            +
            Texas north central ........... 4202     4202
         | 
| 123 | 
            +
            Texas south ................... 4205     4205
         | 
| 124 | 
            +
            Texas south central ........... 4204     4204
         | 
| 125 | 
            +
            Utah central .................. 4302     4302
         | 
| 126 | 
            +
            Utah north .................... 4301     4301
         | 
| 127 | 
            +
            Utah south .................... 4303     4303
         | 
| 128 | 
            +
            Vermont ....................... 4400     4400
         | 
| 129 | 
            +
            Virgin Islands, St. Croix ..... 5202
         | 
| 130 | 
            +
            Virginia north ................ 4501     4501
         | 
| 131 | 
            +
            Virginia south ................ 4502     4502
         | 
| 132 | 
            +
            Washington north .............. 4601     4601
         | 
| 133 | 
            +
            Washington south .............. 4602     4602
         | 
| 134 | 
            +
            West Virginia north ........... 4701     4701
         | 
| 135 | 
            +
            West Virginia south ........... 4702     4702
         | 
| 136 | 
            +
            Wisconsin central ............. 4802     4802
         | 
| 137 | 
            +
            Wisconsin north ............... 4801     4801
         | 
| 138 | 
            +
            Wisconsin south ............... 4803     4803
         | 
| 139 | 
            +
            Wyoming east .................. 4901     4901
         | 
| 140 | 
            +
            Wyoming east central .......... 4902     4902
         | 
| 141 | 
            +
            Wyoming west .................. 4904     4904
         | 
| 142 | 
            +
            Wyoming west central .......... 4903     4903
         | 
    
        data/data/nad27
    ADDED
    
    | @@ -0,0 +1,809 @@ | |
| 1 | 
            +
            # SCCSID @(#)nad27	4.1 92/12/20 GIE 
         | 
| 2 | 
            +
            # proj +init files for:
         | 
| 3 | 
            +
            #
         | 
| 4 | 
            +
            #     State Plane Coordinate Systems,
         | 
| 5 | 
            +
            #     North American Datum 1927
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            # 101: alabama east: nad27
         | 
| 8 | 
            +
            <101> proj=tmerc  datum=NAD27
         | 
| 9 | 
            +
            lon_0=-85d50 lat_0=30d30 k=.99996
         | 
| 10 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 11 | 
            +
            no_defs <>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            # 102: alabama west: nad27
         | 
| 14 | 
            +
            <102> proj=tmerc  datum=NAD27
         | 
| 15 | 
            +
            lon_0=-87d30 lat_0=30 k=.9999333333333333
         | 
| 16 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 17 | 
            +
            no_defs <>
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            # 5010: alaska zone no. 10: nad27
         | 
| 20 | 
            +
            <5010> proj=lcc  datum=NAD27
         | 
| 21 | 
            +
            lon_0=-176 lat_1=53d50 lat_2=51d50 lat_0=51
         | 
| 22 | 
            +
            x_0=914401.8288036576 y_0=0
         | 
| 23 | 
            +
            no_defs <>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
            # 5300: american samoa: nad27
         | 
| 26 | 
            +
            <5300> proj=lcc  datum=NAD27
         | 
| 27 | 
            +
            lon_0=-170 lat_1=-14d16 lat_2=-14d16 lat_0=-14d16
         | 
| 28 | 
            +
            x_0=152400.3048006096 y_0=95169.31165862332
         | 
| 29 | 
            +
            no_defs <>
         | 
| 30 | 
            +
             | 
| 31 | 
            +
            # 201: arizona east: nad27
         | 
| 32 | 
            +
            <201> proj=tmerc  datum=NAD27
         | 
| 33 | 
            +
            lon_0=-110d10 lat_0=31 k=.9999
         | 
| 34 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 35 | 
            +
            no_defs <>
         | 
| 36 | 
            +
             | 
| 37 | 
            +
            # 202: arizona central: nad27
         | 
| 38 | 
            +
            <202> proj=tmerc  datum=NAD27
         | 
| 39 | 
            +
            lon_0=-111d55 lat_0=31 k=.9999
         | 
| 40 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 41 | 
            +
            no_defs <>
         | 
| 42 | 
            +
             | 
| 43 | 
            +
            # 203: arizona west: nad27
         | 
| 44 | 
            +
            <203> proj=tmerc  datum=NAD27
         | 
| 45 | 
            +
            lon_0=-113d45 lat_0=31 k=.9999333333333333
         | 
| 46 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 47 | 
            +
            no_defs <>
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            # 301: arkansas north: nad27
         | 
| 50 | 
            +
            <301> proj=lcc  datum=NAD27
         | 
| 51 | 
            +
            lon_0=-92 lat_1=36d14 lat_2=34d56 lat_0=34d20
         | 
| 52 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 53 | 
            +
            no_defs <>
         | 
| 54 | 
            +
             | 
| 55 | 
            +
            # 302: arkansas south: nad27
         | 
| 56 | 
            +
            <302> proj=lcc  datum=NAD27
         | 
| 57 | 
            +
            lon_0=-92 lat_1=34d46 lat_2=33d18 lat_0=32d40
         | 
| 58 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 59 | 
            +
            no_defs <>
         | 
| 60 | 
            +
             | 
| 61 | 
            +
            # 401: california i: nad27
         | 
| 62 | 
            +
            <401> proj=lcc  datum=NAD27
         | 
| 63 | 
            +
            lon_0=-122 lat_1=41d40 lat_2=40 lat_0=39d20
         | 
| 64 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 65 | 
            +
            no_defs <>
         | 
| 66 | 
            +
             | 
| 67 | 
            +
            # 402: california ii: nad27
         | 
| 68 | 
            +
            <402> proj=lcc  datum=NAD27
         | 
| 69 | 
            +
            lon_0=-122 lat_1=39d50 lat_2=38d20 lat_0=37d40
         | 
| 70 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 71 | 
            +
            no_defs <>
         | 
| 72 | 
            +
             | 
| 73 | 
            +
            # 403: california iii: nad27
         | 
| 74 | 
            +
            <403> proj=lcc  datum=NAD27
         | 
| 75 | 
            +
            lon_0=-120d30 lat_1=38d26 lat_2=37d4 lat_0=36d30
         | 
| 76 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 77 | 
            +
            no_defs <>
         | 
| 78 | 
            +
             | 
| 79 | 
            +
            # 404: california iv: nad27
         | 
| 80 | 
            +
            <404> proj=lcc  datum=NAD27
         | 
| 81 | 
            +
            lon_0=-119 lat_1=37d15 lat_2=36 lat_0=35d20
         | 
| 82 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 83 | 
            +
            no_defs <>
         | 
| 84 | 
            +
             | 
| 85 | 
            +
            # 405: california v: nad27
         | 
| 86 | 
            +
            <405> proj=lcc  datum=NAD27
         | 
| 87 | 
            +
            lon_0=-118 lat_1=35d28 lat_2=34d2 lat_0=33d30
         | 
| 88 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 89 | 
            +
            no_defs <>
         | 
| 90 | 
            +
             | 
| 91 | 
            +
            # 406: california vi: nad27
         | 
| 92 | 
            +
            <406> proj=lcc  datum=NAD27
         | 
| 93 | 
            +
            lon_0=-116d15 lat_1=33d53 lat_2=32d47 lat_0=32d10
         | 
| 94 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 95 | 
            +
            no_defs <>
         | 
| 96 | 
            +
             | 
| 97 | 
            +
            # 407: california vii: nad27
         | 
| 98 | 
            +
            <407> proj=lcc  datum=NAD27
         | 
| 99 | 
            +
            lon_0=-118d20 lat_1=34d25 lat_2=33d52 lat_0=34d8
         | 
| 100 | 
            +
            x_0=1276106.450596901 y_0=1268253.006858014
         | 
| 101 | 
            +
            no_defs <>
         | 
| 102 | 
            +
             | 
| 103 | 
            +
            # 501: colorado north: nad27
         | 
| 104 | 
            +
            <501> proj=lcc  datum=NAD27
         | 
| 105 | 
            +
            lon_0=-105d30 lat_1=40d47 lat_2=39d43 lat_0=39d20
         | 
| 106 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 107 | 
            +
            no_defs <>
         | 
| 108 | 
            +
             | 
| 109 | 
            +
            # 502: colorado central: nad27
         | 
| 110 | 
            +
            <502> proj=lcc  datum=NAD27
         | 
| 111 | 
            +
            lon_0=-105d30 lat_1=39d45 lat_2=38d27 lat_0=37d50
         | 
| 112 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 113 | 
            +
            no_defs <>
         | 
| 114 | 
            +
             | 
| 115 | 
            +
            # 503: colorado south: nad27
         | 
| 116 | 
            +
            <503> proj=lcc  datum=NAD27
         | 
| 117 | 
            +
            lon_0=-105d30 lat_1=38d26 lat_2=37d14 lat_0=36d40
         | 
| 118 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 119 | 
            +
            no_defs <>
         | 
| 120 | 
            +
             | 
| 121 | 
            +
            # 600: connecticut ---: nad27
         | 
| 122 | 
            +
            <600> proj=lcc  datum=NAD27
         | 
| 123 | 
            +
            lon_0=-72d45 lat_1=41d52 lat_2=41d12 lat_0=40d50
         | 
| 124 | 
            +
            x_0=182880.3657607315 y_0=0
         | 
| 125 | 
            +
            no_defs <>
         | 
| 126 | 
            +
             | 
| 127 | 
            +
            # 700: delaware ---: nad27
         | 
| 128 | 
            +
            <700> proj=tmerc  datum=NAD27
         | 
| 129 | 
            +
            lon_0=-75d25 lat_0=38 k=.999995
         | 
| 130 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 131 | 
            +
            no_defs <>
         | 
| 132 | 
            +
             | 
| 133 | 
            +
            # 901: florida east: nad27
         | 
| 134 | 
            +
            <901> proj=tmerc  datum=NAD27
         | 
| 135 | 
            +
            lon_0=-81 lat_0=24d20 k=.9999411764705882
         | 
| 136 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 137 | 
            +
            no_defs <>
         | 
| 138 | 
            +
             | 
| 139 | 
            +
            # 902: florida west: nad27
         | 
| 140 | 
            +
            <902> proj=tmerc  datum=NAD27
         | 
| 141 | 
            +
            lon_0=-82 lat_0=24d20 k=.9999411764705882
         | 
| 142 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 143 | 
            +
            no_defs <>
         | 
| 144 | 
            +
             | 
| 145 | 
            +
            # 903: florida north: nad27
         | 
| 146 | 
            +
            <903> proj=lcc  datum=NAD27
         | 
| 147 | 
            +
            lon_0=-84d30 lat_1=30d45 lat_2=29d35 lat_0=29
         | 
| 148 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 149 | 
            +
            no_defs <>
         | 
| 150 | 
            +
             | 
| 151 | 
            +
            # 1001: georgia east: nad27
         | 
| 152 | 
            +
            <1001> proj=tmerc  datum=NAD27
         | 
| 153 | 
            +
            lon_0=-82d10 lat_0=30 k=.9999
         | 
| 154 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 155 | 
            +
            no_defs <>
         | 
| 156 | 
            +
             | 
| 157 | 
            +
            # 1002: georgia west: nad27
         | 
| 158 | 
            +
            <1002> proj=tmerc  datum=NAD27
         | 
| 159 | 
            +
            lon_0=-84d10 lat_0=30 k=.9999
         | 
| 160 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 161 | 
            +
            no_defs <>
         | 
| 162 | 
            +
             | 
| 163 | 
            +
            # 5101: hawaii 1: nad27
         | 
| 164 | 
            +
            <5101> proj=tmerc  datum=NAD27
         | 
| 165 | 
            +
            lon_0=-155d30 lat_0=18d50 k=.9999666666666667
         | 
| 166 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 167 | 
            +
            no_defs <>
         | 
| 168 | 
            +
             | 
| 169 | 
            +
            # 5102: hawaii 2: nad27
         | 
| 170 | 
            +
            <5102> proj=tmerc  datum=NAD27
         | 
| 171 | 
            +
            lon_0=-156d40 lat_0=20d20 k=.9999666666666667
         | 
| 172 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 173 | 
            +
            no_defs <>
         | 
| 174 | 
            +
             | 
| 175 | 
            +
            # 5103: hawaii 3: nad27
         | 
| 176 | 
            +
            <5103> proj=tmerc  datum=NAD27
         | 
| 177 | 
            +
            lon_0=-158 lat_0=21d10 k=.99999
         | 
| 178 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 179 | 
            +
            no_defs <>
         | 
| 180 | 
            +
             | 
| 181 | 
            +
            # 5104: hawaii 4: nad27
         | 
| 182 | 
            +
            <5104> proj=tmerc  datum=NAD27
         | 
| 183 | 
            +
            lon_0=-159d30 lat_0=21d50 k=.99999
         | 
| 184 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 185 | 
            +
            no_defs <>
         | 
| 186 | 
            +
             | 
| 187 | 
            +
            # 5105: hawaii 5: nad27
         | 
| 188 | 
            +
            <5105> proj=tmerc  datum=NAD27
         | 
| 189 | 
            +
            lon_0=-160d10 lat_0=21d40 k=1
         | 
| 190 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 191 | 
            +
            no_defs <>
         | 
| 192 | 
            +
             | 
| 193 | 
            +
            # 1101: idaho east: nad27
         | 
| 194 | 
            +
            <1101> proj=tmerc  datum=NAD27
         | 
| 195 | 
            +
            lon_0=-112d10 lat_0=41d40 k=.9999473684210526
         | 
| 196 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 197 | 
            +
            no_defs <>
         | 
| 198 | 
            +
             | 
| 199 | 
            +
            # 1102: idaho central: nad27
         | 
| 200 | 
            +
            <1102> proj=tmerc  datum=NAD27
         | 
| 201 | 
            +
            lon_0=-114 lat_0=41d40 k=.9999473684210526
         | 
| 202 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 203 | 
            +
            no_defs <>
         | 
| 204 | 
            +
             | 
| 205 | 
            +
            # 1103: idaho west: nad27
         | 
| 206 | 
            +
            <1103> proj=tmerc  datum=NAD27
         | 
| 207 | 
            +
            lon_0=-115d45 lat_0=41d40 k=.9999333333333333
         | 
| 208 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 209 | 
            +
            no_defs <>
         | 
| 210 | 
            +
             | 
| 211 | 
            +
            # 1201: illinois east: nad27
         | 
| 212 | 
            +
            <1201> proj=tmerc  datum=NAD27
         | 
| 213 | 
            +
            lon_0=-88d20 lat_0=36d40 k=.999975
         | 
| 214 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 215 | 
            +
            no_defs <>
         | 
| 216 | 
            +
             | 
| 217 | 
            +
            # 1202: illinois west: nad27
         | 
| 218 | 
            +
            <1202> proj=tmerc  datum=NAD27
         | 
| 219 | 
            +
            lon_0=-90d10 lat_0=36d40 k=.9999411764705882
         | 
| 220 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 221 | 
            +
            no_defs <>
         | 
| 222 | 
            +
             | 
| 223 | 
            +
            # 1301: indiana east: nad27
         | 
| 224 | 
            +
            <1301> proj=tmerc  datum=NAD27
         | 
| 225 | 
            +
            lon_0=-85d40 lat_0=37d30 k=.9999666666666667
         | 
| 226 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 227 | 
            +
            no_defs <>
         | 
| 228 | 
            +
             | 
| 229 | 
            +
            # 1302: indiana west: nad27
         | 
| 230 | 
            +
            <1302> proj=tmerc  datum=NAD27
         | 
| 231 | 
            +
            lon_0=-87d5 lat_0=37d30 k=.9999666666666667
         | 
| 232 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 233 | 
            +
            no_defs <>
         | 
| 234 | 
            +
             | 
| 235 | 
            +
            # 1401: iowa north: nad27
         | 
| 236 | 
            +
            <1401> proj=lcc  datum=NAD27
         | 
| 237 | 
            +
            lon_0=-93d30 lat_1=43d16 lat_2=42d4 lat_0=41d30
         | 
| 238 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 239 | 
            +
            no_defs <>
         | 
| 240 | 
            +
             | 
| 241 | 
            +
            # 1402: iowa south: nad27
         | 
| 242 | 
            +
            <1402> proj=lcc  datum=NAD27
         | 
| 243 | 
            +
            lon_0=-93d30 lat_1=41d47 lat_2=40d37 lat_0=40
         | 
| 244 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 245 | 
            +
            no_defs <>
         | 
| 246 | 
            +
             | 
| 247 | 
            +
            # 1501: kansas north: nad27
         | 
| 248 | 
            +
            <1501> proj=lcc  datum=NAD27
         | 
| 249 | 
            +
            lon_0=-98 lat_1=39d47 lat_2=38d43 lat_0=38d20
         | 
| 250 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 251 | 
            +
            no_defs <>
         | 
| 252 | 
            +
             | 
| 253 | 
            +
            # 1502: kansas south: nad27
         | 
| 254 | 
            +
            <1502> proj=lcc  datum=NAD27
         | 
| 255 | 
            +
            lon_0=-98d30 lat_1=38d34 lat_2=37d16 lat_0=36d40
         | 
| 256 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 257 | 
            +
            no_defs <>
         | 
| 258 | 
            +
             | 
| 259 | 
            +
            # 1601: kentucky north: nad27
         | 
| 260 | 
            +
            <1601> proj=lcc  datum=NAD27
         | 
| 261 | 
            +
            lon_0=-84d15 lat_1=38d58 lat_2=37d58 lat_0=37d30
         | 
| 262 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 263 | 
            +
            no_defs <>
         | 
| 264 | 
            +
             | 
| 265 | 
            +
            # 1602: kentucky south: nad27
         | 
| 266 | 
            +
            <1602> proj=lcc  datum=NAD27
         | 
| 267 | 
            +
            lon_0=-85d45 lat_1=37d56 lat_2=36d44 lat_0=36d20
         | 
| 268 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 269 | 
            +
            no_defs <>
         | 
| 270 | 
            +
             | 
| 271 | 
            +
            # 1701: louisiana north: nad27
         | 
| 272 | 
            +
            <1701> proj=lcc  datum=NAD27
         | 
| 273 | 
            +
            lon_0=-92d30 lat_1=32d40 lat_2=31d10 lat_0=30d40
         | 
| 274 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 275 | 
            +
            no_defs <>
         | 
| 276 | 
            +
             | 
| 277 | 
            +
            # 1702: louisiana south: nad27
         | 
| 278 | 
            +
            <1702> proj=lcc  datum=NAD27
         | 
| 279 | 
            +
            lon_0=-91d20 lat_1=30d42 lat_2=29d18 lat_0=28d40
         | 
| 280 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 281 | 
            +
            no_defs <>
         | 
| 282 | 
            +
             | 
| 283 | 
            +
            # 1703: louisiana offshore: nad27
         | 
| 284 | 
            +
            <1703> proj=lcc  datum=NAD27
         | 
| 285 | 
            +
            lon_0=-91d20 lat_1=27d50 lat_2=26d10 lat_0=25d40
         | 
| 286 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 287 | 
            +
            no_defs <>
         | 
| 288 | 
            +
             | 
| 289 | 
            +
            # 1801: maine east: nad27
         | 
| 290 | 
            +
            <1801> proj=tmerc  datum=NAD27
         | 
| 291 | 
            +
            lon_0=-68d30 lat_0=43d50 k=.9999
         | 
| 292 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 293 | 
            +
            no_defs <>
         | 
| 294 | 
            +
             | 
| 295 | 
            +
            # 1802: maine west: nad27
         | 
| 296 | 
            +
            <1802> proj=tmerc  datum=NAD27
         | 
| 297 | 
            +
            lon_0=-70d10 lat_0=42d50 k=.9999666666666667
         | 
| 298 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 299 | 
            +
            no_defs <>
         | 
| 300 | 
            +
             | 
| 301 | 
            +
            # 1900: maryland ---: nad27
         | 
| 302 | 
            +
            <1900> proj=lcc  datum=NAD27
         | 
| 303 | 
            +
            lon_0=-77 lat_1=39d27 lat_2=38d18 lat_0=37d50
         | 
| 304 | 
            +
            x_0=243840.4876809754 y_0=0
         | 
| 305 | 
            +
            no_defs <>
         | 
| 306 | 
            +
             | 
| 307 | 
            +
            # 2001: massachusetts mainland: nad27
         | 
| 308 | 
            +
            <2001> proj=lcc  datum=NAD27
         | 
| 309 | 
            +
            lon_0=-71d30 lat_1=42d41 lat_2=41d43 lat_0=41
         | 
| 310 | 
            +
            x_0=182880.3657607315 y_0=0
         | 
| 311 | 
            +
            no_defs <>
         | 
| 312 | 
            +
             | 
| 313 | 
            +
            # 2002: massachusetts island: nad27
         | 
| 314 | 
            +
            <2002> proj=lcc  datum=NAD27
         | 
| 315 | 
            +
            lon_0=-70d30 lat_1=41d29 lat_2=41d17 lat_0=41
         | 
| 316 | 
            +
            x_0=60960.12192024384 y_0=0
         | 
| 317 | 
            +
            no_defs <>
         | 
| 318 | 
            +
             | 
| 319 | 
            +
            # 2101: michigan east: nad27
         | 
| 320 | 
            +
            <2101> proj=tmerc  datum=NAD27
         | 
| 321 | 
            +
            lon_0=-83d40 lat_0=41d30 k=.9999428571428571
         | 
| 322 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 323 | 
            +
            no_defs <>
         | 
| 324 | 
            +
             | 
| 325 | 
            +
            # 2102: michigan central/m: nad27
         | 
| 326 | 
            +
            <2102> proj=tmerc  datum=NAD27
         | 
| 327 | 
            +
            lon_0=-85d45 lat_0=41d30 k=.9999090909090909
         | 
| 328 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 329 | 
            +
            no_defs <>
         | 
| 330 | 
            +
             | 
| 331 | 
            +
            # 2103: michigan west: nad27
         | 
| 332 | 
            +
            <2103> proj=tmerc  datum=NAD27
         | 
| 333 | 
            +
            lon_0=-88d45 lat_0=41d30 k=.9999090909090909
         | 
| 334 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 335 | 
            +
            no_defs <>
         | 
| 336 | 
            +
             | 
| 337 | 
            +
            # 2111: michigan north: nad27
         | 
| 338 | 
            +
            <2111> proj=lcc  a=6378450.047 es=.006768657997291094
         | 
| 339 | 
            +
            lon_0=-87 lat_1=47d5 lat_2=45d29 lat_0=44d47
         | 
| 340 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 341 | 
            +
            no_defs <>
         | 
| 342 | 
            +
             | 
| 343 | 
            +
            # 2112: michigan central/l: nad27
         | 
| 344 | 
            +
            <2112> proj=lcc  a=6378450.047 es=.006768657997291094
         | 
| 345 | 
            +
            lon_0=-84d20 lat_1=45d42 lat_2=44d11 lat_0=43d19
         | 
| 346 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 347 | 
            +
            no_defs <>
         | 
| 348 | 
            +
             | 
| 349 | 
            +
            # 2113: michigan south: nad27
         | 
| 350 | 
            +
            <2113> proj=lcc  a=6378450.047 es=.006768657997291094
         | 
| 351 | 
            +
            lon_0=-84d20 lat_1=43d40 lat_2=42d6 lat_0=41d30
         | 
| 352 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 353 | 
            +
            no_defs <>
         | 
| 354 | 
            +
             | 
| 355 | 
            +
            # 2201: minnesota north: nad27
         | 
| 356 | 
            +
            <2201> proj=lcc  datum=NAD27
         | 
| 357 | 
            +
            lon_0=-93d6 lat_1=48d38 lat_2=47d2 lat_0=46d30
         | 
| 358 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 359 | 
            +
            no_defs <>
         | 
| 360 | 
            +
             | 
| 361 | 
            +
            # 2202: minnesota central: nad27
         | 
| 362 | 
            +
            <2202> proj=lcc  datum=NAD27
         | 
| 363 | 
            +
            lon_0=-94d15 lat_1=47d3 lat_2=45d37 lat_0=45
         | 
| 364 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 365 | 
            +
            no_defs <>
         | 
| 366 | 
            +
             | 
| 367 | 
            +
            # 2203: minnesota south: nad27
         | 
| 368 | 
            +
            <2203> proj=lcc  datum=NAD27
         | 
| 369 | 
            +
            lon_0=-94 lat_1=45d13 lat_2=43d47 lat_0=43
         | 
| 370 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 371 | 
            +
            no_defs <>
         | 
| 372 | 
            +
             | 
| 373 | 
            +
            # 2301: mississippi east: nad27
         | 
| 374 | 
            +
            <2301> proj=tmerc  datum=NAD27
         | 
| 375 | 
            +
            lon_0=-88d50 lat_0=29d40 k=.99996
         | 
| 376 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 377 | 
            +
            no_defs <>
         | 
| 378 | 
            +
             | 
| 379 | 
            +
            # 2302: mississippi west: nad27
         | 
| 380 | 
            +
            <2302> proj=tmerc  datum=NAD27
         | 
| 381 | 
            +
            lon_0=-90d20 lat_0=30d30 k=.9999411764705882
         | 
| 382 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 383 | 
            +
            no_defs <>
         | 
| 384 | 
            +
             | 
| 385 | 
            +
            # 2401: missouri east: nad27
         | 
| 386 | 
            +
            <2401> proj=tmerc  datum=NAD27
         | 
| 387 | 
            +
            lon_0=-90d30 lat_0=35d50 k=.9999333333333333
         | 
| 388 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 389 | 
            +
            no_defs <>
         | 
| 390 | 
            +
             | 
| 391 | 
            +
            # 2402: missouri central: nad27
         | 
| 392 | 
            +
            <2402> proj=tmerc  datum=NAD27
         | 
| 393 | 
            +
            lon_0=-92d30 lat_0=35d50 k=.9999333333333333
         | 
| 394 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 395 | 
            +
            no_defs <>
         | 
| 396 | 
            +
             | 
| 397 | 
            +
            # 2403: missouri west: nad27
         | 
| 398 | 
            +
            <2403> proj=tmerc  datum=NAD27
         | 
| 399 | 
            +
            lon_0=-94d30 lat_0=36d10 k=.9999411764705882
         | 
| 400 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 401 | 
            +
            no_defs <>
         | 
| 402 | 
            +
             | 
| 403 | 
            +
            # 2501: montana north: nad27
         | 
| 404 | 
            +
            <2501> proj=lcc  datum=NAD27
         | 
| 405 | 
            +
            lon_0=-109d30 lat_1=48d43 lat_2=47d51 lat_0=47
         | 
| 406 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 407 | 
            +
            no_defs <>
         | 
| 408 | 
            +
             | 
| 409 | 
            +
            # 2502: montana central: nad27
         | 
| 410 | 
            +
            <2502> proj=lcc  datum=NAD27
         | 
| 411 | 
            +
            lon_0=-109d30 lat_1=47d53 lat_2=46d27 lat_0=45d50
         | 
| 412 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 413 | 
            +
            no_defs <>
         | 
| 414 | 
            +
             | 
| 415 | 
            +
            # 2503: montana south: nad27
         | 
| 416 | 
            +
            <2503> proj=lcc  datum=NAD27
         | 
| 417 | 
            +
            lon_0=-109d30 lat_1=46d24 lat_2=44d52 lat_0=44
         | 
| 418 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 419 | 
            +
            no_defs <>
         | 
| 420 | 
            +
             | 
| 421 | 
            +
            # 2601: nebraska north: nad27
         | 
| 422 | 
            +
            <2601> proj=lcc  datum=NAD27
         | 
| 423 | 
            +
            lon_0=-100 lat_1=42d49 lat_2=41d51 lat_0=41d20
         | 
| 424 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 425 | 
            +
            no_defs <>
         | 
| 426 | 
            +
             | 
| 427 | 
            +
            # 2602: nebraska south: nad27
         | 
| 428 | 
            +
            <2602> proj=lcc  datum=NAD27
         | 
| 429 | 
            +
            lon_0=-99d30 lat_1=41d43 lat_2=40d17 lat_0=39d40
         | 
| 430 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 431 | 
            +
            no_defs <>
         | 
| 432 | 
            +
             | 
| 433 | 
            +
            # 2701: nevada east: nad27
         | 
| 434 | 
            +
            <2701> proj=tmerc  datum=NAD27
         | 
| 435 | 
            +
            lon_0=-115d35 lat_0=34d45 k=.9999
         | 
| 436 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 437 | 
            +
            no_defs <>
         | 
| 438 | 
            +
             | 
| 439 | 
            +
            # 2702: nevada central: nad27
         | 
| 440 | 
            +
            <2702> proj=tmerc  datum=NAD27
         | 
| 441 | 
            +
            lon_0=-116d40 lat_0=34d45 k=.9999
         | 
| 442 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 443 | 
            +
            no_defs <>
         | 
| 444 | 
            +
             | 
| 445 | 
            +
            # 2703: nevada west: nad27
         | 
| 446 | 
            +
            <2703> proj=tmerc  datum=NAD27
         | 
| 447 | 
            +
            lon_0=-118d35 lat_0=34d45 k=.9999
         | 
| 448 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 449 | 
            +
            no_defs <>
         | 
| 450 | 
            +
             | 
| 451 | 
            +
            # 2800: new hampshire ---: nad27
         | 
| 452 | 
            +
            <2800> proj=tmerc  datum=NAD27
         | 
| 453 | 
            +
            lon_0=-71d40 lat_0=42d30 k=.9999666666666667
         | 
| 454 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 455 | 
            +
            no_defs <>
         | 
| 456 | 
            +
             | 
| 457 | 
            +
            # 2900: new jersey ---: nad27
         | 
| 458 | 
            +
            <2900> proj=tmerc  datum=NAD27
         | 
| 459 | 
            +
            lon_0=-74d40 lat_0=38d50 k=.999975
         | 
| 460 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 461 | 
            +
            no_defs <>
         | 
| 462 | 
            +
             | 
| 463 | 
            +
            # 3001: new mexico east: nad27
         | 
| 464 | 
            +
            <3001> proj=tmerc  datum=NAD27
         | 
| 465 | 
            +
            lon_0=-104d20 lat_0=31 k=.9999090909090909
         | 
| 466 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 467 | 
            +
            no_defs <>
         | 
| 468 | 
            +
             | 
| 469 | 
            +
            # 3002: new mexico central: nad27
         | 
| 470 | 
            +
            <3002> proj=tmerc  datum=NAD27
         | 
| 471 | 
            +
            lon_0=-106d15 lat_0=31 k=.9999
         | 
| 472 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 473 | 
            +
            no_defs <>
         | 
| 474 | 
            +
             | 
| 475 | 
            +
            # 3003: new mexico west: nad27
         | 
| 476 | 
            +
            <3003> proj=tmerc  datum=NAD27
         | 
| 477 | 
            +
            lon_0=-107d50 lat_0=31 k=.9999166666666667
         | 
| 478 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 479 | 
            +
            no_defs <>
         | 
| 480 | 
            +
             | 
| 481 | 
            +
            # 3101: new york east: nad27
         | 
| 482 | 
            +
            <3101> proj=tmerc  datum=NAD27
         | 
| 483 | 
            +
            lon_0=-74d20 lat_0=40 k=.9999666666666667
         | 
| 484 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 485 | 
            +
            no_defs <>
         | 
| 486 | 
            +
             | 
| 487 | 
            +
            # 3102: new york central: nad27
         | 
| 488 | 
            +
            <3102> proj=tmerc  datum=NAD27
         | 
| 489 | 
            +
            lon_0=-76d35 lat_0=40 k=.9999375
         | 
| 490 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 491 | 
            +
            no_defs <>
         | 
| 492 | 
            +
             | 
| 493 | 
            +
            # 3103: new york west: nad27
         | 
| 494 | 
            +
            <3103> proj=tmerc  datum=NAD27
         | 
| 495 | 
            +
            lon_0=-78d35 lat_0=40 k=.9999375
         | 
| 496 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 497 | 
            +
            no_defs <>
         | 
| 498 | 
            +
             | 
| 499 | 
            +
            # 3104: new york long island: nad27
         | 
| 500 | 
            +
            <3104> proj=lcc  datum=NAD27
         | 
| 501 | 
            +
            lon_0=-74 lat_1=41d2 lat_2=40d40 lat_0=40d30
         | 
| 502 | 
            +
            x_0=609601.2192024384 y_0=30480.06096012192
         | 
| 503 | 
            +
            no_defs <>
         | 
| 504 | 
            +
             | 
| 505 | 
            +
            # 3200: north carolina ---: nad27
         | 
| 506 | 
            +
            <3200> proj=lcc  datum=NAD27
         | 
| 507 | 
            +
            lon_0=-79 lat_1=36d10 lat_2=34d20 lat_0=33d45
         | 
| 508 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 509 | 
            +
            no_defs <>
         | 
| 510 | 
            +
             | 
| 511 | 
            +
            # 3301: north dakota north: nad27
         | 
| 512 | 
            +
            <3301> proj=lcc  datum=NAD27
         | 
| 513 | 
            +
            lon_0=-100d30 lat_1=48d44 lat_2=47d26 lat_0=47
         | 
| 514 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 515 | 
            +
            no_defs <>
         | 
| 516 | 
            +
             | 
| 517 | 
            +
            # 3302: north dakota south: nad27
         | 
| 518 | 
            +
            <3302> proj=lcc  datum=NAD27
         | 
| 519 | 
            +
            lon_0=-100d30 lat_1=47d29 lat_2=46d11 lat_0=45d40
         | 
| 520 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 521 | 
            +
            no_defs <>
         | 
| 522 | 
            +
             | 
| 523 | 
            +
            # 3401: ohio north: nad27
         | 
| 524 | 
            +
            <3401> proj=lcc  datum=NAD27
         | 
| 525 | 
            +
            lon_0=-82d30 lat_1=41d42 lat_2=40d26 lat_0=39d40
         | 
| 526 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 527 | 
            +
            no_defs <>
         | 
| 528 | 
            +
             | 
| 529 | 
            +
            # 3402: ohio south: nad27
         | 
| 530 | 
            +
            <3402> proj=lcc  datum=NAD27
         | 
| 531 | 
            +
            lon_0=-82d30 lat_1=40d2 lat_2=38d44 lat_0=38
         | 
| 532 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 533 | 
            +
            no_defs <>
         | 
| 534 | 
            +
             | 
| 535 | 
            +
            # 3501: oklahoma north: nad27
         | 
| 536 | 
            +
            <3501> proj=lcc  datum=NAD27
         | 
| 537 | 
            +
            lon_0=-98 lat_1=36d46 lat_2=35d34 lat_0=35
         | 
| 538 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 539 | 
            +
            no_defs <>
         | 
| 540 | 
            +
             | 
| 541 | 
            +
            # 3502: oklahoma south: nad27
         | 
| 542 | 
            +
            <3502> proj=lcc  datum=NAD27
         | 
| 543 | 
            +
            lon_0=-98 lat_1=35d14 lat_2=33d56 lat_0=33d20
         | 
| 544 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 545 | 
            +
            no_defs <>
         | 
| 546 | 
            +
             | 
| 547 | 
            +
            # 3601: oregon north: nad27
         | 
| 548 | 
            +
            <3601> proj=lcc  datum=NAD27
         | 
| 549 | 
            +
            lon_0=-120d30 lat_1=46 lat_2=44d20 lat_0=43d40
         | 
| 550 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 551 | 
            +
            no_defs <>
         | 
| 552 | 
            +
             | 
| 553 | 
            +
            # 3602: oregon south: nad27
         | 
| 554 | 
            +
            <3602> proj=lcc  datum=NAD27
         | 
| 555 | 
            +
            lon_0=-120d30 lat_1=44 lat_2=42d20 lat_0=41d40
         | 
| 556 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 557 | 
            +
            no_defs <>
         | 
| 558 | 
            +
             | 
| 559 | 
            +
            # 3701: pennsylvania north: nad27
         | 
| 560 | 
            +
            <3701> proj=lcc  datum=NAD27
         | 
| 561 | 
            +
            lon_0=-77d45 lat_1=41d57 lat_2=40d53 lat_0=40d10
         | 
| 562 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 563 | 
            +
            no_defs <>
         | 
| 564 | 
            +
             | 
| 565 | 
            +
            # 3702: pennsylvania south: nad27
         | 
| 566 | 
            +
            <3702> proj=lcc  datum=NAD27
         | 
| 567 | 
            +
            lon_0=-77d45 lat_1=40d58 lat_2=39d56 lat_0=39d20
         | 
| 568 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 569 | 
            +
            no_defs <>
         | 
| 570 | 
            +
             | 
| 571 | 
            +
            # 3800: rhode island ---: nad27
         | 
| 572 | 
            +
            <3800> proj=tmerc  datum=NAD27
         | 
| 573 | 
            +
            lon_0=-71d30 lat_0=41d5 k=.99999375
         | 
| 574 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 575 | 
            +
            no_defs <>
         | 
| 576 | 
            +
             | 
| 577 | 
            +
            # 3901: south carolina north: nad27
         | 
| 578 | 
            +
            <3901> proj=lcc  datum=NAD27
         | 
| 579 | 
            +
            lon_0=-81 lat_1=34d58 lat_2=33d46 lat_0=33
         | 
| 580 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 581 | 
            +
            no_defs <>
         | 
| 582 | 
            +
             | 
| 583 | 
            +
            # 3902: south carolina south: nad27
         | 
| 584 | 
            +
            <3902> proj=lcc  datum=NAD27
         | 
| 585 | 
            +
            lon_0=-81 lat_1=33d40 lat_2=32d20 lat_0=31d50
         | 
| 586 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 587 | 
            +
            no_defs <>
         | 
| 588 | 
            +
             | 
| 589 | 
            +
            # 4001: south dakota north: nad27
         | 
| 590 | 
            +
            <4001> proj=lcc  datum=NAD27
         | 
| 591 | 
            +
            lon_0=-100 lat_1=45d41 lat_2=44d25 lat_0=43d50
         | 
| 592 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 593 | 
            +
            no_defs <>
         | 
| 594 | 
            +
             | 
| 595 | 
            +
            # 4002: south dakota south: nad27
         | 
| 596 | 
            +
            <4002> proj=lcc  datum=NAD27
         | 
| 597 | 
            +
            lon_0=-100d20 lat_1=44d24 lat_2=42d50 lat_0=42d20
         | 
| 598 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 599 | 
            +
            no_defs <>
         | 
| 600 | 
            +
             | 
| 601 | 
            +
            # 4100: tennessee ---: nad27
         | 
| 602 | 
            +
            <4100> proj=lcc  datum=NAD27
         | 
| 603 | 
            +
            lon_0=-86 lat_1=36d25 lat_2=35d15 lat_0=34d40
         | 
| 604 | 
            +
            x_0=609601.2192024384 y_0=30480.06096012192
         | 
| 605 | 
            +
            no_defs <>
         | 
| 606 | 
            +
             | 
| 607 | 
            +
            # 4201: texas north: nad27
         | 
| 608 | 
            +
            <4201> proj=lcc  datum=NAD27
         | 
| 609 | 
            +
            lon_0=-101d30 lat_1=36d11 lat_2=34d39 lat_0=34
         | 
| 610 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 611 | 
            +
            no_defs <>
         | 
| 612 | 
            +
             | 
| 613 | 
            +
            # 4202: texas north central: nad27
         | 
| 614 | 
            +
            <4202> proj=lcc  datum=NAD27
         | 
| 615 | 
            +
            lon_0=-97d30 lat_1=33d58 lat_2=32d8 lat_0=31d40
         | 
| 616 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 617 | 
            +
            no_defs <>
         | 
| 618 | 
            +
             | 
| 619 | 
            +
            # 4203: texas central: nad27
         | 
| 620 | 
            +
            <4203> proj=lcc  datum=NAD27
         | 
| 621 | 
            +
            lon_0=-100d20 lat_1=31d53 lat_2=30d7 lat_0=29d40
         | 
| 622 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 623 | 
            +
            no_defs <>
         | 
| 624 | 
            +
             | 
| 625 | 
            +
            # 4204: texas south central: nad27
         | 
| 626 | 
            +
            <4204> proj=lcc  datum=NAD27
         | 
| 627 | 
            +
            lon_0=-99 lat_1=30d17 lat_2=28d23 lat_0=27d50
         | 
| 628 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 629 | 
            +
            no_defs <>
         | 
| 630 | 
            +
             | 
| 631 | 
            +
            # 4205: texas south: nad27
         | 
| 632 | 
            +
            <4205> proj=lcc  datum=NAD27
         | 
| 633 | 
            +
            lon_0=-98d30 lat_1=27d50 lat_2=26d10 lat_0=25d40
         | 
| 634 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 635 | 
            +
            no_defs <>
         | 
| 636 | 
            +
             | 
| 637 | 
            +
            # 4301: utah north: nad27
         | 
| 638 | 
            +
            <4301> proj=lcc  datum=NAD27
         | 
| 639 | 
            +
            lon_0=-111d30 lat_1=41d47 lat_2=40d43 lat_0=40d20
         | 
| 640 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 641 | 
            +
            no_defs <>
         | 
| 642 | 
            +
             | 
| 643 | 
            +
            # 4302: utah central: nad27
         | 
| 644 | 
            +
            <4302> proj=lcc  datum=NAD27
         | 
| 645 | 
            +
            lon_0=-111d30 lat_1=40d39 lat_2=39d1 lat_0=38d20
         | 
| 646 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 647 | 
            +
            no_defs <>
         | 
| 648 | 
            +
             | 
| 649 | 
            +
            # 4303: utah south: nad27
         | 
| 650 | 
            +
            <4303> proj=lcc  datum=NAD27
         | 
| 651 | 
            +
            lon_0=-111d30 lat_1=38d21 lat_2=37d13 lat_0=36d40
         | 
| 652 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 653 | 
            +
            no_defs <>
         | 
| 654 | 
            +
             | 
| 655 | 
            +
            # 4400: vermont ---: nad27
         | 
| 656 | 
            +
            <4400> proj=tmerc  datum=NAD27
         | 
| 657 | 
            +
            lon_0=-72d30 lat_0=42d30 k=.9999642857142857
         | 
| 658 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 659 | 
            +
            no_defs <>
         | 
| 660 | 
            +
             | 
| 661 | 
            +
            # 4501: virginia north: nad27
         | 
| 662 | 
            +
            <4501> proj=lcc  datum=NAD27
         | 
| 663 | 
            +
            lon_0=-78d30 lat_1=39d12 lat_2=38d2 lat_0=37d40
         | 
| 664 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 665 | 
            +
            no_defs <>
         | 
| 666 | 
            +
             | 
| 667 | 
            +
            # 4502: virginia south: nad27
         | 
| 668 | 
            +
            <4502> proj=lcc  datum=NAD27
         | 
| 669 | 
            +
            lon_0=-78d30 lat_1=37d58 lat_2=36d46 lat_0=36d20
         | 
| 670 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 671 | 
            +
            no_defs <>
         | 
| 672 | 
            +
             | 
| 673 | 
            +
            # 4601: washington north: nad27
         | 
| 674 | 
            +
            <4601> proj=lcc  datum=NAD27
         | 
| 675 | 
            +
            lon_0=-120d50 lat_1=48d44 lat_2=47d30 lat_0=47
         | 
| 676 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 677 | 
            +
            no_defs <>
         | 
| 678 | 
            +
             | 
| 679 | 
            +
            # 4602: washington south: nad27
         | 
| 680 | 
            +
            <4602> proj=lcc  datum=NAD27
         | 
| 681 | 
            +
            lon_0=-120d30 lat_1=47d20 lat_2=45d50 lat_0=45d20
         | 
| 682 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 683 | 
            +
            no_defs <>
         | 
| 684 | 
            +
             | 
| 685 | 
            +
            # 4701: west virginia north: nad27
         | 
| 686 | 
            +
            <4701> proj=lcc  datum=NAD27
         | 
| 687 | 
            +
            lon_0=-79d30 lat_1=40d15 lat_2=39 lat_0=38d30
         | 
| 688 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 689 | 
            +
            no_defs <>
         | 
| 690 | 
            +
             | 
| 691 | 
            +
            # 4702: west virginia south: nad27
         | 
| 692 | 
            +
            <4702> proj=lcc  datum=NAD27
         | 
| 693 | 
            +
            lon_0=-81 lat_1=38d53 lat_2=37d29 lat_0=37
         | 
| 694 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 695 | 
            +
            no_defs <>
         | 
| 696 | 
            +
             | 
| 697 | 
            +
            # 4801: wisconsin north: nad27
         | 
| 698 | 
            +
            <4801> proj=lcc  datum=NAD27
         | 
| 699 | 
            +
            lon_0=-90 lat_1=46d46 lat_2=45d34 lat_0=45d10
         | 
| 700 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 701 | 
            +
            no_defs <>
         | 
| 702 | 
            +
             | 
| 703 | 
            +
            # 4802: wisconsin central: nad27
         | 
| 704 | 
            +
            <4802> proj=lcc  datum=NAD27
         | 
| 705 | 
            +
            lon_0=-90 lat_1=45d30 lat_2=44d15 lat_0=43d50
         | 
| 706 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 707 | 
            +
            no_defs <>
         | 
| 708 | 
            +
             | 
| 709 | 
            +
            # 4803: wisconsin south: nad27
         | 
| 710 | 
            +
            <4803> proj=lcc  datum=NAD27
         | 
| 711 | 
            +
            lon_0=-90 lat_1=44d4 lat_2=42d44 lat_0=42
         | 
| 712 | 
            +
            x_0=609601.2192024384 y_0=0
         | 
| 713 | 
            +
            no_defs <>
         | 
| 714 | 
            +
             | 
| 715 | 
            +
            # 4901: wyoming east: nad27
         | 
| 716 | 
            +
            <4901> proj=tmerc  datum=NAD27
         | 
| 717 | 
            +
            lon_0=-105d10 lat_0=40d40 k=.9999411764705882
         | 
| 718 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 719 | 
            +
            no_defs <>
         | 
| 720 | 
            +
             | 
| 721 | 
            +
            # 4902: wyoming east central: nad27
         | 
| 722 | 
            +
            <4902> proj=tmerc  datum=NAD27
         | 
| 723 | 
            +
            lon_0=-107d20 lat_0=40d40 k=.9999411764705882
         | 
| 724 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 725 | 
            +
            no_defs <>
         | 
| 726 | 
            +
             | 
| 727 | 
            +
            # 4903: wyoming west central: nad27
         | 
| 728 | 
            +
            <4903> proj=tmerc  datum=NAD27
         | 
| 729 | 
            +
            lon_0=-108d45 lat_0=40d40 k=.9999411764705882
         | 
| 730 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 731 | 
            +
            no_defs <>
         | 
| 732 | 
            +
             | 
| 733 | 
            +
            # 4904: wyoming west: nad27
         | 
| 734 | 
            +
            <4904> proj=tmerc  datum=NAD27
         | 
| 735 | 
            +
            lon_0=-110d5 lat_0=40d40 k=.9999411764705882
         | 
| 736 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 737 | 
            +
            no_defs <>
         | 
| 738 | 
            +
             | 
| 739 | 
            +
            # 5001: alaska zone no. 1: nad27
         | 
| 740 | 
            +
            <5001> proj=omerc  datum=NAD27
         | 
| 741 | 
            +
            k=.9999 lonc=-133d40 lat_0=57 alpha=-36d52'11.6315
         | 
| 742 | 
            +
            x_0=818585.5672270928 y_0=575219.2451072642
         | 
| 743 | 
            +
            no_defs <>
         | 
| 744 | 
            +
             | 
| 745 | 
            +
            # 5002: alaska zone no. 2: nad27
         | 
| 746 | 
            +
            <5002> proj=tmerc  datum=NAD27
         | 
| 747 | 
            +
            lon_0=-142 lat_0=54 k=.9999
         | 
| 748 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 749 | 
            +
            no_defs <>
         | 
| 750 | 
            +
             | 
| 751 | 
            +
            # 5003: alaska zone no. 3: nad27
         | 
| 752 | 
            +
            <5003> proj=tmerc  datum=NAD27
         | 
| 753 | 
            +
            lon_0=-146 lat_0=54 k=.9999
         | 
| 754 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 755 | 
            +
            no_defs <>
         | 
| 756 | 
            +
             | 
| 757 | 
            +
            # 5004: alaska zone no. 4: nad27
         | 
| 758 | 
            +
            <5004> proj=tmerc  datum=NAD27
         | 
| 759 | 
            +
            lon_0=-150 lat_0=54 k=.9999
         | 
| 760 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 761 | 
            +
            no_defs <>
         | 
| 762 | 
            +
             | 
| 763 | 
            +
            # 5005: alaska zone no. 5: nad27
         | 
| 764 | 
            +
            <5005> proj=tmerc  datum=NAD27
         | 
| 765 | 
            +
            lon_0=-154 lat_0=54 k=.9999
         | 
| 766 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 767 | 
            +
            no_defs <>
         | 
| 768 | 
            +
             | 
| 769 | 
            +
            # 5006: alaska zone no. 6: nad27
         | 
| 770 | 
            +
            <5006> proj=tmerc  datum=NAD27
         | 
| 771 | 
            +
            lon_0=-158 lat_0=54 k=.9999
         | 
| 772 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 773 | 
            +
            no_defs <>
         | 
| 774 | 
            +
             | 
| 775 | 
            +
            # 5007: alaska zone no. 7: nad27
         | 
| 776 | 
            +
            <5007> proj=tmerc  datum=NAD27
         | 
| 777 | 
            +
            lon_0=-162 lat_0=54 k=.9999
         | 
| 778 | 
            +
            x_0=213360.4267208534 y_0=0
         | 
| 779 | 
            +
            no_defs <>
         | 
| 780 | 
            +
             | 
| 781 | 
            +
            # 5008: alaska zone no. 8: nad27
         | 
| 782 | 
            +
            <5008> proj=tmerc  datum=NAD27
         | 
| 783 | 
            +
            lon_0=-166 lat_0=54 k=.9999
         | 
| 784 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 785 | 
            +
            no_defs <>
         | 
| 786 | 
            +
             | 
| 787 | 
            +
            # 5009: alaska zone no. 9: nad27
         | 
| 788 | 
            +
            <5009> proj=tmerc  datum=NAD27
         | 
| 789 | 
            +
            lon_0=-170 lat_0=54 k=.9999
         | 
| 790 | 
            +
            x_0=182880.3657607315 y_0=0
         | 
| 791 | 
            +
            no_defs <>
         | 
| 792 | 
            +
             | 
| 793 | 
            +
            # 5201: puerto rico and virgin islands: nad27
         | 
| 794 | 
            +
            <5201> proj=lcc  datum=NAD27
         | 
| 795 | 
            +
            lon_0=-66d26 lat_1=18d26 lat_2=18d2 lat_0=17d50
         | 
| 796 | 
            +
            x_0=152400.3048006096 y_0=0
         | 
| 797 | 
            +
            no_defs <>
         | 
| 798 | 
            +
             | 
| 799 | 
            +
            # 5202: virgin islands st. croix: nad27
         | 
| 800 | 
            +
            <5202> proj=lcc  datum=NAD27
         | 
| 801 | 
            +
            lon_0=-66d26 lat_1=18d26 lat_2=18d2 lat_0=17d50
         | 
| 802 | 
            +
            x_0=152400.3048006096 y_0=30480.06096012192
         | 
| 803 | 
            +
            no_defs <>
         | 
| 804 | 
            +
             | 
| 805 | 
            +
            # 5400: guam island: nad27
         | 
| 806 | 
            +
            <5400> proj=poly  datum=NAD27
         | 
| 807 | 
            +
            x_0=50000 y_0=50000 lon_0=144d44'55.50254 lat_0=13d28'20.87887
         | 
| 808 | 
            +
            no_defs <>
         | 
| 809 | 
            +
             |