1 /*
2 
3  helper function for srs_init.c -- populating the SPATIAL_REF_SYS table
4 
5  this code was autogenerated by "auto_epsg_ext" on Mon Jan 25 12:52:11 2021
6 
7  Author: Sandro Furieri a.furieri@lqt.it
8 
9  -----------------------------------------------------------------------------
10 
11  Version: MPL 1.1/GPL 2.0/LGPL 2.1
12 
13  The contents of this file are subject to the Mozilla Public License Version
14  1.1 (the "License"); you may not use this file except in compliance with
15  the License. You may obtain a copy of the License at
16  http://www.mozilla.org/MPL/
17 
18 Software distributed under the License is distributed on an "AS IS" basis,
19 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
20 for the specific language governing rights and limitations under the
21 License.
22 
23 The Original Code is the SpatiaLite library
24 
25 The Initial Developer of the Original Code is Alessandro Furieri
26 
27 Portions created by the Initial Developer are Copyright (C) 2008
28 the Initial Developer. All Rights Reserved.
29 
30 Contributor(s):
31 
32 Alternatively, the contents of this file may be used under the terms of
33 either the GNU General Public License Version 2 or later (the "GPL"), or
34 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
35 in which case the provisions of the GPL or the LGPL are applicable instead
36 of those above. If you wish to allow use of your version of this file only
37 under the terms of either the GPL or the LGPL, and not to allow others to
38 use your version of this file under the terms of the MPL, indicate your
39 decision by deleting the provisions above and replace them with the notice
40 and other provisions required by the GPL or the LGPL. If you do not delete
41 the provisions above, a recipient may use your version of this file under
42 the terms of any one of the MPL, the GPL or the LGPL.
43 
44 */
45 
46 #if defined(_WIN32) && !defined(__MINGW32__)
47 #include "config-msvc.h"
48 #else
49 #include "config.h"
50 #endif
51 
52 #include <spatialite_private.h>
53 
54 #ifndef OMIT_EPSG    /* full EPSG initialization enabled */
55 
56 SPATIALITE_PRIVATE void
initialize_epsg_15(int filter,struct epsg_defs ** first,struct epsg_defs ** last)57 initialize_epsg_15 (int filter, struct epsg_defs **first, struct epsg_defs **last)
58 {
59 /* initializing the EPSG defs list */
60     struct epsg_defs *p;
61     p = add_epsg_def_ex (filter, first, last, 3547, "epsg", 3547,
62         "NAD83(NSRS2007) / Kentucky Single Zone (ftUS)", 0, 0,
63         "GRS 1980", "Greenwich",
64         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
65         "Easting", "East", "Northing", "North");
66     add_proj4text (p, 0,
67         "+proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666");
68     add_proj4text (p, 1,
69         "666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 ");
70     add_proj4text (p, 2,
71         "+y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
72     add_proj4text (p, 3,
73         ",0 +units=us-ft +no_defs");
74     add_srs_wkt (p, 0,
75         "PROJCS[\"NAD83(NSRS2007) / Kentucky Single Zone (ftUS)\"");
76     add_srs_wkt (p, 1,
77         ",GEOGCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spati");
78     add_srs_wkt (p, 2,
79         "al_Reference_System_2007\",SPHEROID[\"GRS 1980\",6378137");
80     add_srs_wkt (p, 3,
81         ",298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"");
82     add_srs_wkt (p, 4,
83         "EPSG\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPS");
84     add_srs_wkt (p, 5,
85         "G\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHOR");
86     add_srs_wkt (p, 6,
87         "ITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PR");
88     add_srs_wkt (p, 7,
89         "OJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"la");
90     add_srs_wkt (p, 8,
91         "titude_of_origin\",36.3333333333333],PARAMETER[\"central");
92     add_srs_wkt (p, 9,
93         "_meridian\",-85.75],PARAMETER[\"standard_parallel_1\",37");
94     add_srs_wkt (p, 10,
95         ".0833333333333],PARAMETER[\"standard_parallel_2\",38.666");
96     add_srs_wkt (p, 11,
97         "6666666667],PARAMETER[\"false_easting\",4921250],PARAMET");
98     add_srs_wkt (p, 12,
99         "ER[\"false_northing\",3280833.333],UNIT[\"US survey foot");
100     add_srs_wkt (p, 13,
101         "\",0.304800609601219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[");
102     add_srs_wkt (p, 14,
103         "\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"E");
104     add_srs_wkt (p, 15,
105         "PSG\",\"3547\"]]");
106     p = add_epsg_def_ex (filter, first, last, 3548, "epsg", 3548,
107         "NAD83(NSRS2007) / Kentucky South", 0, 0,
108         "GRS 1980", "Greenwich",
109         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
110         "Easting", "East", "Northing", "North");
111     add_proj4text (p, 0,
112         "+proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333");
113     add_proj4text (p, 1,
114         "333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +");
115     add_proj4text (p, 2,
116         "y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m ");
117     add_proj4text (p, 3,
118         "+no_defs");
119     add_srs_wkt (p, 0,
120         "PROJCS[\"NAD83(NSRS2007) / Kentucky South\",GEOGCS[\"NAD");
121     add_srs_wkt (p, 1,
122         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
123     add_srs_wkt (p, 2,
124         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
125     add_srs_wkt (p, 3,
126         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
127     add_srs_wkt (p, 4,
128         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
129     add_srs_wkt (p, 5,
130         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
131     add_srs_wkt (p, 6,
132         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
133     add_srs_wkt (p, 7,
134         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
135     add_srs_wkt (p, 8,
136         "igin\",36.3333333333333],PARAMETER[\"central_meridian\",");
137     add_srs_wkt (p, 9,
138         "-85.75],PARAMETER[\"standard_parallel_1\",37.93333333333");
139     add_srs_wkt (p, 10,
140         "33],PARAMETER[\"standard_parallel_2\",36.7333333333333],");
141     add_srs_wkt (p, 11,
142         "PARAMETER[\"false_easting\",500000],PARAMETER[\"false_no");
143     add_srs_wkt (p, 12,
144         "rthing\",500000],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9");
145     add_srs_wkt (p, 13,
146         "001\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],");
147     add_srs_wkt (p, 14,
148         "AUTHORITY[\"EPSG\",\"3548\"]]");
149     p = add_epsg_def_ex (filter, first, last, 3549, "epsg", 3549,
150         "NAD83(NSRS2007) / Kentucky South (ftUS)", 0, 0,
151         "GRS 1980", "Greenwich",
152         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
153         "Easting", "East", "Northing", "North");
154     add_proj4text (p, 0,
155         "+proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333");
156     add_proj4text (p, 1,
157         "333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0");
158     add_proj4text (p, 2,
159         "001016001 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0");
160     add_proj4text (p, 3,
161         ",0,0,0,0,0,0 +units=us-ft +no_defs");
162     add_srs_wkt (p, 0,
163         "PROJCS[\"NAD83(NSRS2007) / Kentucky South (ftUS)\",GEOGC");
164     add_srs_wkt (p, 1,
165         "S[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Ref");
166     add_srs_wkt (p, 2,
167         "erence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2");
168     add_srs_wkt (p, 3,
169         "57222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
170     add_srs_wkt (p, 4,
171         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
172     add_srs_wkt (p, 5,
173         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
174     add_srs_wkt (p, 6,
175         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
176     add_srs_wkt (p, 7,
177         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
178     add_srs_wkt (p, 8,
179         "_of_origin\",36.3333333333333],PARAMETER[\"central_merid");
180     add_srs_wkt (p, 9,
181         "ian\",-85.75],PARAMETER[\"standard_parallel_1\",37.93333");
182     add_srs_wkt (p, 10,
183         "33333333],PARAMETER[\"standard_parallel_2\",36.733333333");
184     add_srs_wkt (p, 11,
185         "3333],PARAMETER[\"false_easting\",1640416.667],PARAMETER");
186     add_srs_wkt (p, 12,
187         "[\"false_northing\",1640416.667],UNIT[\"US survey foot\"");
188     add_srs_wkt (p, 13,
189         ",0.304800609601219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"");
190     add_srs_wkt (p, 14,
191         "Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPS");
192     add_srs_wkt (p, 15,
193         "G\",\"3549\"]]");
194     p = add_epsg_def_ex (filter, first, last, 3550, "epsg", 3550,
195         "NAD83(NSRS2007) / Louisiana North", 0, 0,
196         "GRS 1980", "Greenwich",
197         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
198         "Easting", "East", "Northing", "North");
199     add_proj4text (p, 0,
200         "+proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666");
201     add_proj4text (p, 1,
202         "667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=");
203     add_proj4text (p, 2,
204         "GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
205     add_srs_wkt (p, 0,
206         "PROJCS[\"NAD83(NSRS2007) / Louisiana North\",GEOGCS[\"NA");
207     add_srs_wkt (p, 1,
208         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
209     add_srs_wkt (p, 2,
210         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
211     add_srs_wkt (p, 3,
212         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
213     add_srs_wkt (p, 4,
214         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
215     add_srs_wkt (p, 5,
216         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
217     add_srs_wkt (p, 6,
218         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
219     add_srs_wkt (p, 7,
220         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
221     add_srs_wkt (p, 8,
222         "igin\",30.5],PARAMETER[\"central_meridian\",-92.5],PARAM");
223     add_srs_wkt (p, 9,
224         "ETER[\"standard_parallel_1\",32.6666666666667],PARAMETER");
225     add_srs_wkt (p, 10,
226         "[\"standard_parallel_2\",31.1666666666667],PARAMETER[\"f");
227     add_srs_wkt (p, 11,
228         "alse_easting\",1000000],PARAMETER[\"false_northing\",0],");
229     add_srs_wkt (p, 12,
230         "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Ea");
231     add_srs_wkt (p, 13,
232         "sting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\"");
233     add_srs_wkt (p, 14,
234         ",\"3550\"]]");
235     p = add_epsg_def_ex (filter, first, last, 3551, "epsg", 3551,
236         "NAD83(NSRS2007) / Louisiana North (ftUS)", 0, 0,
237         "GRS 1980", "Greenwich",
238         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
239         "Easting", "East", "Northing", "North");
240     add_proj4text (p, 0,
241         "+proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666");
242     add_proj4text (p, 1,
243         "667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0");
244     add_proj4text (p, 2,
245         "=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_");
246     add_proj4text (p, 3,
247         "defs");
248     add_srs_wkt (p, 0,
249         "PROJCS[\"NAD83(NSRS2007) / Louisiana North (ftUS)\",GEOG");
250     add_srs_wkt (p, 1,
251         "CS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Re");
252     add_srs_wkt (p, 2,
253         "ference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.");
254     add_srs_wkt (p, 3,
255         "257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG");
256     add_srs_wkt (p, 4,
257         "\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
258     add_srs_wkt (p, 5,
259         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
260     add_srs_wkt (p, 6,
261         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJEC");
262     add_srs_wkt (p, 7,
263         "TION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitu");
264     add_srs_wkt (p, 8,
265         "de_of_origin\",30.5],PARAMETER[\"central_meridian\",-92.");
266     add_srs_wkt (p, 9,
267         "5],PARAMETER[\"standard_parallel_1\",32.6666666666667],P");
268     add_srs_wkt (p, 10,
269         "ARAMETER[\"standard_parallel_2\",31.1666666666667],PARAM");
270     add_srs_wkt (p, 11,
271         "ETER[\"false_easting\",3280833.3333],PARAMETER[\"false_n");
272     add_srs_wkt (p, 12,
273         "orthing\",0],UNIT[\"US survey foot\",0.304800609601219,A");
274     add_srs_wkt (p, 13,
275         "UTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS");
276     add_srs_wkt (p, 14,
277         "[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3551\"]]");
278     p = add_epsg_def_ex (filter, first, last, 3552, "epsg", 3552,
279         "NAD83(NSRS2007) / Louisiana South", 0, 0,
280         "GRS 1980", "Greenwich",
281         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
282         "Easting", "East", "Northing", "North");
283     add_proj4text (p, 0,
284         "+proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91");
285     add_proj4text (p, 1,
286         ".33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs8");
287     add_proj4text (p, 2,
288         "4=0,0,0,0,0,0,0 +units=m +no_defs");
289     add_srs_wkt (p, 0,
290         "PROJCS[\"NAD83(NSRS2007) / Louisiana South\",GEOGCS[\"NA");
291     add_srs_wkt (p, 1,
292         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
293     add_srs_wkt (p, 2,
294         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
295     add_srs_wkt (p, 3,
296         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
297     add_srs_wkt (p, 4,
298         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
299     add_srs_wkt (p, 5,
300         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
301     add_srs_wkt (p, 6,
302         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
303     add_srs_wkt (p, 7,
304         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
305     add_srs_wkt (p, 8,
306         "igin\",28.5],PARAMETER[\"central_meridian\",-91.33333333");
307     add_srs_wkt (p, 9,
308         "33333],PARAMETER[\"standard_parallel_1\",30.7],PARAMETER");
309     add_srs_wkt (p, 10,
310         "[\"standard_parallel_2\",29.3],PARAMETER[\"false_easting");
311     add_srs_wkt (p, 11,
312         "\",1000000],PARAMETER[\"false_northing\",0],UNIT[\"metre");
313     add_srs_wkt (p, 12,
314         "\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST");
315     add_srs_wkt (p, 13,
316         "],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3552\"]]");
317     p = add_epsg_def_ex (filter, first, last, 3553, "epsg", 3553,
318         "NAD83(NSRS2007) / Louisiana South (ftUS)", 0, 0,
319         "GRS 1980", "Greenwich",
320         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
321         "Easting", "East", "Northing", "North");
322     add_proj4text (p, 0,
323         "+proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91");
324     add_proj4text (p, 1,
325         ".33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS");
326     add_proj4text (p, 2,
327         "80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
328     add_srs_wkt (p, 0,
329         "PROJCS[\"NAD83(NSRS2007) / Louisiana South (ftUS)\",GEOG");
330     add_srs_wkt (p, 1,
331         "CS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Re");
332     add_srs_wkt (p, 2,
333         "ference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.");
334     add_srs_wkt (p, 3,
335         "257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG");
336     add_srs_wkt (p, 4,
337         "\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
338     add_srs_wkt (p, 5,
339         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
340     add_srs_wkt (p, 6,
341         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJEC");
342     add_srs_wkt (p, 7,
343         "TION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitu");
344     add_srs_wkt (p, 8,
345         "de_of_origin\",28.5],PARAMETER[\"central_meridian\",-91.");
346     add_srs_wkt (p, 9,
347         "3333333333333],PARAMETER[\"standard_parallel_1\",30.7],P");
348     add_srs_wkt (p, 10,
349         "ARAMETER[\"standard_parallel_2\",29.3],PARAMETER[\"false");
350     add_srs_wkt (p, 11,
351         "_easting\",3280833.3333],PARAMETER[\"false_northing\",0]");
352     add_srs_wkt (p, 12,
353         ",UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[\"E");
354     add_srs_wkt (p, 13,
355         "PSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\"");
356     add_srs_wkt (p, 14,
357         ",NORTH],AUTHORITY[\"EPSG\",\"3553\"]]");
358     p = add_epsg_def_ex (filter, first, last, 3554, "epsg", 3554,
359         "NAD83(NSRS2007) / Maine CS2000 Central", 0, 0,
360         "GRS 1980", "Greenwich",
361         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
362         "Easting", "East", "Northing", "North");
363     add_proj4text (p, 0,
364         "+proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=5");
365     add_proj4text (p, 1,
366         "00000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=");
367     add_proj4text (p, 2,
368         "m +no_defs");
369     add_srs_wkt (p, 0,
370         "PROJCS[\"NAD83(NSRS2007) / Maine CS2000 Central\",GEOGCS");
371     add_srs_wkt (p, 1,
372         "[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refe");
373     add_srs_wkt (p, 2,
374         "rence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25");
375     add_srs_wkt (p, 3,
376         "7222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
377     add_srs_wkt (p, 4,
378         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
379     add_srs_wkt (p, 5,
380         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
381     add_srs_wkt (p, 6,
382         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
383     add_srs_wkt (p, 7,
384         "ON[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_orig");
385     add_srs_wkt (p, 8,
386         "in\",43.5],PARAMETER[\"central_meridian\",-69.125],PARAM");
387     add_srs_wkt (p, 9,
388         "ETER[\"scale_factor\",0.99998],PARAMETER[\"false_easting");
389     add_srs_wkt (p, 10,
390         "\",500000],PARAMETER[\"false_northing\",0],UNIT[\"metre\"");
391     add_srs_wkt (p, 11,
392         ",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],");
393     add_srs_wkt (p, 12,
394         "AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3554\"]]");
395     p = add_epsg_def_ex (filter, first, last, 3555, "epsg", 3555,
396         "NAD83(NSRS2007) / Maine CS2000 East", 0, 0,
397         "GRS 1980", "Greenwich",
398         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
399         "Easting", "East", "Northing", "North");
400     add_proj4text (p, 0,
401         "+proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0");
402     add_proj4text (p, 1,
403         ".99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,");
404     add_proj4text (p, 2,
405         "0,0,0 +units=m +no_defs");
406     add_srs_wkt (p, 0,
407         "PROJCS[\"NAD83(NSRS2007) / Maine CS2000 East\",GEOGCS[\"");
408     add_srs_wkt (p, 1,
409         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
410     add_srs_wkt (p, 2,
411         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
412     add_srs_wkt (p, 3,
413         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
414     add_srs_wkt (p, 4,
415         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
416     add_srs_wkt (p, 5,
417         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
418     add_srs_wkt (p, 6,
419         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
420     add_srs_wkt (p, 7,
421         "\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\"");
422     add_srs_wkt (p, 8,
423         ",43.8333333333333],PARAMETER[\"central_meridian\",-67.87");
424     add_srs_wkt (p, 9,
425         "5],PARAMETER[\"scale_factor\",0.99998],PARAMETER[\"false");
426     add_srs_wkt (p, 10,
427         "_easting\",700000],PARAMETER[\"false_northing\",0],UNIT[");
428     add_srs_wkt (p, 11,
429         "\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting");
430     add_srs_wkt (p, 12,
431         "\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3");
432     add_srs_wkt (p, 13,
433         "555\"]]");
434     p = add_epsg_def_ex (filter, first, last, 3556, "epsg", 3556,
435         "NAD83(NSRS2007) / Maine CS2000 West", 0, 0,
436         "GRS 1980", "Greenwich",
437         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
438         "Easting", "East", "Northing", "North");
439     add_proj4text (p, 0,
440         "+proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0");
441     add_proj4text (p, 1,
442         ".99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,");
443     add_proj4text (p, 2,
444         "0,0,0 +units=m +no_defs");
445     add_srs_wkt (p, 0,
446         "PROJCS[\"NAD83(NSRS2007) / Maine CS2000 West\",GEOGCS[\"");
447     add_srs_wkt (p, 1,
448         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
449     add_srs_wkt (p, 2,
450         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
451     add_srs_wkt (p, 3,
452         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
453     add_srs_wkt (p, 4,
454         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
455     add_srs_wkt (p, 5,
456         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
457     add_srs_wkt (p, 6,
458         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
459     add_srs_wkt (p, 7,
460         "\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\"");
461     add_srs_wkt (p, 8,
462         ",42.8333333333333],PARAMETER[\"central_meridian\",-70.37");
463     add_srs_wkt (p, 9,
464         "5],PARAMETER[\"scale_factor\",0.99998],PARAMETER[\"false");
465     add_srs_wkt (p, 10,
466         "_easting\",300000],PARAMETER[\"false_northing\",0],UNIT[");
467     add_srs_wkt (p, 11,
468         "\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting");
469     add_srs_wkt (p, 12,
470         "\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3");
471     add_srs_wkt (p, 13,
472         "556\"]]");
473     p = add_epsg_def_ex (filter, first, last, 3557, "epsg", 3557,
474         "NAD83(NSRS2007) / Maine East", 0, 0,
475         "GRS 1980", "Greenwich",
476         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
477         "Easting", "East", "Northing", "North");
478     add_proj4text (p, 0,
479         "+proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9");
480     add_proj4text (p, 1,
481         "999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
482     add_proj4text (p, 2,
483         ",0 +units=m +no_defs");
484     add_srs_wkt (p, 0,
485         "PROJCS[\"NAD83(NSRS2007) / Maine East\",GEOGCS[\"NAD83(N");
486     add_srs_wkt (p, 1,
487         "SRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Syst");
488     add_srs_wkt (p, 2,
489         "em_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AU");
490     add_srs_wkt (p, 3,
491         "THORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]");
492     add_srs_wkt (p, 4,
493         "],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],U");
494     add_srs_wkt (p, 5,
495         "NIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9");
496     add_srs_wkt (p, 6,
497         "122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Trans");
498     add_srs_wkt (p, 7,
499         "verse_Mercator\"],PARAMETER[\"latitude_of_origin\",43.66");
500     add_srs_wkt (p, 8,
501         "66666666667],PARAMETER[\"central_meridian\",-68.5],PARAM");
502     add_srs_wkt (p, 9,
503         "ETER[\"scale_factor\",0.9999],PARAMETER[\"false_easting\"");
504     add_srs_wkt (p, 10,
505         ",300000],PARAMETER[\"false_northing\",0],UNIT[\"metre\",");
506     add_srs_wkt (p, 11,
507         "1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],A");
508     add_srs_wkt (p, 12,
509         "XIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3557\"]]");
510     p = add_epsg_def_ex (filter, first, last, 3558, "epsg", 3558,
511         "NAD83(NSRS2007) / Maine West", 0, 0,
512         "GRS 1980", "Greenwich",
513         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
514         "Easting", "East", "Northing", "North");
515     add_proj4text (p, 0,
516         "+proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666");
517     add_proj4text (p, 1,
518         "666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +t");
519     add_proj4text (p, 2,
520         "owgs84=0,0,0,0,0,0,0 +units=m +no_defs");
521     add_srs_wkt (p, 0,
522         "PROJCS[\"NAD83(NSRS2007) / Maine West\",GEOGCS[\"NAD83(N");
523     add_srs_wkt (p, 1,
524         "SRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Syst");
525     add_srs_wkt (p, 2,
526         "em_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AU");
527     add_srs_wkt (p, 3,
528         "THORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]");
529     add_srs_wkt (p, 4,
530         "],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],U");
531     add_srs_wkt (p, 5,
532         "NIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9");
533     add_srs_wkt (p, 6,
534         "122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Trans");
535     add_srs_wkt (p, 7,
536         "verse_Mercator\"],PARAMETER[\"latitude_of_origin\",42.83");
537     add_srs_wkt (p, 8,
538         "33333333333],PARAMETER[\"central_meridian\",-70.16666666");
539     add_srs_wkt (p, 9,
540         "66667],PARAMETER[\"scale_factor\",0.999966667],PARAMETER");
541     add_srs_wkt (p, 10,
542         "[\"false_easting\",900000],PARAMETER[\"false_northing\",");
543     add_srs_wkt (p, 11,
544         "0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"");
545     add_srs_wkt (p, 12,
546         "Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPS");
547     add_srs_wkt (p, 13,
548         "G\",\"3558\"]]");
549     p = add_epsg_def_ex (filter, first, last, 3559, "epsg", 3559,
550         "NAD83(NSRS2007) / Maryland", 0, 0,
551         "GRS 1980", "Greenwich",
552         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
553         "Easting", "East", "Northing", "North");
554     add_proj4text (p, 0,
555         "+proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666");
556     add_proj4text (p, 1,
557         "666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=");
558     add_proj4text (p, 2,
559         "0,0,0,0,0,0,0 +units=m +no_defs");
560     add_srs_wkt (p, 0,
561         "PROJCS[\"NAD83(NSRS2007) / Maryland\",GEOGCS[\"NAD83(NSR");
562     add_srs_wkt (p, 1,
563         "S2007)\",DATUM[\"NAD83_National_Spatial_Reference_System");
564     add_srs_wkt (p, 2,
565         "_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTH");
566     add_srs_wkt (p, 3,
567         "ORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]],");
568     add_srs_wkt (p, 4,
569         "PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNI");
570     add_srs_wkt (p, 5,
571         "T[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"912");
572     add_srs_wkt (p, 6,
573         "2\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lambert");
574     add_srs_wkt (p, 7,
575         "_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origin\"");
576     add_srs_wkt (p, 8,
577         ",37.6666666666667],PARAMETER[\"central_meridian\",-77],P");
578     add_srs_wkt (p, 9,
579         "ARAMETER[\"standard_parallel_1\",39.45],PARAMETER[\"stan");
580     add_srs_wkt (p, 10,
581         "dard_parallel_2\",38.3],PARAMETER[\"false_easting\",4000");
582     add_srs_wkt (p, 11,
583         "00],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUT");
584     add_srs_wkt (p, 12,
585         "HORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"");
586     add_srs_wkt (p, 13,
587         "Northing\",NORTH],AUTHORITY[\"EPSG\",\"3559\"]]");
588     p = add_epsg_def_ex (filter, first, last, 3560, "epsg", 3560,
589         "NAD83 / Utah North (ftUS)", 0, 0,
590         "GRS 1980", "Greenwich",
591         "North_American_Datum_1983", "Lambert_Conformal_Conic_2SP", "US survey foot",
592         "Easting", "East", "Northing", "North");
593     add_proj4text (p, 0,
594         "+proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666");
595     add_proj4text (p, 1,
596         "667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0");
597     add_proj4text (p, 2,
598         "0001016 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0");
599     add_proj4text (p, 3,
600         ",0,0,0,0,0 +units=us-ft +no_defs");
601     add_srs_wkt (p, 0,
602         "PROJCS[\"NAD83 / Utah North (ftUS)\",GEOGCS[\"NAD83\",DA");
603     add_srs_wkt (p, 1,
604         "TUM[\"North_American_Datum_1983\",SPHEROID[\"GRS 1980\",");
605     add_srs_wkt (p, 2,
606         "6378137,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTH");
607     add_srs_wkt (p, 3,
608         "ORITY[\"EPSG\",\"6269\"]],PRIMEM[\"Greenwich\",0,AUTHORI");
609     add_srs_wkt (p, 4,
610         "TY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.017453292519943");
611     add_srs_wkt (p, 5,
612         "3,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"426");
613     add_srs_wkt (p, 6,
614         "9\"]],PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAME");
615     add_srs_wkt (p, 7,
616         "TER[\"latitude_of_origin\",40.3333333333333],PARAMETER[\"");
617     add_srs_wkt (p, 8,
618         "central_meridian\",-111.5],PARAMETER[\"standard_parallel");
619     add_srs_wkt (p, 9,
620         "_1\",41.7833333333333],PARAMETER[\"standard_parallel_2\"");
621     add_srs_wkt (p, 10,
622         ",40.7166666666667],PARAMETER[\"false_easting\",1640416.6");
623     add_srs_wkt (p, 11,
624         "667],PARAMETER[\"false_northing\",3280833.3333],UNIT[\"U");
625     add_srs_wkt (p, 12,
626         "S survey foot\",0.304800609601219,AUTHORITY[\"EPSG\",\"9");
627     add_srs_wkt (p, 13,
628         "003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],");
629     add_srs_wkt (p, 14,
630         "AUTHORITY[\"EPSG\",\"3560\"]]");
631     p = add_epsg_def_ex (filter, first, last, 3561, "epsg", 3561,
632         "Old Hawaiian / Hawaii zone 1", 0, 0,
633         "Clarke 1866", "Greenwich",
634         "Old_Hawaiian", "Transverse_Mercator", "US survey foot",
635         "Easting", "East", "Northing", "North");
636     add_proj4text (p, 0,
637         "+proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.");
638     add_proj4text (p, 1,
639         "999966667 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +t");
640     add_proj4text (p, 2,
641         "owgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs");
642     add_srs_wkt (p, 0,
643         "PROJCS[\"Old Hawaiian / Hawaii zone 1\",GEOGCS[\"Old Haw");
644     add_srs_wkt (p, 1,
645         "aiian\",DATUM[\"Old_Hawaiian\",SPHEROID[\"Clarke 1866\",");
646     add_srs_wkt (p, 2,
647         "6378206.4,294.978698213898,AUTHORITY[\"EPSG\",\"7008\"]]");
648     add_srs_wkt (p, 3,
649         ",AUTHORITY[\"EPSG\",\"6135\"]],PRIMEM[\"Greenwich\",0,AU");
650     add_srs_wkt (p, 4,
651         "THORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925");
652     add_srs_wkt (p, 5,
653         "199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",");
654     add_srs_wkt (p, 6,
655         "\"4135\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER");
656     add_srs_wkt (p, 7,
657         "[\"latitude_of_origin\",18.8333333333333],PARAMETER[\"ce");
658     add_srs_wkt (p, 8,
659         "ntral_meridian\",-155.5],PARAMETER[\"scale_factor\",0.99");
660     add_srs_wkt (p, 9,
661         "9966667],PARAMETER[\"false_easting\",500000],PARAMETER[\"");
662     add_srs_wkt (p, 10,
663         "false_northing\",0],UNIT[\"US survey foot\",0.3048006096");
664     add_srs_wkt (p, 11,
665         "01219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAS");
666     add_srs_wkt (p, 12,
667         "T],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3561\"]");
668     add_srs_wkt (p, 13,
669         "]");
670     p = add_epsg_def_ex (filter, first, last, 3562, "epsg", 3562,
671         "Old Hawaiian / Hawaii zone 2", 0, 0,
672         "Clarke 1866", "Greenwich",
673         "Old_Hawaiian", "Transverse_Mercator", "US survey foot",
674         "Easting", "East", "Northing", "North");
675     add_proj4text (p, 0,
676         "+proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666");
677     add_proj4text (p, 1,
678         "666667 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +ell");
679     add_proj4text (p, 2,
680         "ps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no");
681     add_proj4text (p, 3,
682         "_defs");
683     add_srs_wkt (p, 0,
684         "PROJCS[\"Old Hawaiian / Hawaii zone 2\",GEOGCS[\"Old Haw");
685     add_srs_wkt (p, 1,
686         "aiian\",DATUM[\"Old_Hawaiian\",SPHEROID[\"Clarke 1866\",");
687     add_srs_wkt (p, 2,
688         "6378206.4,294.978698213898,AUTHORITY[\"EPSG\",\"7008\"]]");
689     add_srs_wkt (p, 3,
690         ",AUTHORITY[\"EPSG\",\"6135\"]],PRIMEM[\"Greenwich\",0,AU");
691     add_srs_wkt (p, 4,
692         "THORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925");
693     add_srs_wkt (p, 5,
694         "199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",");
695     add_srs_wkt (p, 6,
696         "\"4135\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER");
697     add_srs_wkt (p, 7,
698         "[\"latitude_of_origin\",20.3333333333333],PARAMETER[\"ce");
699     add_srs_wkt (p, 8,
700         "ntral_meridian\",-156.666666666667],PARAMETER[\"scale_fa");
701     add_srs_wkt (p, 9,
702         "ctor\",0.999966667],PARAMETER[\"false_easting\",500000],");
703     add_srs_wkt (p, 10,
704         "PARAMETER[\"false_northing\",0],UNIT[\"US survey foot\",");
705     add_srs_wkt (p, 11,
706         "0.304800609601219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"E");
707     add_srs_wkt (p, 12,
708         "asting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG");
709     add_srs_wkt (p, 13,
710         "\",\"3562\"]]");
711     p = add_epsg_def_ex (filter, first, last, 3563, "epsg", 3563,
712         "Old Hawaiian / Hawaii zone 3", 0, 0,
713         "Clarke 1866", "Greenwich",
714         "Old_Hawaiian", "Transverse_Mercator", "US survey foot",
715         "Easting", "East", "Northing", "North");
716     add_proj4text (p, 0,
717         "+proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99");
718     add_proj4text (p, 1,
719         "999 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84");
720     add_proj4text (p, 2,
721         "=61,-285,-181,0,0,0,0 +units=us-ft +no_defs");
722     add_srs_wkt (p, 0,
723         "PROJCS[\"Old Hawaiian / Hawaii zone 3\",GEOGCS[\"Old Haw");
724     add_srs_wkt (p, 1,
725         "aiian\",DATUM[\"Old_Hawaiian\",SPHEROID[\"Clarke 1866\",");
726     add_srs_wkt (p, 2,
727         "6378206.4,294.978698213898,AUTHORITY[\"EPSG\",\"7008\"]]");
728     add_srs_wkt (p, 3,
729         ",AUTHORITY[\"EPSG\",\"6135\"]],PRIMEM[\"Greenwich\",0,AU");
730     add_srs_wkt (p, 4,
731         "THORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925");
732     add_srs_wkt (p, 5,
733         "199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",");
734     add_srs_wkt (p, 6,
735         "\"4135\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER");
736     add_srs_wkt (p, 7,
737         "[\"latitude_of_origin\",21.1666666666667],PARAMETER[\"ce");
738     add_srs_wkt (p, 8,
739         "ntral_meridian\",-158],PARAMETER[\"scale_factor\",0.9999");
740     add_srs_wkt (p, 9,
741         "9],PARAMETER[\"false_easting\",500000],PARAMETER[\"false");
742     add_srs_wkt (p, 10,
743         "_northing\",0],UNIT[\"US survey foot\",0.304800609601219");
744     add_srs_wkt (p, 11,
745         ",AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AX");
746     add_srs_wkt (p, 12,
747         "IS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3563\"]]");
748     p = add_epsg_def_ex (filter, first, last, 3564, "epsg", 3564,
749         "Old Hawaiian / Hawaii zone 4", 0, 0,
750         "Clarke 1866", "Greenwich",
751         "Old_Hawaiian", "Transverse_Mercator", "US survey foot",
752         "Easting", "East", "Northing", "North");
753     add_proj4text (p, 0,
754         "+proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.");
755     add_proj4text (p, 1,
756         "99999 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs");
757     add_proj4text (p, 2,
758         "84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs");
759     add_srs_wkt (p, 0,
760         "PROJCS[\"Old Hawaiian / Hawaii zone 4\",GEOGCS[\"Old Haw");
761     add_srs_wkt (p, 1,
762         "aiian\",DATUM[\"Old_Hawaiian\",SPHEROID[\"Clarke 1866\",");
763     add_srs_wkt (p, 2,
764         "6378206.4,294.978698213898,AUTHORITY[\"EPSG\",\"7008\"]]");
765     add_srs_wkt (p, 3,
766         ",AUTHORITY[\"EPSG\",\"6135\"]],PRIMEM[\"Greenwich\",0,AU");
767     add_srs_wkt (p, 4,
768         "THORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925");
769     add_srs_wkt (p, 5,
770         "199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",");
771     add_srs_wkt (p, 6,
772         "\"4135\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER");
773     add_srs_wkt (p, 7,
774         "[\"latitude_of_origin\",21.8333333333333],PARAMETER[\"ce");
775     add_srs_wkt (p, 8,
776         "ntral_meridian\",-159.5],PARAMETER[\"scale_factor\",0.99");
777     add_srs_wkt (p, 9,
778         "999],PARAMETER[\"false_easting\",500000],PARAMETER[\"fal");
779     add_srs_wkt (p, 10,
780         "se_northing\",0],UNIT[\"US survey foot\",0.3048006096012");
781     add_srs_wkt (p, 11,
782         "19,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],");
783     add_srs_wkt (p, 12,
784         "AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3564\"]]");
785     p = add_epsg_def_ex (filter, first, last, 3565, "epsg", 3565,
786         "Old Hawaiian / Hawaii zone 5", 0, 0,
787         "Clarke 1866", "Greenwich",
788         "Old_Hawaiian", "Transverse_Mercator", "US survey foot",
789         "Easting", "East", "Northing", "North");
790     add_proj4text (p, 0,
791         "+proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666");
792     add_proj4text (p, 1,
793         "666667 +k=1 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 ");
794     add_proj4text (p, 2,
795         "+towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs");
796     add_srs_wkt (p, 0,
797         "PROJCS[\"Old Hawaiian / Hawaii zone 5\",GEOGCS[\"Old Haw");
798     add_srs_wkt (p, 1,
799         "aiian\",DATUM[\"Old_Hawaiian\",SPHEROID[\"Clarke 1866\",");
800     add_srs_wkt (p, 2,
801         "6378206.4,294.978698213898,AUTHORITY[\"EPSG\",\"7008\"]]");
802     add_srs_wkt (p, 3,
803         ",AUTHORITY[\"EPSG\",\"6135\"]],PRIMEM[\"Greenwich\",0,AU");
804     add_srs_wkt (p, 4,
805         "THORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925");
806     add_srs_wkt (p, 5,
807         "199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",");
808     add_srs_wkt (p, 6,
809         "\"4135\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER");
810     add_srs_wkt (p, 7,
811         "[\"latitude_of_origin\",21.6666666666667],PARAMETER[\"ce");
812     add_srs_wkt (p, 8,
813         "ntral_meridian\",-160.166666666667],PARAMETER[\"scale_fa");
814     add_srs_wkt (p, 9,
815         "ctor\",1],PARAMETER[\"false_easting\",500000],PARAMETER[");
816     add_srs_wkt (p, 10,
817         "\"false_northing\",0],UNIT[\"US survey foot\",0.30480060");
818     add_srs_wkt (p, 11,
819         "9601219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",E");
820     add_srs_wkt (p, 12,
821         "AST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3565\"");
822     add_srs_wkt (p, 13,
823         "]]");
824     p = add_epsg_def_ex (filter, first, last, 3566, "epsg", 3566,
825         "NAD83 / Utah Central (ftUS)", 0, 0,
826         "GRS 1980", "Greenwich",
827         "North_American_Datum_1983", "Lambert_Conformal_Conic_2SP", "US survey foot",
828         "Easting", "East", "Northing", "North");
829     add_proj4text (p, 0,
830         "+proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=3");
831     add_proj4text (p, 1,
832         "8.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0");
833     add_proj4text (p, 2,
834         "=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +u");
835     add_proj4text (p, 3,
836         "nits=us-ft +no_defs");
837     add_srs_wkt (p, 0,
838         "PROJCS[\"NAD83 / Utah Central (ftUS)\",GEOGCS[\"NAD83\",");
839     add_srs_wkt (p, 1,
840         "DATUM[\"North_American_Datum_1983\",SPHEROID[\"GRS 1980\"");
841     add_srs_wkt (p, 2,
842         ",6378137,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUT");
843     add_srs_wkt (p, 3,
844         "HORITY[\"EPSG\",\"6269\"]],PRIMEM[\"Greenwich\",0,AUTHOR");
845     add_srs_wkt (p, 4,
846         "ITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994");
847     add_srs_wkt (p, 5,
848         "33,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"42");
849     add_srs_wkt (p, 6,
850         "69\"]],PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAM");
851     add_srs_wkt (p, 7,
852         "ETER[\"latitude_of_origin\",38.3333333333333],PARAMETER[");
853     add_srs_wkt (p, 8,
854         "\"central_meridian\",-111.5],PARAMETER[\"standard_parall");
855     add_srs_wkt (p, 9,
856         "el_1\",40.65],PARAMETER[\"standard_parallel_2\",39.01666");
857     add_srs_wkt (p, 10,
858         "66666667],PARAMETER[\"false_easting\",1640416.6667],PARA");
859     add_srs_wkt (p, 11,
860         "METER[\"false_northing\",6561666.6667],UNIT[\"US survey ");
861     add_srs_wkt (p, 12,
862         "foot\",0.304800609601219,AUTHORITY[\"EPSG\",\"9003\"]],A");
863     add_srs_wkt (p, 13,
864         "XIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY");
865     add_srs_wkt (p, 14,
866         "[\"EPSG\",\"3566\"]]");
867     p = add_epsg_def_ex (filter, first, last, 3567, "epsg", 3567,
868         "NAD83 / Utah South (ftUS)", 0, 0,
869         "GRS 1980", "Greenwich",
870         "North_American_Datum_1983", "Lambert_Conformal_Conic_2SP", "US survey foot",
871         "Easting", "East", "Northing", "North");
872     add_proj4text (p, 0,
873         "+proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=3");
874     add_proj4text (p, 1,
875         "6.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0");
876     add_proj4text (p, 2,
877         "=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-f");
878     add_proj4text (p, 3,
879         "t +no_defs");
880     add_srs_wkt (p, 0,
881         "PROJCS[\"NAD83 / Utah South (ftUS)\",GEOGCS[\"NAD83\",DA");
882     add_srs_wkt (p, 1,
883         "TUM[\"North_American_Datum_1983\",SPHEROID[\"GRS 1980\",");
884     add_srs_wkt (p, 2,
885         "6378137,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTH");
886     add_srs_wkt (p, 3,
887         "ORITY[\"EPSG\",\"6269\"]],PRIMEM[\"Greenwich\",0,AUTHORI");
888     add_srs_wkt (p, 4,
889         "TY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.017453292519943");
890     add_srs_wkt (p, 5,
891         "3,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"426");
892     add_srs_wkt (p, 6,
893         "9\"]],PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAME");
894     add_srs_wkt (p, 7,
895         "TER[\"latitude_of_origin\",36.6666666666667],PARAMETER[\"");
896     add_srs_wkt (p, 8,
897         "central_meridian\",-111.5],PARAMETER[\"standard_parallel");
898     add_srs_wkt (p, 9,
899         "_1\",38.35],PARAMETER[\"standard_parallel_2\",37.2166666");
900     add_srs_wkt (p, 10,
901         "666667],PARAMETER[\"false_easting\",1640416.6667],PARAME");
902     add_srs_wkt (p, 11,
903         "TER[\"false_northing\",9842500],UNIT[\"US survey foot\",");
904     add_srs_wkt (p, 12,
905         "0.304800609601219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"E");
906     add_srs_wkt (p, 13,
907         "asting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG");
908     add_srs_wkt (p, 14,
909         "\",\"3567\"]]");
910     p = add_epsg_def_ex (filter, first, last, 3568, "epsg", 3568,
911         "NAD83(HARN) / Utah North (ftUS)", 0, 0,
912         "GRS 1980", "Greenwich",
913         "NAD83_High_Accuracy_Reference_Network", "Lambert_Conformal_Conic_2SP", "US survey foot",
914         "Easting", "East", "Northing", "North");
915     add_proj4text (p, 0,
916         "+proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666");
917     add_proj4text (p, 1,
918         "667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0");
919     add_proj4text (p, 2,
920         "0001016 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0");
921     add_proj4text (p, 3,
922         ",0,0,0,0,0 +units=us-ft +no_defs");
923     add_srs_wkt (p, 0,
924         "PROJCS[\"NAD83(HARN) / Utah North (ftUS)\",GEOGCS[\"NAD8");
925     add_srs_wkt (p, 1,
926         "3(HARN)\",DATUM[\"NAD83_High_Accuracy_Reference_Network\"");
927     add_srs_wkt (p, 2,
928         ",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTHORITY[\"");
929     add_srs_wkt (p, 3,
930         "EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6152\"]],PRIMEM[\"");
931     add_srs_wkt (p, 4,
932         "Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degre");
933     add_srs_wkt (p, 5,
934         "e\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUT");
935     add_srs_wkt (p, 6,
936         "HORITY[\"EPSG\",\"4152\"]],PROJECTION[\"Lambert_Conforma");
937     add_srs_wkt (p, 7,
938         "l_Conic_2SP\"],PARAMETER[\"latitude_of_origin\",40.33333");
939     add_srs_wkt (p, 8,
940         "33333333],PARAMETER[\"central_meridian\",-111.5],PARAMET");
941     add_srs_wkt (p, 9,
942         "ER[\"standard_parallel_1\",41.7833333333333],PARAMETER[\"");
943     add_srs_wkt (p, 10,
944         "standard_parallel_2\",40.7166666666667],PARAMETER[\"fals");
945     add_srs_wkt (p, 11,
946         "e_easting\",1640416.6667],PARAMETER[\"false_northing\",3");
947     add_srs_wkt (p, 12,
948         "280833.3333],UNIT[\"US survey foot\",0.304800609601219,A");
949     add_srs_wkt (p, 13,
950         "UTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS");
951     add_srs_wkt (p, 14,
952         "[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3568\"]]");
953     p = add_epsg_def_ex (filter, first, last, 3569, "epsg", 3569,
954         "NAD83(HARN) / Utah Central (ftUS)", 0, 0,
955         "GRS 1980", "Greenwich",
956         "NAD83_High_Accuracy_Reference_Network", "Lambert_Conformal_Conic_2SP", "US survey foot",
957         "Easting", "East", "Northing", "North");
958     add_proj4text (p, 0,
959         "+proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=3");
960     add_proj4text (p, 1,
961         "8.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0");
962     add_proj4text (p, 2,
963         "=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +u");
964     add_proj4text (p, 3,
965         "nits=us-ft +no_defs");
966     add_srs_wkt (p, 0,
967         "PROJCS[\"NAD83(HARN) / Utah Central (ftUS)\",GEOGCS[\"NA");
968     add_srs_wkt (p, 1,
969         "D83(HARN)\",DATUM[\"NAD83_High_Accuracy_Reference_Networ");
970     add_srs_wkt (p, 2,
971         "k\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTHORIT");
972     add_srs_wkt (p, 3,
973         "Y[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6152\"]],PRIM");
974     add_srs_wkt (p, 4,
975         "EM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"");
976     add_srs_wkt (p, 5,
977         "degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]");
978     add_srs_wkt (p, 6,
979         "],AUTHORITY[\"EPSG\",\"4152\"]],PROJECTION[\"Lambert_Con");
980     add_srs_wkt (p, 7,
981         "formal_Conic_2SP\"],PARAMETER[\"latitude_of_origin\",38.");
982     add_srs_wkt (p, 8,
983         "3333333333333],PARAMETER[\"central_meridian\",-111.5],PA");
984     add_srs_wkt (p, 9,
985         "RAMETER[\"standard_parallel_1\",40.65],PARAMETER[\"stand");
986     add_srs_wkt (p, 10,
987         "ard_parallel_2\",39.0166666666667],PARAMETER[\"false_eas");
988     add_srs_wkt (p, 11,
989         "ting\",1640416.6667],PARAMETER[\"false_northing\",656166");
990     add_srs_wkt (p, 12,
991         "6.6667],UNIT[\"US survey foot\",0.304800609601219,AUTHOR");
992     add_srs_wkt (p, 13,
993         "ITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"No");
994     add_srs_wkt (p, 14,
995         "rthing\",NORTH],AUTHORITY[\"EPSG\",\"3569\"]]");
996     p = add_epsg_def_ex (filter, first, last, 3570, "epsg", 3570,
997         "NAD83(HARN) / Utah South (ftUS)", 0, 0,
998         "GRS 1980", "Greenwich",
999         "NAD83_High_Accuracy_Reference_Network", "Lambert_Conformal_Conic_2SP", "US survey foot",
1000         "Easting", "East", "Northing", "North");
1001     add_proj4text (p, 0,
1002         "+proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=3");
1003     add_proj4text (p, 1,
1004         "6.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0");
1005     add_proj4text (p, 2,
1006         "=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-f");
1007     add_proj4text (p, 3,
1008         "t +no_defs");
1009     add_srs_wkt (p, 0,
1010         "PROJCS[\"NAD83(HARN) / Utah South (ftUS)\",GEOGCS[\"NAD8");
1011     add_srs_wkt (p, 1,
1012         "3(HARN)\",DATUM[\"NAD83_High_Accuracy_Reference_Network\"");
1013     add_srs_wkt (p, 2,
1014         ",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTHORITY[\"");
1015     add_srs_wkt (p, 3,
1016         "EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6152\"]],PRIMEM[\"");
1017     add_srs_wkt (p, 4,
1018         "Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degre");
1019     add_srs_wkt (p, 5,
1020         "e\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUT");
1021     add_srs_wkt (p, 6,
1022         "HORITY[\"EPSG\",\"4152\"]],PROJECTION[\"Lambert_Conforma");
1023     add_srs_wkt (p, 7,
1024         "l_Conic_2SP\"],PARAMETER[\"latitude_of_origin\",36.66666");
1025     add_srs_wkt (p, 8,
1026         "66666667],PARAMETER[\"central_meridian\",-111.5],PARAMET");
1027     add_srs_wkt (p, 9,
1028         "ER[\"standard_parallel_1\",38.35],PARAMETER[\"standard_p");
1029     add_srs_wkt (p, 10,
1030         "arallel_2\",37.2166666666667],PARAMETER[\"false_easting\"");
1031     add_srs_wkt (p, 11,
1032         ",1640416.6667],PARAMETER[\"false_northing\",9842500],UNI");
1033     add_srs_wkt (p, 12,
1034         "T[\"US survey foot\",0.304800609601219,AUTHORITY[\"EPSG\"");
1035     add_srs_wkt (p, 13,
1036         ",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NOR");
1037     add_srs_wkt (p, 14,
1038         "TH],AUTHORITY[\"EPSG\",\"3570\"]]");
1039     p = add_epsg_def_ex (filter, first, last, 3571, "epsg", 3571,
1040         "WGS 84 / North Pole LAEA Bering Sea", 0, 0,
1041         "WGS 84", "Greenwich",
1042         "WGS_1984", "Lambert_Azimuthal_Equal_Area", "metre",
1043         "Easting", "South", "Northing", "South");
1044     add_proj4text (p, 0,
1045         "+proj=laea +lat_0=90 +lon_0=180 +x_0=0 +y_0=0 +datum=WGS");
1046     add_proj4text (p, 1,
1047         "84 +units=m +no_defs");
1048     add_srs_wkt (p, 0,
1049         "PROJCS[\"WGS 84 / North Pole LAEA Bering Sea\",GEOGCS[\"");
1050     add_srs_wkt (p, 1,
1051         "WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,");
1052     add_srs_wkt (p, 2,
1053         "298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"");
1054     add_srs_wkt (p, 3,
1055         "EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPS");
1056     add_srs_wkt (p, 4,
1057         "G\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHOR");
1058     add_srs_wkt (p, 5,
1059         "ITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PR");
1060     add_srs_wkt (p, 6,
1061         "OJECTION[\"Lambert_Azimuthal_Equal_Area\"],PARAMETER[\"l");
1062     add_srs_wkt (p, 7,
1063         "atitude_of_center\",90],PARAMETER[\"longitude_of_center\"");
1064     add_srs_wkt (p, 8,
1065         ",180],PARAMETER[\"false_easting\",0],PARAMETER[\"false_n");
1066     add_srs_wkt (p, 9,
1067         "orthing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"");
1068     add_srs_wkt (p, 10,
1069         "]],AXIS[\"Easting\",SOUTH],AXIS[\"Northing\",SOUTH],AUTH");
1070     add_srs_wkt (p, 11,
1071         "ORITY[\"EPSG\",\"3571\"]]");
1072     p = add_epsg_def_ex (filter, first, last, 3572, "epsg", 3572,
1073         "WGS 84 / North Pole LAEA Alaska", 0, 0,
1074         "WGS 84", "Greenwich",
1075         "WGS_1984", "Lambert_Azimuthal_Equal_Area", "metre",
1076         "Easting", "South", "Northing", "South");
1077     add_proj4text (p, 0,
1078         "+proj=laea +lat_0=90 +lon_0=-150 +x_0=0 +y_0=0 +datum=WG");
1079     add_proj4text (p, 1,
1080         "S84 +units=m +no_defs");
1081     add_srs_wkt (p, 0,
1082         "PROJCS[\"WGS 84 / North Pole LAEA Alaska\",GEOGCS[\"WGS ");
1083     add_srs_wkt (p, 1,
1084         "84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.");
1085     add_srs_wkt (p, 2,
1086         "257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG");
1087     add_srs_wkt (p, 3,
1088         "\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
1089     add_srs_wkt (p, 4,
1090         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
1091     add_srs_wkt (p, 5,
1092         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJEC");
1093     add_srs_wkt (p, 6,
1094         "TION[\"Lambert_Azimuthal_Equal_Area\"],PARAMETER[\"latit");
1095     add_srs_wkt (p, 7,
1096         "ude_of_center\",90],PARAMETER[\"longitude_of_center\",-1");
1097     add_srs_wkt (p, 8,
1098         "50],PARAMETER[\"false_easting\",0],PARAMETER[\"false_nor");
1099     add_srs_wkt (p, 9,
1100         "thing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]");
1101     add_srs_wkt (p, 10,
1102         "],AXIS[\"Easting\",SOUTH],AXIS[\"Northing\",SOUTH],AUTHO");
1103     add_srs_wkt (p, 11,
1104         "RITY[\"EPSG\",\"3572\"]]");
1105     p = add_epsg_def_ex (filter, first, last, 3573, "epsg", 3573,
1106         "WGS 84 / North Pole LAEA Canada", 0, 0,
1107         "WGS 84", "Greenwich",
1108         "WGS_1984", "Lambert_Azimuthal_Equal_Area", "metre",
1109         "Easting", "South", "Northing", "South");
1110     add_proj4text (p, 0,
1111         "+proj=laea +lat_0=90 +lon_0=-100 +x_0=0 +y_0=0 +datum=WG");
1112     add_proj4text (p, 1,
1113         "S84 +units=m +no_defs");
1114     add_srs_wkt (p, 0,
1115         "PROJCS[\"WGS 84 / North Pole LAEA Canada\",GEOGCS[\"WGS ");
1116     add_srs_wkt (p, 1,
1117         "84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.");
1118     add_srs_wkt (p, 2,
1119         "257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG");
1120     add_srs_wkt (p, 3,
1121         "\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
1122     add_srs_wkt (p, 4,
1123         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
1124     add_srs_wkt (p, 5,
1125         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJEC");
1126     add_srs_wkt (p, 6,
1127         "TION[\"Lambert_Azimuthal_Equal_Area\"],PARAMETER[\"latit");
1128     add_srs_wkt (p, 7,
1129         "ude_of_center\",90],PARAMETER[\"longitude_of_center\",-1");
1130     add_srs_wkt (p, 8,
1131         "00],PARAMETER[\"false_easting\",0],PARAMETER[\"false_nor");
1132     add_srs_wkt (p, 9,
1133         "thing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]");
1134     add_srs_wkt (p, 10,
1135         "],AXIS[\"Easting\",SOUTH],AXIS[\"Northing\",SOUTH],AUTHO");
1136     add_srs_wkt (p, 11,
1137         "RITY[\"EPSG\",\"3573\"]]");
1138     p = add_epsg_def_ex (filter, first, last, 3574, "epsg", 3574,
1139         "WGS 84 / North Pole LAEA Atlantic", 0, 0,
1140         "WGS 84", "Greenwich",
1141         "WGS_1984", "Lambert_Azimuthal_Equal_Area", "metre",
1142         "Easting", "South", "Northing", "South");
1143     add_proj4text (p, 0,
1144         "+proj=laea +lat_0=90 +lon_0=-40 +x_0=0 +y_0=0 +datum=WGS");
1145     add_proj4text (p, 1,
1146         "84 +units=m +no_defs");
1147     add_srs_wkt (p, 0,
1148         "PROJCS[\"WGS 84 / North Pole LAEA Atlantic\",GEOGCS[\"WG");
1149     add_srs_wkt (p, 1,
1150         "S 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,29");
1151     add_srs_wkt (p, 2,
1152         "8.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EP");
1153     add_srs_wkt (p, 3,
1154         "SG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
1155     add_srs_wkt (p, 4,
1156         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
1157     add_srs_wkt (p, 5,
1158         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJE");
1159     add_srs_wkt (p, 6,
1160         "CTION[\"Lambert_Azimuthal_Equal_Area\"],PARAMETER[\"lati");
1161     add_srs_wkt (p, 7,
1162         "tude_of_center\",90],PARAMETER[\"longitude_of_center\",-");
1163     add_srs_wkt (p, 8,
1164         "40],PARAMETER[\"false_easting\",0],PARAMETER[\"false_nor");
1165     add_srs_wkt (p, 9,
1166         "thing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]");
1167     add_srs_wkt (p, 10,
1168         "],AXIS[\"Easting\",SOUTH],AXIS[\"Northing\",SOUTH],AUTHO");
1169     add_srs_wkt (p, 11,
1170         "RITY[\"EPSG\",\"3574\"]]");
1171     p = add_epsg_def_ex (filter, first, last, 3575, "epsg", 3575,
1172         "WGS 84 / North Pole LAEA Europe", 0, 0,
1173         "WGS 84", "Greenwich",
1174         "WGS_1984", "Lambert_Azimuthal_Equal_Area", "metre",
1175         "Easting", "South", "Northing", "South");
1176     add_proj4text (p, 0,
1177         "+proj=laea +lat_0=90 +lon_0=10 +x_0=0 +y_0=0 +datum=WGS8");
1178     add_proj4text (p, 1,
1179         "4 +units=m +no_defs");
1180     add_srs_wkt (p, 0,
1181         "PROJCS[\"WGS 84 / North Pole LAEA Europe\",GEOGCS[\"WGS ");
1182     add_srs_wkt (p, 1,
1183         "84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.");
1184     add_srs_wkt (p, 2,
1185         "257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG");
1186     add_srs_wkt (p, 3,
1187         "\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
1188     add_srs_wkt (p, 4,
1189         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
1190     add_srs_wkt (p, 5,
1191         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJEC");
1192     add_srs_wkt (p, 6,
1193         "TION[\"Lambert_Azimuthal_Equal_Area\"],PARAMETER[\"latit");
1194     add_srs_wkt (p, 7,
1195         "ude_of_center\",90],PARAMETER[\"longitude_of_center\",10");
1196     add_srs_wkt (p, 8,
1197         "],PARAMETER[\"false_easting\",0],PARAMETER[\"false_north");
1198     add_srs_wkt (p, 9,
1199         "ing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],");
1200     add_srs_wkt (p, 10,
1201         "AXIS[\"Easting\",SOUTH],AXIS[\"Northing\",SOUTH],AUTHORI");
1202     add_srs_wkt (p, 11,
1203         "TY[\"EPSG\",\"3575\"]]");
1204     p = add_epsg_def_ex (filter, first, last, 3576, "epsg", 3576,
1205         "WGS 84 / North Pole LAEA Russia", 0, 0,
1206         "WGS 84", "Greenwich",
1207         "WGS_1984", "Lambert_Azimuthal_Equal_Area", "metre",
1208         "Easting", "South", "Northing", "South");
1209     add_proj4text (p, 0,
1210         "+proj=laea +lat_0=90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS8");
1211     add_proj4text (p, 1,
1212         "4 +units=m +no_defs");
1213     add_srs_wkt (p, 0,
1214         "PROJCS[\"WGS 84 / North Pole LAEA Russia\",GEOGCS[\"WGS ");
1215     add_srs_wkt (p, 1,
1216         "84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.");
1217     add_srs_wkt (p, 2,
1218         "257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG");
1219     add_srs_wkt (p, 3,
1220         "\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
1221     add_srs_wkt (p, 4,
1222         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
1223     add_srs_wkt (p, 5,
1224         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJEC");
1225     add_srs_wkt (p, 6,
1226         "TION[\"Lambert_Azimuthal_Equal_Area\"],PARAMETER[\"latit");
1227     add_srs_wkt (p, 7,
1228         "ude_of_center\",90],PARAMETER[\"longitude_of_center\",90");
1229     add_srs_wkt (p, 8,
1230         "],PARAMETER[\"false_easting\",0],PARAMETER[\"false_north");
1231     add_srs_wkt (p, 9,
1232         "ing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],");
1233     add_srs_wkt (p, 10,
1234         "AXIS[\"Easting\",SOUTH],AXIS[\"Northing\",SOUTH],AUTHORI");
1235     add_srs_wkt (p, 11,
1236         "TY[\"EPSG\",\"3576\"]]");
1237     p = add_epsg_def_ex (filter, first, last, 3577, "epsg", 3577,
1238         "GDA94 / Australian Albers", 0, 0,
1239         "GRS 1980", "Greenwich",
1240         "Geocentric_Datum_of_Australia_1994", "Albers_Conic_Equal_Area", "metre",
1241         "Easting", "East", "Northing", "North");
1242     add_proj4text (p, 0,
1243         "+proj=aea +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=132 +x_0");
1244     add_proj4text (p, 1,
1245         "=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +");
1246     add_proj4text (p, 2,
1247         "no_defs");
1248     add_srs_wkt (p, 0,
1249         "PROJCS[\"GDA94 / Australian Albers\",GEOGCS[\"GDA94\",DA");
1250     add_srs_wkt (p, 1,
1251         "TUM[\"Geocentric_Datum_of_Australia_1994\",SPHEROID[\"GR");
1252     add_srs_wkt (p, 2,
1253         "S 1980\",6378137,298.257222101,AUTHORITY[\"EPSG\",\"7019");
1254     add_srs_wkt (p, 3,
1255         "\"]],AUTHORITY[\"EPSG\",\"6283\"]],PRIMEM[\"Greenwich\",");
1256     add_srs_wkt (p, 4,
1257         "0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.017453");
1258     add_srs_wkt (p, 5,
1259         "2925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPS");
1260     add_srs_wkt (p, 6,
1261         "G\",\"4283\"]],PROJECTION[\"Albers_Conic_Equal_Area\"],P");
1262     add_srs_wkt (p, 7,
1263         "ARAMETER[\"latitude_of_center\",0],PARAMETER[\"longitude");
1264     add_srs_wkt (p, 8,
1265         "_of_center\",132],PARAMETER[\"standard_parallel_1\",-18]");
1266     add_srs_wkt (p, 9,
1267         ",PARAMETER[\"standard_parallel_2\",-36],PARAMETER[\"fals");
1268     add_srs_wkt (p, 10,
1269         "e_easting\",0],PARAMETER[\"false_northing\",0],UNIT[\"me");
1270     add_srs_wkt (p, 11,
1271         "tre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",E");
1272     add_srs_wkt (p, 12,
1273         "AST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3577\"");
1274     add_srs_wkt (p, 13,
1275         "]]");
1276     p = add_epsg_def_ex (filter, first, last, 3578, "epsg", 3578,
1277         "NAD83 / Yukon Albers", 0, 0,
1278         "GRS 1980", "Greenwich",
1279         "North_American_Datum_1983", "Albers_Conic_Equal_Area", "metre",
1280         "Easting", "East", "Northing", "North");
1281     add_proj4text (p, 0,
1282         "+proj=aea +lat_1=61.66666666666666 +lat_2=68 +lat_0=59 +");
1283     add_proj4text (p, 1,
1284         "lon_0=-132.5 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs");
1285     add_proj4text (p, 2,
1286         "84=0,0,0,0,0,0,0 +units=m +no_defs");
1287     add_srs_wkt (p, 0,
1288         "PROJCS[\"NAD83 / Yukon Albers\",GEOGCS[\"NAD83\",DATUM[\"");
1289     add_srs_wkt (p, 1,
1290         "North_American_Datum_1983\",SPHEROID[\"GRS 1980\",637813");
1291     add_srs_wkt (p, 2,
1292         "7,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[");
1293     add_srs_wkt (p, 3,
1294         "\"EPSG\",\"6269\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"E");
1295     add_srs_wkt (p, 4,
1296         "PSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTH");
1297     add_srs_wkt (p, 5,
1298         "ORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4269\"]],");
1299     add_srs_wkt (p, 6,
1300         "PROJECTION[\"Albers_Conic_Equal_Area\"],PARAMETER[\"lati");
1301     add_srs_wkt (p, 7,
1302         "tude_of_center\",59],PARAMETER[\"longitude_of_center\",-");
1303     add_srs_wkt (p, 8,
1304         "132.5],PARAMETER[\"standard_parallel_1\",61.666666666666");
1305     add_srs_wkt (p, 9,
1306         "7],PARAMETER[\"standard_parallel_2\",68],PARAMETER[\"fal");
1307     add_srs_wkt (p, 10,
1308         "se_easting\",500000],PARAMETER[\"false_northing\",500000");
1309     add_srs_wkt (p, 11,
1310         "],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"");
1311     add_srs_wkt (p, 12,
1312         "Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPS");
1313     add_srs_wkt (p, 13,
1314         "G\",\"3578\"]]");
1315     p = add_epsg_def_ex (filter, first, last, 3579, "epsg", 3579,
1316         "NAD83(CSRS) / Yukon Albers", 0, 0,
1317         "GRS 1980", "Greenwich",
1318         "NAD83_Canadian_Spatial_Reference_System", "Albers_Conic_Equal_Area", "metre",
1319         "Easting", "East", "Northing", "North");
1320     add_proj4text (p, 0,
1321         "+proj=aea +lat_1=61.66666666666666 +lat_2=68 +lat_0=59 +");
1322     add_proj4text (p, 1,
1323         "lon_0=-132.5 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs");
1324     add_proj4text (p, 2,
1325         "84=0,0,0,0,0,0,0 +units=m +no_defs");
1326     add_srs_wkt (p, 0,
1327         "PROJCS[\"NAD83(CSRS) / Yukon Albers\",GEOGCS[\"NAD83(CSR");
1328     add_srs_wkt (p, 1,
1329         "S)\",DATUM[\"NAD83_Canadian_Spatial_Reference_System\",S");
1330     add_srs_wkt (p, 2,
1331         "PHEROID[\"GRS 1980\",6378137,298.257222101,AUTHORITY[\"E");
1332     add_srs_wkt (p, 3,
1333         "PSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6140\"]],PRIMEM[\"");
1334     add_srs_wkt (p, 4,
1335         "Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degre");
1336     add_srs_wkt (p, 5,
1337         "e\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUT");
1338     add_srs_wkt (p, 6,
1339         "HORITY[\"EPSG\",\"4617\"]],PROJECTION[\"Albers_Conic_Equ");
1340     add_srs_wkt (p, 7,
1341         "al_Area\"],PARAMETER[\"latitude_of_center\",59],PARAMETE");
1342     add_srs_wkt (p, 8,
1343         "R[\"longitude_of_center\",-132.5],PARAMETER[\"standard_p");
1344     add_srs_wkt (p, 9,
1345         "arallel_1\",61.6666666666667],PARAMETER[\"standard_paral");
1346     add_srs_wkt (p, 10,
1347         "lel_2\",68],PARAMETER[\"false_easting\",500000],PARAMETE");
1348     add_srs_wkt (p, 11,
1349         "R[\"false_northing\",500000],UNIT[\"metre\",1,AUTHORITY[");
1350     add_srs_wkt (p, 12,
1351         "\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Northi");
1352     add_srs_wkt (p, 13,
1353         "ng\",NORTH],AUTHORITY[\"EPSG\",\"3579\"]]");
1354     p = add_epsg_def_ex (filter, first, last, 3580, "epsg", 3580,
1355         "NAD83 / NWT Lambert", 0, 0,
1356         "GRS 1980", "Greenwich",
1357         "North_American_Datum_1983", "Lambert_Conformal_Conic_2SP", "metre",
1358         "Easting", "East", "Northing", "North");
1359     add_proj4text (p, 0,
1360         "+proj=lcc +lat_1=62 +lat_2=70 +lat_0=0 +lon_0=-112 +x_0=");
1361     add_proj4text (p, 1,
1362         "0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +n");
1363     add_proj4text (p, 2,
1364         "o_defs");
1365     add_srs_wkt (p, 0,
1366         "PROJCS[\"NAD83 / NWT Lambert\",GEOGCS[\"NAD83\",DATUM[\"");
1367     add_srs_wkt (p, 1,
1368         "North_American_Datum_1983\",SPHEROID[\"GRS 1980\",637813");
1369     add_srs_wkt (p, 2,
1370         "7,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[");
1371     add_srs_wkt (p, 3,
1372         "\"EPSG\",\"6269\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"E");
1373     add_srs_wkt (p, 4,
1374         "PSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTH");
1375     add_srs_wkt (p, 5,
1376         "ORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4269\"]],");
1377     add_srs_wkt (p, 6,
1378         "PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"");
1379     add_srs_wkt (p, 7,
1380         "latitude_of_origin\",0],PARAMETER[\"central_meridian\",-");
1381     add_srs_wkt (p, 8,
1382         "112],PARAMETER[\"standard_parallel_1\",62],PARAMETER[\"s");
1383     add_srs_wkt (p, 9,
1384         "tandard_parallel_2\",70],PARAMETER[\"false_easting\",0],");
1385     add_srs_wkt (p, 10,
1386         "PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORI");
1387     add_srs_wkt (p, 11,
1388         "TY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Nor");
1389     add_srs_wkt (p, 12,
1390         "thing\",NORTH],AUTHORITY[\"EPSG\",\"3580\"]]");
1391     p = add_epsg_def_ex (filter, first, last, 3581, "epsg", 3581,
1392         "NAD83(CSRS) / NWT Lambert", 0, 0,
1393         "GRS 1980", "Greenwich",
1394         "NAD83_Canadian_Spatial_Reference_System", "Lambert_Conformal_Conic_2SP", "metre",
1395         "Easting", "East", "Northing", "North");
1396     add_proj4text (p, 0,
1397         "+proj=lcc +lat_1=62 +lat_2=70 +lat_0=0 +lon_0=-112 +x_0=");
1398     add_proj4text (p, 1,
1399         "0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +n");
1400     add_proj4text (p, 2,
1401         "o_defs");
1402     add_srs_wkt (p, 0,
1403         "PROJCS[\"NAD83(CSRS) / NWT Lambert\",GEOGCS[\"NAD83(CSRS");
1404     add_srs_wkt (p, 1,
1405         ")\",DATUM[\"NAD83_Canadian_Spatial_Reference_System\",SP");
1406     add_srs_wkt (p, 2,
1407         "HEROID[\"GRS 1980\",6378137,298.257222101,AUTHORITY[\"EP");
1408     add_srs_wkt (p, 3,
1409         "SG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6140\"]],PRIMEM[\"G");
1410     add_srs_wkt (p, 4,
1411         "reenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree");
1412     add_srs_wkt (p, 5,
1413         "\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTH");
1414     add_srs_wkt (p, 6,
1415         "ORITY[\"EPSG\",\"4617\"]],PROJECTION[\"Lambert_Conformal");
1416     add_srs_wkt (p, 7,
1417         "_Conic_2SP\"],PARAMETER[\"latitude_of_origin\",0],PARAME");
1418     add_srs_wkt (p, 8,
1419         "TER[\"central_meridian\",-112],PARAMETER[\"standard_para");
1420     add_srs_wkt (p, 9,
1421         "llel_1\",62],PARAMETER[\"standard_parallel_2\",70],PARAM");
1422     add_srs_wkt (p, 10,
1423         "ETER[\"false_easting\",0],PARAMETER[\"false_northing\",0");
1424     add_srs_wkt (p, 11,
1425         "],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"");
1426     add_srs_wkt (p, 12,
1427         "Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPS");
1428     add_srs_wkt (p, 13,
1429         "G\",\"3581\"]]");
1430     p = add_epsg_def_ex (filter, first, last, 3582, "epsg", 3582,
1431         "NAD83(NSRS2007) / Maryland (ftUS)", 0, 0,
1432         "GRS 1980", "Greenwich",
1433         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
1434         "Easting", "East", "Northing", "North");
1435     add_proj4text (p, 0,
1436         "+proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666");
1437     add_proj4text (p, 1,
1438         "666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS8");
1439     add_proj4text (p, 2,
1440         "0 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
1441     add_srs_wkt (p, 0,
1442         "PROJCS[\"NAD83(NSRS2007) / Maryland (ftUS)\",GEOGCS[\"NA");
1443     add_srs_wkt (p, 1,
1444         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
1445     add_srs_wkt (p, 2,
1446         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
1447     add_srs_wkt (p, 3,
1448         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
1449     add_srs_wkt (p, 4,
1450         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
1451     add_srs_wkt (p, 5,
1452         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
1453     add_srs_wkt (p, 6,
1454         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
1455     add_srs_wkt (p, 7,
1456         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
1457     add_srs_wkt (p, 8,
1458         "igin\",37.6666666666667],PARAMETER[\"central_meridian\",");
1459     add_srs_wkt (p, 9,
1460         "-77],PARAMETER[\"standard_parallel_1\",39.45],PARAMETER[");
1461     add_srs_wkt (p, 10,
1462         "\"standard_parallel_2\",38.3],PARAMETER[\"false_easting\"");
1463     add_srs_wkt (p, 11,
1464         ",1312333.333],PARAMETER[\"false_northing\",0],UNIT[\"US ");
1465     add_srs_wkt (p, 12,
1466         "survey foot\",0.304800609601219,AUTHORITY[\"EPSG\",\"900");
1467     add_srs_wkt (p, 13,
1468         "3\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AU");
1469     add_srs_wkt (p, 14,
1470         "THORITY[\"EPSG\",\"3582\"]]");
1471     p = add_epsg_def_ex (filter, first, last, 3583, "epsg", 3583,
1472         "NAD83(NSRS2007) / Massachusetts Island", 0, 0,
1473         "GRS 1980", "Greenwich",
1474         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1475         "Easting", "East", "Northing", "North");
1476     add_proj4text (p, 0,
1477         "+proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333");
1478     add_proj4text (p, 1,
1479         "333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS");
1480     add_proj4text (p, 2,
1481         "80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
1482     add_srs_wkt (p, 0,
1483         "PROJCS[\"NAD83(NSRS2007) / Massachusetts Island\",GEOGCS");
1484     add_srs_wkt (p, 1,
1485         "[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refe");
1486     add_srs_wkt (p, 2,
1487         "rence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25");
1488     add_srs_wkt (p, 3,
1489         "7222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
1490     add_srs_wkt (p, 4,
1491         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
1492     add_srs_wkt (p, 5,
1493         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
1494     add_srs_wkt (p, 6,
1495         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
1496     add_srs_wkt (p, 7,
1497         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
1498     add_srs_wkt (p, 8,
1499         "_of_origin\",41],PARAMETER[\"central_meridian\",-70.5],P");
1500     add_srs_wkt (p, 9,
1501         "ARAMETER[\"standard_parallel_1\",41.4833333333333],PARAM");
1502     add_srs_wkt (p, 10,
1503         "ETER[\"standard_parallel_2\",41.2833333333333],PARAMETER");
1504     add_srs_wkt (p, 11,
1505         "[\"false_easting\",500000],PARAMETER[\"false_northing\",");
1506     add_srs_wkt (p, 12,
1507         "0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"");
1508     add_srs_wkt (p, 13,
1509         "Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPS");
1510     add_srs_wkt (p, 14,
1511         "G\",\"3583\"]]");
1512     p = add_epsg_def_ex (filter, first, last, 3584, "epsg", 3584,
1513         "NAD83(NSRS2007) / Massachusetts Island (ftUS)", 0, 0,
1514         "GRS 1980", "Greenwich",
1515         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
1516         "Easting", "East", "Northing", "North");
1517     add_proj4text (p, 0,
1518         "+proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333");
1519     add_proj4text (p, 1,
1520         "333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0");
1521     add_proj4text (p, 2,
1522         " +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_de");
1523     add_proj4text (p, 3,
1524         "fs");
1525     add_srs_wkt (p, 0,
1526         "PROJCS[\"NAD83(NSRS2007) / Massachusetts Island (ftUS)\"");
1527     add_srs_wkt (p, 1,
1528         ",GEOGCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spati");
1529     add_srs_wkt (p, 2,
1530         "al_Reference_System_2007\",SPHEROID[\"GRS 1980\",6378137");
1531     add_srs_wkt (p, 3,
1532         ",298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"");
1533     add_srs_wkt (p, 4,
1534         "EPSG\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPS");
1535     add_srs_wkt (p, 5,
1536         "G\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHOR");
1537     add_srs_wkt (p, 6,
1538         "ITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PR");
1539     add_srs_wkt (p, 7,
1540         "OJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"la");
1541     add_srs_wkt (p, 8,
1542         "titude_of_origin\",41],PARAMETER[\"central_meridian\",-7");
1543     add_srs_wkt (p, 9,
1544         "0.5],PARAMETER[\"standard_parallel_1\",41.4833333333333]");
1545     add_srs_wkt (p, 10,
1546         ",PARAMETER[\"standard_parallel_2\",41.2833333333333],PAR");
1547     add_srs_wkt (p, 11,
1548         "AMETER[\"false_easting\",1640416.667],PARAMETER[\"false_");
1549     add_srs_wkt (p, 12,
1550         "northing\",0],UNIT[\"US survey foot\",0.304800609601219,");
1551     add_srs_wkt (p, 13,
1552         "AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXI");
1553     add_srs_wkt (p, 14,
1554         "S[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3584\"]]");
1555     p = add_epsg_def_ex (filter, first, last, 3585, "epsg", 3585,
1556         "NAD83(NSRS2007) / Massachusetts Mainland", 0, 0,
1557         "GRS 1980", "Greenwich",
1558         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1559         "Easting", "East", "Northing", "North");
1560     add_proj4text (p, 0,
1561         "+proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666");
1562     add_proj4text (p, 1,
1563         "667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellp");
1564     add_proj4text (p, 2,
1565         "s=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
1566     add_srs_wkt (p, 0,
1567         "PROJCS[\"NAD83(NSRS2007) / Massachusetts Mainland\",GEOG");
1568     add_srs_wkt (p, 1,
1569         "CS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Re");
1570     add_srs_wkt (p, 2,
1571         "ference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.");
1572     add_srs_wkt (p, 3,
1573         "257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG");
1574     add_srs_wkt (p, 4,
1575         "\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
1576     add_srs_wkt (p, 5,
1577         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
1578     add_srs_wkt (p, 6,
1579         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJEC");
1580     add_srs_wkt (p, 7,
1581         "TION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitu");
1582     add_srs_wkt (p, 8,
1583         "de_of_origin\",41],PARAMETER[\"central_meridian\",-71.5]");
1584     add_srs_wkt (p, 9,
1585         ",PARAMETER[\"standard_parallel_1\",42.6833333333333],PAR");
1586     add_srs_wkt (p, 10,
1587         "AMETER[\"standard_parallel_2\",41.7166666666667],PARAMET");
1588     add_srs_wkt (p, 11,
1589         "ER[\"false_easting\",200000],PARAMETER[\"false_northing\"");
1590     add_srs_wkt (p, 12,
1591         ",750000],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],");
1592     add_srs_wkt (p, 13,
1593         "AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORIT");
1594     add_srs_wkt (p, 14,
1595         "Y[\"EPSG\",\"3585\"]]");
1596     p = add_epsg_def_ex (filter, first, last, 3586, "epsg", 3586,
1597         "NAD83(NSRS2007) / Massachusetts Mainland (ftUS)", 0, 0,
1598         "GRS 1980", "Greenwich",
1599         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
1600         "Easting", "East", "Northing", "North");
1601     add_proj4text (p, 0,
1602         "+proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666");
1603     add_proj4text (p, 1,
1604         "667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=7");
1605     add_proj4text (p, 2,
1606         "50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +");
1607     add_proj4text (p, 3,
1608         "no_defs");
1609     add_srs_wkt (p, 0,
1610         "PROJCS[\"NAD83(NSRS2007) / Massachusetts Mainland (ftUS)");
1611     add_srs_wkt (p, 1,
1612         "\",GEOGCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spa");
1613     add_srs_wkt (p, 2,
1614         "tial_Reference_System_2007\",SPHEROID[\"GRS 1980\",63781");
1615     add_srs_wkt (p, 3,
1616         "37,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY");
1617     add_srs_wkt (p, 4,
1618         "[\"EPSG\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"");
1619     add_srs_wkt (p, 5,
1620         "EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUT");
1621     add_srs_wkt (p, 6,
1622         "HORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]]");
1623     add_srs_wkt (p, 7,
1624         ",PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"");
1625     add_srs_wkt (p, 8,
1626         "latitude_of_origin\",41],PARAMETER[\"central_meridian\",");
1627     add_srs_wkt (p, 9,
1628         "-71.5],PARAMETER[\"standard_parallel_1\",42.683333333333");
1629     add_srs_wkt (p, 10,
1630         "3],PARAMETER[\"standard_parallel_2\",41.7166666666667],P");
1631     add_srs_wkt (p, 11,
1632         "ARAMETER[\"false_easting\",656166.667],PARAMETER[\"false");
1633     add_srs_wkt (p, 12,
1634         "_northing\",2460625],UNIT[\"US survey foot\",0.304800609");
1635     add_srs_wkt (p, 13,
1636         "601219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EA");
1637     add_srs_wkt (p, 14,
1638         "ST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3586\"");
1639     add_srs_wkt (p, 15,
1640         "]]");
1641     p = add_epsg_def_ex (filter, first, last, 3587, "epsg", 3587,
1642         "NAD83(NSRS2007) / Michigan Central", 0, 0,
1643         "GRS 1980", "Greenwich",
1644         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1645         "Easting", "East", "Northing", "North");
1646     add_proj4text (p, 0,
1647         "+proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43");
1648     add_proj4text (p, 1,
1649         ".31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +");
1650     add_proj4text (p, 2,
1651         "y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_d");
1652     add_proj4text (p, 3,
1653         "efs");
1654     add_srs_wkt (p, 0,
1655         "PROJCS[\"NAD83(NSRS2007) / Michigan Central\",GEOGCS[\"N");
1656     add_srs_wkt (p, 1,
1657         "AD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referenc");
1658     add_srs_wkt (p, 2,
1659         "e_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222");
1660     add_srs_wkt (p, 3,
1661         "101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6");
1662     add_srs_wkt (p, 4,
1663         "759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901");
1664     add_srs_wkt (p, 5,
1665         "\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG");
1666     add_srs_wkt (p, 6,
1667         "\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"");
1668     add_srs_wkt (p, 7,
1669         "Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_o");
1670     add_srs_wkt (p, 8,
1671         "rigin\",43.3166666666667],PARAMETER[\"central_meridian\"");
1672     add_srs_wkt (p, 9,
1673         ",-84.3666666666667],PARAMETER[\"standard_parallel_1\",45");
1674     add_srs_wkt (p, 10,
1675         ".7],PARAMETER[\"standard_parallel_2\",44.1833333333333],");
1676     add_srs_wkt (p, 11,
1677         "PARAMETER[\"false_easting\",6000000],PARAMETER[\"false_n");
1678     add_srs_wkt (p, 12,
1679         "orthing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"");
1680     add_srs_wkt (p, 13,
1681         "]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHO");
1682     add_srs_wkt (p, 14,
1683         "RITY[\"EPSG\",\"3587\"]]");
1684     p = add_epsg_def_ex (filter, first, last, 3588, "epsg", 3588,
1685         "NAD83(NSRS2007) / Michigan Central (ft)", 0, 0,
1686         "GRS 1980", "Greenwich",
1687         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
1688         "Easting", "East", "Northing", "North");
1689     add_proj4text (p, 0,
1690         "+proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43");
1691     add_proj4text (p, 1,
1692         ".31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.9");
1693     add_proj4text (p, 2,
1694         "99976001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +uni");
1695     add_proj4text (p, 3,
1696         "ts=ft +no_defs");
1697     add_srs_wkt (p, 0,
1698         "PROJCS[\"NAD83(NSRS2007) / Michigan Central (ft)\",GEOGC");
1699     add_srs_wkt (p, 1,
1700         "S[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Ref");
1701     add_srs_wkt (p, 2,
1702         "erence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2");
1703     add_srs_wkt (p, 3,
1704         "57222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
1705     add_srs_wkt (p, 4,
1706         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
1707     add_srs_wkt (p, 5,
1708         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
1709     add_srs_wkt (p, 6,
1710         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
1711     add_srs_wkt (p, 7,
1712         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
1713     add_srs_wkt (p, 8,
1714         "_of_origin\",43.3166666666667],PARAMETER[\"central_merid");
1715     add_srs_wkt (p, 9,
1716         "ian\",-84.3666666666667],PARAMETER[\"standard_parallel_1");
1717     add_srs_wkt (p, 10,
1718         "\",45.7],PARAMETER[\"standard_parallel_2\",44.1833333333");
1719     add_srs_wkt (p, 11,
1720         "333],PARAMETER[\"false_easting\",19685039.37],PARAMETER[");
1721     add_srs_wkt (p, 12,
1722         "\"false_northing\",0],UNIT[\"foot\",0.3048,AUTHORITY[\"E");
1723     add_srs_wkt (p, 13,
1724         "PSG\",\"9002\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\"");
1725     add_srs_wkt (p, 14,
1726         ",NORTH],AUTHORITY[\"EPSG\",\"3588\"]]");
1727     p = add_epsg_def_ex (filter, first, last, 3589, "epsg", 3589,
1728         "NAD83(NSRS2007) / Michigan North", 0, 0,
1729         "GRS 1980", "Greenwich",
1730         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1731         "Easting", "East", "Northing", "North");
1732     add_proj4text (p, 0,
1733         "+proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333");
1734     add_proj4text (p, 1,
1735         "333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_");
1736     add_proj4text (p, 2,
1737         "0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_def");
1738     add_proj4text (p, 3,
1739         "s");
1740     add_srs_wkt (p, 0,
1741         "PROJCS[\"NAD83(NSRS2007) / Michigan North\",GEOGCS[\"NAD");
1742     add_srs_wkt (p, 1,
1743         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
1744     add_srs_wkt (p, 2,
1745         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
1746     add_srs_wkt (p, 3,
1747         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
1748     add_srs_wkt (p, 4,
1749         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
1750     add_srs_wkt (p, 5,
1751         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
1752     add_srs_wkt (p, 6,
1753         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
1754     add_srs_wkt (p, 7,
1755         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
1756     add_srs_wkt (p, 8,
1757         "igin\",44.7833333333333],PARAMETER[\"central_meridian\",");
1758     add_srs_wkt (p, 9,
1759         "-87],PARAMETER[\"standard_parallel_1\",47.0833333333333]");
1760     add_srs_wkt (p, 10,
1761         ",PARAMETER[\"standard_parallel_2\",45.4833333333333],PAR");
1762     add_srs_wkt (p, 11,
1763         "AMETER[\"false_easting\",8000000],PARAMETER[\"false_nort");
1764     add_srs_wkt (p, 12,
1765         "hing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]]");
1766     add_srs_wkt (p, 13,
1767         ",AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORI");
1768     add_srs_wkt (p, 14,
1769         "TY[\"EPSG\",\"3589\"]]");
1770     p = add_epsg_def_ex (filter, first, last, 3590, "epsg", 3590,
1771         "NAD83(NSRS2007) / Michigan North (ft)", 0, 0,
1772         "GRS 1980", "Greenwich",
1773         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
1774         "Easting", "East", "Northing", "North");
1775     add_proj4text (p, 0,
1776         "+proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333");
1777     add_proj4text (p, 1,
1778         "333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999");
1779     add_proj4text (p, 2,
1780         "968001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units");
1781     add_proj4text (p, 3,
1782         "=ft +no_defs");
1783     add_srs_wkt (p, 0,
1784         "PROJCS[\"NAD83(NSRS2007) / Michigan North (ft)\",GEOGCS[");
1785     add_srs_wkt (p, 1,
1786         "\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refer");
1787     add_srs_wkt (p, 2,
1788         "ence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257");
1789     add_srs_wkt (p, 3,
1790         "222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",");
1791     add_srs_wkt (p, 4,
1792         "\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8");
1793     add_srs_wkt (p, 5,
1794         "901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"E");
1795     add_srs_wkt (p, 6,
1796         "PSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTIO");
1797     add_srs_wkt (p, 7,
1798         "N[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_");
1799     add_srs_wkt (p, 8,
1800         "of_origin\",44.7833333333333],PARAMETER[\"central_meridi");
1801     add_srs_wkt (p, 9,
1802         "an\",-87],PARAMETER[\"standard_parallel_1\",47.083333333");
1803     add_srs_wkt (p, 10,
1804         "3333],PARAMETER[\"standard_parallel_2\",45.4833333333333");
1805     add_srs_wkt (p, 11,
1806         "],PARAMETER[\"false_easting\",26246719.16],PARAMETER[\"f");
1807     add_srs_wkt (p, 12,
1808         "alse_northing\",0],UNIT[\"foot\",0.3048,AUTHORITY[\"EPSG");
1809     add_srs_wkt (p, 13,
1810         "\",\"9002\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",N");
1811     add_srs_wkt (p, 14,
1812         "ORTH],AUTHORITY[\"EPSG\",\"3590\"]]");
1813     p = add_epsg_def_ex (filter, first, last, 3591, "epsg", 3591,
1814         "NAD83(NSRS2007) / Michigan Oblique Mercator", 0, 0,
1815         "GRS 1980", "Greenwich",
1816         "NAD83_National_Spatial_Reference_System_2007", "Hotine_Oblique_Mercator", "metre",
1817         "Easting", "East", "Northing", "North");
1818     add_proj4text (p, 0,
1819         "+proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=33");
1820     add_proj4text (p, 1,
1821         "7.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no");
1822     add_proj4text (p, 2,
1823         "_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
1824     add_proj4text (p, 3,
1825         ",0 +units=m +no_defs");
1826     add_srs_wkt (p, 0,
1827         "PROJCS[\"NAD83(NSRS2007) / Michigan Oblique Mercator\",G");
1828     add_srs_wkt (p, 1,
1829         "EOGCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial");
1830     add_srs_wkt (p, 2,
1831         "_Reference_System_2007\",SPHEROID[\"GRS 1980\",6378137,2");
1832     add_srs_wkt (p, 3,
1833         "98.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"E");
1834     add_srs_wkt (p, 4,
1835         "PSG\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG");
1836     add_srs_wkt (p, 5,
1837         "\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORI");
1838     add_srs_wkt (p, 6,
1839         "TY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PRO");
1840     add_srs_wkt (p, 7,
1841         "JECTION[\"Hotine_Oblique_Mercator\"],PARAMETER[\"latitud");
1842     add_srs_wkt (p, 8,
1843         "e_of_center\",45.3091666666667],PARAMETER[\"longitude_of");
1844     add_srs_wkt (p, 9,
1845         "_center\",-86],PARAMETER[\"azimuth\",337.25556],PARAMETE");
1846     add_srs_wkt (p, 10,
1847         "R[\"rectified_grid_angle\",337.25556],PARAMETER[\"scale_");
1848     add_srs_wkt (p, 11,
1849         "factor\",0.9996],PARAMETER[\"false_easting\",2546731.496");
1850     add_srs_wkt (p, 12,
1851         "],PARAMETER[\"false_northing\",-4354009.816],UNIT[\"metr");
1852     add_srs_wkt (p, 13,
1853         "e\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAS");
1854     add_srs_wkt (p, 14,
1855         "T],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3591\"]");
1856     add_srs_wkt (p, 15,
1857         "]");
1858     p = add_epsg_def_ex (filter, first, last, 3592, "epsg", 3592,
1859         "NAD83(NSRS2007) / Michigan South", 0, 0,
1860         "GRS 1980", "Greenwich",
1861         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1862         "Easting", "East", "Northing", "North");
1863     add_proj4text (p, 0,
1864         "+proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41");
1865     add_proj4text (p, 1,
1866         ".5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=");
1867     add_proj4text (p, 2,
1868         "GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
1869     add_srs_wkt (p, 0,
1870         "PROJCS[\"NAD83(NSRS2007) / Michigan South\",GEOGCS[\"NAD");
1871     add_srs_wkt (p, 1,
1872         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
1873     add_srs_wkt (p, 2,
1874         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
1875     add_srs_wkt (p, 3,
1876         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
1877     add_srs_wkt (p, 4,
1878         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
1879     add_srs_wkt (p, 5,
1880         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
1881     add_srs_wkt (p, 6,
1882         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
1883     add_srs_wkt (p, 7,
1884         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
1885     add_srs_wkt (p, 8,
1886         "igin\",41.5],PARAMETER[\"central_meridian\",-84.36666666");
1887     add_srs_wkt (p, 9,
1888         "66667],PARAMETER[\"standard_parallel_1\",43.666666666666");
1889     add_srs_wkt (p, 10,
1890         "7],PARAMETER[\"standard_parallel_2\",42.1],PARAMETER[\"f");
1891     add_srs_wkt (p, 11,
1892         "alse_easting\",4000000],PARAMETER[\"false_northing\",0],");
1893     add_srs_wkt (p, 12,
1894         "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Ea");
1895     add_srs_wkt (p, 13,
1896         "sting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\"");
1897     add_srs_wkt (p, 14,
1898         ",\"3592\"]]");
1899     p = add_epsg_def_ex (filter, first, last, 3593, "epsg", 3593,
1900         "NAD83(NSRS2007) / Michigan South (ft)", 0, 0,
1901         "GRS 1980", "Greenwich",
1902         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
1903         "Easting", "East", "Northing", "North");
1904     add_proj4text (p, 0,
1905         "+proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41");
1906     add_proj4text (p, 1,
1907         ".5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 ");
1908     add_proj4text (p, 2,
1909         "+ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs");
1910     add_srs_wkt (p, 0,
1911         "PROJCS[\"NAD83(NSRS2007) / Michigan South (ft)\",GEOGCS[");
1912     add_srs_wkt (p, 1,
1913         "\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refer");
1914     add_srs_wkt (p, 2,
1915         "ence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257");
1916     add_srs_wkt (p, 3,
1917         "222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",");
1918     add_srs_wkt (p, 4,
1919         "\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8");
1920     add_srs_wkt (p, 5,
1921         "901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"E");
1922     add_srs_wkt (p, 6,
1923         "PSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTIO");
1924     add_srs_wkt (p, 7,
1925         "N[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_");
1926     add_srs_wkt (p, 8,
1927         "of_origin\",41.5],PARAMETER[\"central_meridian\",-84.366");
1928     add_srs_wkt (p, 9,
1929         "6666666667],PARAMETER[\"standard_parallel_1\",43.6666666");
1930     add_srs_wkt (p, 10,
1931         "666667],PARAMETER[\"standard_parallel_2\",42.1],PARAMETE");
1932     add_srs_wkt (p, 11,
1933         "R[\"false_easting\",13123359.58],PARAMETER[\"false_north");
1934     add_srs_wkt (p, 12,
1935         "ing\",0],UNIT[\"foot\",0.3048,AUTHORITY[\"EPSG\",\"9002\"");
1936     add_srs_wkt (p, 13,
1937         "]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHO");
1938     add_srs_wkt (p, 14,
1939         "RITY[\"EPSG\",\"3593\"]]");
1940     p = add_epsg_def_ex (filter, first, last, 3594, "epsg", 3594,
1941         "NAD83(NSRS2007) / Minnesota Central", 0, 0,
1942         "GRS 1980", "Greenwich",
1943         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1944         "Easting", "East", "Northing", "North");
1945     add_proj4text (p, 0,
1946         "+proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=4");
1947     add_proj4text (p, 1,
1948         "5 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +to");
1949     add_proj4text (p, 2,
1950         "wgs84=0,0,0,0,0,0,0 +units=m +no_defs");
1951     add_srs_wkt (p, 0,
1952         "PROJCS[\"NAD83(NSRS2007) / Minnesota Central\",GEOGCS[\"");
1953     add_srs_wkt (p, 1,
1954         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
1955     add_srs_wkt (p, 2,
1956         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
1957     add_srs_wkt (p, 3,
1958         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
1959     add_srs_wkt (p, 4,
1960         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
1961     add_srs_wkt (p, 5,
1962         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
1963     add_srs_wkt (p, 6,
1964         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
1965     add_srs_wkt (p, 7,
1966         "\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of");
1967     add_srs_wkt (p, 8,
1968         "_origin\",45],PARAMETER[\"central_meridian\",-94.25],PAR");
1969     add_srs_wkt (p, 9,
1970         "AMETER[\"standard_parallel_1\",47.05],PARAMETER[\"standa");
1971     add_srs_wkt (p, 10,
1972         "rd_parallel_2\",45.6166666666667],PARAMETER[\"false_east");
1973     add_srs_wkt (p, 11,
1974         "ing\",800000],PARAMETER[\"false_northing\",100000],UNIT[");
1975     add_srs_wkt (p, 12,
1976         "\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting");
1977     add_srs_wkt (p, 13,
1978         "\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3");
1979     add_srs_wkt (p, 14,
1980         "594\"]]");
1981     p = add_epsg_def_ex (filter, first, last, 3595, "epsg", 3595,
1982         "NAD83(NSRS2007) / Minnesota North", 0, 0,
1983         "GRS 1980", "Greenwich",
1984         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
1985         "Easting", "East", "Northing", "North");
1986     add_proj4text (p, 0,
1987         "+proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333");
1988     add_proj4text (p, 1,
1989         "333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y");
1990     add_proj4text (p, 2,
1991         "_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +");
1992     add_proj4text (p, 3,
1993         "no_defs");
1994     add_srs_wkt (p, 0,
1995         "PROJCS[\"NAD83(NSRS2007) / Minnesota North\",GEOGCS[\"NA");
1996     add_srs_wkt (p, 1,
1997         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
1998     add_srs_wkt (p, 2,
1999         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
2000     add_srs_wkt (p, 3,
2001         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
2002     add_srs_wkt (p, 4,
2003         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
2004     add_srs_wkt (p, 5,
2005         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
2006     add_srs_wkt (p, 6,
2007         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
2008     add_srs_wkt (p, 7,
2009         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
2010     add_srs_wkt (p, 8,
2011         "igin\",46.5],PARAMETER[\"central_meridian\",-93.1],PARAM");
2012     add_srs_wkt (p, 9,
2013         "ETER[\"standard_parallel_1\",48.6333333333333],PARAMETER");
2014     add_srs_wkt (p, 10,
2015         "[\"standard_parallel_2\",47.0333333333333],PARAMETER[\"f");
2016     add_srs_wkt (p, 11,
2017         "alse_easting\",800000],PARAMETER[\"false_northing\",1000");
2018     add_srs_wkt (p, 12,
2019         "00],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[");
2020     add_srs_wkt (p, 13,
2021         "\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"E");
2022     add_srs_wkt (p, 14,
2023         "PSG\",\"3595\"]]");
2024     p = add_epsg_def_ex (filter, first, last, 3596, "epsg", 3596,
2025         "NAD83(NSRS2007) / Minnesota South", 0, 0,
2026         "GRS 1980", "Greenwich",
2027         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
2028         "Easting", "East", "Northing", "North");
2029     add_proj4text (p, 0,
2030         "+proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333");
2031     add_proj4text (p, 1,
2032         "333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=");
2033     add_proj4text (p, 2,
2034         "GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
2035     add_srs_wkt (p, 0,
2036         "PROJCS[\"NAD83(NSRS2007) / Minnesota South\",GEOGCS[\"NA");
2037     add_srs_wkt (p, 1,
2038         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
2039     add_srs_wkt (p, 2,
2040         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
2041     add_srs_wkt (p, 3,
2042         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
2043     add_srs_wkt (p, 4,
2044         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
2045     add_srs_wkt (p, 5,
2046         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
2047     add_srs_wkt (p, 6,
2048         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
2049     add_srs_wkt (p, 7,
2050         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
2051     add_srs_wkt (p, 8,
2052         "igin\",43],PARAMETER[\"central_meridian\",-94],PARAMETER");
2053     add_srs_wkt (p, 9,
2054         "[\"standard_parallel_1\",45.2166666666667],PARAMETER[\"s");
2055     add_srs_wkt (p, 10,
2056         "tandard_parallel_2\",43.7833333333333],PARAMETER[\"false");
2057     add_srs_wkt (p, 11,
2058         "_easting\",800000],PARAMETER[\"false_northing\",100000],");
2059     add_srs_wkt (p, 12,
2060         "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Ea");
2061     add_srs_wkt (p, 13,
2062         "sting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\"");
2063     add_srs_wkt (p, 14,
2064         ",\"3596\"]]");
2065     p = add_epsg_def_ex (filter, first, last, 3597, "epsg", 3597,
2066         "NAD83(NSRS2007) / Mississippi East", 0, 0,
2067         "GRS 1980", "Greenwich",
2068         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2069         "Easting", "East", "Northing", "North");
2070     add_proj4text (p, 0,
2071         "+proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.9");
2072     add_proj4text (p, 1,
2073         "9995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,");
2074     add_proj4text (p, 2,
2075         "0,0 +units=m +no_defs");
2076     add_srs_wkt (p, 0,
2077         "PROJCS[\"NAD83(NSRS2007) / Mississippi East\",GEOGCS[\"N");
2078     add_srs_wkt (p, 1,
2079         "AD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referenc");
2080     add_srs_wkt (p, 2,
2081         "e_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222");
2082     add_srs_wkt (p, 3,
2083         "101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6");
2084     add_srs_wkt (p, 4,
2085         "759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901");
2086     add_srs_wkt (p, 5,
2087         "\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG");
2088     add_srs_wkt (p, 6,
2089         "\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"");
2090     add_srs_wkt (p, 7,
2091         "Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",");
2092     add_srs_wkt (p, 8,
2093         "29.5],PARAMETER[\"central_meridian\",-88.8333333333333],");
2094     add_srs_wkt (p, 9,
2095         "PARAMETER[\"scale_factor\",0.99995],PARAMETER[\"false_ea");
2096     add_srs_wkt (p, 10,
2097         "sting\",300000],PARAMETER[\"false_northing\",0],UNIT[\"m");
2098     add_srs_wkt (p, 11,
2099         "etre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",");
2100     add_srs_wkt (p, 12,
2101         "EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3597");
2102     add_srs_wkt (p, 13,
2103         "\"]]");
2104     p = add_epsg_def_ex (filter, first, last, 3598, "epsg", 3598,
2105         "NAD83(NSRS2007) / Mississippi East (ftUS)", 0, 0,
2106         "GRS 1980", "Greenwich",
2107         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2108         "Easting", "East", "Northing", "North");
2109     add_proj4text (p, 0,
2110         "+proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.9");
2111     add_proj4text (p, 1,
2112         "9995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84");
2113     add_proj4text (p, 2,
2114         "=0,0,0,0,0,0,0 +units=us-ft +no_defs");
2115     add_srs_wkt (p, 0,
2116         "PROJCS[\"NAD83(NSRS2007) / Mississippi East (ftUS)\",GEO");
2117     add_srs_wkt (p, 1,
2118         "GCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_R");
2119     add_srs_wkt (p, 2,
2120         "eference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298");
2121     add_srs_wkt (p, 3,
2122         ".257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPS");
2123     add_srs_wkt (p, 4,
2124         "G\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
2125     add_srs_wkt (p, 5,
2126         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
2127     add_srs_wkt (p, 6,
2128         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJE");
2129     add_srs_wkt (p, 7,
2130         "CTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_o");
2131     add_srs_wkt (p, 8,
2132         "rigin\",29.5],PARAMETER[\"central_meridian\",-88.8333333");
2133     add_srs_wkt (p, 9,
2134         "333333],PARAMETER[\"scale_factor\",0.99995],PARAMETER[\"");
2135     add_srs_wkt (p, 10,
2136         "false_easting\",984250],PARAMETER[\"false_northing\",0],");
2137     add_srs_wkt (p, 11,
2138         "UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[\"EP");
2139     add_srs_wkt (p, 12,
2140         "SG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\"");
2141     add_srs_wkt (p, 13,
2142         ",NORTH],AUTHORITY[\"EPSG\",\"3598\"]]");
2143     p = add_epsg_def_ex (filter, first, last, 3599, "epsg", 3599,
2144         "NAD83(NSRS2007) / Mississippi West", 0, 0,
2145         "GRS 1980", "Greenwich",
2146         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2147         "Easting", "East", "Northing", "North");
2148     add_proj4text (p, 0,
2149         "+proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.9");
2150     add_proj4text (p, 1,
2151         "9995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,");
2152     add_proj4text (p, 2,
2153         "0,0 +units=m +no_defs");
2154     add_srs_wkt (p, 0,
2155         "PROJCS[\"NAD83(NSRS2007) / Mississippi West\",GEOGCS[\"N");
2156     add_srs_wkt (p, 1,
2157         "AD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referenc");
2158     add_srs_wkt (p, 2,
2159         "e_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222");
2160     add_srs_wkt (p, 3,
2161         "101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6");
2162     add_srs_wkt (p, 4,
2163         "759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901");
2164     add_srs_wkt (p, 5,
2165         "\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG");
2166     add_srs_wkt (p, 6,
2167         "\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"");
2168     add_srs_wkt (p, 7,
2169         "Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",");
2170     add_srs_wkt (p, 8,
2171         "29.5],PARAMETER[\"central_meridian\",-90.3333333333333],");
2172     add_srs_wkt (p, 9,
2173         "PARAMETER[\"scale_factor\",0.99995],PARAMETER[\"false_ea");
2174     add_srs_wkt (p, 10,
2175         "sting\",700000],PARAMETER[\"false_northing\",0],UNIT[\"m");
2176     add_srs_wkt (p, 11,
2177         "etre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",");
2178     add_srs_wkt (p, 12,
2179         "EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3599");
2180     add_srs_wkt (p, 13,
2181         "\"]]");
2182     p = add_epsg_def_ex (filter, first, last, 3600, "epsg", 3600,
2183         "NAD83(NSRS2007) / Mississippi West (ftUS)", 0, 0,
2184         "GRS 1980", "Greenwich",
2185         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2186         "Easting", "East", "Northing", "North");
2187     add_proj4text (p, 0,
2188         "+proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.9");
2189     add_proj4text (p, 1,
2190         "9995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84");
2191     add_proj4text (p, 2,
2192         "=0,0,0,0,0,0,0 +units=us-ft +no_defs");
2193     add_srs_wkt (p, 0,
2194         "PROJCS[\"NAD83(NSRS2007) / Mississippi West (ftUS)\",GEO");
2195     add_srs_wkt (p, 1,
2196         "GCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_R");
2197     add_srs_wkt (p, 2,
2198         "eference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298");
2199     add_srs_wkt (p, 3,
2200         ".257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPS");
2201     add_srs_wkt (p, 4,
2202         "G\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
2203     add_srs_wkt (p, 5,
2204         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
2205     add_srs_wkt (p, 6,
2206         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJE");
2207     add_srs_wkt (p, 7,
2208         "CTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_o");
2209     add_srs_wkt (p, 8,
2210         "rigin\",29.5],PARAMETER[\"central_meridian\",-90.3333333");
2211     add_srs_wkt (p, 9,
2212         "333333],PARAMETER[\"scale_factor\",0.99995],PARAMETER[\"");
2213     add_srs_wkt (p, 10,
2214         "false_easting\",2296583.333],PARAMETER[\"false_northing\"");
2215     add_srs_wkt (p, 11,
2216         ",0],UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[");
2217     add_srs_wkt (p, 12,
2218         "\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northi");
2219     add_srs_wkt (p, 13,
2220         "ng\",NORTH],AUTHORITY[\"EPSG\",\"3600\"]]");
2221     p = add_epsg_def_ex (filter, first, last, 3601, "epsg", 3601,
2222         "NAD83(NSRS2007) / Missouri Central", 0, 0,
2223         "GRS 1980", "Greenwich",
2224         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2225         "Easting", "East", "Northing", "North");
2226     add_proj4text (p, 0,
2227         "+proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.9");
2228     add_proj4text (p, 1,
2229         "99933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,");
2230     add_proj4text (p, 2,
2231         "0,0,0,0 +units=m +no_defs");
2232     add_srs_wkt (p, 0,
2233         "PROJCS[\"NAD83(NSRS2007) / Missouri Central\",GEOGCS[\"N");
2234     add_srs_wkt (p, 1,
2235         "AD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referenc");
2236     add_srs_wkt (p, 2,
2237         "e_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222");
2238     add_srs_wkt (p, 3,
2239         "101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6");
2240     add_srs_wkt (p, 4,
2241         "759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901");
2242     add_srs_wkt (p, 5,
2243         "\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG");
2244     add_srs_wkt (p, 6,
2245         "\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"");
2246     add_srs_wkt (p, 7,
2247         "Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",");
2248     add_srs_wkt (p, 8,
2249         "35.8333333333333],PARAMETER[\"central_meridian\",-92.5],");
2250     add_srs_wkt (p, 9,
2251         "PARAMETER[\"scale_factor\",0.999933333],PARAMETER[\"fals");
2252     add_srs_wkt (p, 10,
2253         "e_easting\",500000],PARAMETER[\"false_northing\",0],UNIT");
2254     add_srs_wkt (p, 11,
2255         "[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Eastin");
2256     add_srs_wkt (p, 12,
2257         "g\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"");
2258     add_srs_wkt (p, 13,
2259         "3601\"]]");
2260     p = add_epsg_def_ex (filter, first, last, 3602, "epsg", 3602,
2261         "NAD83(NSRS2007) / Missouri East", 0, 0,
2262         "GRS 1980", "Greenwich",
2263         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2264         "Easting", "East", "Northing", "North");
2265     add_proj4text (p, 0,
2266         "+proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.9");
2267     add_proj4text (p, 1,
2268         "99933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,");
2269     add_proj4text (p, 2,
2270         "0,0,0,0 +units=m +no_defs");
2271     add_srs_wkt (p, 0,
2272         "PROJCS[\"NAD83(NSRS2007) / Missouri East\",GEOGCS[\"NAD8");
2273     add_srs_wkt (p, 1,
2274         "3(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_S");
2275     add_srs_wkt (p, 2,
2276         "ystem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101");
2277     add_srs_wkt (p, 3,
2278         ",AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759");
2279     add_srs_wkt (p, 4,
2280         "\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]");
2281     add_srs_wkt (p, 5,
2282         "],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",");
2283     add_srs_wkt (p, 6,
2284         "\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tr");
2285     add_srs_wkt (p, 7,
2286         "ansverse_Mercator\"],PARAMETER[\"latitude_of_origin\",35");
2287     add_srs_wkt (p, 8,
2288         ".8333333333333],PARAMETER[\"central_meridian\",-90.5],PA");
2289     add_srs_wkt (p, 9,
2290         "RAMETER[\"scale_factor\",0.999933333],PARAMETER[\"false_");
2291     add_srs_wkt (p, 10,
2292         "easting\",250000],PARAMETER[\"false_northing\",0],UNIT[\"");
2293     add_srs_wkt (p, 11,
2294         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
2295     add_srs_wkt (p, 12,
2296         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"360");
2297     add_srs_wkt (p, 13,
2298         "2\"]]");
2299     p = add_epsg_def_ex (filter, first, last, 3603, "epsg", 3603,
2300         "NAD83(NSRS2007) / Missouri West", 0, 0,
2301         "GRS 1980", "Greenwich",
2302         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2303         "Easting", "East", "Northing", "North");
2304     add_proj4text (p, 0,
2305         "+proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.9");
2306     add_proj4text (p, 1,
2307         "99941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,");
2308     add_proj4text (p, 2,
2309         "0,0,0,0 +units=m +no_defs");
2310     add_srs_wkt (p, 0,
2311         "PROJCS[\"NAD83(NSRS2007) / Missouri West\",GEOGCS[\"NAD8");
2312     add_srs_wkt (p, 1,
2313         "3(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_S");
2314     add_srs_wkt (p, 2,
2315         "ystem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101");
2316     add_srs_wkt (p, 3,
2317         ",AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759");
2318     add_srs_wkt (p, 4,
2319         "\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]");
2320     add_srs_wkt (p, 5,
2321         "],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",");
2322     add_srs_wkt (p, 6,
2323         "\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tr");
2324     add_srs_wkt (p, 7,
2325         "ansverse_Mercator\"],PARAMETER[\"latitude_of_origin\",36");
2326     add_srs_wkt (p, 8,
2327         ".1666666666667],PARAMETER[\"central_meridian\",-94.5],PA");
2328     add_srs_wkt (p, 9,
2329         "RAMETER[\"scale_factor\",0.999941177],PARAMETER[\"false_");
2330     add_srs_wkt (p, 10,
2331         "easting\",850000],PARAMETER[\"false_northing\",0],UNIT[\"");
2332     add_srs_wkt (p, 11,
2333         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
2334     add_srs_wkt (p, 12,
2335         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"360");
2336     add_srs_wkt (p, 13,
2337         "3\"]]");
2338     p = add_epsg_def_ex (filter, first, last, 3604, "epsg", 3604,
2339         "NAD83(NSRS2007) / Montana", 0, 0,
2340         "GRS 1980", "Greenwich",
2341         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
2342         "Easting", "East", "Northing", "North");
2343     add_proj4text (p, 0,
2344         "+proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5");
2345     add_proj4text (p, 1,
2346         " +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 ");
2347     add_proj4text (p, 2,
2348         "+units=m +no_defs");
2349     add_srs_wkt (p, 0,
2350         "PROJCS[\"NAD83(NSRS2007) / Montana\",GEOGCS[\"NAD83(NSRS");
2351     add_srs_wkt (p, 1,
2352         "2007)\",DATUM[\"NAD83_National_Spatial_Reference_System_");
2353     add_srs_wkt (p, 2,
2354         "2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTHO");
2355     add_srs_wkt (p, 3,
2356         "RITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]],P");
2357     add_srs_wkt (p, 4,
2358         "RIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT");
2359     add_srs_wkt (p, 5,
2360         "[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122");
2361     add_srs_wkt (p, 6,
2362         "\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lambert_");
2363     add_srs_wkt (p, 7,
2364         "Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origin\",");
2365     add_srs_wkt (p, 8,
2366         "44.25],PARAMETER[\"central_meridian\",-109.5],PARAMETER[");
2367     add_srs_wkt (p, 9,
2368         "\"standard_parallel_1\",49],PARAMETER[\"standard_paralle");
2369     add_srs_wkt (p, 10,
2370         "l_2\",45],PARAMETER[\"false_easting\",600000],PARAMETER[");
2371     add_srs_wkt (p, 11,
2372         "\"false_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\"");
2373     add_srs_wkt (p, 12,
2374         ",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NOR");
2375     add_srs_wkt (p, 13,
2376         "TH],AUTHORITY[\"EPSG\",\"3604\"]]");
2377     p = add_epsg_def_ex (filter, first, last, 3605, "epsg", 3605,
2378         "NAD83(NSRS2007) / Montana (ft)", 0, 0,
2379         "GRS 1980", "Greenwich",
2380         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
2381         "Easting", "East", "Northing", "North");
2382     add_proj4text (p, 0,
2383         "+proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5");
2384     add_proj4text (p, 1,
2385         " +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,");
2386     add_proj4text (p, 2,
2387         "0,0,0,0 +units=ft +no_defs");
2388     add_srs_wkt (p, 0,
2389         "PROJCS[\"NAD83(NSRS2007) / Montana (ft)\",GEOGCS[\"NAD83");
2390     add_srs_wkt (p, 1,
2391         "(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Sy");
2392     add_srs_wkt (p, 2,
2393         "stem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,");
2394     add_srs_wkt (p, 3,
2395         "AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"");
2396     add_srs_wkt (p, 4,
2397         "]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],");
2398     add_srs_wkt (p, 5,
2399         "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"");
2400     add_srs_wkt (p, 6,
2401         "9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lamb");
2402     add_srs_wkt (p, 7,
2403         "ert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origi");
2404     add_srs_wkt (p, 8,
2405         "n\",44.25],PARAMETER[\"central_meridian\",-109.5],PARAME");
2406     add_srs_wkt (p, 9,
2407         "TER[\"standard_parallel_1\",49],PARAMETER[\"standard_par");
2408     add_srs_wkt (p, 10,
2409         "allel_2\",45],PARAMETER[\"false_easting\",1968503.937],P");
2410     add_srs_wkt (p, 11,
2411         "ARAMETER[\"false_northing\",0],UNIT[\"foot\",0.3048,AUTH");
2412     add_srs_wkt (p, 12,
2413         "ORITY[\"EPSG\",\"9002\"]],AXIS[\"Easting\",EAST],AXIS[\"");
2414     add_srs_wkt (p, 13,
2415         "Northing\",NORTH],AUTHORITY[\"EPSG\",\"3605\"]]");
2416     p = add_epsg_def_ex (filter, first, last, 3606, "epsg", 3606,
2417         "NAD83(NSRS2007) / Nebraska", 0, 0,
2418         "GRS 1980", "Greenwich",
2419         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
2420         "Easting", "East", "Northing", "North");
2421     add_proj4text (p, 0,
2422         "+proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +");
2423     add_proj4text (p, 1,
2424         "lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,");
2425     add_proj4text (p, 2,
2426         "0,0,0,0,0 +units=m +no_defs");
2427     add_srs_wkt (p, 0,
2428         "PROJCS[\"NAD83(NSRS2007) / Nebraska\",GEOGCS[\"NAD83(NSR");
2429     add_srs_wkt (p, 1,
2430         "S2007)\",DATUM[\"NAD83_National_Spatial_Reference_System");
2431     add_srs_wkt (p, 2,
2432         "_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTH");
2433     add_srs_wkt (p, 3,
2434         "ORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]],");
2435     add_srs_wkt (p, 4,
2436         "PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNI");
2437     add_srs_wkt (p, 5,
2438         "T[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"912");
2439     add_srs_wkt (p, 6,
2440         "2\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lambert");
2441     add_srs_wkt (p, 7,
2442         "_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origin\"");
2443     add_srs_wkt (p, 8,
2444         ",39.8333333333333],PARAMETER[\"central_meridian\",-100],");
2445     add_srs_wkt (p, 9,
2446         "PARAMETER[\"standard_parallel_1\",43],PARAMETER[\"standa");
2447     add_srs_wkt (p, 10,
2448         "rd_parallel_2\",40],PARAMETER[\"false_easting\",500000],");
2449     add_srs_wkt (p, 11,
2450         "PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORI");
2451     add_srs_wkt (p, 12,
2452         "TY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Nor");
2453     add_srs_wkt (p, 13,
2454         "thing\",NORTH],AUTHORITY[\"EPSG\",\"3606\"]]");
2455     p = add_epsg_def_ex (filter, first, last, 3607, "epsg", 3607,
2456         "NAD83(NSRS2007) / Nevada Central", 0, 0,
2457         "GRS 1980", "Greenwich",
2458         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2459         "Easting", "East", "Northing", "North");
2460     add_proj4text (p, 0,
2461         "+proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.");
2462     add_proj4text (p, 1,
2463         "9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,");
2464     add_proj4text (p, 2,
2465         "0,0,0,0,0 +units=m +no_defs");
2466     add_srs_wkt (p, 0,
2467         "PROJCS[\"NAD83(NSRS2007) / Nevada Central\",GEOGCS[\"NAD");
2468     add_srs_wkt (p, 1,
2469         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
2470     add_srs_wkt (p, 2,
2471         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
2472     add_srs_wkt (p, 3,
2473         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
2474     add_srs_wkt (p, 4,
2475         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
2476     add_srs_wkt (p, 5,
2477         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
2478     add_srs_wkt (p, 6,
2479         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"T");
2480     add_srs_wkt (p, 7,
2481         "ransverse_Mercator\"],PARAMETER[\"latitude_of_origin\",3");
2482     add_srs_wkt (p, 8,
2483         "4.75],PARAMETER[\"central_meridian\",-116.666666666667],");
2484     add_srs_wkt (p, 9,
2485         "PARAMETER[\"scale_factor\",0.9999],PARAMETER[\"false_eas");
2486     add_srs_wkt (p, 10,
2487         "ting\",500000],PARAMETER[\"false_northing\",6000000],UNI");
2488     add_srs_wkt (p, 11,
2489         "T[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easti");
2490     add_srs_wkt (p, 12,
2491         "ng\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"");
2492     add_srs_wkt (p, 13,
2493         "3607\"]]");
2494     p = add_epsg_def_ex (filter, first, last, 3608, "epsg", 3608,
2495         "NAD83(NSRS2007) / Nevada Central (ftUS)", 0, 0,
2496         "GRS 1980", "Greenwich",
2497         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2498         "Easting", "East", "Northing", "North");
2499     add_proj4text (p, 0,
2500         "+proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.");
2501     add_proj4text (p, 1,
2502         "9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +tow");
2503     add_proj4text (p, 2,
2504         "gs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
2505     add_srs_wkt (p, 0,
2506         "PROJCS[\"NAD83(NSRS2007) / Nevada Central (ftUS)\",GEOGC");
2507     add_srs_wkt (p, 1,
2508         "S[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Ref");
2509     add_srs_wkt (p, 2,
2510         "erence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2");
2511     add_srs_wkt (p, 3,
2512         "57222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
2513     add_srs_wkt (p, 4,
2514         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
2515     add_srs_wkt (p, 5,
2516         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
2517     add_srs_wkt (p, 6,
2518         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
2519     add_srs_wkt (p, 7,
2520         "ON[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_orig");
2521     add_srs_wkt (p, 8,
2522         "in\",34.75],PARAMETER[\"central_meridian\",-116.66666666");
2523     add_srs_wkt (p, 9,
2524         "6667],PARAMETER[\"scale_factor\",0.9999],PARAMETER[\"fal");
2525     add_srs_wkt (p, 10,
2526         "se_easting\",1640416.6667],PARAMETER[\"false_northing\",");
2527     add_srs_wkt (p, 11,
2528         "19685000],UNIT[\"US survey foot\",0.304800609601219,AUTH");
2529     add_srs_wkt (p, 12,
2530         "ORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"");
2531     add_srs_wkt (p, 13,
2532         "Northing\",NORTH],AUTHORITY[\"EPSG\",\"3608\"]]");
2533     p = add_epsg_def_ex (filter, first, last, 3609, "epsg", 3609,
2534         "NAD83(NSRS2007) / Nevada East", 0, 0,
2535         "GRS 1980", "Greenwich",
2536         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2537         "Easting", "East", "Northing", "North");
2538     add_proj4text (p, 0,
2539         "+proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.");
2540     add_proj4text (p, 1,
2541         "9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,");
2542     add_proj4text (p, 2,
2543         "0,0,0,0,0 +units=m +no_defs");
2544     add_srs_wkt (p, 0,
2545         "PROJCS[\"NAD83(NSRS2007) / Nevada East\",GEOGCS[\"NAD83(");
2546     add_srs_wkt (p, 1,
2547         "NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Sys");
2548     add_srs_wkt (p, 2,
2549         "tem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,A");
2550     add_srs_wkt (p, 3,
2551         "UTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"");
2552     add_srs_wkt (p, 4,
2553         "]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],");
2554     add_srs_wkt (p, 5,
2555         "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"");
2556     add_srs_wkt (p, 6,
2557         "9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tran");
2558     add_srs_wkt (p, 7,
2559         "sverse_Mercator\"],PARAMETER[\"latitude_of_origin\",34.7");
2560     add_srs_wkt (p, 8,
2561         "5],PARAMETER[\"central_meridian\",-115.583333333333],PAR");
2562     add_srs_wkt (p, 9,
2563         "AMETER[\"scale_factor\",0.9999],PARAMETER[\"false_eastin");
2564     add_srs_wkt (p, 10,
2565         "g\",200000],PARAMETER[\"false_northing\",8000000],UNIT[\"");
2566     add_srs_wkt (p, 11,
2567         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
2568     add_srs_wkt (p, 12,
2569         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"360");
2570     add_srs_wkt (p, 13,
2571         "9\"]]");
2572     p = add_epsg_def_ex (filter, first, last, 3610, "epsg", 3610,
2573         "NAD83(NSRS2007) / Nevada East (ftUS)", 0, 0,
2574         "GRS 1980", "Greenwich",
2575         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2576         "Easting", "East", "Northing", "North");
2577     add_proj4text (p, 0,
2578         "+proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.");
2579     add_proj4text (p, 1,
2580         "9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=");
2581     add_proj4text (p, 2,
2582         "GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
2583     add_srs_wkt (p, 0,
2584         "PROJCS[\"NAD83(NSRS2007) / Nevada East (ftUS)\",GEOGCS[\"");
2585     add_srs_wkt (p, 1,
2586         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
2587     add_srs_wkt (p, 2,
2588         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
2589     add_srs_wkt (p, 3,
2590         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
2591     add_srs_wkt (p, 4,
2592         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
2593     add_srs_wkt (p, 5,
2594         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
2595     add_srs_wkt (p, 6,
2596         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
2597     add_srs_wkt (p, 7,
2598         "\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\"");
2599     add_srs_wkt (p, 8,
2600         ",34.75],PARAMETER[\"central_meridian\",-115.583333333333");
2601     add_srs_wkt (p, 9,
2602         "],PARAMETER[\"scale_factor\",0.9999],PARAMETER[\"false_e");
2603     add_srs_wkt (p, 10,
2604         "asting\",656166.6667],PARAMETER[\"false_northing\",26246");
2605     add_srs_wkt (p, 11,
2606         "666.6667],UNIT[\"US survey foot\",0.304800609601219,AUTH");
2607     add_srs_wkt (p, 12,
2608         "ORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"");
2609     add_srs_wkt (p, 13,
2610         "Northing\",NORTH],AUTHORITY[\"EPSG\",\"3610\"]]");
2611     p = add_epsg_def_ex (filter, first, last, 3611, "epsg", 3611,
2612         "NAD83(NSRS2007) / Nevada West", 0, 0,
2613         "GRS 1980", "Greenwich",
2614         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2615         "Easting", "East", "Northing", "North");
2616     add_proj4text (p, 0,
2617         "+proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.");
2618     add_proj4text (p, 1,
2619         "9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,");
2620     add_proj4text (p, 2,
2621         "0,0,0,0,0 +units=m +no_defs");
2622     add_srs_wkt (p, 0,
2623         "PROJCS[\"NAD83(NSRS2007) / Nevada West\",GEOGCS[\"NAD83(");
2624     add_srs_wkt (p, 1,
2625         "NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Sys");
2626     add_srs_wkt (p, 2,
2627         "tem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,A");
2628     add_srs_wkt (p, 3,
2629         "UTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"");
2630     add_srs_wkt (p, 4,
2631         "]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],");
2632     add_srs_wkt (p, 5,
2633         "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"");
2634     add_srs_wkt (p, 6,
2635         "9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tran");
2636     add_srs_wkt (p, 7,
2637         "sverse_Mercator\"],PARAMETER[\"latitude_of_origin\",34.7");
2638     add_srs_wkt (p, 8,
2639         "5],PARAMETER[\"central_meridian\",-118.583333333333],PAR");
2640     add_srs_wkt (p, 9,
2641         "AMETER[\"scale_factor\",0.9999],PARAMETER[\"false_eastin");
2642     add_srs_wkt (p, 10,
2643         "g\",800000],PARAMETER[\"false_northing\",4000000],UNIT[\"");
2644     add_srs_wkt (p, 11,
2645         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
2646     add_srs_wkt (p, 12,
2647         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"361");
2648     add_srs_wkt (p, 13,
2649         "1\"]]");
2650     p = add_epsg_def_ex (filter, first, last, 3612, "epsg", 3612,
2651         "NAD83(NSRS2007) / Nevada West (ftUS)", 0, 0,
2652         "GRS 1980", "Greenwich",
2653         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2654         "Easting", "East", "Northing", "North");
2655     add_proj4text (p, 0,
2656         "+proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.");
2657     add_proj4text (p, 1,
2658         "9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps");
2659     add_proj4text (p, 2,
2660         "=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
2661     add_srs_wkt (p, 0,
2662         "PROJCS[\"NAD83(NSRS2007) / Nevada West (ftUS)\",GEOGCS[\"");
2663     add_srs_wkt (p, 1,
2664         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
2665     add_srs_wkt (p, 2,
2666         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
2667     add_srs_wkt (p, 3,
2668         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
2669     add_srs_wkt (p, 4,
2670         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
2671     add_srs_wkt (p, 5,
2672         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
2673     add_srs_wkt (p, 6,
2674         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
2675     add_srs_wkt (p, 7,
2676         "\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\"");
2677     add_srs_wkt (p, 8,
2678         ",34.75],PARAMETER[\"central_meridian\",-118.583333333333");
2679     add_srs_wkt (p, 9,
2680         "],PARAMETER[\"scale_factor\",0.9999],PARAMETER[\"false_e");
2681     add_srs_wkt (p, 10,
2682         "asting\",2624666.6667],PARAMETER[\"false_northing\",1312");
2683     add_srs_wkt (p, 11,
2684         "3333.3333],UNIT[\"US survey foot\",0.304800609601219,AUT");
2685     add_srs_wkt (p, 12,
2686         "HORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"");
2687     add_srs_wkt (p, 13,
2688         "Northing\",NORTH],AUTHORITY[\"EPSG\",\"3612\"]]");
2689     p = add_epsg_def_ex (filter, first, last, 3613, "epsg", 3613,
2690         "NAD83(NSRS2007) / New Hampshire", 0, 0,
2691         "GRS 1980", "Greenwich",
2692         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2693         "Easting", "East", "Northing", "North");
2694     add_proj4text (p, 0,
2695         "+proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.9");
2696     add_proj4text (p, 1,
2697         "99966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,");
2698     add_proj4text (p, 2,
2699         "0,0,0,0 +units=m +no_defs");
2700     add_srs_wkt (p, 0,
2701         "PROJCS[\"NAD83(NSRS2007) / New Hampshire\",GEOGCS[\"NAD8");
2702     add_srs_wkt (p, 1,
2703         "3(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_S");
2704     add_srs_wkt (p, 2,
2705         "ystem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101");
2706     add_srs_wkt (p, 3,
2707         ",AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759");
2708     add_srs_wkt (p, 4,
2709         "\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]");
2710     add_srs_wkt (p, 5,
2711         "],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",");
2712     add_srs_wkt (p, 6,
2713         "\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tr");
2714     add_srs_wkt (p, 7,
2715         "ansverse_Mercator\"],PARAMETER[\"latitude_of_origin\",42");
2716     add_srs_wkt (p, 8,
2717         ".5],PARAMETER[\"central_meridian\",-71.6666666666667],PA");
2718     add_srs_wkt (p, 9,
2719         "RAMETER[\"scale_factor\",0.999966667],PARAMETER[\"false_");
2720     add_srs_wkt (p, 10,
2721         "easting\",300000],PARAMETER[\"false_northing\",0],UNIT[\"");
2722     add_srs_wkt (p, 11,
2723         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
2724     add_srs_wkt (p, 12,
2725         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"361");
2726     add_srs_wkt (p, 13,
2727         "3\"]]");
2728     p = add_epsg_def_ex (filter, first, last, 3614, "epsg", 3614,
2729         "NAD83(NSRS2007) / New Hampshire (ftUS)", 0, 0,
2730         "GRS 1980", "Greenwich",
2731         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2732         "Easting", "East", "Northing", "North");
2733     add_proj4text (p, 0,
2734         "+proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.9");
2735     add_proj4text (p, 1,
2736         "99966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +tow");
2737     add_proj4text (p, 2,
2738         "gs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
2739     add_srs_wkt (p, 0,
2740         "PROJCS[\"NAD83(NSRS2007) / New Hampshire (ftUS)\",GEOGCS");
2741     add_srs_wkt (p, 1,
2742         "[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refe");
2743     add_srs_wkt (p, 2,
2744         "rence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25");
2745     add_srs_wkt (p, 3,
2746         "7222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
2747     add_srs_wkt (p, 4,
2748         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
2749     add_srs_wkt (p, 5,
2750         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
2751     add_srs_wkt (p, 6,
2752         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
2753     add_srs_wkt (p, 7,
2754         "ON[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_orig");
2755     add_srs_wkt (p, 8,
2756         "in\",42.5],PARAMETER[\"central_meridian\",-71.6666666666");
2757     add_srs_wkt (p, 9,
2758         "667],PARAMETER[\"scale_factor\",0.999966667],PARAMETER[\"");
2759     add_srs_wkt (p, 10,
2760         "false_easting\",984250],PARAMETER[\"false_northing\",0],");
2761     add_srs_wkt (p, 11,
2762         "UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[\"EP");
2763     add_srs_wkt (p, 12,
2764         "SG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\"");
2765     add_srs_wkt (p, 13,
2766         ",NORTH],AUTHORITY[\"EPSG\",\"3614\"]]");
2767     p = add_epsg_def_ex (filter, first, last, 3615, "epsg", 3615,
2768         "NAD83(NSRS2007) / New Jersey", 0, 0,
2769         "GRS 1980", "Greenwich",
2770         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2771         "Easting", "East", "Northing", "North");
2772     add_proj4text (p, 0,
2773         "+proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9");
2774     add_proj4text (p, 1,
2775         "999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
2776     add_proj4text (p, 2,
2777         ",0 +units=m +no_defs");
2778     add_srs_wkt (p, 0,
2779         "PROJCS[\"NAD83(NSRS2007) / New Jersey\",GEOGCS[\"NAD83(N");
2780     add_srs_wkt (p, 1,
2781         "SRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Syst");
2782     add_srs_wkt (p, 2,
2783         "em_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AU");
2784     add_srs_wkt (p, 3,
2785         "THORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]");
2786     add_srs_wkt (p, 4,
2787         "],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],U");
2788     add_srs_wkt (p, 5,
2789         "NIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9");
2790     add_srs_wkt (p, 6,
2791         "122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Trans");
2792     add_srs_wkt (p, 7,
2793         "verse_Mercator\"],PARAMETER[\"latitude_of_origin\",38.83");
2794     add_srs_wkt (p, 8,
2795         "33333333333],PARAMETER[\"central_meridian\",-74.5],PARAM");
2796     add_srs_wkt (p, 9,
2797         "ETER[\"scale_factor\",0.9999],PARAMETER[\"false_easting\"");
2798     add_srs_wkt (p, 10,
2799         ",150000],PARAMETER[\"false_northing\",0],UNIT[\"metre\",");
2800     add_srs_wkt (p, 11,
2801         "1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],A");
2802     add_srs_wkt (p, 12,
2803         "XIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3615\"]]");
2804     p = add_epsg_def_ex (filter, first, last, 3616, "epsg", 3616,
2805         "NAD83(NSRS2007) / New Jersey (ftUS)", 0, 0,
2806         "GRS 1980", "Greenwich",
2807         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2808         "Easting", "East", "Northing", "North");
2809     add_proj4text (p, 0,
2810         "+proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9");
2811     add_proj4text (p, 1,
2812         "999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
2813     add_proj4text (p, 2,
2814         ",0 +units=us-ft +no_defs");
2815     add_srs_wkt (p, 0,
2816         "PROJCS[\"NAD83(NSRS2007) / New Jersey (ftUS)\",GEOGCS[\"");
2817     add_srs_wkt (p, 1,
2818         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
2819     add_srs_wkt (p, 2,
2820         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
2821     add_srs_wkt (p, 3,
2822         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
2823     add_srs_wkt (p, 4,
2824         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
2825     add_srs_wkt (p, 5,
2826         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
2827     add_srs_wkt (p, 6,
2828         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
2829     add_srs_wkt (p, 7,
2830         "\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\"");
2831     add_srs_wkt (p, 8,
2832         ",38.8333333333333],PARAMETER[\"central_meridian\",-74.5]");
2833     add_srs_wkt (p, 9,
2834         ",PARAMETER[\"scale_factor\",0.9999],PARAMETER[\"false_ea");
2835     add_srs_wkt (p, 10,
2836         "sting\",492125],PARAMETER[\"false_northing\",0],UNIT[\"U");
2837     add_srs_wkt (p, 11,
2838         "S survey foot\",0.304800609601219,AUTHORITY[\"EPSG\",\"9");
2839     add_srs_wkt (p, 12,
2840         "003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],");
2841     add_srs_wkt (p, 13,
2842         "AUTHORITY[\"EPSG\",\"3616\"]]");
2843     p = add_epsg_def_ex (filter, first, last, 3617, "epsg", 3617,
2844         "NAD83(NSRS2007) / New Mexico Central", 0, 0,
2845         "GRS 1980", "Greenwich",
2846         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2847         "Easting", "East", "Northing", "North");
2848     add_proj4text (p, 0,
2849         "+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=5000");
2850     add_proj4text (p, 1,
2851         "00 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +");
2852     add_proj4text (p, 2,
2853         "no_defs");
2854     add_srs_wkt (p, 0,
2855         "PROJCS[\"NAD83(NSRS2007) / New Mexico Central\",GEOGCS[\"");
2856     add_srs_wkt (p, 1,
2857         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
2858     add_srs_wkt (p, 2,
2859         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
2860     add_srs_wkt (p, 3,
2861         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
2862     add_srs_wkt (p, 4,
2863         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
2864     add_srs_wkt (p, 5,
2865         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
2866     add_srs_wkt (p, 6,
2867         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
2868     add_srs_wkt (p, 7,
2869         "\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\"");
2870     add_srs_wkt (p, 8,
2871         ",31],PARAMETER[\"central_meridian\",-106.25],PARAMETER[\"");
2872     add_srs_wkt (p, 9,
2873         "scale_factor\",0.9999],PARAMETER[\"false_easting\",50000");
2874     add_srs_wkt (p, 10,
2875         "0],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTH");
2876     add_srs_wkt (p, 11,
2877         "ORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"");
2878     add_srs_wkt (p, 12,
2879         "Northing\",NORTH],AUTHORITY[\"EPSG\",\"3617\"]]");
2880     p = add_epsg_def_ex (filter, first, last, 3618, "epsg", 3618,
2881         "NAD83(NSRS2007) / New Mexico Central (ftUS)", 0, 0,
2882         "GRS 1980", "Greenwich",
2883         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2884         "Easting", "East", "Northing", "North");
2885     add_proj4text (p, 0,
2886         "+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=5000");
2887     add_proj4text (p, 1,
2888         "00.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0");
2889     add_proj4text (p, 2,
2890         " +units=us-ft +no_defs");
2891     add_srs_wkt (p, 0,
2892         "PROJCS[\"NAD83(NSRS2007) / New Mexico Central (ftUS)\",G");
2893     add_srs_wkt (p, 1,
2894         "EOGCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial");
2895     add_srs_wkt (p, 2,
2896         "_Reference_System_2007\",SPHEROID[\"GRS 1980\",6378137,2");
2897     add_srs_wkt (p, 3,
2898         "98.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"E");
2899     add_srs_wkt (p, 4,
2900         "PSG\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG");
2901     add_srs_wkt (p, 5,
2902         "\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORI");
2903     add_srs_wkt (p, 6,
2904         "TY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PRO");
2905     add_srs_wkt (p, 7,
2906         "JECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of");
2907     add_srs_wkt (p, 8,
2908         "_origin\",31],PARAMETER[\"central_meridian\",-106.25],PA");
2909     add_srs_wkt (p, 9,
2910         "RAMETER[\"scale_factor\",0.9999],PARAMETER[\"false_easti");
2911     add_srs_wkt (p, 10,
2912         "ng\",1640416.667],PARAMETER[\"false_northing\",0],UNIT[\"");
2913     add_srs_wkt (p, 11,
2914         "US survey foot\",0.304800609601219,AUTHORITY[\"EPSG\",\"");
2915     add_srs_wkt (p, 12,
2916         "9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH]");
2917     add_srs_wkt (p, 13,
2918         ",AUTHORITY[\"EPSG\",\"3618\"]]");
2919     p = add_epsg_def_ex (filter, first, last, 3619, "epsg", 3619,
2920         "NAD83(NSRS2007) / New Mexico East", 0, 0,
2921         "GRS 1980", "Greenwich",
2922         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
2923         "Easting", "East", "Northing", "North");
2924     add_proj4text (p, 0,
2925         "+proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999");
2926     add_proj4text (p, 1,
2927         "909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,");
2928     add_proj4text (p, 2,
2929         "0,0,0 +units=m +no_defs");
2930     add_srs_wkt (p, 0,
2931         "PROJCS[\"NAD83(NSRS2007) / New Mexico East\",GEOGCS[\"NA");
2932     add_srs_wkt (p, 1,
2933         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
2934     add_srs_wkt (p, 2,
2935         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
2936     add_srs_wkt (p, 3,
2937         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
2938     add_srs_wkt (p, 4,
2939         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
2940     add_srs_wkt (p, 5,
2941         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
2942     add_srs_wkt (p, 6,
2943         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"T");
2944     add_srs_wkt (p, 7,
2945         "ransverse_Mercator\"],PARAMETER[\"latitude_of_origin\",3");
2946     add_srs_wkt (p, 8,
2947         "1],PARAMETER[\"central_meridian\",-104.333333333333],PAR");
2948     add_srs_wkt (p, 9,
2949         "AMETER[\"scale_factor\",0.999909091],PARAMETER[\"false_e");
2950     add_srs_wkt (p, 10,
2951         "asting\",165000],PARAMETER[\"false_northing\",0],UNIT[\"");
2952     add_srs_wkt (p, 11,
2953         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
2954     add_srs_wkt (p, 12,
2955         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"361");
2956     add_srs_wkt (p, 13,
2957         "9\"]]");
2958     p = add_epsg_def_ex (filter, first, last, 3620, "epsg", 3620,
2959         "NAD83(NSRS2007) / New Mexico East (ftUS)", 0, 0,
2960         "GRS 1980", "Greenwich",
2961         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
2962         "Easting", "East", "Northing", "North");
2963     add_proj4text (p, 0,
2964         "+proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999");
2965     add_proj4text (p, 1,
2966         "909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,");
2967     add_proj4text (p, 2,
2968         "0,0,0 +units=us-ft +no_defs");
2969     add_srs_wkt (p, 0,
2970         "PROJCS[\"NAD83(NSRS2007) / New Mexico East (ftUS)\",GEOG");
2971     add_srs_wkt (p, 1,
2972         "CS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Re");
2973     add_srs_wkt (p, 2,
2974         "ference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.");
2975     add_srs_wkt (p, 3,
2976         "257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG");
2977     add_srs_wkt (p, 4,
2978         "\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
2979     add_srs_wkt (p, 5,
2980         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
2981     add_srs_wkt (p, 6,
2982         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJEC");
2983     add_srs_wkt (p, 7,
2984         "TION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_or");
2985     add_srs_wkt (p, 8,
2986         "igin\",31],PARAMETER[\"central_meridian\",-104.333333333");
2987     add_srs_wkt (p, 9,
2988         "333],PARAMETER[\"scale_factor\",0.999909091],PARAMETER[\"");
2989     add_srs_wkt (p, 10,
2990         "false_easting\",541337.5],PARAMETER[\"false_northing\",0");
2991     add_srs_wkt (p, 11,
2992         "],UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[\"");
2993     add_srs_wkt (p, 12,
2994         "EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing");
2995     add_srs_wkt (p, 13,
2996         "\",NORTH],AUTHORITY[\"EPSG\",\"3620\"]]");
2997     p = add_epsg_def_ex (filter, first, last, 3621, "epsg", 3621,
2998         "NAD83(NSRS2007) / New Mexico West", 0, 0,
2999         "GRS 1980", "Greenwich",
3000         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
3001         "Easting", "East", "Northing", "North");
3002     add_proj4text (p, 0,
3003         "+proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999");
3004     add_proj4text (p, 1,
3005         "916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,");
3006     add_proj4text (p, 2,
3007         "0,0,0 +units=m +no_defs");
3008     add_srs_wkt (p, 0,
3009         "PROJCS[\"NAD83(NSRS2007) / New Mexico West\",GEOGCS[\"NA");
3010     add_srs_wkt (p, 1,
3011         "D83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference");
3012     add_srs_wkt (p, 2,
3013         "_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2572221");
3014     add_srs_wkt (p, 3,
3015         "01,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"67");
3016     add_srs_wkt (p, 4,
3017         "59\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
3018     add_srs_wkt (p, 5,
3019         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
3020     add_srs_wkt (p, 6,
3021         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"T");
3022     add_srs_wkt (p, 7,
3023         "ransverse_Mercator\"],PARAMETER[\"latitude_of_origin\",3");
3024     add_srs_wkt (p, 8,
3025         "1],PARAMETER[\"central_meridian\",-107.833333333333],PAR");
3026     add_srs_wkt (p, 9,
3027         "AMETER[\"scale_factor\",0.999916667],PARAMETER[\"false_e");
3028     add_srs_wkt (p, 10,
3029         "asting\",830000],PARAMETER[\"false_northing\",0],UNIT[\"");
3030     add_srs_wkt (p, 11,
3031         "metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\"");
3032     add_srs_wkt (p, 12,
3033         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"362");
3034     add_srs_wkt (p, 13,
3035         "1\"]]");
3036     p = add_epsg_def_ex (filter, first, last, 3622, "epsg", 3622,
3037         "NAD83(NSRS2007) / New Mexico West (ftUS)", 0, 0,
3038         "GRS 1980", "Greenwich",
3039         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
3040         "Easting", "East", "Northing", "North");
3041     add_proj4text (p, 0,
3042         "+proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999");
3043     add_proj4text (p, 1,
3044         "916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +towgs");
3045     add_proj4text (p, 2,
3046         "84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
3047     add_srs_wkt (p, 0,
3048         "PROJCS[\"NAD83(NSRS2007) / New Mexico West (ftUS)\",GEOG");
3049     add_srs_wkt (p, 1,
3050         "CS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Re");
3051     add_srs_wkt (p, 2,
3052         "ference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.");
3053     add_srs_wkt (p, 3,
3054         "257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG");
3055     add_srs_wkt (p, 4,
3056         "\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",");
3057     add_srs_wkt (p, 5,
3058         "\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[");
3059     add_srs_wkt (p, 6,
3060         "\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJEC");
3061     add_srs_wkt (p, 7,
3062         "TION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_or");
3063     add_srs_wkt (p, 8,
3064         "igin\",31],PARAMETER[\"central_meridian\",-107.833333333");
3065     add_srs_wkt (p, 9,
3066         "333],PARAMETER[\"scale_factor\",0.999916667],PARAMETER[\"");
3067     add_srs_wkt (p, 10,
3068         "false_easting\",2723091.667],PARAMETER[\"false_northing\"");
3069     add_srs_wkt (p, 11,
3070         ",0],UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[");
3071     add_srs_wkt (p, 12,
3072         "\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northi");
3073     add_srs_wkt (p, 13,
3074         "ng\",NORTH],AUTHORITY[\"EPSG\",\"3622\"]]");
3075     p = add_epsg_def_ex (filter, first, last, 3623, "epsg", 3623,
3076         "NAD83(NSRS2007) / New York Central", 0, 0,
3077         "GRS 1980", "Greenwich",
3078         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
3079         "Easting", "East", "Northing", "North");
3080     add_proj4text (p, 0,
3081         "+proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.999");
3082     add_proj4text (p, 1,
3083         "9375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,");
3084     add_proj4text (p, 2,
3085         "0,0 +units=m +no_defs");
3086     add_srs_wkt (p, 0,
3087         "PROJCS[\"NAD83(NSRS2007) / New York Central\",GEOGCS[\"N");
3088     add_srs_wkt (p, 1,
3089         "AD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referenc");
3090     add_srs_wkt (p, 2,
3091         "e_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222");
3092     add_srs_wkt (p, 3,
3093         "101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6");
3094     add_srs_wkt (p, 4,
3095         "759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901");
3096     add_srs_wkt (p, 5,
3097         "\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG");
3098     add_srs_wkt (p, 6,
3099         "\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"");
3100     add_srs_wkt (p, 7,
3101         "Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",");
3102     add_srs_wkt (p, 8,
3103         "40],PARAMETER[\"central_meridian\",-76.5833333333333],PA");
3104     add_srs_wkt (p, 9,
3105         "RAMETER[\"scale_factor\",0.9999375],PARAMETER[\"false_ea");
3106     add_srs_wkt (p, 10,
3107         "sting\",250000],PARAMETER[\"false_northing\",0],UNIT[\"m");
3108     add_srs_wkt (p, 11,
3109         "etre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",");
3110     add_srs_wkt (p, 12,
3111         "EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3623");
3112     add_srs_wkt (p, 13,
3113         "\"]]");
3114     p = add_epsg_def_ex (filter, first, last, 3624, "epsg", 3624,
3115         "NAD83(NSRS2007) / New York Central (ftUS)", 0, 0,
3116         "GRS 1980", "Greenwich",
3117         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
3118         "Easting", "East", "Northing", "North");
3119     add_proj4text (p, 0,
3120         "+proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.999");
3121     add_proj4text (p, 1,
3122         "9375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +towgs84");
3123     add_proj4text (p, 2,
3124         "=0,0,0,0,0,0,0 +units=us-ft +no_defs");
3125     add_srs_wkt (p, 0,
3126         "PROJCS[\"NAD83(NSRS2007) / New York Central (ftUS)\",GEO");
3127     add_srs_wkt (p, 1,
3128         "GCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_R");
3129     add_srs_wkt (p, 2,
3130         "eference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298");
3131     add_srs_wkt (p, 3,
3132         ".257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPS");
3133     add_srs_wkt (p, 4,
3134         "G\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
3135     add_srs_wkt (p, 5,
3136         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
3137     add_srs_wkt (p, 6,
3138         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJE");
3139     add_srs_wkt (p, 7,
3140         "CTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_o");
3141     add_srs_wkt (p, 8,
3142         "rigin\",40],PARAMETER[\"central_meridian\",-76.583333333");
3143     add_srs_wkt (p, 9,
3144         "3333],PARAMETER[\"scale_factor\",0.9999375],PARAMETER[\"");
3145     add_srs_wkt (p, 10,
3146         "false_easting\",820208.333],PARAMETER[\"false_northing\"");
3147     add_srs_wkt (p, 11,
3148         ",0],UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[");
3149     add_srs_wkt (p, 12,
3150         "\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northi");
3151     add_srs_wkt (p, 13,
3152         "ng\",NORTH],AUTHORITY[\"EPSG\",\"3624\"]]");
3153     p = add_epsg_def_ex (filter, first, last, 3625, "epsg", 3625,
3154         "NAD83(NSRS2007) / New York East", 0, 0,
3155         "GRS 1980", "Greenwich",
3156         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
3157         "Easting", "East", "Northing", "North");
3158     add_proj4text (p, 0,
3159         "+proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9");
3160     add_proj4text (p, 1,
3161         "999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
3162     add_proj4text (p, 2,
3163         ",0 +units=m +no_defs");
3164     add_srs_wkt (p, 0,
3165         "PROJCS[\"NAD83(NSRS2007) / New York East\",GEOGCS[\"NAD8");
3166     add_srs_wkt (p, 1,
3167         "3(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_S");
3168     add_srs_wkt (p, 2,
3169         "ystem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101");
3170     add_srs_wkt (p, 3,
3171         ",AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759");
3172     add_srs_wkt (p, 4,
3173         "\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]");
3174     add_srs_wkt (p, 5,
3175         "],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",");
3176     add_srs_wkt (p, 6,
3177         "\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tr");
3178     add_srs_wkt (p, 7,
3179         "ansverse_Mercator\"],PARAMETER[\"latitude_of_origin\",38");
3180     add_srs_wkt (p, 8,
3181         ".8333333333333],PARAMETER[\"central_meridian\",-74.5],PA");
3182     add_srs_wkt (p, 9,
3183         "RAMETER[\"scale_factor\",0.9999],PARAMETER[\"false_easti");
3184     add_srs_wkt (p, 10,
3185         "ng\",150000],PARAMETER[\"false_northing\",0],UNIT[\"metr");
3186     add_srs_wkt (p, 11,
3187         "e\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAS");
3188     add_srs_wkt (p, 12,
3189         "T],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3625\"]");
3190     add_srs_wkt (p, 13,
3191         "]");
3192     p = add_epsg_def_ex (filter, first, last, 3626, "epsg", 3626,
3193         "NAD83(NSRS2007) / New York East (ftUS)", 0, 0,
3194         "GRS 1980", "Greenwich",
3195         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
3196         "Easting", "East", "Northing", "North");
3197     add_proj4text (p, 0,
3198         "+proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9");
3199     add_proj4text (p, 1,
3200         "999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0");
3201     add_proj4text (p, 2,
3202         ",0 +units=us-ft +no_defs");
3203     add_srs_wkt (p, 0,
3204         "PROJCS[\"NAD83(NSRS2007) / New York East (ftUS)\",GEOGCS");
3205     add_srs_wkt (p, 1,
3206         "[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refe");
3207     add_srs_wkt (p, 2,
3208         "rence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25");
3209     add_srs_wkt (p, 3,
3210         "7222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
3211     add_srs_wkt (p, 4,
3212         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
3213     add_srs_wkt (p, 5,
3214         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
3215     add_srs_wkt (p, 6,
3216         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
3217     add_srs_wkt (p, 7,
3218         "ON[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_orig");
3219     add_srs_wkt (p, 8,
3220         "in\",38.8333333333333],PARAMETER[\"central_meridian\",-7");
3221     add_srs_wkt (p, 9,
3222         "4.5],PARAMETER[\"scale_factor\",0.9999],PARAMETER[\"fals");
3223     add_srs_wkt (p, 10,
3224         "e_easting\",492125],PARAMETER[\"false_northing\",0],UNIT");
3225     add_srs_wkt (p, 11,
3226         "[\"US survey foot\",0.304800609601219,AUTHORITY[\"EPSG\"");
3227     add_srs_wkt (p, 12,
3228         ",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NOR");
3229     add_srs_wkt (p, 13,
3230         "TH],AUTHORITY[\"EPSG\",\"3626\"]]");
3231     p = add_epsg_def_ex (filter, first, last, 3627, "epsg", 3627,
3232         "NAD83(NSRS2007) / New York Long Island", 0, 0,
3233         "GRS 1980", "Greenwich",
3234         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3235         "Easting", "East", "Northing", "North");
3236     add_proj4text (p, 0,
3237         "+proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666");
3238     add_proj4text (p, 1,
3239         "666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0");
3240     add_proj4text (p, 2,
3241         "=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3242     add_srs_wkt (p, 0,
3243         "PROJCS[\"NAD83(NSRS2007) / New York Long Island\",GEOGCS");
3244     add_srs_wkt (p, 1,
3245         "[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refe");
3246     add_srs_wkt (p, 2,
3247         "rence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25");
3248     add_srs_wkt (p, 3,
3249         "7222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
3250     add_srs_wkt (p, 4,
3251         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
3252     add_srs_wkt (p, 5,
3253         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
3254     add_srs_wkt (p, 6,
3255         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
3256     add_srs_wkt (p, 7,
3257         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
3258     add_srs_wkt (p, 8,
3259         "_of_origin\",40.1666666666667],PARAMETER[\"central_merid");
3260     add_srs_wkt (p, 9,
3261         "ian\",-74],PARAMETER[\"standard_parallel_1\",41.03333333");
3262     add_srs_wkt (p, 10,
3263         "33333],PARAMETER[\"standard_parallel_2\",40.666666666666");
3264     add_srs_wkt (p, 11,
3265         "7],PARAMETER[\"false_easting\",300000],PARAMETER[\"false");
3266     add_srs_wkt (p, 12,
3267         "_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"900");
3268     add_srs_wkt (p, 13,
3269         "1\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AU");
3270     add_srs_wkt (p, 14,
3271         "THORITY[\"EPSG\",\"3627\"]]");
3272     p = add_epsg_def_ex (filter, first, last, 3628, "epsg", 3628,
3273         "NAD83(NSRS2007) / New York Long Island (ftUS)", 0, 0,
3274         "GRS 1980", "Greenwich",
3275         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
3276         "Easting", "East", "Northing", "North");
3277     add_proj4text (p, 0,
3278         "+proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666");
3279     add_proj4text (p, 1,
3280         "666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000");
3281     add_proj4text (p, 2,
3282         "000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units");
3283     add_proj4text (p, 3,
3284         "=us-ft +no_defs");
3285     add_srs_wkt (p, 0,
3286         "PROJCS[\"NAD83(NSRS2007) / New York Long Island (ftUS)\"");
3287     add_srs_wkt (p, 1,
3288         ",GEOGCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spati");
3289     add_srs_wkt (p, 2,
3290         "al_Reference_System_2007\",SPHEROID[\"GRS 1980\",6378137");
3291     add_srs_wkt (p, 3,
3292         ",298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"");
3293     add_srs_wkt (p, 4,
3294         "EPSG\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPS");
3295     add_srs_wkt (p, 5,
3296         "G\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHOR");
3297     add_srs_wkt (p, 6,
3298         "ITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PR");
3299     add_srs_wkt (p, 7,
3300         "OJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"la");
3301     add_srs_wkt (p, 8,
3302         "titude_of_origin\",40.1666666666667],PARAMETER[\"central");
3303     add_srs_wkt (p, 9,
3304         "_meridian\",-74],PARAMETER[\"standard_parallel_1\",41.03");
3305     add_srs_wkt (p, 10,
3306         "33333333333],PARAMETER[\"standard_parallel_2\",40.666666");
3307     add_srs_wkt (p, 11,
3308         "6666667],PARAMETER[\"false_easting\",984250],PARAMETER[\"");
3309     add_srs_wkt (p, 12,
3310         "false_northing\",0],UNIT[\"US survey foot\",0.3048006096");
3311     add_srs_wkt (p, 13,
3312         "01219,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAS");
3313     add_srs_wkt (p, 14,
3314         "T],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3628\"]");
3315     add_srs_wkt (p, 15,
3316         "]");
3317     p = add_epsg_def_ex (filter, first, last, 3629, "epsg", 3629,
3318         "NAD83(NSRS2007) / New York West", 0, 0,
3319         "GRS 1980", "Greenwich",
3320         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "metre",
3321         "Easting", "East", "Northing", "North");
3322     add_proj4text (p, 0,
3323         "+proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.999");
3324     add_proj4text (p, 1,
3325         "9375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,");
3326     add_proj4text (p, 2,
3327         "0,0 +units=m +no_defs");
3328     add_srs_wkt (p, 0,
3329         "PROJCS[\"NAD83(NSRS2007) / New York West\",GEOGCS[\"NAD8");
3330     add_srs_wkt (p, 1,
3331         "3(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_S");
3332     add_srs_wkt (p, 2,
3333         "ystem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101");
3334     add_srs_wkt (p, 3,
3335         ",AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759");
3336     add_srs_wkt (p, 4,
3337         "\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]");
3338     add_srs_wkt (p, 5,
3339         "],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",");
3340     add_srs_wkt (p, 6,
3341         "\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Tr");
3342     add_srs_wkt (p, 7,
3343         "ansverse_Mercator\"],PARAMETER[\"latitude_of_origin\",40");
3344     add_srs_wkt (p, 8,
3345         "],PARAMETER[\"central_meridian\",-78.5833333333333],PARA");
3346     add_srs_wkt (p, 9,
3347         "METER[\"scale_factor\",0.9999375],PARAMETER[\"false_east");
3348     add_srs_wkt (p, 10,
3349         "ing\",350000],PARAMETER[\"false_northing\",0],UNIT[\"met");
3350     add_srs_wkt (p, 11,
3351         "re\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EA");
3352     add_srs_wkt (p, 12,
3353         "ST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3629\"");
3354     add_srs_wkt (p, 13,
3355         "]]");
3356     p = add_epsg_def_ex (filter, first, last, 3630, "epsg", 3630,
3357         "NAD83(NSRS2007) / New York West (ftUS)", 0, 0,
3358         "GRS 1980", "Greenwich",
3359         "NAD83_National_Spatial_Reference_System_2007", "Transverse_Mercator", "US survey foot",
3360         "Easting", "East", "Northing", "North");
3361     add_proj4text (p, 0,
3362         "+proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.999");
3363     add_proj4text (p, 1,
3364         "9375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +towgs84");
3365     add_proj4text (p, 2,
3366         "=0,0,0,0,0,0,0 +units=us-ft +no_defs");
3367     add_srs_wkt (p, 0,
3368         "PROJCS[\"NAD83(NSRS2007) / New York West (ftUS)\",GEOGCS");
3369     add_srs_wkt (p, 1,
3370         "[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Refe");
3371     add_srs_wkt (p, 2,
3372         "rence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25");
3373     add_srs_wkt (p, 3,
3374         "7222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
3375     add_srs_wkt (p, 4,
3376         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
3377     add_srs_wkt (p, 5,
3378         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
3379     add_srs_wkt (p, 6,
3380         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
3381     add_srs_wkt (p, 7,
3382         "ON[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_orig");
3383     add_srs_wkt (p, 8,
3384         "in\",40],PARAMETER[\"central_meridian\",-78.583333333333");
3385     add_srs_wkt (p, 9,
3386         "3],PARAMETER[\"scale_factor\",0.9999375],PARAMETER[\"fal");
3387     add_srs_wkt (p, 10,
3388         "se_easting\",1148291.667],PARAMETER[\"false_northing\",0");
3389     add_srs_wkt (p, 11,
3390         "],UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[\"");
3391     add_srs_wkt (p, 12,
3392         "EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing");
3393     add_srs_wkt (p, 13,
3394         "\",NORTH],AUTHORITY[\"EPSG\",\"3630\"]]");
3395     p = add_epsg_def_ex (filter, first, last, 3631, "epsg", 3631,
3396         "NAD83(NSRS2007) / North Carolina", 0, 0,
3397         "GRS 1980", "Greenwich",
3398         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3399         "Easting", "East", "Northing", "North");
3400     add_proj4text (p, 0,
3401         "+proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333");
3402     add_proj4text (p, 1,
3403         "334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps");
3404     add_proj4text (p, 2,
3405         "=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3406     add_srs_wkt (p, 0,
3407         "PROJCS[\"NAD83(NSRS2007) / North Carolina\",GEOGCS[\"NAD");
3408     add_srs_wkt (p, 1,
3409         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
3410     add_srs_wkt (p, 2,
3411         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
3412     add_srs_wkt (p, 3,
3413         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
3414     add_srs_wkt (p, 4,
3415         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
3416     add_srs_wkt (p, 5,
3417         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
3418     add_srs_wkt (p, 6,
3419         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
3420     add_srs_wkt (p, 7,
3421         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
3422     add_srs_wkt (p, 8,
3423         "igin\",33.75],PARAMETER[\"central_meridian\",-79],PARAME");
3424     add_srs_wkt (p, 9,
3425         "TER[\"standard_parallel_1\",36.1666666666667],PARAMETER[");
3426     add_srs_wkt (p, 10,
3427         "\"standard_parallel_2\",34.3333333333333],PARAMETER[\"fa");
3428     add_srs_wkt (p, 11,
3429         "lse_easting\",609601.22],PARAMETER[\"false_northing\",0]");
3430     add_srs_wkt (p, 12,
3431         ",UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"E");
3432     add_srs_wkt (p, 13,
3433         "asting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG");
3434     add_srs_wkt (p, 14,
3435         "\",\"3631\"]]");
3436     p = add_epsg_def_ex (filter, first, last, 3632, "epsg", 3632,
3437         "NAD83(NSRS2007) / North Carolina (ftUS)", 0, 0,
3438         "GRS 1980", "Greenwich",
3439         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
3440         "Easting", "East", "Northing", "North");
3441     add_proj4text (p, 0,
3442         "+proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333");
3443     add_proj4text (p, 1,
3444         "334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=");
3445     add_proj4text (p, 2,
3446         "0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_d");
3447     add_proj4text (p, 3,
3448         "efs");
3449     add_srs_wkt (p, 0,
3450         "PROJCS[\"NAD83(NSRS2007) / North Carolina (ftUS)\",GEOGC");
3451     add_srs_wkt (p, 1,
3452         "S[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Ref");
3453     add_srs_wkt (p, 2,
3454         "erence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2");
3455     add_srs_wkt (p, 3,
3456         "57222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
3457     add_srs_wkt (p, 4,
3458         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
3459     add_srs_wkt (p, 5,
3460         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
3461     add_srs_wkt (p, 6,
3462         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
3463     add_srs_wkt (p, 7,
3464         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
3465     add_srs_wkt (p, 8,
3466         "_of_origin\",33.75],PARAMETER[\"central_meridian\",-79],");
3467     add_srs_wkt (p, 9,
3468         "PARAMETER[\"standard_parallel_1\",36.1666666666667],PARA");
3469     add_srs_wkt (p, 10,
3470         "METER[\"standard_parallel_2\",34.3333333333333],PARAMETE");
3471     add_srs_wkt (p, 11,
3472         "R[\"false_easting\",2000000],PARAMETER[\"false_northing\"");
3473     add_srs_wkt (p, 12,
3474         ",0],UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[");
3475     add_srs_wkt (p, 13,
3476         "\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northi");
3477     add_srs_wkt (p, 14,
3478         "ng\",NORTH],AUTHORITY[\"EPSG\",\"3632\"]]");
3479     p = add_epsg_def_ex (filter, first, last, 3633, "epsg", 3633,
3480         "NAD83(NSRS2007) / North Dakota North", 0, 0,
3481         "GRS 1980", "Greenwich",
3482         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3483         "Easting", "East", "Northing", "North");
3484     add_proj4text (p, 0,
3485         "+proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333");
3486     add_proj4text (p, 1,
3487         "333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GR");
3488     add_proj4text (p, 2,
3489         "S80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3490     add_srs_wkt (p, 0,
3491         "PROJCS[\"NAD83(NSRS2007) / North Dakota North\",GEOGCS[\"");
3492     add_srs_wkt (p, 1,
3493         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
3494     add_srs_wkt (p, 2,
3495         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
3496     add_srs_wkt (p, 3,
3497         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
3498     add_srs_wkt (p, 4,
3499         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
3500     add_srs_wkt (p, 5,
3501         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
3502     add_srs_wkt (p, 6,
3503         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
3504     add_srs_wkt (p, 7,
3505         "\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of");
3506     add_srs_wkt (p, 8,
3507         "_origin\",47],PARAMETER[\"central_meridian\",-100.5],PAR");
3508     add_srs_wkt (p, 9,
3509         "AMETER[\"standard_parallel_1\",48.7333333333333],PARAMET");
3510     add_srs_wkt (p, 10,
3511         "ER[\"standard_parallel_2\",47.4333333333333],PARAMETER[\"");
3512     add_srs_wkt (p, 11,
3513         "false_easting\",600000],PARAMETER[\"false_northing\",0],");
3514     add_srs_wkt (p, 12,
3515         "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Ea");
3516     add_srs_wkt (p, 13,
3517         "sting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\"");
3518     add_srs_wkt (p, 14,
3519         ",\"3633\"]]");
3520     p = add_epsg_def_ex (filter, first, last, 3634, "epsg", 3634,
3521         "NAD83(NSRS2007) / North Dakota North (ft)", 0, 0,
3522         "GRS 1980", "Greenwich",
3523         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
3524         "Easting", "East", "Northing", "North");
3525     add_proj4text (p, 0,
3526         "+proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333");
3527     add_proj4text (p, 1,
3528         "333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +");
3529     add_proj4text (p, 2,
3530         "ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs");
3531     add_srs_wkt (p, 0,
3532         "PROJCS[\"NAD83(NSRS2007) / North Dakota North (ft)\",GEO");
3533     add_srs_wkt (p, 1,
3534         "GCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_R");
3535     add_srs_wkt (p, 2,
3536         "eference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298");
3537     add_srs_wkt (p, 3,
3538         ".257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPS");
3539     add_srs_wkt (p, 4,
3540         "G\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
3541     add_srs_wkt (p, 5,
3542         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
3543     add_srs_wkt (p, 6,
3544         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJE");
3545     add_srs_wkt (p, 7,
3546         "CTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latit");
3547     add_srs_wkt (p, 8,
3548         "ude_of_origin\",47],PARAMETER[\"central_meridian\",-100.");
3549     add_srs_wkt (p, 9,
3550         "5],PARAMETER[\"standard_parallel_1\",48.7333333333333],P");
3551     add_srs_wkt (p, 10,
3552         "ARAMETER[\"standard_parallel_2\",47.4333333333333],PARAM");
3553     add_srs_wkt (p, 11,
3554         "ETER[\"false_easting\",1968503.937],PARAMETER[\"false_no");
3555     add_srs_wkt (p, 12,
3556         "rthing\",0],UNIT[\"foot\",0.3048,AUTHORITY[\"EPSG\",\"90");
3557     add_srs_wkt (p, 13,
3558         "02\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],A");
3559     add_srs_wkt (p, 14,
3560         "UTHORITY[\"EPSG\",\"3634\"]]");
3561     p = add_epsg_def_ex (filter, first, last, 3635, "epsg", 3635,
3562         "NAD83(NSRS2007) / North Dakota South", 0, 0,
3563         "GRS 1980", "Greenwich",
3564         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3565         "Easting", "East", "Northing", "North");
3566     add_proj4text (p, 0,
3567         "+proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333");
3568     add_proj4text (p, 1,
3569         "333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +");
3570     add_proj4text (p, 2,
3571         "y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_d");
3572     add_proj4text (p, 3,
3573         "efs");
3574     add_srs_wkt (p, 0,
3575         "PROJCS[\"NAD83(NSRS2007) / North Dakota South\",GEOGCS[\"");
3576     add_srs_wkt (p, 1,
3577         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
3578     add_srs_wkt (p, 2,
3579         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
3580     add_srs_wkt (p, 3,
3581         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
3582     add_srs_wkt (p, 4,
3583         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
3584     add_srs_wkt (p, 5,
3585         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
3586     add_srs_wkt (p, 6,
3587         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
3588     add_srs_wkt (p, 7,
3589         "\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of");
3590     add_srs_wkt (p, 8,
3591         "_origin\",45.6666666666667],PARAMETER[\"central_meridian");
3592     add_srs_wkt (p, 9,
3593         "\",-100.5],PARAMETER[\"standard_parallel_1\",47.48333333");
3594     add_srs_wkt (p, 10,
3595         "33333],PARAMETER[\"standard_parallel_2\",46.183333333333");
3596     add_srs_wkt (p, 11,
3597         "3],PARAMETER[\"false_easting\",600000],PARAMETER[\"false");
3598     add_srs_wkt (p, 12,
3599         "_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"900");
3600     add_srs_wkt (p, 13,
3601         "1\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AU");
3602     add_srs_wkt (p, 14,
3603         "THORITY[\"EPSG\",\"3635\"]]");
3604     p = add_epsg_def_ex (filter, first, last, 3636, "epsg", 3636,
3605         "NAD83(NSRS2007) / North Dakota South (ft)", 0, 0,
3606         "GRS 1980", "Greenwich",
3607         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
3608         "Easting", "East", "Northing", "North");
3609     add_proj4text (p, 0,
3610         "+proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333");
3611     add_proj4text (p, 1,
3612         "333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9");
3613     add_proj4text (p, 2,
3614         "999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units");
3615     add_proj4text (p, 3,
3616         "=ft +no_defs");
3617     add_srs_wkt (p, 0,
3618         "PROJCS[\"NAD83(NSRS2007) / North Dakota South (ft)\",GEO");
3619     add_srs_wkt (p, 1,
3620         "GCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_R");
3621     add_srs_wkt (p, 2,
3622         "eference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298");
3623     add_srs_wkt (p, 3,
3624         ".257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPS");
3625     add_srs_wkt (p, 4,
3626         "G\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
3627     add_srs_wkt (p, 5,
3628         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
3629     add_srs_wkt (p, 6,
3630         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJE");
3631     add_srs_wkt (p, 7,
3632         "CTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latit");
3633     add_srs_wkt (p, 8,
3634         "ude_of_origin\",45.6666666666667],PARAMETER[\"central_me");
3635     add_srs_wkt (p, 9,
3636         "ridian\",-100.5],PARAMETER[\"standard_parallel_1\",47.48");
3637     add_srs_wkt (p, 10,
3638         "33333333333],PARAMETER[\"standard_parallel_2\",46.183333");
3639     add_srs_wkt (p, 11,
3640         "3333333],PARAMETER[\"false_easting\",1968503.937],PARAME");
3641     add_srs_wkt (p, 12,
3642         "TER[\"false_northing\",0],UNIT[\"foot\",0.3048,AUTHORITY");
3643     add_srs_wkt (p, 13,
3644         "[\"EPSG\",\"9002\"]],AXIS[\"Easting\",EAST],AXIS[\"North");
3645     add_srs_wkt (p, 14,
3646         "ing\",NORTH],AUTHORITY[\"EPSG\",\"3636\"]]");
3647     p = add_epsg_def_ex (filter, first, last, 3637, "epsg", 3637,
3648         "NAD83(NSRS2007) / Ohio North", 0, 0,
3649         "GRS 1980", "Greenwich",
3650         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3651         "Easting", "East", "Northing", "North");
3652     add_proj4text (p, 0,
3653         "+proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39");
3654     add_proj4text (p, 1,
3655         ".66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=G");
3656     add_proj4text (p, 2,
3657         "RS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3658     add_srs_wkt (p, 0,
3659         "PROJCS[\"NAD83(NSRS2007) / Ohio North\",GEOGCS[\"NAD83(N");
3660     add_srs_wkt (p, 1,
3661         "SRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Syst");
3662     add_srs_wkt (p, 2,
3663         "em_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AU");
3664     add_srs_wkt (p, 3,
3665         "THORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]");
3666     add_srs_wkt (p, 4,
3667         "],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],U");
3668     add_srs_wkt (p, 5,
3669         "NIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9");
3670     add_srs_wkt (p, 6,
3671         "122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lambe");
3672     add_srs_wkt (p, 7,
3673         "rt_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origin");
3674     add_srs_wkt (p, 8,
3675         "\",39.6666666666667],PARAMETER[\"central_meridian\",-82.");
3676     add_srs_wkt (p, 9,
3677         "5],PARAMETER[\"standard_parallel_1\",41.7],PARAMETER[\"s");
3678     add_srs_wkt (p, 10,
3679         "tandard_parallel_2\",40.4333333333333],PARAMETER[\"false");
3680     add_srs_wkt (p, 11,
3681         "_easting\",600000],PARAMETER[\"false_northing\",0],UNIT[");
3682     add_srs_wkt (p, 12,
3683         "\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting");
3684     add_srs_wkt (p, 13,
3685         "\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3");
3686     add_srs_wkt (p, 14,
3687         "637\"]]");
3688     p = add_epsg_def_ex (filter, first, last, 3638, "epsg", 3638,
3689         "NAD83(NSRS2007) / Ohio South", 0, 0,
3690         "GRS 1980", "Greenwich",
3691         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3692         "Easting", "East", "Northing", "North");
3693     add_proj4text (p, 0,
3694         "+proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333");
3695     add_proj4text (p, 1,
3696         "333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS");
3697     add_proj4text (p, 2,
3698         "80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3699     add_srs_wkt (p, 0,
3700         "PROJCS[\"NAD83(NSRS2007) / Ohio South\",GEOGCS[\"NAD83(N");
3701     add_srs_wkt (p, 1,
3702         "SRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Syst");
3703     add_srs_wkt (p, 2,
3704         "em_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AU");
3705     add_srs_wkt (p, 3,
3706         "THORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"]");
3707     add_srs_wkt (p, 4,
3708         "],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],U");
3709     add_srs_wkt (p, 5,
3710         "NIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9");
3711     add_srs_wkt (p, 6,
3712         "122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lambe");
3713     add_srs_wkt (p, 7,
3714         "rt_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origin");
3715     add_srs_wkt (p, 8,
3716         "\",38],PARAMETER[\"central_meridian\",-82.5],PARAMETER[\"");
3717     add_srs_wkt (p, 9,
3718         "standard_parallel_1\",40.0333333333333],PARAMETER[\"stan");
3719     add_srs_wkt (p, 10,
3720         "dard_parallel_2\",38.7333333333333],PARAMETER[\"false_ea");
3721     add_srs_wkt (p, 11,
3722         "sting\",600000],PARAMETER[\"false_northing\",0],UNIT[\"m");
3723     add_srs_wkt (p, 12,
3724         "etre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",");
3725     add_srs_wkt (p, 13,
3726         "EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3638");
3727     add_srs_wkt (p, 14,
3728         "\"]]");
3729     p = add_epsg_def_ex (filter, first, last, 3639, "epsg", 3639,
3730         "NAD83(NSRS2007) / Oklahoma North", 0, 0,
3731         "GRS 1980", "Greenwich",
3732         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3733         "Easting", "East", "Northing", "North");
3734     add_proj4text (p, 0,
3735         "+proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666");
3736     add_proj4text (p, 1,
3737         "667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80");
3738     add_proj4text (p, 2,
3739         " +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3740     add_srs_wkt (p, 0,
3741         "PROJCS[\"NAD83(NSRS2007) / Oklahoma North\",GEOGCS[\"NAD");
3742     add_srs_wkt (p, 1,
3743         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
3744     add_srs_wkt (p, 2,
3745         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
3746     add_srs_wkt (p, 3,
3747         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
3748     add_srs_wkt (p, 4,
3749         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
3750     add_srs_wkt (p, 5,
3751         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
3752     add_srs_wkt (p, 6,
3753         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
3754     add_srs_wkt (p, 7,
3755         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
3756     add_srs_wkt (p, 8,
3757         "igin\",35],PARAMETER[\"central_meridian\",-98],PARAMETER");
3758     add_srs_wkt (p, 9,
3759         "[\"standard_parallel_1\",36.7666666666667],PARAMETER[\"s");
3760     add_srs_wkt (p, 10,
3761         "tandard_parallel_2\",35.5666666666667],PARAMETER[\"false");
3762     add_srs_wkt (p, 11,
3763         "_easting\",600000],PARAMETER[\"false_northing\",0],UNIT[");
3764     add_srs_wkt (p, 12,
3765         "\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting");
3766     add_srs_wkt (p, 13,
3767         "\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3");
3768     add_srs_wkt (p, 14,
3769         "639\"]]");
3770     p = add_epsg_def_ex (filter, first, last, 3640, "epsg", 3640,
3771         "NAD83(NSRS2007) / Oklahoma North (ftUS)", 0, 0,
3772         "GRS 1980", "Greenwich",
3773         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
3774         "Easting", "East", "Northing", "North");
3775     add_proj4text (p, 0,
3776         "+proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666");
3777     add_proj4text (p, 1,
3778         "667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80");
3779     add_proj4text (p, 2,
3780         " +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs");
3781     add_srs_wkt (p, 0,
3782         "PROJCS[\"NAD83(NSRS2007) / Oklahoma North (ftUS)\",GEOGC");
3783     add_srs_wkt (p, 1,
3784         "S[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Ref");
3785     add_srs_wkt (p, 2,
3786         "erence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2");
3787     add_srs_wkt (p, 3,
3788         "57222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
3789     add_srs_wkt (p, 4,
3790         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
3791     add_srs_wkt (p, 5,
3792         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
3793     add_srs_wkt (p, 6,
3794         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
3795     add_srs_wkt (p, 7,
3796         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
3797     add_srs_wkt (p, 8,
3798         "_of_origin\",35],PARAMETER[\"central_meridian\",-98],PAR");
3799     add_srs_wkt (p, 9,
3800         "AMETER[\"standard_parallel_1\",36.7666666666667],PARAMET");
3801     add_srs_wkt (p, 10,
3802         "ER[\"standard_parallel_2\",35.5666666666667],PARAMETER[\"");
3803     add_srs_wkt (p, 11,
3804         "false_easting\",1968500],PARAMETER[\"false_northing\",0]");
3805     add_srs_wkt (p, 12,
3806         ",UNIT[\"US survey foot\",0.304800609601219,AUTHORITY[\"E");
3807     add_srs_wkt (p, 13,
3808         "PSG\",\"9003\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\"");
3809     add_srs_wkt (p, 14,
3810         ",NORTH],AUTHORITY[\"EPSG\",\"3640\"]]");
3811     p = add_epsg_def_ex (filter, first, last, 3641, "epsg", 3641,
3812         "NAD83(NSRS2007) / Oklahoma South", 0, 0,
3813         "GRS 1980", "Greenwich",
3814         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3815         "Easting", "East", "Northing", "North");
3816     add_proj4text (p, 0,
3817         "+proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333");
3818     add_proj4text (p, 1,
3819         "333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0");
3820     add_proj4text (p, 2,
3821         "=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3822     add_srs_wkt (p, 0,
3823         "PROJCS[\"NAD83(NSRS2007) / Oklahoma South\",GEOGCS[\"NAD");
3824     add_srs_wkt (p, 1,
3825         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
3826     add_srs_wkt (p, 2,
3827         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
3828     add_srs_wkt (p, 3,
3829         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
3830     add_srs_wkt (p, 4,
3831         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
3832     add_srs_wkt (p, 5,
3833         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
3834     add_srs_wkt (p, 6,
3835         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
3836     add_srs_wkt (p, 7,
3837         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
3838     add_srs_wkt (p, 8,
3839         "igin\",33.3333333333333],PARAMETER[\"central_meridian\",");
3840     add_srs_wkt (p, 9,
3841         "-98],PARAMETER[\"standard_parallel_1\",35.2333333333333]");
3842     add_srs_wkt (p, 10,
3843         ",PARAMETER[\"standard_parallel_2\",33.9333333333333],PAR");
3844     add_srs_wkt (p, 11,
3845         "AMETER[\"false_easting\",600000],PARAMETER[\"false_north");
3846     add_srs_wkt (p, 12,
3847         "ing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],");
3848     add_srs_wkt (p, 13,
3849         "AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORIT");
3850     add_srs_wkt (p, 14,
3851         "Y[\"EPSG\",\"3641\"]]");
3852     p = add_epsg_def_ex (filter, first, last, 3642, "epsg", 3642,
3853         "NAD83(NSRS2007) / Oklahoma South (ftUS)", 0, 0,
3854         "GRS 1980", "Greenwich",
3855         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "US survey foot",
3856         "Easting", "East", "Northing", "North");
3857     add_proj4text (p, 0,
3858         "+proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333");
3859     add_proj4text (p, 1,
3860         "333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0");
3861     add_proj4text (p, 2,
3862         "=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_");
3863     add_proj4text (p, 3,
3864         "defs");
3865     add_srs_wkt (p, 0,
3866         "PROJCS[\"NAD83(NSRS2007) / Oklahoma South (ftUS)\",GEOGC");
3867     add_srs_wkt (p, 1,
3868         "S[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Ref");
3869     add_srs_wkt (p, 2,
3870         "erence_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.2");
3871     add_srs_wkt (p, 3,
3872         "57222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\"");
3873     add_srs_wkt (p, 4,
3874         ",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"");
3875     add_srs_wkt (p, 5,
3876         "8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"");
3877     add_srs_wkt (p, 6,
3878         "EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTI");
3879     add_srs_wkt (p, 7,
3880         "ON[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude");
3881     add_srs_wkt (p, 8,
3882         "_of_origin\",33.3333333333333],PARAMETER[\"central_merid");
3883     add_srs_wkt (p, 9,
3884         "ian\",-98],PARAMETER[\"standard_parallel_1\",35.23333333");
3885     add_srs_wkt (p, 10,
3886         "33333],PARAMETER[\"standard_parallel_2\",33.933333333333");
3887     add_srs_wkt (p, 11,
3888         "3],PARAMETER[\"false_easting\",1968500],PARAMETER[\"fals");
3889     add_srs_wkt (p, 12,
3890         "e_northing\",0],UNIT[\"US survey foot\",0.30480060960121");
3891     add_srs_wkt (p, 13,
3892         "9,AUTHORITY[\"EPSG\",\"9003\"]],AXIS[\"Easting\",EAST],A");
3893     add_srs_wkt (p, 14,
3894         "XIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"3642\"]]");
3895     p = add_epsg_def_ex (filter, first, last, 3643, "epsg", 3643,
3896         "NAD83(NSRS2007) / Oregon LCC (m)", 0, 0,
3897         "GRS 1980", "Greenwich",
3898         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3899         "Easting", "East", "Northing", "North");
3900     add_proj4text (p, 0,
3901         "+proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120");
3902     add_proj4text (p, 1,
3903         ".5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,");
3904     add_proj4text (p, 2,
3905         "0 +units=m +no_defs");
3906     add_srs_wkt (p, 0,
3907         "PROJCS[\"NAD83(NSRS2007) / Oregon LCC (m)\",GEOGCS[\"NAD");
3908     add_srs_wkt (p, 1,
3909         "83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_");
3910     add_srs_wkt (p, 2,
3911         "System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722210");
3912     add_srs_wkt (p, 3,
3913         "1,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"675");
3914     add_srs_wkt (p, 4,
3915         "9\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"");
3916     add_srs_wkt (p, 5,
3917         "]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\"");
3918     add_srs_wkt (p, 6,
3919         ",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"L");
3920     add_srs_wkt (p, 7,
3921         "ambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_or");
3922     add_srs_wkt (p, 8,
3923         "igin\",41.75],PARAMETER[\"central_meridian\",-120.5],PAR");
3924     add_srs_wkt (p, 9,
3925         "AMETER[\"standard_parallel_1\",43],PARAMETER[\"standard_");
3926     add_srs_wkt (p, 10,
3927         "parallel_2\",45.5],PARAMETER[\"false_easting\",400000],P");
3928     add_srs_wkt (p, 11,
3929         "ARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORIT");
3930     add_srs_wkt (p, 12,
3931         "Y[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Nort");
3932     add_srs_wkt (p, 13,
3933         "hing\",NORTH],AUTHORITY[\"EPSG\",\"3643\"]]");
3934     p = add_epsg_def_ex (filter, first, last, 3644, "epsg", 3644,
3935         "NAD83(NSRS2007) / Oregon GIC Lambert (ft)", 0, 0,
3936         "GRS 1980", "Greenwich",
3937         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
3938         "Easting", "East", "Northing", "North");
3939     add_proj4text (p, 0,
3940         "+proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120");
3941     add_proj4text (p, 1,
3942         ".5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,");
3943     add_proj4text (p, 2,
3944         "0,0,0,0,0 +units=ft +no_defs");
3945     add_srs_wkt (p, 0,
3946         "PROJCS[\"NAD83(NSRS2007) / Oregon GIC Lambert (ft)\",GEO");
3947     add_srs_wkt (p, 1,
3948         "GCS[\"NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_R");
3949     add_srs_wkt (p, 2,
3950         "eference_System_2007\",SPHEROID[\"GRS 1980\",6378137,298");
3951     add_srs_wkt (p, 3,
3952         ".257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPS");
3953     add_srs_wkt (p, 4,
3954         "G\",\"6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\"");
3955     add_srs_wkt (p, 5,
3956         ",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY");
3957     add_srs_wkt (p, 6,
3958         "[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJE");
3959     add_srs_wkt (p, 7,
3960         "CTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latit");
3961     add_srs_wkt (p, 8,
3962         "ude_of_origin\",41.75],PARAMETER[\"central_meridian\",-1");
3963     add_srs_wkt (p, 9,
3964         "20.5],PARAMETER[\"standard_parallel_1\",43],PARAMETER[\"");
3965     add_srs_wkt (p, 10,
3966         "standard_parallel_2\",45.5],PARAMETER[\"false_easting\",");
3967     add_srs_wkt (p, 11,
3968         "1312335.958],PARAMETER[\"false_northing\",0],UNIT[\"foot");
3969     add_srs_wkt (p, 12,
3970         "\",0.3048,AUTHORITY[\"EPSG\",\"9002\"]],AXIS[\"Easting\"");
3971     add_srs_wkt (p, 13,
3972         ",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"364");
3973     add_srs_wkt (p, 14,
3974         "4\"]]");
3975     p = add_epsg_def_ex (filter, first, last, 3645, "epsg", 3645,
3976         "NAD83(NSRS2007) / Oregon North", 0, 0,
3977         "GRS 1980", "Greenwich",
3978         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
3979         "Easting", "East", "Northing", "North");
3980     add_proj4text (p, 0,
3981         "+proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.6");
3982     add_proj4text (p, 1,
3983         "6666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=G");
3984     add_proj4text (p, 2,
3985         "RS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
3986     add_srs_wkt (p, 0,
3987         "PROJCS[\"NAD83(NSRS2007) / Oregon North\",GEOGCS[\"NAD83");
3988     add_srs_wkt (p, 1,
3989         "(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Sy");
3990     add_srs_wkt (p, 2,
3991         "stem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,");
3992     add_srs_wkt (p, 3,
3993         "AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"");
3994     add_srs_wkt (p, 4,
3995         "]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],");
3996     add_srs_wkt (p, 5,
3997         "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"");
3998     add_srs_wkt (p, 6,
3999         "9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lamb");
4000     add_srs_wkt (p, 7,
4001         "ert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origi");
4002     add_srs_wkt (p, 8,
4003         "n\",43.6666666666667],PARAMETER[\"central_meridian\",-12");
4004     add_srs_wkt (p, 9,
4005         "0.5],PARAMETER[\"standard_parallel_1\",46],PARAMETER[\"s");
4006     add_srs_wkt (p, 10,
4007         "tandard_parallel_2\",44.3333333333333],PARAMETER[\"false");
4008     add_srs_wkt (p, 11,
4009         "_easting\",2500000],PARAMETER[\"false_northing\",0],UNIT");
4010     add_srs_wkt (p, 12,
4011         "[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Eastin");
4012     add_srs_wkt (p, 13,
4013         "g\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"");
4014     add_srs_wkt (p, 14,
4015         "3645\"]]");
4016     p = add_epsg_def_ex (filter, first, last, 3646, "epsg", 3646,
4017         "NAD83(NSRS2007) / Oregon North (ft)", 0, 0,
4018         "GRS 1980", "Greenwich",
4019         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "foot",
4020         "Easting", "East", "Northing", "North");
4021     add_proj4text (p, 0,
4022         "+proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.6");
4023     add_proj4text (p, 1,
4024         "6666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 ");
4025     add_proj4text (p, 2,
4026         "+ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs");
4027     add_srs_wkt (p, 0,
4028         "PROJCS[\"NAD83(NSRS2007) / Oregon North (ft)\",GEOGCS[\"");
4029     add_srs_wkt (p, 1,
4030         "NAD83(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Referen");
4031     add_srs_wkt (p, 2,
4032         "ce_System_2007\",SPHEROID[\"GRS 1980\",6378137,298.25722");
4033     add_srs_wkt (p, 3,
4034         "2101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"");
4035     add_srs_wkt (p, 4,
4036         "6759\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"890");
4037     add_srs_wkt (p, 5,
4038         "1\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPS");
4039     add_srs_wkt (p, 6,
4040         "G\",\"9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[");
4041     add_srs_wkt (p, 7,
4042         "\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of");
4043     add_srs_wkt (p, 8,
4044         "_origin\",43.6666666666667],PARAMETER[\"central_meridian");
4045     add_srs_wkt (p, 9,
4046         "\",-120.5],PARAMETER[\"standard_parallel_1\",46],PARAMET");
4047     add_srs_wkt (p, 10,
4048         "ER[\"standard_parallel_2\",44.3333333333333],PARAMETER[\"");
4049     add_srs_wkt (p, 11,
4050         "false_easting\",8202099.738],PARAMETER[\"false_northing\"");
4051     add_srs_wkt (p, 12,
4052         ",0],UNIT[\"foot\",0.3048,AUTHORITY[\"EPSG\",\"9002\"]],A");
4053     add_srs_wkt (p, 13,
4054         "XIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY");
4055     add_srs_wkt (p, 14,
4056         "[\"EPSG\",\"3646\"]]");
4057     p = add_epsg_def_ex (filter, first, last, 3647, "epsg", 3647,
4058         "NAD83(NSRS2007) / Oregon South", 0, 0,
4059         "GRS 1980", "Greenwich",
4060         "NAD83_National_Spatial_Reference_System_2007", "Lambert_Conformal_Conic_2SP", "metre",
4061         "Easting", "East", "Northing", "North");
4062     add_proj4text (p, 0,
4063         "+proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.6");
4064     add_proj4text (p, 1,
4065         "6666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=G");
4066     add_proj4text (p, 2,
4067         "RS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");
4068     add_srs_wkt (p, 0,
4069         "PROJCS[\"NAD83(NSRS2007) / Oregon South\",GEOGCS[\"NAD83");
4070     add_srs_wkt (p, 1,
4071         "(NSRS2007)\",DATUM[\"NAD83_National_Spatial_Reference_Sy");
4072     add_srs_wkt (p, 2,
4073         "stem_2007\",SPHEROID[\"GRS 1980\",6378137,298.257222101,");
4074     add_srs_wkt (p, 3,
4075         "AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6759\"");
4076     add_srs_wkt (p, 4,
4077         "]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],");
4078     add_srs_wkt (p, 5,
4079         "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"");
4080     add_srs_wkt (p, 6,
4081         "9122\"]],AUTHORITY[\"EPSG\",\"4759\"]],PROJECTION[\"Lamb");
4082     add_srs_wkt (p, 7,
4083         "ert_Conformal_Conic_2SP\"],PARAMETER[\"latitude_of_origi");
4084     add_srs_wkt (p, 8,
4085         "n\",41.6666666666667],PARAMETER[\"central_meridian\",-12");
4086     add_srs_wkt (p, 9,
4087         "0.5],PARAMETER[\"standard_parallel_1\",44],PARAMETER[\"s");
4088     add_srs_wkt (p, 10,
4089         "tandard_parallel_2\",42.3333333333333],PARAMETER[\"false");
4090     add_srs_wkt (p, 11,
4091         "_easting\",1500000],PARAMETER[\"false_northing\",0],UNIT");
4092     add_srs_wkt (p, 12,
4093         "[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Eastin");
4094     add_srs_wkt (p, 13,
4095         "g\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"");
4096     add_srs_wkt (p, 14,
4097         "3647\"]]");
4098 }
4099 
4100 #endif /* full EPSG initialization enabled/disabled */
4101 
4102