pub(crate) fn generated_epsg_info(code: u32) -> Option<EpsgInfo> {
match code {
2017 => Some(EpsgInfo {
code: 2017,
name: "NAD27(76) / MTM zone 8",
area_of_use: "Canada - Ontario - east of 75°W.",
unit: "metre",
}),
2018 => Some(EpsgInfo {
code: 2018,
name: "NAD27(76) / MTM zone 9",
area_of_use: "Canada - Ontario - between 78°W and 75°W.",
unit: "metre",
}),
2019 => Some(EpsgInfo {
code: 2019,
name: "NAD27(76) / MTM zone 10",
area_of_use: "Canada - Ontario - between 81°W and 78°W: south of 46°N in area to west of 80°15'W, south of 47°N in area between 80°15'W and 79°30'W, entire province between 79°30'W and 78°W.",
unit: "metre",
}),
2020 => Some(EpsgInfo {
code: 2020,
name: "NAD27(76) / MTM zone 11",
area_of_use: "Canada - Ontario - south of 46°N and west of 81°W.",
unit: "metre",
}),
2021 => Some(EpsgInfo {
code: 2021,
name: "NAD27(76) / MTM zone 12",
area_of_use: "Canada - Ontario - between 82°30'W and 79°30'W: north of 46°N in area between 82°30'W and 80°15'W, north of 47°N in area between 80°15'W and 79°30'W.",
unit: "metre",
}),
2022 => Some(EpsgInfo {
code: 2022,
name: "NAD27(76) / MTM zone 13",
area_of_use: "Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N.",
unit: "metre",
}),
2023 => Some(EpsgInfo {
code: 2023,
name: "NAD27(76) / MTM zone 14",
area_of_use: "Canada - Ontario - between 88°30'W and 85°30'W.",
unit: "metre",
}),
2024 => Some(EpsgInfo {
code: 2024,
name: "NAD27(76) / MTM zone 15",
area_of_use: "Canada - Ontario - between 91°30'W and 88°30'W.",
unit: "metre",
}),
2025 => Some(EpsgInfo {
code: 2025,
name: "NAD27(76) / MTM zone 16",
area_of_use: "Canada - Ontario - between 94°30'W and 91°30'W.",
unit: "metre",
}),
2026 => Some(EpsgInfo {
code: 2026,
name: "NAD27(76) / MTM zone 17",
area_of_use: "Canada - Ontario - west of 94°30'W.",
unit: "metre",
}),
2027 => Some(EpsgInfo {
code: 2027,
name: "NAD27(76) / UTM zone 15N",
area_of_use: "Canada - Ontario - west of 90°W.",
unit: "metre",
}),
2028 => Some(EpsgInfo {
code: 2028,
name: "NAD27(76) / UTM zone 16N",
area_of_use: "Canada - Ontario - between 90°W and 84°W.",
unit: "metre",
}),
2029 => Some(EpsgInfo {
code: 2029,
name: "NAD27(76) / UTM zone 17N",
area_of_use: "Canada - Ontario - between 84°W and 78°W.",
unit: "metre",
}),
2030 => Some(EpsgInfo {
code: 2030,
name: "NAD27(76) / UTM zone 18N",
area_of_use: "Canada - Ontario - east of 78°W.",
unit: "metre",
}),
2031 => Some(EpsgInfo {
code: 2031,
name: "NAD27(CGQ77) / UTM zone 17N",
area_of_use: "Canada - Quebec - west of 78°W.",
unit: "metre",
}),
2032 => Some(EpsgInfo {
code: 2032,
name: "NAD27(CGQ77) / UTM zone 18N",
area_of_use: "Canada - Quebec - between 78°W and 72°W.",
unit: "metre",
}),
2033 => Some(EpsgInfo {
code: 2033,
name: "NAD27(CGQ77) / UTM zone 19N",
area_of_use: "Canada - Quebec - between 72°W and 66°W.",
unit: "metre",
}),
2034 => Some(EpsgInfo {
code: 2034,
name: "NAD27(CGQ77) / UTM zone 20N",
area_of_use: "Canada - Quebec - between 66°W and 60°W.",
unit: "metre",
}),
2035 => Some(EpsgInfo {
code: 2035,
name: "NAD27(CGQ77) / UTM zone 21N",
area_of_use: "Canada - Quebec - east of 60°W.",
unit: "metre",
}),
2044 => Some(EpsgInfo {
code: 2044,
name: "Hanoi 1972 / Gauss-Kruger zone 18",
area_of_use: "Vietnam - onshore west of 108°E.",
unit: "metre",
}),
2045 => Some(EpsgInfo {
code: 2045,
name: "Hanoi 1972 / Gauss-Kruger zone 19",
area_of_use: "Vietnam - onshore east of 108°E.",
unit: "metre",
}),
2084 => Some(EpsgInfo {
code: 2084,
name: "Hito XVIII 1963 / UTM zone 19S",
area_of_use: "Argentina - Tierra del Fuego offshore Atlantic west of 66°W.",
unit: "metre",
}),
2462 => Some(EpsgInfo {
code: 2462,
name: "Albanian 1987 / Gauss-Kruger zone 4",
area_of_use: "Albania - onshore.",
unit: "metre",
}),
2964 => Some(EpsgInfo {
code: 2964,
name: "NAD27 / Alaska Albers",
area_of_use: "United States (USA) - Alaska.",
unit: "US survey foot",
}),
2969 => Some(EpsgInfo {
code: 2969,
name: "Fort Marigot / UTM zone 20N",
area_of_use: "Guadeloupe - onshore - St Martin and St Barthélemy islands.",
unit: "metre",
}),
2970 => Some(EpsgInfo {
code: 2970,
name: "Guadeloupe 1948 / UTM zone 20N",
area_of_use: "Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.",
unit: "metre",
}),
2971 => Some(EpsgInfo {
code: 2971,
name: "CSG67 / UTM zone 22N",
area_of_use: "French Guiana - coastal area east of 54°W.",
unit: "metre",
}),
2972 => Some(EpsgInfo {
code: 2972,
name: "RGFG95 / UTM zone 22N",
area_of_use: "French Guiana - east of 54°W, onshore and offshore.",
unit: "metre",
}),
2973 => Some(EpsgInfo {
code: 2973,
name: "Martinique 1938 / UTM zone 20N",
area_of_use: "Martinique - onshore.",
unit: "metre",
}),
2975 => Some(EpsgInfo {
code: 2975,
name: "RGR92 / UTM zone 40S",
area_of_use: "Reunion - onshore and offshore - east of 54°E.",
unit: "metre",
}),
2976 => Some(EpsgInfo {
code: 2976,
name: "Tahiti 52 / UTM zone 6S",
area_of_use: "French Polynesia - Society Islands - Moorea and Tahiti.",
unit: "metre",
}),
2977 => Some(EpsgInfo {
code: 2977,
name: "Tahaa 54 / UTM zone 5S",
area_of_use: "French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa.",
unit: "metre",
}),
2978 => Some(EpsgInfo {
code: 2978,
name: "IGN72 Nuku Hiva / UTM zone 7S",
area_of_use: "French Polynesia - Marquesas Islands - Nuku Hiva, Ua Huka and Ua Pou.",
unit: "metre",
}),
2980 => Some(EpsgInfo {
code: 2980,
name: "Combani 1950 / UTM zone 38S",
area_of_use: "Mayotte - onshore.",
unit: "metre",
}),
2981 => Some(EpsgInfo {
code: 2981,
name: "IGN56 Lifou / UTM zone 58S",
area_of_use: "New Caledonia - Loyalty Islands - Lifou.",
unit: "metre",
}),
2987 => Some(EpsgInfo {
code: 2987,
name: "Saint Pierre et Miquelon 1950 / UTM zone 21N",
area_of_use: "St Pierre and Miquelon - onshore.",
unit: "metre",
}),
2988 => Some(EpsgInfo {
code: 2988,
name: "MOP78 / UTM zone 1S",
area_of_use: "Wallis and Futuna - Wallis.",
unit: "metre",
}),
2992 => Some(EpsgInfo {
code: 2992,
name: "NAD83 / Oregon GIC Lambert (ft)",
area_of_use: "United States (USA) - Oregon.",
unit: "foot",
}),
2994 => Some(EpsgInfo {
code: 2994,
name: "NAD83(HARN) / Oregon GIC Lambert (ft)",
area_of_use: "United States (USA) - Oregon.",
unit: "foot",
}),
2995 => Some(EpsgInfo {
code: 2995,
name: "IGN53 Mare / UTM zone 58S",
area_of_use: "New Caledonia - Loyalty Islands - Mare - west of 168°E.",
unit: "metre",
}),
2996 => Some(EpsgInfo {
code: 2996,
name: "ST84 Ile des Pins / UTM zone 58S",
area_of_use: "New Caledonia - Ile des Pins.",
unit: "metre",
}),
2997 => Some(EpsgInfo {
code: 2997,
name: "ST71 Belep / UTM zone 58S",
area_of_use: "New Caledonia - Belep.",
unit: "metre",
}),
2998 => Some(EpsgInfo {
code: 2998,
name: "NEA74 Noumea / UTM zone 58S",
area_of_use: "New Caledonia - Grande Terre - Noumea district.",
unit: "metre",
}),
2999 => Some(EpsgInfo {
code: 2999,
name: "Grand Comoros / UTM zone 38S",
area_of_use: "Comoros - Njazidja (Grande Comore).",
unit: "metre",
}),
3033 => Some(EpsgInfo {
code: 3033,
name: "WGS 84 / Australian Antarctic Lambert",
area_of_use: "Antarctica - north of 80°S and between 45°E and 136°E and between 142°E and 160°E - Australian sector north of 80°S.",
unit: "metre",
}),
3036 => Some(EpsgInfo {
code: 3036,
name: "Moznet / UTM zone 36S",
area_of_use: "Mozambique - west of 36°E, onshore and offshore.",
unit: "metre",
}),
3037 => Some(EpsgInfo {
code: 3037,
name: "Moznet / UTM zone 37S",
area_of_use: "Mozambique - between 36°E and 42°E, onshore and offshore.",
unit: "metre",
}),
3040 => Some(EpsgInfo {
code: 3040,
name: "ETRS89 / UTM zone 28N (N-E)",
area_of_use: "Europe between 18°W and 12°W: Faroe Islands - offshore; Ireland - offshore; Jan Mayen - offshore; Portugal - offshore mainland; Spain - offshore mainland; United Kingdom (UKCS) - offshore.",
unit: "metre",
}),
3041 => Some(EpsgInfo {
code: 3041,
name: "ETRS89 / UTM zone 29N (N-E)",
area_of_use: "Europe between 12°W and 6°W and approximately 34°50'N to 74°10'N: Faroe Islands - offshore; Ireland - offshore; Jan Mayen - onshore and offshore; Portugal - mainland - onshore and offshore; Spain - mainland - onshore and offshore; United Kingdom - UKCS offshore.",
unit: "metre",
}),
3042 => Some(EpsgInfo {
code: 3042,
name: "ETRS89 / UTM zone 30N (N-E)",
area_of_use: "Europe between 6°W and 0°W and approximately 35°15'N to 80°30'N: Faroe Islands - offshore; Ireland - offshore; Jan Mayen - offshore; Norway including Svalbard - offshore; Spain - mainland - onshore and offshore.",
unit: "metre",
}),
3043 => Some(EpsgInfo {
code: 3043,
name: "ETRS89 / UTM zone 31N (N-E)",
area_of_use: "Europe between 0°E and 6°E and approximately 37°N to 82°27'N: Andorra; Denmark - offshore; Germany - offshore; Jan Mayen - offshore; Norway including Svalbard - onshore and offshore; Spain - mainland and Balearic islands - onshore and offshore.",
unit: "metre",
}),
3044 => Some(EpsgInfo {
code: 3044,
name: "ETRS89 / UTM zone 32N (N-E)",
area_of_use: "Europe between 6°E and 12°E and approximately 36°30'N to 84°N: Austria; Denmark - onshore and offshore; Germany - onshore and offshore; Italy - onshore and offshore; Norway including Svalbard - onshore and offshore; Spain - offshore.",
unit: "metre",
}),
3045 => Some(EpsgInfo {
code: 3045,
name: "ETRS89 / UTM zone 33N (N-E)",
area_of_use: "Europe between 12°E and 18°E and approximately 34°30'N to 84°N.: Austria; Croatia; Denmark - offshore and offshore; Germany - onshore and offshore; Italy - onshore and offshore; Norway including Svalbard - onshore and offshore.",
unit: "metre",
}),
3046 => Some(EpsgInfo {
code: 3046,
name: "ETRS89 / UTM zone 34N (N-E)",
area_of_use: "Europe between 18°E and 24°E and approximately 33°36'N to 84°N: Bulgaria; Croatia; Italy - onshore and offshore; Norway including Svalbard - onshore and offshore.",
unit: "metre",
}),
3047 => Some(EpsgInfo {
code: 3047,
name: "ETRS89 / UTM zone 35N (N-E)",
area_of_use: "Europe between 24°E and 30°E and approximately 33°15'N to 84°N: Bulgaria - onshore and offshore; Norway including Svalbard - onshore and offshore.",
unit: "metre",
}),
3048 => Some(EpsgInfo {
code: 3048,
name: "ETRS89 / UTM zone 36N (N-E)",
area_of_use: "Europe between 30°E and 36°E and approximately 33°55'N to 84°N: Bulgaria - offshore; Norway including Svalbard - onshore and offshore.",
unit: "metre",
}),
3049 => Some(EpsgInfo {
code: 3049,
name: "ETRS89 / UTM zone 37N (N-E)",
area_of_use: "Europe between 36°E and 42°E: Norway including Svalbard - offshore.",
unit: "metre",
}),
3052 => Some(EpsgInfo {
code: 3052,
name: "Reykjavik 1900 / Lambert 1900",
area_of_use: "Iceland - mainland.",
unit: "metre",
}),
3053 => Some(EpsgInfo {
code: 3053,
name: "Hjorsey 1955 / Lambert 1955",
area_of_use: "Iceland - mainland.",
unit: "metre",
}),
3054 => Some(EpsgInfo {
code: 3054,
name: "Hjorsey 1955 / UTM zone 26N",
area_of_use: "Iceland - mainland west of 24°W.",
unit: "metre",
}),
3055 => Some(EpsgInfo {
code: 3055,
name: "Hjorsey 1955 / UTM zone 27N",
area_of_use: "Iceland - mainland between 24°W and 18°W.",
unit: "metre",
}),
3056 => Some(EpsgInfo {
code: 3056,
name: "Hjorsey 1955 / UTM zone 28N",
area_of_use: "Iceland - mainland east of 18°W.",
unit: "metre",
}),
3057 => Some(EpsgInfo {
code: 3057,
name: "ISN93 / Lambert 1993",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
3059 => Some(EpsgInfo {
code: 3059,
name: "LKS-92 / Latvia TM",
area_of_use: "Latvia - onshore and offshore.",
unit: "metre",
}),
3060 => Some(EpsgInfo {
code: 3060,
name: "IGN72 Grande Terre / UTM zone 58S",
area_of_use: "New Caledonia - Grande Terre.",
unit: "metre",
}),
3061 => Some(EpsgInfo {
code: 3061,
name: "Porto Santo 1995 / UTM zone 28N",
area_of_use: "Portugal - Madeira, Porto Santo and Desertas islands - onshore.",
unit: "metre",
}),
3062 => Some(EpsgInfo {
code: 3062,
name: "Azores Oriental 1995 / UTM zone 26N",
area_of_use: "Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas.",
unit: "metre",
}),
3063 => Some(EpsgInfo {
code: 3063,
name: "Azores Central 1995 / UTM zone 26N",
area_of_use: "Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira.",
unit: "metre",
}),
3064 => Some(EpsgInfo {
code: 3064,
name: "IGM95 / UTM zone 32N",
area_of_use: "Italy - onshore and offshore - west of 12°E.",
unit: "metre",
}),
3065 => Some(EpsgInfo {
code: 3065,
name: "IGM95 / UTM zone 33N",
area_of_use: "Italy - onshore and offshore - between 12°E and 18°E including San Marino and Vatican City State.",
unit: "metre",
}),
3066 => Some(EpsgInfo {
code: 3066,
name: "ED50 / Jordan TM",
area_of_use: "Jordan.",
unit: "metre",
}),
3069 => Some(EpsgInfo {
code: 3069,
name: "NAD27 / Wisconsin Transverse Mercator",
area_of_use: "United States (USA) - Wisconsin.",
unit: "metre",
}),
3070 => Some(EpsgInfo {
code: 3070,
name: "NAD83 / Wisconsin Transverse Mercator",
area_of_use: "United States (USA) - Wisconsin.",
unit: "metre",
}),
3071 => Some(EpsgInfo {
code: 3071,
name: "NAD83(HARN) / Wisconsin Transverse Mercator",
area_of_use: "United States (USA) - Wisconsin.",
unit: "metre",
}),
3082 => Some(EpsgInfo {
code: 3082,
name: "NAD83 / Texas Centric Lambert Conformal",
area_of_use: "United States (USA) - Texas.",
unit: "metre",
}),
3083 => Some(EpsgInfo {
code: 3083,
name: "NAD83 / Texas Centric Albers Equal Area",
area_of_use: "United States (USA) - Texas.",
unit: "metre",
}),
3084 => Some(EpsgInfo {
code: 3084,
name: "NAD83(HARN) / Texas Centric Lambert Conformal",
area_of_use: "United States (USA) - Texas.",
unit: "metre",
}),
3085 => Some(EpsgInfo {
code: 3085,
name: "NAD83(HARN) / Texas Centric Albers Equal Area",
area_of_use: "United States (USA) - Texas.",
unit: "metre",
}),
3086 => Some(EpsgInfo {
code: 3086,
name: "NAD83 / Florida GDL Albers",
area_of_use: "United States (USA) - Florida.",
unit: "metre",
}),
3087 => Some(EpsgInfo {
code: 3087,
name: "NAD83(HARN) / Florida GDL Albers",
area_of_use: "United States (USA) - Florida.",
unit: "metre",
}),
3092 => Some(EpsgInfo {
code: 3092,
name: "Tokyo / UTM zone 51N",
area_of_use: "Japan - onshore west of 126°E.",
unit: "metre",
}),
3093 => Some(EpsgInfo {
code: 3093,
name: "Tokyo / UTM zone 52N",
area_of_use: "Japan - onshore between 126°E and 132°E.",
unit: "metre",
}),
3094 => Some(EpsgInfo {
code: 3094,
name: "Tokyo / UTM zone 53N",
area_of_use: "Japan - onshore between 132°E and 138°E.",
unit: "metre",
}),
3095 => Some(EpsgInfo {
code: 3095,
name: "Tokyo / UTM zone 54N",
area_of_use: "Japan - onshore between 138°E and 144°E.",
unit: "metre",
}),
3096 => Some(EpsgInfo {
code: 3096,
name: "Tokyo / UTM zone 55N",
area_of_use: "Japan - onshore east of 144°E.",
unit: "metre",
}),
3097 => Some(EpsgInfo {
code: 3097,
name: "JGD2000 / UTM zone 51N",
area_of_use: "Japan - west of 126°E, onshore and offshore.",
unit: "metre",
}),
3098 => Some(EpsgInfo {
code: 3098,
name: "JGD2000 / UTM zone 52N",
area_of_use: "Japan - between 126°E and 132°E, onshore and offshore.",
unit: "metre",
}),
3099 => Some(EpsgInfo {
code: 3099,
name: "JGD2000 / UTM zone 53N",
area_of_use: "Japan - between 132°E and 138°E, onshore and offshore.",
unit: "metre",
}),
3100 => Some(EpsgInfo {
code: 3100,
name: "JGD2000 / UTM zone 54N",
area_of_use: "Japan - between 138°E and 144°E, onshore and offshore.",
unit: "metre",
}),
3101 => Some(EpsgInfo {
code: 3101,
name: "JGD2000 / UTM zone 55N",
area_of_use: "Japan - east of 144°E, onshore and offshore.",
unit: "metre",
}),
3102 => Some(EpsgInfo {
code: 3102,
name: "American Samoa 1962 / American Samoa Lambert",
area_of_use: "American Samoa - Tutuila, Aunu'u, Ofu, Olesega and Ta'u islands.",
unit: "US survey foot",
}),
3106 => Some(EpsgInfo {
code: 3106,
name: "Gulshan 303 / TM 90 NE",
area_of_use: "Various",
unit: "metre",
}),
3107 => Some(EpsgInfo {
code: 3107,
name: "GDA94 / SA Lambert",
area_of_use: "Australia - South Australia.",
unit: "metre",
}),
3109 => Some(EpsgInfo {
code: 3109,
name: "ETRS89 / Jersey Transverse Mercator",
area_of_use: "Channel Islands - Jersey, Les Ecrehos and Les Minquiers - onshore and offshore.",
unit: "metre",
}),
3141 => Some(EpsgInfo {
code: 3141,
name: "Fiji 1956 / UTM zone 60S",
area_of_use: "Fiji - onshore west of 180° - Vanua Levu, Taveuni, Viti Levu and and immediately adjacent smaller islands of Yasawa and Kandavu groups.",
unit: "metre",
}),
3142 => Some(EpsgInfo {
code: 3142,
name: "Fiji 1956 / UTM zone 1S",
area_of_use: "Fiji - onshore east of 180° - Vanua Levu, Taveuni.",
unit: "metre",
}),
3144 => Some(EpsgInfo {
code: 3144,
name: "FD54 / Faroe Lambert",
area_of_use: "Faroe Islands - onshore.",
unit: "metre",
}),
3145 => Some(EpsgInfo {
code: 3145,
name: "ETRS89 / Faroe Lambert",
area_of_use: "Faroe Islands - onshore.",
unit: "metre",
}),
3148 => Some(EpsgInfo {
code: 3148,
name: "Indian 1960 / UTM zone 48N",
area_of_use: "Cambodia; Vietnam west of 108°E.",
unit: "metre",
}),
3149 => Some(EpsgInfo {
code: 3149,
name: "Indian 1960 / UTM zone 49N",
area_of_use: "Vietnam - onshore east of 108°E.",
unit: "metre",
}),
3153 => Some(EpsgInfo {
code: 3153,
name: "NAD83(CSRS) / BC Albers",
area_of_use: "Canada - British Columbia.",
unit: "metre",
}),
3161 => Some(EpsgInfo {
code: 3161,
name: "NAD83 / Ontario MNR Lambert",
area_of_use: "Canada - Ontario.",
unit: "metre",
}),
3162 => Some(EpsgInfo {
code: 3162,
name: "NAD83(CSRS) / Ontario MNR Lambert",
area_of_use: "Canada - Ontario.",
unit: "metre",
}),
3163 => Some(EpsgInfo {
code: 3163,
name: "RGNC91-93 / Lambert New Caledonia",
area_of_use: "New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).",
unit: "metre",
}),
3164 => Some(EpsgInfo {
code: 3164,
name: "ST87 Ouvea / UTM zone 58S",
area_of_use: "New Caledonia - Loyalty Islands - Ouvea.",
unit: "metre",
}),
3165 => Some(EpsgInfo {
code: 3165,
name: "NEA74 Noumea / Noumea Lambert",
area_of_use: "New Caledonia - Grande Terre - Noumea district.",
unit: "metre",
}),
3166 => Some(EpsgInfo {
code: 3166,
name: "NEA74 Noumea / Noumea Lambert 2",
area_of_use: "New Caledonia - Grande Terre - Noumea district.",
unit: "metre",
}),
3169 => Some(EpsgInfo {
code: 3169,
name: "RGNC91-93 / UTM zone 57S",
area_of_use: "New Caledonia - west of 162°E onshore and offshore.",
unit: "metre",
}),
3170 => Some(EpsgInfo {
code: 3170,
name: "RGNC91-93 / UTM zone 58S",
area_of_use: "New Caledonia - between 162°E and 168°E onshore and offshore.",
unit: "metre",
}),
3171 => Some(EpsgInfo {
code: 3171,
name: "RGNC91-93 / UTM zone 59S",
area_of_use: "New Caledonia - east of 168°E onshore and offshore.",
unit: "metre",
}),
3172 => Some(EpsgInfo {
code: 3172,
name: "IGN53 Mare / UTM zone 59S",
area_of_use: "New Caledonia - Loyalty Islands - Mare - east of 168°E.",
unit: "metre",
}),
3173 => Some(EpsgInfo {
code: 3173,
name: "fk89 / Faroe Lambert FK89",
area_of_use: "Faroe Islands - onshore.",
unit: "metre",
}),
3175 => Some(EpsgInfo {
code: 3175,
name: "NAD83 / Great Lakes and St Lawrence Albers",
area_of_use: "Canada and United States (USA) - Great Lakes basin and St Lawrence Seaway.",
unit: "metre",
}),
3176 => Some(EpsgInfo {
code: 3176,
name: "Indian 1960 / TM 106 NE",
area_of_use: "Vietnam - offshore - Cuu Long basin and northwestern part of Nam Con Son basin.",
unit: "metre",
}),
3177 => Some(EpsgInfo {
code: 3177,
name: "LGD2006 / Libya TM",
area_of_use: "Libya - onshore and offshore.",
unit: "metre",
}),
3178 => Some(EpsgInfo {
code: 3178,
name: "GR96 / UTM zone 18N",
area_of_use: "Greenland - west of 72°W, onshore and offshore.",
unit: "metre",
}),
3179 => Some(EpsgInfo {
code: 3179,
name: "GR96 / UTM zone 19N",
area_of_use: "Greenland - between 72°W and 66°W, onshore and offshore.",
unit: "metre",
}),
3180 => Some(EpsgInfo {
code: 3180,
name: "GR96 / UTM zone 20N",
area_of_use: "Greenland - between 66°W and 60°W, onshore and offshore.",
unit: "metre",
}),
3181 => Some(EpsgInfo {
code: 3181,
name: "GR96 / UTM zone 21N",
area_of_use: "Greenland - between 60°W and 54°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3182 => Some(EpsgInfo {
code: 3182,
name: "GR96 / UTM zone 22N",
area_of_use: "Greenland - between 54°W and 48°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3183 => Some(EpsgInfo {
code: 3183,
name: "GR96 / UTM zone 23N",
area_of_use: "Greenland - between 48°W and 42°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3184 => Some(EpsgInfo {
code: 3184,
name: "GR96 / UTM zone 24N",
area_of_use: "Greenland - between 42°W and 36°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3185 => Some(EpsgInfo {
code: 3185,
name: "GR96 / UTM zone 25N",
area_of_use: "Greenland - between 36°W and 30°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3186 => Some(EpsgInfo {
code: 3186,
name: "GR96 / UTM zone 26N",
area_of_use: "Greenland - between 30°W and 24°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3187 => Some(EpsgInfo {
code: 3187,
name: "GR96 / UTM zone 27N",
area_of_use: "Greenland - between 24°W and 18°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3188 => Some(EpsgInfo {
code: 3188,
name: "GR96 / UTM zone 28N",
area_of_use: "Greenland - between 18°W and 12°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3189 => Some(EpsgInfo {
code: 3189,
name: "GR96 / UTM zone 29N",
area_of_use: "Greenland - 12°W to 6°W, onshore and offshore south of 84°N.",
unit: "metre",
}),
3190 => Some(EpsgInfo {
code: 3190,
name: "LGD2006 / Libya TM zone 5",
area_of_use: "Libya - west of 10°E.",
unit: "metre",
}),
3191 => Some(EpsgInfo {
code: 3191,
name: "LGD2006 / Libya TM zone 6",
area_of_use: "Libya - onshore between 10°E and 12°E.",
unit: "metre",
}),
3192 => Some(EpsgInfo {
code: 3192,
name: "LGD2006 / Libya TM zone 7",
area_of_use: "Libya - onshore between 12°E and 14°E.",
unit: "metre",
}),
3193 => Some(EpsgInfo {
code: 3193,
name: "LGD2006 / Libya TM zone 8",
area_of_use: "Libya - onshore between 14°E and 16°E.",
unit: "metre",
}),
3194 => Some(EpsgInfo {
code: 3194,
name: "LGD2006 / Libya TM zone 9",
area_of_use: "Libya - onshore between 16°E and 18°E.",
unit: "metre",
}),
3195 => Some(EpsgInfo {
code: 3195,
name: "LGD2006 / Libya TM zone 10",
area_of_use: "Libya - onshore between 18°E and 20°E.",
unit: "metre",
}),
3196 => Some(EpsgInfo {
code: 3196,
name: "LGD2006 / Libya TM zone 11",
area_of_use: "Libya - onshore between 20°E and 22°E.",
unit: "metre",
}),
3197 => Some(EpsgInfo {
code: 3197,
name: "LGD2006 / Libya TM zone 12",
area_of_use: "Libya - onshore between 22°E and 24°E.",
unit: "metre",
}),
3198 => Some(EpsgInfo {
code: 3198,
name: "LGD2006 / Libya TM zone 13",
area_of_use: "Libya - onshore east of 24°E.",
unit: "metre",
}),
3199 => Some(EpsgInfo {
code: 3199,
name: "LGD2006 / UTM zone 32N",
area_of_use: "Libya - west of 12°E, onshore and offshore.",
unit: "metre",
}),
3201 => Some(EpsgInfo {
code: 3201,
name: "LGD2006 / UTM zone 33N",
area_of_use: "Libya - between 12°E and 18°E, onshore and offshore.",
unit: "metre",
}),
3202 => Some(EpsgInfo {
code: 3202,
name: "LGD2006 / UTM zone 34N",
area_of_use: "Libya - between 18°E and 24°E, onshore and offshore.",
unit: "metre",
}),
3203 => Some(EpsgInfo {
code: 3203,
name: "LGD2006 / UTM zone 35N",
area_of_use: "Libya - east of 24°E, onshore and offshore.",
unit: "metre",
}),
3296 => Some(EpsgInfo {
code: 3296,
name: "RGPF / UTM zone 5S",
area_of_use: "French Polynesia - west of 150°W onshore and offshore.",
unit: "metre",
}),
3297 => Some(EpsgInfo {
code: 3297,
name: "RGPF / UTM zone 6S",
area_of_use: "French Polynesia - between 150°W and 144°W onshore and offshore.",
unit: "metre",
}),
3298 => Some(EpsgInfo {
code: 3298,
name: "RGPF / UTM zone 7S",
area_of_use: "French Polynesia - between 144°W and 138°W onshore and offshore.",
unit: "metre",
}),
3299 => Some(EpsgInfo {
code: 3299,
name: "RGPF / UTM zone 8S",
area_of_use: "French Polynesia - east of 138°W.",
unit: "metre",
}),
3302 => Some(EpsgInfo {
code: 3302,
name: "IGN63 Hiva Oa / UTM zone 7S",
area_of_use: "French Polynesia - Marquesas Islands - Hiva Oa and Tahuata.",
unit: "metre",
}),
3303 => Some(EpsgInfo {
code: 3303,
name: "Fatu Iva 72 / UTM zone 7S",
area_of_use: "French Polynesia - Marquesas Islands - Fatu Hiva.",
unit: "metre",
}),
3304 => Some(EpsgInfo {
code: 3304,
name: "Tahiti 79 / UTM zone 6S",
area_of_use: "French Polynesia - Society Islands - Tahiti.",
unit: "metre",
}),
3305 => Some(EpsgInfo {
code: 3305,
name: "Moorea 87 / UTM zone 6S",
area_of_use: "French Polynesia - Society Islands - Moorea.",
unit: "metre",
}),
3306 => Some(EpsgInfo {
code: 3306,
name: "Maupiti 83 / UTM zone 5S",
area_of_use: "French Polynesia - Society Islands - Maupiti.",
unit: "metre",
}),
3307 => Some(EpsgInfo {
code: 3307,
name: "Nakhl-e Ghanem / UTM zone 39N",
area_of_use: "Iran - Kangan district.",
unit: "metre",
}),
3309 => Some(EpsgInfo {
code: 3309,
name: "NAD27 / California Albers",
area_of_use: "United States (USA) - California.",
unit: "metre",
}),
3310 => Some(EpsgInfo {
code: 3310,
name: "NAD83 / California Albers",
area_of_use: "United States (USA) - California.",
unit: "metre",
}),
3311 => Some(EpsgInfo {
code: 3311,
name: "NAD83(HARN) / California Albers",
area_of_use: "United States (USA) - California.",
unit: "metre",
}),
3312 => Some(EpsgInfo {
code: 3312,
name: "CSG67 / UTM zone 21N",
area_of_use: "French Guiana - coastal area west of 54°W.",
unit: "metre",
}),
3313 => Some(EpsgInfo {
code: 3313,
name: "RGFG95 / UTM zone 21N",
area_of_use: "French Guiana - west of 54°W.",
unit: "metre",
}),
3316 => Some(EpsgInfo {
code: 3316,
name: "Kasai 1953 / Congo TM zone 22",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 21°30'E and 23°E.",
unit: "metre",
}),
3317 => Some(EpsgInfo {
code: 3317,
name: "Kasai 1953 / Congo TM zone 24",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 23°E and 25°E.",
unit: "metre",
}),
3318 => Some(EpsgInfo {
code: 3318,
name: "IGC 1962 / Congo TM zone 12",
area_of_use: "The Democratic Republic of the Congo (Zaire) - onshore west of 13°E.",
unit: "metre",
}),
3319 => Some(EpsgInfo {
code: 3319,
name: "IGC 1962 / Congo TM zone 14",
area_of_use: "The Democratic Republic of the Congo (Zaire) - between 13°E to 15°E.",
unit: "metre",
}),
3320 => Some(EpsgInfo {
code: 3320,
name: "IGC 1962 / Congo TM zone 16",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 15°E and 17°E.",
unit: "metre",
}),
3321 => Some(EpsgInfo {
code: 3321,
name: "IGC 1962 / Congo TM zone 18",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel traverse between 17°E and 19°E.",
unit: "metre",
}),
3322 => Some(EpsgInfo {
code: 3322,
name: "IGC 1962 / Congo TM zone 20",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 19°E and 21°E.",
unit: "metre",
}),
3323 => Some(EpsgInfo {
code: 3323,
name: "IGC 1962 / Congo TM zone 22",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 21°E and 23°E.",
unit: "metre",
}),
3324 => Some(EpsgInfo {
code: 3324,
name: "IGC 1962 / Congo TM zone 24",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 23°E and 25°E.",
unit: "metre",
}),
3325 => Some(EpsgInfo {
code: 3325,
name: "IGC 1962 / Congo TM zone 26",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 25°E and 27°E.",
unit: "metre",
}),
3326 => Some(EpsgInfo {
code: 3326,
name: "IGC 1962 / Congo TM zone 28",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 27°E and 29°E.",
unit: "metre",
}),
3327 => Some(EpsgInfo {
code: 3327,
name: "IGC 1962 / Congo TM zone 30",
area_of_use: "The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse and east of 29°E.",
unit: "metre",
}),
3336 => Some(EpsgInfo {
code: 3336,
name: "IGN 1962 Kerguelen / UTM zone 42S",
area_of_use: "French Southern Territories - Kerguelen onshore.",
unit: "metre",
}),
3339 => Some(EpsgInfo {
code: 3339,
name: "IGCB 1955 / Congo TM zone 12",
area_of_use: "The Democratic Republic of the Congo (Zaire) - onshore west of 13°E.",
unit: "metre",
}),
3340 => Some(EpsgInfo {
code: 3340,
name: "IGCB 1955 / Congo TM zone 14",
area_of_use: "The Democratic Republic of the Congo (Zaire) - between 13°E to 15°E.",
unit: "metre",
}),
3341 => Some(EpsgInfo {
code: 3341,
name: "IGCB 1955 / Congo TM zone 16",
area_of_use: "The Democratic Republic of the Congo (Zaire) - Bas Congo east of 15°E.",
unit: "metre",
}),
3342 => Some(EpsgInfo {
code: 3342,
name: "IGCB 1955 / UTM zone 33S",
area_of_use: "The Democratic Republic of the Congo (Zaire) - Lower Congo (Bas Congo)",
unit: "metre",
}),
3343 => Some(EpsgInfo {
code: 3343,
name: "Mauritania 1999 / UTM zone 28N",
area_of_use: "Mauritania - 18°W to 12°W, onshore and offshore.",
unit: "metre",
}),
3344 => Some(EpsgInfo {
code: 3344,
name: "Mauritania 1999 / UTM zone 29N",
area_of_use: "Mauritania - between 12°W and 6°W.",
unit: "metre",
}),
3345 => Some(EpsgInfo {
code: 3345,
name: "Mauritania 1999 / UTM zone 30N",
area_of_use: "Mauritania - east of 6°W.",
unit: "metre",
}),
3346 => Some(EpsgInfo {
code: 3346,
name: "LKS94 / Lithuania TM",
area_of_use: "Lithuania - onshore and offshore.",
unit: "metre",
}),
3348 => Some(EpsgInfo {
code: 3348,
name: "NAD83(CSRS) / Statistics Canada Lambert",
area_of_use: "Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.",
unit: "metre",
}),
3353 => Some(EpsgInfo {
code: 3353,
name: "Mhast (onshore) / UTM zone 32S",
area_of_use: "Angola (Cabinda) - onshore and offshore; The Democratic Republic of the Congo (Zaire) - onshore coastal area and offshore.",
unit: "metre",
}),
3354 => Some(EpsgInfo {
code: 3354,
name: "Mhast (offshore) / UTM zone 32S",
area_of_use: "Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.",
unit: "metre",
}),
3367 => Some(EpsgInfo {
code: 3367,
name: "IGN Astro 1960 / UTM zone 28N",
area_of_use: "Mauritania - onshore west of 12°W.",
unit: "metre",
}),
3368 => Some(EpsgInfo {
code: 3368,
name: "IGN Astro 1960 / UTM zone 29N",
area_of_use: "Mauritania - between 12°W and 6°W.",
unit: "metre",
}),
3369 => Some(EpsgInfo {
code: 3369,
name: "IGN Astro 1960 / UTM zone 30N",
area_of_use: "Mauritania - east of 6°W.",
unit: "metre",
}),
3370 => Some(EpsgInfo {
code: 3370,
name: "NAD27 / UTM zone 59N",
area_of_use: "United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS).",
unit: "metre",
}),
3371 => Some(EpsgInfo {
code: 3371,
name: "NAD27 / UTM zone 60N",
area_of_use: "United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS).",
unit: "metre",
}),
3372 => Some(EpsgInfo {
code: 3372,
name: "NAD83 / UTM zone 59N",
area_of_use: "United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS).",
unit: "metre",
}),
3373 => Some(EpsgInfo {
code: 3373,
name: "NAD83 / UTM zone 60N",
area_of_use: "United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS).",
unit: "metre",
}),
3374 => Some(EpsgInfo {
code: 3374,
name: "FD54 / UTM zone 29N",
area_of_use: "Faroe Islands - onshore.",
unit: "metre",
}),
3389 => Some(EpsgInfo {
code: 3389,
name: "Pulkovo 1942 / 3-degree Gauss-Kruger zone 60",
area_of_use: "Russian Federation - onshore between 178°30'E and 178°30'W.",
unit: "metre",
}),
3390 => Some(EpsgInfo {
code: 3390,
name: "Pulkovo 1995 / 3-degree Gauss-Kruger zone 60",
area_of_use: "Russian Federation - onshore between 178°30'E and 178°30'W.",
unit: "metre",
}),
3391 => Some(EpsgInfo {
code: 3391,
name: "Karbala 1979 / UTM zone 37N",
area_of_use: "Iraq - west of 42°E.",
unit: "metre",
}),
3392 => Some(EpsgInfo {
code: 3392,
name: "Karbala 1979 / UTM zone 38N",
area_of_use: "Iraq - between 42°E and 48°E.",
unit: "metre",
}),
3393 => Some(EpsgInfo {
code: 3393,
name: "Karbala 1979 / UTM zone 39N",
area_of_use: "Iraq - onshore east of 48°E.",
unit: "metre",
}),
3396 => Some(EpsgInfo {
code: 3396,
name: "PD/83 / 3-degree Gauss-Kruger zone 3",
area_of_use: "Germany - Thuringen - west of 10°30'E.",
unit: "metre",
}),
3397 => Some(EpsgInfo {
code: 3397,
name: "PD/83 / 3-degree Gauss-Kruger zone 4",
area_of_use: "Germany - Thuringen - east of 10°30'E.",
unit: "metre",
}),
3398 => Some(EpsgInfo {
code: 3398,
name: "RD/83 / 3-degree Gauss-Kruger zone 4",
area_of_use: "Germany - Sachsen - west of 13°30'E.",
unit: "metre",
}),
3399 => Some(EpsgInfo {
code: 3399,
name: "RD/83 / 3-degree Gauss-Kruger zone 5",
area_of_use: "Germany - Sachsen - east of 13°30'E.",
unit: "metre",
}),
3415 => Some(EpsgInfo {
code: 3415,
name: "WGS 72BE / South China Sea Lambert",
area_of_use: "China - offshore South China Sea - Pearl River basin.",
unit: "metre",
}),
3416 => Some(EpsgInfo {
code: 3416,
name: "ETRS89 / Austria Lambert",
area_of_use: "Austria.",
unit: "metre",
}),
3439 => Some(EpsgInfo {
code: 3439,
name: "PSD93 / UTM zone 39N",
area_of_use: "Oman - onshore west of 54°E.",
unit: "metre",
}),
3440 => Some(EpsgInfo {
code: 3440,
name: "PSD93 / UTM zone 40N",
area_of_use: "Oman - onshore east of 54°E. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands.",
unit: "metre",
}),
3447 => Some(EpsgInfo {
code: 3447,
name: "ETRS89 / Belgian Lambert 2005",
area_of_use: "Belgium - onshore.",
unit: "metre",
}),
3449 => Some(EpsgInfo {
code: 3449,
name: "JAD2001 / UTM zone 17N",
area_of_use: "Jamaica - west of 78°W onshore and offshore.",
unit: "metre",
}),
3450 => Some(EpsgInfo {
code: 3450,
name: "JAD2001 / UTM zone 18N",
area_of_use: "Jamaica - east of 78°W onshore and offshore.",
unit: "metre",
}),
3461 => Some(EpsgInfo {
code: 3461,
name: "Dabola 1981 / UTM zone 28N",
area_of_use: "Guinea - onshore west of 12°W.",
unit: "metre",
}),
3462 => Some(EpsgInfo {
code: 3462,
name: "Dabola 1981 / UTM zone 29N",
area_of_use: "Guinea - east of 12°W.",
unit: "metre",
}),
3762 => Some(EpsgInfo {
code: 3762,
name: "WGS 84 / South Georgia Lambert",
area_of_use: "South Georgia and the South Sandwich Islands - South Georgia onshore.",
unit: "metre",
}),
3768 => Some(EpsgInfo {
code: 3768,
name: "HTRS96 / UTM zone 34N",
area_of_use: "Croatia - east of 18°E, onshore and offshore.",
unit: "metre",
}),
3769 => Some(EpsgInfo {
code: 3769,
name: "Bermuda 1957 / UTM zone 20N",
area_of_use: "Bermuda - onshore.",
unit: "metre",
}),
3771 => Some(EpsgInfo {
code: 3771,
name: "NAD27 / Alberta 3TM ref merid 111 W",
area_of_use: "Canada - Alberta - east of 112°30'W.",
unit: "metre",
}),
3772 => Some(EpsgInfo {
code: 3772,
name: "NAD27 / Alberta 3TM ref merid 114 W",
area_of_use: "Canada - Alberta - between 115°30'W and 112°30'W.",
unit: "metre",
}),
3773 => Some(EpsgInfo {
code: 3773,
name: "NAD27 / Alberta 3TM ref merid 117 W",
area_of_use: "Canada - Alberta - between 118°30'W and 115°30' W.",
unit: "metre",
}),
3775 => Some(EpsgInfo {
code: 3775,
name: "NAD83 / Alberta 3TM ref merid 111 W",
area_of_use: "Canada - Alberta - east of 112°30'W.",
unit: "metre",
}),
3776 => Some(EpsgInfo {
code: 3776,
name: "NAD83 / Alberta 3TM ref merid 114 W",
area_of_use: "Canada - Alberta - between 115°30'W and 112°30'W.",
unit: "metre",
}),
3777 => Some(EpsgInfo {
code: 3777,
name: "NAD83 / Alberta 3TM ref merid 117 W",
area_of_use: "Canada - Alberta - between 118°30'W and 115°30' W.",
unit: "metre",
}),
3779 => Some(EpsgInfo {
code: 3779,
name: "NAD83(CSRS) / Alberta 3TM ref merid 111 W",
area_of_use: "Canada - Alberta - east of 112°30'W.",
unit: "metre",
}),
3780 => Some(EpsgInfo {
code: 3780,
name: "NAD83(CSRS) / Alberta 3TM ref merid 114 W",
area_of_use: "Canada - Alberta - between 115°30'W and 112°30'W.",
unit: "metre",
}),
3781 => Some(EpsgInfo {
code: 3781,
name: "NAD83(CSRS) / Alberta 3TM ref merid 117 W",
area_of_use: "Canada - Alberta - between 118°30'W and 115°30' W.",
unit: "metre",
}),
3783 => Some(EpsgInfo {
code: 3783,
name: "Pitcairn 2006 / Pitcairn TM 2006",
area_of_use: "Pitcairn - Pitcairn Island.",
unit: "metre",
}),
3784 => Some(EpsgInfo {
code: 3784,
name: "Pitcairn 1967 / UTM zone 9S",
area_of_use: "Pitcairn - Pitcairn Island.",
unit: "metre",
}),
3788 => Some(EpsgInfo {
code: 3788,
name: "NZGD2000 / Auckland Islands TM 2000",
area_of_use: "New Zealand - Snares Island, Auckland Island - onshore.",
unit: "metre",
}),
3789 => Some(EpsgInfo {
code: 3789,
name: "NZGD2000 / Campbell Island TM 2000",
area_of_use: "New Zealand - Campbell Island.",
unit: "metre",
}),
3790 => Some(EpsgInfo {
code: 3790,
name: "NZGD2000 / Antipodes Islands TM 2000",
area_of_use: "New Zealand - Antipodes Island, Bounty Islands.",
unit: "metre",
}),
3791 => Some(EpsgInfo {
code: 3791,
name: "NZGD2000 / Raoul Island TM 2000",
area_of_use: "New Zealand - Raoul Island, Kermadec Islands.",
unit: "metre",
}),
3793 => Some(EpsgInfo {
code: 3793,
name: "NZGD2000 / Chatham Islands TM 2000",
area_of_use: "New Zealand - Chatham Islands group - onshore.",
unit: "metre",
}),
3797 => Some(EpsgInfo {
code: 3797,
name: "NAD27 / MTQ Lambert",
area_of_use: "Canada - Quebec.",
unit: "metre",
}),
3798 => Some(EpsgInfo {
code: 3798,
name: "NAD83 / MTQ Lambert",
area_of_use: "Canada - Quebec.",
unit: "metre",
}),
3799 => Some(EpsgInfo {
code: 3799,
name: "NAD83(CSRS) / MTQ Lambert",
area_of_use: "Canada - Quebec.",
unit: "metre",
}),
3800 => Some(EpsgInfo {
code: 3800,
name: "NAD27 / Alberta 3TM ref merid 120 W",
area_of_use: "Canada - Alberta - west of 118°30' W.",
unit: "metre",
}),
3801 => Some(EpsgInfo {
code: 3801,
name: "NAD83 / Alberta 3TM ref merid 120 W",
area_of_use: "Canada - Alberta - west of 118°30' W.",
unit: "metre",
}),
3802 => Some(EpsgInfo {
code: 3802,
name: "NAD83(CSRS) / Alberta 3TM ref merid 120 W",
area_of_use: "Canada - Alberta - west of 118°30' W.",
unit: "metre",
}),
3814 => Some(EpsgInfo {
code: 3814,
name: "NAD83 / Mississippi TM",
area_of_use: "United States (USA) - Mississippi.",
unit: "metre",
}),
3815 => Some(EpsgInfo {
code: 3815,
name: "NAD83(HARN) / Mississippi TM",
area_of_use: "United States (USA) - Mississippi.",
unit: "metre",
}),
3816 => Some(EpsgInfo {
code: 3816,
name: "NAD83(NSRS2007) / Mississippi TM",
area_of_use: "United States (USA) - Mississippi.",
unit: "metre",
}),
3829 => Some(EpsgInfo {
code: 3829,
name: "Hu Tzu Shan 1950 / UTM zone 51N",
area_of_use: "Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands.",
unit: "metre",
}),
3890 => Some(EpsgInfo {
code: 3890,
name: "IGRS / UTM zone 37N",
area_of_use: "Iraq - west of 42°E.",
unit: "metre",
}),
3891 => Some(EpsgInfo {
code: 3891,
name: "IGRS / UTM zone 38N",
area_of_use: "Iraq - between 42°E and 48°E.",
unit: "metre",
}),
3892 => Some(EpsgInfo {
code: 3892,
name: "IGRS / UTM zone 39N",
area_of_use: "Iraq - east of 48°E, onshore and offshore.",
unit: "metre",
}),
3920 => Some(EpsgInfo {
code: 3920,
name: "Puerto Rico / UTM zone 20N",
area_of_use: "British Virgin Islands - onshore - Anegada, Jost Van Dyke, Tortola, and Virgin Gorda.",
unit: "metre",
}),
3968 => Some(EpsgInfo {
code: 3968,
name: "NAD83 / Virginia Lambert",
area_of_use: "United States (USA) - Virginia.",
unit: "metre",
}),
3969 => Some(EpsgInfo {
code: 3969,
name: "NAD83(HARN) / Virginia Lambert",
area_of_use: "United States (USA) - Virginia.",
unit: "metre",
}),
3970 => Some(EpsgInfo {
code: 3970,
name: "NAD83(NSRS2007) / Virginia Lambert",
area_of_use: "United States (USA) - Virginia.",
unit: "metre",
}),
3979 => Some(EpsgInfo {
code: 3979,
name: "NAD83(CSRS) / Canada Atlas Lambert",
area_of_use: "Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.",
unit: "metre",
}),
4071 => Some(EpsgInfo {
code: 4071,
name: "Chua / UTM zone 23S",
area_of_use: "Brazil - Distrito Federal.",
unit: "metre",
}),
4082 => Some(EpsgInfo {
code: 4082,
name: "REGCAN95 / UTM zone 27N",
area_of_use: "Spain - Canary Islands - west of 18°W, onshore and offshore.",
unit: "metre",
}),
4083 => Some(EpsgInfo {
code: 4083,
name: "REGCAN95 / UTM zone 28N",
area_of_use: "Spain - Canary Islands - east of 18°W, onshore and offshore.",
unit: "metre",
}),
4415 => Some(EpsgInfo {
code: 4415,
name: "Katanga 1955 / Katanga Lambert",
area_of_use: "The Democratic Republic of the Congo (Zaire) - Katanga.",
unit: "metre",
}),
4462 => Some(EpsgInfo {
code: 4462,
name: "WGS 84 / Australian Centre for Remote Sensing Lambert",
area_of_use: "Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.",
unit: "metre",
}),
4467 => Some(EpsgInfo {
code: 4467,
name: "RGSPM06 / UTM zone 21N",
area_of_use: "St Pierre and Miquelon - onshore and offshore.",
unit: "metre",
}),
4471 => Some(EpsgInfo {
code: 4471,
name: "RGM04 / UTM zone 38S",
area_of_use: "Mayotte - onshore and offshore.",
unit: "metre",
}),
4484 => Some(EpsgInfo {
code: 4484,
name: "Mexico ITRF92 / UTM zone 11N",
area_of_use: "Mexico west of 114°W, onshore and offshore.",
unit: "metre",
}),
4485 => Some(EpsgInfo {
code: 4485,
name: "Mexico ITRF92 / UTM zone 12N",
area_of_use: "Mexico between 114°W and 108°W, onshore and offshore.",
unit: "metre",
}),
4486 => Some(EpsgInfo {
code: 4486,
name: "Mexico ITRF92 / UTM zone 13N",
area_of_use: "Mexico between 108°W and 102°W, onshore and offshore.",
unit: "metre",
}),
4487 => Some(EpsgInfo {
code: 4487,
name: "Mexico ITRF92 / UTM zone 14N",
area_of_use: "Mexico between 102°W and 96°W, onshore and offshore.",
unit: "metre",
}),
4488 => Some(EpsgInfo {
code: 4488,
name: "Mexico ITRF92 / UTM zone 15N",
area_of_use: "Mexico between 96°W and 90°W, onshore and offshore.",
unit: "metre",
}),
4489 => Some(EpsgInfo {
code: 4489,
name: "Mexico ITRF92 / UTM zone 16N",
area_of_use: "Mexico east of 90°W, onshore and offshore.",
unit: "metre",
}),
4559 => Some(EpsgInfo {
code: 4559,
name: "RRAF 1991 / UTM zone 20N",
area_of_use: "French Antilles onshore and offshore west of 60°W - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; northern St Martin.",
unit: "metre",
}),
4647 => Some(EpsgInfo {
code: 4647,
name: "ETRS89 / UTM zone 32N (zE-N)",
area_of_use: "Germany - onshore and offshore between 6°E and 12°E - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.",
unit: "metre",
}),
5014 => Some(EpsgInfo {
code: 5014,
name: "PTRA08 / UTM zone 25N",
area_of_use: "Portugal - west of 30°W - western Azores - Flores and Corvo islands and surrounding EEZ.",
unit: "metre",
}),
5015 => Some(EpsgInfo {
code: 5015,
name: "PTRA08 / UTM zone 26N",
area_of_use: "Portugal - between 30°W and 24°W - central and eastern Azores - Graciosa, Terceira, Sao Jorge, Pico, Faial; Sao Miguel and Santa Maria islands and surrounding EEZ.",
unit: "metre",
}),
5016 => Some(EpsgInfo {
code: 5016,
name: "PTRA08 / UTM zone 28N",
area_of_use: "Portugal - Madeira, Porto Santo, Desertas and Selvagens islands and surrounding EEZ east of 18°W.",
unit: "metre",
}),
5069 => Some(EpsgInfo {
code: 5069,
name: "NAD27 / Conus Albers",
area_of_use: "United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.",
unit: "metre",
}),
5071 => Some(EpsgInfo {
code: 5071,
name: "NAD83(HARN) / Conus Albers",
area_of_use: "United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.",
unit: "metre",
}),
5072 => Some(EpsgInfo {
code: 5072,
name: "NAD83(NSRS2007) / Conus Albers",
area_of_use: "United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.",
unit: "metre",
}),
5130 => Some(EpsgInfo {
code: 5130,
name: "ETRS89 / NTM zone 30",
area_of_use: "Norway - onshore - east of 30°E.",
unit: "metre",
}),
5223 => Some(EpsgInfo {
code: 5223,
name: "WGS 84 / Gabon TM",
area_of_use: "Gabon - onshore.",
unit: "metre",
}),
5269 => Some(EpsgInfo {
code: 5269,
name: "TUREF / 3-degree Gauss-Kruger zone 9",
area_of_use: "Türkiye (Turkey) - west of 28°30'E, onshore.",
unit: "metre",
}),
5270 => Some(EpsgInfo {
code: 5270,
name: "TUREF / 3-degree Gauss-Kruger zone 10",
area_of_use: "Türkiye (Turkey) - between 28°30'E and 31°30'E, onshore.",
unit: "metre",
}),
5271 => Some(EpsgInfo {
code: 5271,
name: "TUREF / 3-degree Gauss-Kruger zone 11",
area_of_use: "Türkiye (Turkey) - between 31°30'E and 34°30'E, onshore.",
unit: "metre",
}),
5272 => Some(EpsgInfo {
code: 5272,
name: "TUREF / 3-degree Gauss-Kruger zone 12",
area_of_use: "Türkiye (Turkey) - between 34°30'E and 37°30'E, onshore.",
unit: "metre",
}),
5273 => Some(EpsgInfo {
code: 5273,
name: "TUREF / 3-degree Gauss-Kruger zone 13",
area_of_use: "Türkiye (Turkey) - between 37°30'E and 40°30'E, onshore.",
unit: "metre",
}),
5274 => Some(EpsgInfo {
code: 5274,
name: "TUREF / 3-degree Gauss-Kruger zone 14",
area_of_use: "Türkiye (Turkey) - between 40°30'E and 43°30'E, onshore.",
unit: "metre",
}),
5275 => Some(EpsgInfo {
code: 5275,
name: "TUREF / 3-degree Gauss-Kruger zone 15",
area_of_use: "Türkiye (Turkey) - east of 43°30'E.",
unit: "metre",
}),
5292 => Some(EpsgInfo {
code: 5292,
name: "DRUKREF 03 / Bumthang TM",
area_of_use: "Bhutan - Bumthang district.",
unit: "metre",
}),
5293 => Some(EpsgInfo {
code: 5293,
name: "DRUKREF 03 / Chhukha TM",
area_of_use: "Bhutan - Chhukha district.",
unit: "metre",
}),
5294 => Some(EpsgInfo {
code: 5294,
name: "DRUKREF 03 / Dagana TM",
area_of_use: "Bhutan - Dagana district.",
unit: "metre",
}),
5295 => Some(EpsgInfo {
code: 5295,
name: "DRUKREF 03 / Gasa TM",
area_of_use: "Bhutan - Gasa district.",
unit: "metre",
}),
5296 => Some(EpsgInfo {
code: 5296,
name: "DRUKREF 03 / Ha TM",
area_of_use: "Bhutan - Ha district.",
unit: "metre",
}),
5297 => Some(EpsgInfo {
code: 5297,
name: "DRUKREF 03 / Lhuentse TM",
area_of_use: "Bhutan - Lhuentse district.",
unit: "metre",
}),
5298 => Some(EpsgInfo {
code: 5298,
name: "DRUKREF 03 / Mongar TM",
area_of_use: "Bhutan - Mongar district.",
unit: "metre",
}),
5299 => Some(EpsgInfo {
code: 5299,
name: "DRUKREF 03 / Paro TM",
area_of_use: "Bhutan - Paro district.",
unit: "metre",
}),
5300 => Some(EpsgInfo {
code: 5300,
name: "DRUKREF 03 / Pemagatshel TM",
area_of_use: "Bhutan - Pemagatshel district.",
unit: "metre",
}),
5301 => Some(EpsgInfo {
code: 5301,
name: "DRUKREF 03 / Punakha TM",
area_of_use: "Bhutan - Punakha district.",
unit: "metre",
}),
5302 => Some(EpsgInfo {
code: 5302,
name: "DRUKREF 03 / Samdrup Jongkhar TM",
area_of_use: "Bhutan - Samdrup Jongkhar district.",
unit: "metre",
}),
5303 => Some(EpsgInfo {
code: 5303,
name: "DRUKREF 03 / Samtse TM",
area_of_use: "Bhutan - Samtse district.",
unit: "metre",
}),
5304 => Some(EpsgInfo {
code: 5304,
name: "DRUKREF 03 / Sarpang TM",
area_of_use: "Bhutan - Sarpang district.",
unit: "metre",
}),
5305 => Some(EpsgInfo {
code: 5305,
name: "DRUKREF 03 / Thimphu TM",
area_of_use: "Bhutan - Thimphu district.",
unit: "metre",
}),
5306 => Some(EpsgInfo {
code: 5306,
name: "DRUKREF 03 / Trashigang TM",
area_of_use: "Bhutan - Trashigang district.",
unit: "metre",
}),
5307 => Some(EpsgInfo {
code: 5307,
name: "DRUKREF 03 / Trongsa TM",
area_of_use: "Bhutan - Trongsa district.",
unit: "metre",
}),
5308 => Some(EpsgInfo {
code: 5308,
name: "DRUKREF 03 / Tsirang TM",
area_of_use: "Bhutan - Tsirang district.",
unit: "metre",
}),
5309 => Some(EpsgInfo {
code: 5309,
name: "DRUKREF 03 / Wangdue Phodrang TM",
area_of_use: "Bhutan - Wangdue Phodrang district.",
unit: "metre",
}),
5310 => Some(EpsgInfo {
code: 5310,
name: "DRUKREF 03 / Yangtse TM",
area_of_use: "Bhutan - Yangtse district.",
unit: "metre",
}),
5311 => Some(EpsgInfo {
code: 5311,
name: "DRUKREF 03 / Zhemgang TM",
area_of_use: "Bhutan - Zhemgang district.",
unit: "metre",
}),
5316 => Some(EpsgInfo {
code: 5316,
name: "ETRS89 / Faroe TM",
area_of_use: "Faroe Islands - onshore and offshore.",
unit: "metre",
}),
5320 => Some(EpsgInfo {
code: 5320,
name: "NAD83 / Teranet Ontario Lambert",
area_of_use: "Canada - Ontario.",
unit: "metre",
}),
5321 => Some(EpsgInfo {
code: 5321,
name: "NAD83(CSRS) / Teranet Ontario Lambert",
area_of_use: "Canada - Ontario.",
unit: "metre",
}),
5325 => Some(EpsgInfo {
code: 5325,
name: "ISN2004 / Lambert 2004",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
5337 => Some(EpsgInfo {
code: 5337,
name: "Aratu / UTM zone 25S",
area_of_use: "Brazil - offshore between 36°W and 30°W, southern hemisphere.",
unit: "metre",
}),
5355 => Some(EpsgInfo {
code: 5355,
name: "MARGEN / UTM zone 20S",
area_of_use: "Bolivia between 66°W and 60°W.",
unit: "metre",
}),
5356 => Some(EpsgInfo {
code: 5356,
name: "MARGEN / UTM zone 19S",
area_of_use: "Bolivia - west of 66°W.",
unit: "metre",
}),
5357 => Some(EpsgInfo {
code: 5357,
name: "MARGEN / UTM zone 21S",
area_of_use: "Bolivia - east of 60°W.",
unit: "metre",
}),
7374 => Some(EpsgInfo {
code: 7374,
name: "ONGD14 / UTM zone 39N",
area_of_use: "Oman - onshore and offshore west of 54°E.",
unit: "metre",
}),
7375 => Some(EpsgInfo {
code: 7375,
name: "ONGD14 / UTM zone 40N",
area_of_use: "Oman - onshore and offshore between 54°E and 60°E.",
unit: "metre",
}),
7376 => Some(EpsgInfo {
code: 7376,
name: "ONGD14 / UTM zone 41N",
area_of_use: "Oman - offshore east of 60°E.",
unit: "metre",
}),
7791 => Some(EpsgInfo {
code: 7791,
name: "RDN2008 / UTM zone 32N",
area_of_use: "Italy - onshore and offshore - west of 12°E.",
unit: "metre",
}),
7792 => Some(EpsgInfo {
code: 7792,
name: "RDN2008 / UTM zone 33N",
area_of_use: "Italy - onshore and offshore - between 12°E and 18°E including San Marino and Vatican City State.",
unit: "metre",
}),
7793 => Some(EpsgInfo {
code: 7793,
name: "RDN2008 / UTM zone 34N",
area_of_use: "Italy - onshore and offshore - east of 18°E.",
unit: "metre",
}),
7799 => Some(EpsgInfo {
code: 7799,
name: "BGS2005 / UTM zone 34N (N-E)",
area_of_use: "Bulgaria - west of 24°E.",
unit: "metre",
}),
7800 => Some(EpsgInfo {
code: 7800,
name: "BGS2005 / UTM zone 35N (N-E)",
area_of_use: "Bulgaria - onshore east of 24°E, offshore west of 30°E.",
unit: "metre",
}),
7803 => Some(EpsgInfo {
code: 7803,
name: "BGS2005 / UTM zone 34N",
area_of_use: "Bulgaria - west of 24°E.",
unit: "metre",
}),
7805 => Some(EpsgInfo {
code: 7805,
name: "BGS2005 / UTM zone 36N",
area_of_use: "Bulgaria - offshore east of 30°E.",
unit: "metre",
}),
7857 => Some(EpsgInfo {
code: 7857,
name: "GDA2020 / MGA zone 57",
area_of_use: "Australia including Lord Howe Island and Macquarie Island - onshore and offshore between 156°E and 162°E.",
unit: "metre",
}),
7858 => Some(EpsgInfo {
code: 7858,
name: "GDA2020 / MGA zone 58",
area_of_use: "Australia - offshore east of 162°E. Norfolk Island - onshore and offshore west of 168°E.",
unit: "metre",
}),
7859 => Some(EpsgInfo {
code: 7859,
name: "GDA2020 / MGA zone 59",
area_of_use: "Norfolk Island - offshore east of 168°E.",
unit: "metre",
}),
7878 => Some(EpsgInfo {
code: 7878,
name: "Astro DOS 71 / UTM zone 30S",
area_of_use: "St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.",
unit: "metre",
}),
7883 => Some(EpsgInfo {
code: 7883,
name: "St. Helena Tritan / UTM zone 30S",
area_of_use: "St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.",
unit: "metre",
}),
7991 => Some(EpsgInfo {
code: 7991,
name: "NAD27 / MTM zone 10",
area_of_use: "Canada - Ontario - between 81°W and 78°W: south of 46°N in area to west of 80°15'W, south of 47°N in area between 80°15'W and 79°30'W, entire province between 79°30'W and 78°W.",
unit: "metre",
}),
7992 => Some(EpsgInfo {
code: 7992,
name: "Malongo 1987 / UTM zone 33S",
area_of_use: "The Democratic Republic of the Congo (Zaire) - offshore.",
unit: "metre",
}),
8035 => Some(EpsgInfo {
code: 8035,
name: "WGS 84 / TM Zone 20N (ftUS)",
area_of_use: "Trinidad and Tobago - offshore west of 60°W.",
unit: "US survey foot",
}),
8036 => Some(EpsgInfo {
code: 8036,
name: "WGS 84 / TM Zone 21N (ftUS)",
area_of_use: "Trinidad and Tobago - offshore east of 60°W.",
unit: "US survey foot",
}),
8058 => Some(EpsgInfo {
code: 8058,
name: "GDA2020 / NSW Lambert",
area_of_use: "Australia - New South Wales.",
unit: "metre",
}),
8059 => Some(EpsgInfo {
code: 8059,
name: "GDA2020 / SA Lambert",
area_of_use: "Australia - South Australia.",
unit: "metre",
}),
8082 => Some(EpsgInfo {
code: 8082,
name: "NAD83(CSRS)v6 / MTM NS 2010 zone 4",
area_of_use: "Canada - Nova Scotia - east of 63°W.",
unit: "metre",
}),
8083 => Some(EpsgInfo {
code: 8083,
name: "NAD83(CSRS)v6 / MTM NS 2010 zone 5",
area_of_use: "Canada - Nova Scotia - west of 63°W.",
unit: "metre",
}),
8088 => Some(EpsgInfo {
code: 8088,
name: "ISN2016 / Lambert 2016",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
8395 => Some(EpsgInfo {
code: 8395,
name: "ETRS89 / Gauss-Kruger CM 9E",
area_of_use: "Germany - Hamburg, including Neuwerk, Nigehörn, Scharhörn and surrounding maritime area.",
unit: "metre",
}),
8455 => Some(EpsgInfo {
code: 8455,
name: "RGTAAF07 / UTM zone 53S",
area_of_use: "Antarctica - Adelie Land - coastal area between 136°E and 138°E.",
unit: "metre",
}),
8456 => Some(EpsgInfo {
code: 8456,
name: "RGTAAF07 / UTM zone 54S",
area_of_use: "Antarctica - Adelie Land - coastal area between 138°E and 142°E.",
unit: "metre",
}),
8682 => Some(EpsgInfo {
code: 8682,
name: "SRB_ETRS89 / UTM zone 34N",
area_of_use: "Serbia including Vojvodina.",
unit: "metre",
}),
8687 => Some(EpsgInfo {
code: 8687,
name: "Slovenia 1996 / UTM zone 33N",
area_of_use: "Slovenia - onshore and offshore.",
unit: "metre",
}),
8692 => Some(EpsgInfo {
code: 8692,
name: "NAD83(MA11) / UTM zone 54N",
area_of_use: "Guam and Northern Mariana Islands; offshore west of 144°E.",
unit: "metre",
}),
8693 => Some(EpsgInfo {
code: 8693,
name: "NAD83(MA11) / UTM zone 55N",
area_of_use: "Guam and Northern Mariana Islands; onshore and offshore east of 144°E.",
unit: "metre",
}),
8826 => Some(EpsgInfo {
code: 8826,
name: "NAD83 / Idaho Transverse Mercator",
area_of_use: "United States (USA) - Idaho.",
unit: "metre",
}),
8836 => Some(EpsgInfo {
code: 8836,
name: "MTRF-2000 / UTM zone 36N",
area_of_use: "Saudi Arabia - onshore and offshore - west of 36°E.",
unit: "metre",
}),
8837 => Some(EpsgInfo {
code: 8837,
name: "MTRF-2000 / UTM zone 37N",
area_of_use: "Saudi Arabia - onshore and offshore - between 36°E and 42°E.",
unit: "metre",
}),
8838 => Some(EpsgInfo {
code: 8838,
name: "MTRF-2000 / UTM zone 38N",
area_of_use: "Saudi Arabia - onshore and offshore - between of 42°E and 48°E.",
unit: "metre",
}),
8839 => Some(EpsgInfo {
code: 8839,
name: "MTRF-2000 / UTM zone 39N",
area_of_use: "Saudi Arabia - onshore and offshore - between 48°E and 54°E.",
unit: "metre",
}),
8840 => Some(EpsgInfo {
code: 8840,
name: "MTRF-2000 / UTM zone 40N",
area_of_use: "Saudi Arabia - east of 54°E.",
unit: "metre",
}),
8903 => Some(EpsgInfo {
code: 8903,
name: "RGWF96 / UTM zone 1S",
area_of_use: "Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi.",
unit: "metre",
}),
8909 => Some(EpsgInfo {
code: 8909,
name: "CR-SIRGAS / UTM zone 16N",
area_of_use: "Costa Rica - offshore Pacific ocean and onshore Coco Island.",
unit: "metre",
}),
8910 => Some(EpsgInfo {
code: 8910,
name: "CR-SIRGAS / UTM zone 17N",
area_of_use: "Costa Rica - offshore - Caribbean sea.",
unit: "metre",
}),
8950 => Some(EpsgInfo {
code: 8950,
name: "SIRGAS-Chile 2010 / UTM zone 18S",
area_of_use: "Chile - 78°W to 72°W, onshore and offshore.",
unit: "metre",
}),
8951 => Some(EpsgInfo {
code: 8951,
name: "SIRGAS-Chile 2010 / UTM zone 19S",
area_of_use: "Chile - 72°W to 66°W, onshore and offshore.",
unit: "metre",
}),
9149 => Some(EpsgInfo {
code: 9149,
name: "SIRGAS-Chile 2013 / UTM zone 18S",
area_of_use: "Chile - 78°W to 72°W, onshore and offshore.",
unit: "metre",
}),
9150 => Some(EpsgInfo {
code: 9150,
name: "SIRGAS-Chile 2013 / UTM zone 19S",
area_of_use: "Chile - 72°W to 66°W, onshore and offshore.",
unit: "metre",
}),
9154 => Some(EpsgInfo {
code: 9154,
name: "SIRGAS-Chile 2016 / UTM zone 18S",
area_of_use: "Chile - 78°W to 72°W, onshore and offshore.",
unit: "metre",
}),
9155 => Some(EpsgInfo {
code: 9155,
name: "SIRGAS-Chile 2016 / UTM zone 19S",
area_of_use: "Chile - 72°W to 66°W, onshore and offshore.",
unit: "metre",
}),
9156 => Some(EpsgInfo {
code: 9156,
name: "RSAO13 / UTM zone 32S",
area_of_use: "Angola - west of 12°E, onshore and offshore.",
unit: "metre",
}),
9157 => Some(EpsgInfo {
code: 9157,
name: "RSAO13 / UTM zone 33S",
area_of_use: "Angola - between 12°E and 18°E, onshore and offshore.",
unit: "metre",
}),
9158 => Some(EpsgInfo {
code: 9158,
name: "RSAO13 / UTM zone 34S",
area_of_use: "Angola - east of 18°E.",
unit: "metre",
}),
9159 => Some(EpsgInfo {
code: 9159,
name: "RSAO13 / TM 12 SE",
area_of_use: "Angola - Angola proper - offshore.",
unit: "metre",
}),
9191 => Some(EpsgInfo {
code: 9191,
name: "WGS 84 / NIWA Albers",
area_of_use: "Southwestern Pacific Ocean and Southern Ocean areas surrounding New Zealand.",
unit: "metre",
}),
9205 => Some(EpsgInfo {
code: 9205,
name: "VN-2000 / TM-3 103-00",
area_of_use: "Vietnam - Dien Bien and Lai Chau provinces.",
unit: "metre",
}),
9206 => Some(EpsgInfo {
code: 9206,
name: "VN-2000 / TM-3 104-00",
area_of_use: "Vietnam - Son La province.",
unit: "metre",
}),
9207 => Some(EpsgInfo {
code: 9207,
name: "VN-2000 / TM-3 104-30",
area_of_use: "Vietnam - Ca Mau and Kien Giang provinces.",
unit: "metre",
}),
9208 => Some(EpsgInfo {
code: 9208,
name: "VN-2000 / TM-3 104-45",
area_of_use: "Vietnam - An Giang, Lao Cai, Nghe An, Phu Tho and Yen Bai provinces.",
unit: "metre",
}),
9209 => Some(EpsgInfo {
code: 9209,
name: "VN-2000 / TM-3 105-30",
area_of_use: "Vietnam - Bac Ninh, Ha Giang, Ha Tinh, Hai Duong, Hung Yen, Nam Dinh, Soc Trang, Tay Ninh, Thai Binh, Tra Vinh and Vinh Long provinces.",
unit: "metre",
}),
9210 => Some(EpsgInfo {
code: 9210,
name: "VN-2000 / TM-3 105-45",
area_of_use: "Vietnam - Hai Phong and Ho Chi Minh cities; Ben Tre, Binh Duong, Cao Bang, Long An and Tien Giang provinces.",
unit: "metre",
}),
9211 => Some(EpsgInfo {
code: 9211,
name: "VN-2000 / TM-3 106-00",
area_of_use: "Vietnam - Hoa Binh, Quang Binh and Tuyen Quang provinces.",
unit: "metre",
}),
9212 => Some(EpsgInfo {
code: 9212,
name: "VN-2000 / TM-3 106-15",
area_of_use: "Vietnam - Binh Phuoc and Quang Tri provinces.",
unit: "metre",
}),
9213 => Some(EpsgInfo {
code: 9213,
name: "VN-2000 / TM-3 106-30",
area_of_use: "Vietnam - Bac Kan and Thai Nguyen provinces.",
unit: "metre",
}),
9214 => Some(EpsgInfo {
code: 9214,
name: "VN-2000 / TM-3 107-00",
area_of_use: "Vietnam - Bac Giang and Thua Thien-Hue provinces.",
unit: "metre",
}),
9215 => Some(EpsgInfo {
code: 9215,
name: "VN-2000 / TM-3 107-15",
area_of_use: "Vietnam - Lang Son province.",
unit: "metre",
}),
9216 => Some(EpsgInfo {
code: 9216,
name: "VN-2000 / TM-3 107-30",
area_of_use: "Vietnam - Kon Tum province.",
unit: "metre",
}),
9217 => Some(EpsgInfo {
code: 9217,
name: "VN-2000 / TM-3 108-15",
area_of_use: "Vietnam - Binh Dinh, Khanh Hoa and Ninh Thuan provinces.",
unit: "metre",
}),
9218 => Some(EpsgInfo {
code: 9218,
name: "VN-2000 / TM-3 108-30",
area_of_use: "Vietnam - Binh Thuan, Dak Lak, Dak Nong, Gia Lai and Phu Yen provinces.",
unit: "metre",
}),
9221 => Some(EpsgInfo {
code: 9221,
name: "Hartebeesthoek94 / ZAF BSU Albers 25E",
area_of_use: "South Africa - mainland - onshore and offshore.",
unit: "metre",
}),
9222 => Some(EpsgInfo {
code: 9222,
name: "Hartebeesthoek94 / ZAF BSU Albers 44E",
area_of_use: "South Africa - Marion Island and Prince Edward Island - onshore and offshore.",
unit: "metre",
}),
9265 => Some(EpsgInfo {
code: 9265,
name: "POSGAR 2007 / UTM zone 19S",
area_of_use: "Argentina - Tierra del Fuego offshore Atlantic west of 66°W.",
unit: "metre",
}),
9295 => Some(EpsgInfo {
code: 9295,
name: "ONGD17 / UTM zone 39N",
area_of_use: "Oman - onshore and offshore west of 54°E.",
unit: "metre",
}),
9296 => Some(EpsgInfo {
code: 9296,
name: "ONGD17 / UTM zone 40N",
area_of_use: "Oman - onshore and offshore between 54°E and 60°E.",
unit: "metre",
}),
9297 => Some(EpsgInfo {
code: 9297,
name: "ONGD17 / UTM zone 41N",
area_of_use: "Oman - offshore east of 60°E.",
unit: "metre",
}),
9356 => Some(EpsgInfo {
code: 9356,
name: "KSA-GRF17 / UTM zone 36N",
area_of_use: "Saudi Arabia - onshore and offshore - west of 36°E.",
unit: "metre",
}),
9357 => Some(EpsgInfo {
code: 9357,
name: "KSA-GRF17 / UTM zone 37N",
area_of_use: "Saudi Arabia - onshore and offshore - between 36°E and 42°E.",
unit: "metre",
}),
9358 => Some(EpsgInfo {
code: 9358,
name: "KSA-GRF17 / UTM zone 38N",
area_of_use: "Saudi Arabia - onshore and offshore - between of 42°E and 48°E.",
unit: "metre",
}),
9359 => Some(EpsgInfo {
code: 9359,
name: "KSA-GRF17 / UTM zone 39N",
area_of_use: "Saudi Arabia - onshore and offshore - between 48°E and 54°E.",
unit: "metre",
}),
9360 => Some(EpsgInfo {
code: 9360,
name: "KSA-GRF17 / UTM zone 40N",
area_of_use: "Saudi Arabia - east of 54°E.",
unit: "metre",
}),
9391 => Some(EpsgInfo {
code: 9391,
name: "BGS2005 / UTM zone 35N",
area_of_use: "Bulgaria - onshore east of 24°E, offshore west of 30°E.",
unit: "metre",
}),
9404 => Some(EpsgInfo {
code: 9404,
name: "PN68 / UTM zone 27N",
area_of_use: "Spain - Canary Islands - El Hierro onshore west of 18°W.",
unit: "metre",
}),
9405 => Some(EpsgInfo {
code: 9405,
name: "PN68 / UTM zone 28N",
area_of_use: "Spain - Canary Islands onshore - El Hierro east of 18°W, Fuerteventura, Gran Canaria, La Gomera, La Palma, Lanzarote and Tenerife.",
unit: "metre",
}),
9406 => Some(EpsgInfo {
code: 9406,
name: "PN84 / UTM zone 27N",
area_of_use: "Spain - Canary Islands - El Hierro onshore west of 18°W.",
unit: "metre",
}),
9407 => Some(EpsgInfo {
code: 9407,
name: "PN84 / UTM zone 28N",
area_of_use: "Spain - Canary Islands onshore - El Hierro east of 18°W, La Gomera, La Palma and Tenerife.",
unit: "metre",
}),
9473 => Some(EpsgInfo {
code: 9473,
name: "GDA2020 / Australian Albers",
area_of_use: "Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.",
unit: "metre",
}),
9476 => Some(EpsgInfo {
code: 9476,
name: "SRGI2013 / UTM zone 46N",
area_of_use: "Indonesia - north of equator and west of 96°E - onshore and offshore.",
unit: "metre",
}),
9477 => Some(EpsgInfo {
code: 9477,
name: "SRGI2013 / UTM zone 47N",
area_of_use: "Indonesia - north of equator and between 96°E and 102°E - onshore and offshore.",
unit: "metre",
}),
9478 => Some(EpsgInfo {
code: 9478,
name: "SRGI2013 / UTM zone 48N",
area_of_use: "Indonesia - north of equator and between 102°E and 108°E - onshore and offshore.",
unit: "metre",
}),
9479 => Some(EpsgInfo {
code: 9479,
name: "SRGI2013 / UTM zone 49N",
area_of_use: "Indonesia - north of equator and between 108°E and 114°E - onshore and offshore.",
unit: "metre",
}),
9480 => Some(EpsgInfo {
code: 9480,
name: "SRGI2013 / UTM zone 50N",
area_of_use: "Indonesia - north of equator and between 114°E and 120°E - onshore and offshore.",
unit: "metre",
}),
9481 => Some(EpsgInfo {
code: 9481,
name: "SRGI2013 / UTM zone 51N",
area_of_use: "Indonesia - north of equator and between 120°E and 126°E - onshore and offshore.",
unit: "metre",
}),
9482 => Some(EpsgInfo {
code: 9482,
name: "SRGI2013 / UTM zone 52N",
area_of_use: "Indonesia - north of equator and between 126°E and 132°E - onshore and offshore.",
unit: "metre",
}),
9487 => Some(EpsgInfo {
code: 9487,
name: "SRGI2013 / UTM zone 47S",
area_of_use: "Indonesia - south of equator and between 96°E and 102°E - onshore and offshore.",
unit: "metre",
}),
9488 => Some(EpsgInfo {
code: 9488,
name: "SRGI2013 / UTM zone 48S",
area_of_use: "Indonesia - south of equator and between 102°E and 108°E - onshore and offshore.",
unit: "metre",
}),
9489 => Some(EpsgInfo {
code: 9489,
name: "SRGI2013 / UTM zone 49S",
area_of_use: "Indonesia - south of equator and between 108°E and 114°E - onshore and offshore.",
unit: "metre",
}),
9490 => Some(EpsgInfo {
code: 9490,
name: "SRGI2013 / UTM zone 50S",
area_of_use: "Indonesia - south of equator and between 114°E and 120°E - onshore and offshore.",
unit: "metre",
}),
9491 => Some(EpsgInfo {
code: 9491,
name: "SRGI2013 / UTM zone 51S",
area_of_use: "Indonesia - south of equator and between 120°E and 126°E - onshore and offshore.",
unit: "metre",
}),
9492 => Some(EpsgInfo {
code: 9492,
name: "SRGI2013 / UTM zone 52S",
area_of_use: "Indonesia - south of equator and between 126°E and 132°E - onshore and offshore.",
unit: "metre",
}),
9493 => Some(EpsgInfo {
code: 9493,
name: "SRGI2013 / UTM zone 53S",
area_of_use: "Indonesia - south of equator and between 132°E and 138°E - onshore and offshore.",
unit: "metre",
}),
9494 => Some(EpsgInfo {
code: 9494,
name: "SRGI2013 / UTM zone 54S",
area_of_use: "Indonesia - south of equator and east of 138°E - onshore and offshore.",
unit: "metre",
}),
9674 => Some(EpsgInfo {
code: 9674,
name: "NAD83 / USFS R6 Albers",
area_of_use: "United States (USA) - Oregon and Washington.",
unit: "metre",
}),
9678 => Some(EpsgInfo {
code: 9678,
name: "Gulshan 303 / Bangladesh Transverse Mercator",
area_of_use: "Bangladesh - onshore.",
unit: "metre",
}),
9680 => Some(EpsgInfo {
code: 9680,
name: "WGS 84 / TM 90 NE",
area_of_use: "Bangladesh - onshore and offshore.",
unit: "metre",
}),
21028 => Some(EpsgInfo {
code: 21028,
name: "GSK-2011 / Gauss-Kruger CM 165E",
area_of_use: "Russian Federation - onshore between 162°E and 168°E.",
unit: "metre",
}),
21029 => Some(EpsgInfo {
code: 21029,
name: "GSK-2011 / Gauss-Kruger CM 171E",
area_of_use: "Russian Federation - onshore between 168°E and 174°E.",
unit: "metre",
}),
21030 => Some(EpsgInfo {
code: 21030,
name: "GSK-2011 / Gauss-Kruger CM 177E",
area_of_use: "Russian Federation - onshore between 174°E and 180°E .",
unit: "metre",
}),
21031 => Some(EpsgInfo {
code: 21031,
name: "GSK-2011 / Gauss-Kruger CM 177W",
area_of_use: "Russian Federation - onshore between 180°E and 174°W.",
unit: "metre",
}),
21032 => Some(EpsgInfo {
code: 21032,
name: "GSK-2011 / Gauss-Kruger CM 171W",
area_of_use: "Russian Federation - onshore east of 174°W.",
unit: "metre",
}),
21035 => Some(EpsgInfo {
code: 21035,
name: "Arc 1960 / UTM zone 35S",
area_of_use: "Tanzania - west of 30°E; Uganda - south of equator and west of 30°E.",
unit: "metre",
}),
21036 => Some(EpsgInfo {
code: 21036,
name: "Arc 1960 / UTM zone 36S",
area_of_use: "Kenya - south of equator and west of 36°E; Tanzania - 30°E to 36°E; Uganda - south of equator and east of 30°E.",
unit: "metre",
}),
21037 => Some(EpsgInfo {
code: 21037,
name: "Arc 1960 / UTM zone 37S",
area_of_use: "Kenya - south of equator and east of 36°E; Tanzania - east of 36°E.",
unit: "metre",
}),
21095 => Some(EpsgInfo {
code: 21095,
name: "Arc 1960 / UTM zone 35N",
area_of_use: "Uganda - north of equator and west of 30°E.",
unit: "metre",
}),
21096 => Some(EpsgInfo {
code: 21096,
name: "Arc 1960 / UTM zone 36N",
area_of_use: "Kenya - north of equator and west of 36°E; Uganda - north of equator and east of 30°E.",
unit: "metre",
}),
21097 => Some(EpsgInfo {
code: 21097,
name: "Arc 1960 / UTM zone 37N",
area_of_use: "Kenya - north of equator and east of 36°E.",
unit: "metre",
}),
21148 => Some(EpsgInfo {
code: 21148,
name: "Batavia / UTM zone 48S",
area_of_use: "Indonesia - onshore Java and offshore southern Java Sea west of 108°E.",
unit: "metre",
}),
21149 => Some(EpsgInfo {
code: 21149,
name: "Batavia / UTM zone 49S",
area_of_use: "Indonesia - onshore Java and Madura and offshore southern Java Sea and Madura Strait - between 108°E and 114°E.",
unit: "metre",
}),
21150 => Some(EpsgInfo {
code: 21150,
name: "Batavia / UTM zone 50S",
area_of_use: "Indonesia - onshore Java and Bali, offshore southern Java Sea, Madura Strait and western Bali Sea - east of 114°E.",
unit: "metre",
}),
21413 => Some(EpsgInfo {
code: 21413,
name: "Beijing 1954 / Gauss-Kruger zone 13",
area_of_use: "China - west of 78°E.",
unit: "metre",
}),
21414 => Some(EpsgInfo {
code: 21414,
name: "Beijing 1954 / Gauss-Kruger zone 14",
area_of_use: "China - between 78°E and 84°E.",
unit: "metre",
}),
21415 => Some(EpsgInfo {
code: 21415,
name: "Beijing 1954 / Gauss-Kruger zone 15",
area_of_use: "China - between 84°E and 90°E.",
unit: "metre",
}),
21416 => Some(EpsgInfo {
code: 21416,
name: "Beijing 1954 / Gauss-Kruger zone 16",
area_of_use: "China - between 90°E and 96°E.",
unit: "metre",
}),
21417 => Some(EpsgInfo {
code: 21417,
name: "Beijing 1954 / Gauss-Kruger zone 17",
area_of_use: "China - between 96°E and 102°E.",
unit: "metre",
}),
21418 => Some(EpsgInfo {
code: 21418,
name: "Beijing 1954 / Gauss-Kruger zone 18",
area_of_use: "China - onshore between 102°E and 108°E.",
unit: "metre",
}),
21419 => Some(EpsgInfo {
code: 21419,
name: "Beijing 1954 / Gauss-Kruger zone 19",
area_of_use: "China - onshore between 108°E and 114°E.",
unit: "metre",
}),
21420 => Some(EpsgInfo {
code: 21420,
name: "Beijing 1954 / Gauss-Kruger zone 20",
area_of_use: "China - onshore between 114°E and 120°E.",
unit: "metre",
}),
21421 => Some(EpsgInfo {
code: 21421,
name: "Beijing 1954 / Gauss-Kruger zone 21",
area_of_use: "China - onshore between 120°E and 126°E.",
unit: "metre",
}),
21422 => Some(EpsgInfo {
code: 21422,
name: "Beijing 1954 / Gauss-Kruger zone 22",
area_of_use: "China - onshore between 126°E and 132°E.",
unit: "metre",
}),
21423 => Some(EpsgInfo {
code: 21423,
name: "Beijing 1954 / Gauss-Kruger zone 23",
area_of_use: "China - east of 132°E.",
unit: "metre",
}),
21453 => Some(EpsgInfo {
code: 21453,
name: "Beijing 1954 / Gauss-Kruger CM 75E",
area_of_use: "China - west of 78°E.",
unit: "metre",
}),
21454 => Some(EpsgInfo {
code: 21454,
name: "Beijing 1954 / Gauss-Kruger CM 81E",
area_of_use: "China - between 78°E and 84°E.",
unit: "metre",
}),
21455 => Some(EpsgInfo {
code: 21455,
name: "Beijing 1954 / Gauss-Kruger CM 87E",
area_of_use: "China - between 84°E and 90°E.",
unit: "metre",
}),
21456 => Some(EpsgInfo {
code: 21456,
name: "Beijing 1954 / Gauss-Kruger CM 93E",
area_of_use: "China - between 90°E and 96°E.",
unit: "metre",
}),
21457 => Some(EpsgInfo {
code: 21457,
name: "Beijing 1954 / Gauss-Kruger CM 99E",
area_of_use: "China - between 96°E and 102°E.",
unit: "metre",
}),
21458 => Some(EpsgInfo {
code: 21458,
name: "Beijing 1954 / Gauss-Kruger CM 105E",
area_of_use: "China - onshore between 102°E and 108°E.",
unit: "metre",
}),
21459 => Some(EpsgInfo {
code: 21459,
name: "Beijing 1954 / Gauss-Kruger CM 111E",
area_of_use: "China - onshore between 108°E and 114°E.",
unit: "metre",
}),
21460 => Some(EpsgInfo {
code: 21460,
name: "Beijing 1954 / Gauss-Kruger CM 117E",
area_of_use: "China - onshore between 114°E and 120°E.",
unit: "metre",
}),
21461 => Some(EpsgInfo {
code: 21461,
name: "Beijing 1954 / Gauss-Kruger CM 123E",
area_of_use: "China - onshore between 120°E and 126°E.",
unit: "metre",
}),
21462 => Some(EpsgInfo {
code: 21462,
name: "Beijing 1954 / Gauss-Kruger CM 129E",
area_of_use: "China - onshore between 126°E and 132°E.",
unit: "metre",
}),
21463 => Some(EpsgInfo {
code: 21463,
name: "Beijing 1954 / Gauss-Kruger CM 135E",
area_of_use: "China - east of 132°E.",
unit: "metre",
}),
21500 => Some(EpsgInfo {
code: 21500,
name: "BD50 (Brussels) / Belge Lambert 50",
area_of_use: "Belgium - onshore.",
unit: "metre",
}),
21818 => Some(EpsgInfo {
code: 21818,
name: "Bogota 1975 / UTM zone 18N",
area_of_use: "Colombia - offshore Caribbean west of 72°W of Greenwich.",
unit: "metre",
}),
22032 => Some(EpsgInfo {
code: 22032,
name: "Camacupa 1948 / UTM zone 32S",
area_of_use: "Angola - Angola proper - offshore - west of 12°E.",
unit: "metre",
}),
22033 => Some(EpsgInfo {
code: 22033,
name: "Camacupa 1948 / UTM zone 33S",
area_of_use: "Angola - Angola proper between 12°E and 18°E.",
unit: "metre",
}),
22091 => Some(EpsgInfo {
code: 22091,
name: "Camacupa 1948 / TM 11.30 SE",
area_of_use: "Angola - offshore block 15.",
unit: "metre",
}),
22092 => Some(EpsgInfo {
code: 22092,
name: "Camacupa 1948 / TM 12 SE",
area_of_use: "Angola - Angola proper - offshore.",
unit: "metre",
}),
22229 => Some(EpsgInfo {
code: 22229,
name: "RGSH2020 / UTM zone 29N",
area_of_use: "Algeria - west of 6°W (of Greenwich).",
unit: "metre",
}),
22230 => Some(EpsgInfo {
code: 22230,
name: "RGSH2020 / UTM zone 30N",
area_of_use: "Algeria - between 6°W and 0°W (of Greenwich), onshore and offshore.",
unit: "metre",
}),
22231 => Some(EpsgInfo {
code: 22231,
name: "RGSH2020 / UTM zone 31N",
area_of_use: "Algeria - between 0°E and 6°E (of Greenwich), onshore and offshore.",
unit: "metre",
}),
22232 => Some(EpsgInfo {
code: 22232,
name: "RGSH2020 / UTM zone 32N",
area_of_use: "Algeria - east of 6°E (of Greenwich), onshore and offshore.",
unit: "metre",
}),
22234 => Some(EpsgInfo {
code: 22234,
name: "Cape / UTM zone 34S",
area_of_use: "Botswana - west of 24°E.",
unit: "metre",
}),
22235 => Some(EpsgInfo {
code: 22235,
name: "Cape / UTM zone 35S",
area_of_use: "Botswana - east of 24°E.",
unit: "metre",
}),
22262 => Some(EpsgInfo {
code: 22262,
name: "NAD83(CSRS)v2 / Alberta 3TM ref merid 111 W",
area_of_use: "Canada - Alberta - east of 112°30'W.",
unit: "metre",
}),
22263 => Some(EpsgInfo {
code: 22263,
name: "NAD83(CSRS)v2 / Alberta 3TM ref merid 114 W",
area_of_use: "Canada - Alberta - between 115°30'W and 112°30'W.",
unit: "metre",
}),
22264 => Some(EpsgInfo {
code: 22264,
name: "NAD83(CSRS)v2 / Alberta 3TM ref merid 117 W",
area_of_use: "Canada - Alberta - between 118°30'W and 115°30' W.",
unit: "metre",
}),
22265 => Some(EpsgInfo {
code: 22265,
name: "NAD83(CSRS)v2 / Alberta 3TM ref merid 120 W",
area_of_use: "Canada - Alberta - west of 118°30' W.",
unit: "metre",
}),
22332 => Some(EpsgInfo {
code: 22332,
name: "Carthage / UTM zone 32N",
area_of_use: "Tunisia - offshore.",
unit: "metre",
}),
22337 => Some(EpsgInfo {
code: 22337,
name: "NAD83(CSRS)v3 / MTM NS 1997 zone 5",
area_of_use: "Canada - Nova Scotia - west of 63°W.",
unit: "metre",
}),
22338 => Some(EpsgInfo {
code: 22338,
name: "NAD83(CSRS)v3 / MTM NS 1997 zone 4",
area_of_use: "Canada - Nova Scotia - east of 63°W.",
unit: "metre",
}),
22348 => Some(EpsgInfo {
code: 22348,
name: "NAD83(CSRS)v3 / MTM zone 8",
area_of_use: "Canada - Ontario - east of 75°W.",
unit: "metre",
}),
22349 => Some(EpsgInfo {
code: 22349,
name: "NAD83(CSRS)v3 / MTM zone 9",
area_of_use: "Canada - Ontario - between 78°W and 75°W.",
unit: "metre",
}),
22350 => Some(EpsgInfo {
code: 22350,
name: "NAD83(CSRS)v3 / MTM zone 10",
area_of_use: "Canada - Ontario - between 81°W and 78°W: south of 46°N in area to west of 80°15'W, south of 47°N in area between 80°15'W and 79°30'W, entire province between 79°30'W and 78°W.",
unit: "metre",
}),
22351 => Some(EpsgInfo {
code: 22351,
name: "NAD83(CSRS)v3 / MTM zone 11",
area_of_use: "Canada - Ontario - south of 46°N and west of 81°W.",
unit: "metre",
}),
22352 => Some(EpsgInfo {
code: 22352,
name: "NAD83(CSRS)v3 / MTM zone 12",
area_of_use: "Canada - Ontario - between 82°30'W and 79°30'W: north of 46°N in area between 82°30'W and 80°15'W, north of 47°N in area between 80°15'W and 79°30'W.",
unit: "metre",
}),
22353 => Some(EpsgInfo {
code: 22353,
name: "NAD83(CSRS)v3 / MTM zone 13",
area_of_use: "Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N.",
unit: "metre",
}),
22354 => Some(EpsgInfo {
code: 22354,
name: "NAD83(CSRS)v3 / MTM zone 14",
area_of_use: "Canada - Ontario - between 88°30'W and 85°30'W.",
unit: "metre",
}),
22355 => Some(EpsgInfo {
code: 22355,
name: "NAD83(CSRS)v3 / MTM zone 15",
area_of_use: "Canada - Ontario - between 91°30'W and 88°30'W.",
unit: "metre",
}),
22356 => Some(EpsgInfo {
code: 22356,
name: "NAD83(CSRS)v3 / MTM zone 16",
area_of_use: "Canada - Ontario - between 94°30'W and 91°30'W.",
unit: "metre",
}),
22357 => Some(EpsgInfo {
code: 22357,
name: "NAD83(CSRS)v3 / MTM zone 17",
area_of_use: "Canada - Ontario - west of 94°30'W.",
unit: "metre",
}),
22462 => Some(EpsgInfo {
code: 22462,
name: "NAD83(CSRS)v4 / Alberta 3TM ref merid 111 W",
area_of_use: "Canada - Alberta - east of 112°30'W.",
unit: "metre",
}),
22463 => Some(EpsgInfo {
code: 22463,
name: "NAD83(CSRS)v4 / Alberta 3TM ref merid 114 W",
area_of_use: "Canada - Alberta - between 115°30'W and 112°30'W.",
unit: "metre",
}),
22464 => Some(EpsgInfo {
code: 22464,
name: "NAD83(CSRS)v4 / Alberta 3TM ref merid 117 W",
area_of_use: "Canada - Alberta - between 118°30'W and 115°30' W.",
unit: "metre",
}),
22465 => Some(EpsgInfo {
code: 22465,
name: "NAD83(CSRS)v4 / Alberta 3TM ref merid 120 W",
area_of_use: "Canada - Alberta - west of 118°30' W.",
unit: "metre",
}),
22521 => Some(EpsgInfo {
code: 22521,
name: "Corrego Alegre 1970-72 / UTM zone 21S",
area_of_use: "Brazil - west of 54°W and south of 18°S.",
unit: "metre",
}),
22522 => Some(EpsgInfo {
code: 22522,
name: "Corrego Alegre 1970-72 / UTM zone 22S",
area_of_use: "Brazil - onshore between 54°W and 48°W and south of 15°S.",
unit: "metre",
}),
22523 => Some(EpsgInfo {
code: 22523,
name: "Corrego Alegre 1970-72 / UTM zone 23S",
area_of_use: "Brazil - onshore between 48°W and 42°W and south of 15°S.",
unit: "metre",
}),
22524 => Some(EpsgInfo {
code: 22524,
name: "Corrego Alegre 1970-72 / UTM zone 24S",
area_of_use: "Brazil - between 42°W and 36°W, onshore.",
unit: "metre",
}),
22525 => Some(EpsgInfo {
code: 22525,
name: "Corrego Alegre 1970-72 / UTM zone 25S",
area_of_use: "Brazil - onshore east of 36°W .",
unit: "metre",
}),
22641 => Some(EpsgInfo {
code: 22641,
name: "NAD83(CSRS)v6 / MTM zone 1",
area_of_use: "Canada - Newfoundland - onshore east of 54°30'W.",
unit: "metre",
}),
22642 => Some(EpsgInfo {
code: 22642,
name: "NAD83(CSRS)v6 / MTM zone 2",
area_of_use: "Canada - Newfoundland and Labrador between 57°30'W and 54°30'W.",
unit: "metre",
}),
22643 => Some(EpsgInfo {
code: 22643,
name: "NAD83(CSRS)v6 / MTM zone 3",
area_of_use: "Canada - Newfoundland west of 57°30'W.",
unit: "metre",
}),
22644 => Some(EpsgInfo {
code: 22644,
name: "NAD83(CSRS)v6 / MTM zone 4",
area_of_use: "Canada - Labrador between 63°W and 60°W.",
unit: "metre",
}),
22645 => Some(EpsgInfo {
code: 22645,
name: "NAD83(CSRS)v6 / MTM zone 5",
area_of_use: "Canada - Labrador - 66°W to 63°W.",
unit: "metre",
}),
22646 => Some(EpsgInfo {
code: 22646,
name: "NAD83(CSRS)v6 / MTM zone 6",
area_of_use: "Canada - Labrador - west of 66°W.",
unit: "metre",
}),
22648 => Some(EpsgInfo {
code: 22648,
name: "NAD83(CSRS)v6 / MTM zone 8",
area_of_use: "Canada - Ontario - east of 75°W.",
unit: "metre",
}),
22649 => Some(EpsgInfo {
code: 22649,
name: "NAD83(CSRS)v6 / MTM zone 9",
area_of_use: "Canada - Ontario - between 78°W and 75°W.",
unit: "metre",
}),
22650 => Some(EpsgInfo {
code: 22650,
name: "NAD83(CSRS)v6 / MTM zone 10",
area_of_use: "Canada - Ontario - between 81°W and 78°W: south of 46°N in area to west of 80°15'W, south of 47°N in area between 80°15'W and 79°30'W, entire province between 79°30'W and 78°W.",
unit: "metre",
}),
22651 => Some(EpsgInfo {
code: 22651,
name: "NAD83(CSRS)v6 / MTM zone 11",
area_of_use: "Canada - Ontario - south of 46°N and west of 81°W.",
unit: "metre",
}),
22652 => Some(EpsgInfo {
code: 22652,
name: "NAD83(CSRS)v6 / MTM zone 12",
area_of_use: "Canada - Ontario - between 82°30'W and 79°30'W: north of 46°N in area between 82°30'W and 80°15'W, north of 47°N in area between 80°15'W and 79°30'W.",
unit: "metre",
}),
22653 => Some(EpsgInfo {
code: 22653,
name: "NAD83(CSRS)v6 / MTM zone 13",
area_of_use: "Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N.",
unit: "metre",
}),
22654 => Some(EpsgInfo {
code: 22654,
name: "NAD83(CSRS)v6 / MTM zone 14",
area_of_use: "Canada - Ontario - between 88°30'W and 85°30'W.",
unit: "metre",
}),
22655 => Some(EpsgInfo {
code: 22655,
name: "NAD83(CSRS)v6 / MTM zone 15",
area_of_use: "Canada - Ontario - between 91°30'W and 88°30'W.",
unit: "metre",
}),
22656 => Some(EpsgInfo {
code: 22656,
name: "NAD83(CSRS)v6 / MTM zone 16",
area_of_use: "Canada - Ontario - between 94°30'W and 91°30'W.",
unit: "metre",
}),
22657 => Some(EpsgInfo {
code: 22657,
name: "NAD83(CSRS)v6 / MTM zone 17",
area_of_use: "Canada - Ontario - west of 94°30'W.",
unit: "metre",
}),
22762 => Some(EpsgInfo {
code: 22762,
name: "NAD83(CSRS)v7 / Alberta 3TM ref merid 111 W",
area_of_use: "Canada - Alberta - east of 112°30'W.",
unit: "metre",
}),
22763 => Some(EpsgInfo {
code: 22763,
name: "NAD83(CSRS)v7 / Alberta 3TM ref merid 114 W",
area_of_use: "Canada - Alberta - between 115°30'W and 112°30'W.",
unit: "metre",
}),
22764 => Some(EpsgInfo {
code: 22764,
name: "NAD83(CSRS)v7 / Alberta 3TM ref merid 117 W",
area_of_use: "Canada - Alberta - between 118°30'W and 115°30' W.",
unit: "metre",
}),
22765 => Some(EpsgInfo {
code: 22765,
name: "NAD83(CSRS)v7 / Alberta 3TM ref merid 120 W",
area_of_use: "Canada - Alberta - west of 118°30' W.",
unit: "metre",
}),
22770 => Some(EpsgInfo {
code: 22770,
name: "Deir ez Zor / Syria Lambert",
area_of_use: "Lebanon - onshore. Syrian Arab Republic - onshore.",
unit: "metre",
}),
23028 => Some(EpsgInfo {
code: 23028,
name: "ED50 / UTM zone 28N",
area_of_use: "Europe - between 18°W and 12°W - Ireland offshore.",
unit: "metre",
}),
23029 => Some(EpsgInfo {
code: 23029,
name: "ED50 / UTM zone 29N",
area_of_use: "Europe - between 12°W and 6°W - Faroe Islands - onshore; Spain - mainland onshore; Ireland offshore.",
unit: "metre",
}),
23030 => Some(EpsgInfo {
code: 23030,
name: "ED50 / UTM zone 30N",
area_of_use: "Europe - between 6°W and 0°W - Channel Islands (Jersey, Guernsey); France offshore; Gibraltar; Ireland offshore; Norway including Svalbard - offshore; Spain - onshore; United Kingdom - UKCS offshore.",
unit: "metre",
}),
23031 => Some(EpsgInfo {
code: 23031,
name: "ED50 / UTM zone 31N",
area_of_use: "Europe - between 0°E and 6°E - Andorra; Denmark (North Sea); France - offshore; Germany - offshore; Netherlands - offshore; Norway including Svalbard - onshore and offshore; Spain - onshore (mainland and Balearic Islands); United Kingdom - offshore UKCS.",
unit: "metre",
}),
23032 => Some(EpsgInfo {
code: 23032,
name: "ED50 / UTM zone 32N",
area_of_use: "Europe - between 6°E and 12°E - Denmark - onshore and offshore; France - offshore; Germany offshore; Italy - onshore and offshore; Netherlands offshore; Norway including Svalbard - onshore and offshore.",
unit: "metre",
}),
5361 => Some(EpsgInfo {
code: 5361,
name: "SIRGAS-Chile 2002 / UTM zone 19S",
area_of_use: "Chile - 72°W to 66°W, onshore and offshore.",
unit: "metre",
}),
5362 => Some(EpsgInfo {
code: 5362,
name: "SIRGAS-Chile 2002 / UTM zone 18S",
area_of_use: "Chile - 78°W to 72°W, onshore and offshore.",
unit: "metre",
}),
5382 => Some(EpsgInfo {
code: 5382,
name: "SIRGAS-ROU98 / UTM zone 21S",
area_of_use: "Uruguay - west of 54°W, onshore and offshore.",
unit: "metre",
}),
5383 => Some(EpsgInfo {
code: 5383,
name: "SIRGAS-ROU98 / UTM zone 22S",
area_of_use: "Uruguay - east of 54°W, onshore and offshore.",
unit: "metre",
}),
5387 => Some(EpsgInfo {
code: 5387,
name: "Peru96 / UTM zone 18S",
area_of_use: "Peru - between 78°W and 72°W, onshore and offshore.",
unit: "metre",
}),
5389 => Some(EpsgInfo {
code: 5389,
name: "Peru96 / UTM zone 19S",
area_of_use: "Peru - east of 72°W, onshore and offshore.",
unit: "metre",
}),
5460 => Some(EpsgInfo {
code: 5460,
name: "Ocotepeque 1935 / El Salvador Lambert",
area_of_use: "El Salvador - onshore.",
unit: "metre",
}),
5469 => Some(EpsgInfo {
code: 5469,
name: "Panama-Colon 1911 / Panama Lambert",
area_of_use: "Panama - onshore.",
unit: "metre",
}),
5490 => Some(EpsgInfo {
code: 5490,
name: "RGAF09 / UTM zone 20N",
area_of_use: "French Antilles onshore and offshore west of 60°W - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; northern St Martin.",
unit: "metre",
}),
5520 => Some(EpsgInfo {
code: 5520,
name: "DHDN / 3-degree Gauss-Kruger zone 1",
area_of_use: "Germany - offshore North Sea west of 4°30'E.",
unit: "metre",
}),
5523 => Some(EpsgInfo {
code: 5523,
name: "WGS 84 / Gabon TM 2011",
area_of_use: "Gabon - onshore and offshore.",
unit: "metre",
}),
5531 => Some(EpsgInfo {
code: 5531,
name: "SAD69(96) / UTM zone 21S",
area_of_use: "Brazil - between 60°W and 54°W, northern and southern hemispheres.",
unit: "metre",
}),
5533 => Some(EpsgInfo {
code: 5533,
name: "SAD69(96) / UTM zone 23S",
area_of_use: "Brazil - between 48°W and 42°W, northern and southern hemispheres, onshore and offshore.",
unit: "metre",
}),
5534 => Some(EpsgInfo {
code: 5534,
name: "SAD69(96) / UTM zone 24S",
area_of_use: "Brazil - between 42°W and 36°W, northern and southern hemispheres, onshore and offshore.",
unit: "metre",
}),
5535 => Some(EpsgInfo {
code: 5535,
name: "SAD69(96) / UTM zone 25S",
area_of_use: "Brazil - between 36°W and 30°W, northern and southern hemispheres, onshore and offshore.",
unit: "metre",
}),
5536 => Some(EpsgInfo {
code: 5536,
name: "Corrego Alegre 1961 / UTM zone 21S",
area_of_use: "Brazil - west of 54°W and between 18°S and 27°30'S.",
unit: "metre",
}),
5537 => Some(EpsgInfo {
code: 5537,
name: "Corrego Alegre 1961 / UTM zone 22S",
area_of_use: "Brazil - onshore between 54°W and 48°W and between 15°S and 27°30'S.",
unit: "metre",
}),
5538 => Some(EpsgInfo {
code: 5538,
name: "Corrego Alegre 1961 / UTM zone 23S",
area_of_use: "Brazil - onshore between 48°W and 42°W and south of 15°S.",
unit: "metre",
}),
5539 => Some(EpsgInfo {
code: 5539,
name: "Corrego Alegre 1961 / UTM zone 24S",
area_of_use: "Brazil - between 42°W and 36°W and south of 15°S, onshore.",
unit: "metre",
}),
5562 => Some(EpsgInfo {
code: 5562,
name: "UCS-2000 / Gauss-Kruger zone 4",
area_of_use: "Ukraine - west of 24°E.",
unit: "metre",
}),
5563 => Some(EpsgInfo {
code: 5563,
name: "UCS-2000 / Gauss-Kruger zone 5",
area_of_use: "Ukraine - between 24°E and 30°E, onshore and offshore.",
unit: "metre",
}),
5564 => Some(EpsgInfo {
code: 5564,
name: "UCS-2000 / Gauss-Kruger zone 6",
area_of_use: "Ukraine - between 30°E and 36°E, onshore and offshore.",
unit: "metre",
}),
5565 => Some(EpsgInfo {
code: 5565,
name: "UCS-2000 / Gauss-Kruger zone 7",
area_of_use: "Ukraine - east of 36°E, onshore and offshore.",
unit: "metre",
}),
5566 => Some(EpsgInfo {
code: 5566,
name: "UCS-2000 / Gauss-Kruger CM 21E",
area_of_use: "Ukraine - west of 24°E.",
unit: "metre",
}),
5567 => Some(EpsgInfo {
code: 5567,
name: "UCS-2000 / Gauss-Kruger CM 27E",
area_of_use: "Ukraine - between 24°E and 30°E, onshore and offshore.",
unit: "metre",
}),
5568 => Some(EpsgInfo {
code: 5568,
name: "UCS-2000 / Gauss-Kruger CM 33E",
area_of_use: "Ukraine - between 30°E and 36°E, onshore and offshore.",
unit: "metre",
}),
5569 => Some(EpsgInfo {
code: 5569,
name: "UCS-2000 / Gauss-Kruger CM 39E",
area_of_use: "Ukraine - east of 36°E, onshore and offshore.",
unit: "metre",
}),
5596 => Some(EpsgInfo {
code: 5596,
name: "FEH2010 / Fehmarnbelt TM",
area_of_use: "Fehmarnbelt area of Denmark and Germany.",
unit: "metre",
}),
5627 => Some(EpsgInfo {
code: 5627,
name: "ED50 / TM 6 NE",
area_of_use: "France - offshore Mediterranean.",
unit: "metre",
}),
5629 => Some(EpsgInfo {
code: 5629,
name: "Moznet / UTM zone 38S",
area_of_use: "Mozambique - onshore east of 36°E.",
unit: "metre",
}),
5644 => Some(EpsgInfo {
code: 5644,
name: "RGR92 / UTM zone 39S",
area_of_use: "Reunion - offshore - west of 54°E.",
unit: "metre",
}),
5649 => Some(EpsgInfo {
code: 5649,
name: "ETRS89 / UTM zone 31N (zE-N)",
area_of_use: "Germany - onshore and offshore west of 6°E.",
unit: "metre",
}),
5650 => Some(EpsgInfo {
code: 5650,
name: "ETRS89 / UTM zone 33N (zE-N)",
area_of_use: "Germany - onshore and offshore east of 12°E, together with that part of Brandenburg state west of 12°E - Bayern, Berlin, Brandenburg (all state), Mecklenburg-Vorpommern, Sachsen, Sachsen-Anhalt, Thuringen.",
unit: "metre",
}),
5651 => Some(EpsgInfo {
code: 5651,
name: "ETRS89 / UTM zone 31N (N-zE)",
area_of_use: "Germany - onshore and offshore west of 6°E.",
unit: "metre",
}),
5652 => Some(EpsgInfo {
code: 5652,
name: "ETRS89 / UTM zone 32N (N-zE)",
area_of_use: "Germany - onshore and offshore between 6°E and 12°E - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.",
unit: "metre",
}),
5653 => Some(EpsgInfo {
code: 5653,
name: "ETRS89 / UTM zone 33N (N-zE)",
area_of_use: "Germany - onshore and offshore east of 12°E, together with that part of Brandenburg state west of 12°E - Bayern, Berlin, Brandenburg (all state), Mecklenburg-Vorpommern, Sachsen, Sachsen-Anhalt, Thuringen.",
unit: "metre",
}),
5659 => Some(EpsgInfo {
code: 5659,
name: "Monte Mario / TM Emilia-Romagna",
area_of_use: "Italy - Emilia-Romagna region.",
unit: "metre",
}),
5666 => Some(EpsgInfo {
code: 5666,
name: "PD/83 / 3-degree Gauss-Kruger zone 3 (E-N)",
area_of_use: "Germany - Thuringen - west of 10°30'E.",
unit: "metre",
}),
5667 => Some(EpsgInfo {
code: 5667,
name: "PD/83 / 3-degree Gauss-Kruger zone 4 (E-N)",
area_of_use: "Germany - Thuringen - east of 10°30'E.",
unit: "metre",
}),
5668 => Some(EpsgInfo {
code: 5668,
name: "RD/83 / 3-degree Gauss-Kruger zone 4 (E-N)",
area_of_use: "Germany - Sachsen - west of 13°30'E.",
unit: "metre",
}),
5669 => Some(EpsgInfo {
code: 5669,
name: "RD/83 / 3-degree Gauss-Kruger zone 5 (E-N)",
area_of_use: "Germany - Sachsen - east of 13°30'E.",
unit: "metre",
}),
5676 => Some(EpsgInfo {
code: 5676,
name: "DHDN / 3-degree Gauss-Kruger zone 2 (E-N)",
area_of_use: "Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland.",
unit: "metre",
}),
5677 => Some(EpsgInfo {
code: 5677,
name: "DHDN / 3-degree Gauss-Kruger zone 3 (E-N)",
area_of_use: "Germany - former West Germany onshore between 7°30'E and 10°30'E - states of Baden-Wurtemberg, Bayern, Bremen, Hamberg, Hessen, Niedersachsen, Nordrhein-Westfalen, Rhineland-Pfalz, Schleswig-Holstein.",
unit: "metre",
}),
5678 => Some(EpsgInfo {
code: 5678,
name: "DHDN / 3-degree Gauss-Kruger zone 4 (E-N)",
area_of_use: "Germany - former West Germany onshore between 10°30'E and 13°30'E - states of Bayern, Berlin, Niedersachsen, Schleswig-Holstein.",
unit: "metre",
}),
5679 => Some(EpsgInfo {
code: 5679,
name: "DHDN / 3-degree Gauss-Kruger zone 5 (E-N)",
area_of_use: "Germany - former West Germany onshore east of 13°30'E - state of Bayern.",
unit: "metre",
}),
5680 => Some(EpsgInfo {
code: 5680,
name: "DHDN / 3-degree Gauss-Kruger zone 1 (E-N)",
area_of_use: "Germany - offshore North Sea west of 4°30'E.",
unit: "metre",
}),
5682 => Some(EpsgInfo {
code: 5682,
name: "DB_REF / 3-degree Gauss-Kruger zone 2 (E-N)",
area_of_use: "Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland.",
unit: "metre",
}),
5683 => Some(EpsgInfo {
code: 5683,
name: "DB_REF / 3-degree Gauss-Kruger zone 3 (E-N)",
area_of_use: "Germany - onshore between 7°30'E and 10°30'E.",
unit: "metre",
}),
5684 => Some(EpsgInfo {
code: 5684,
name: "DB_REF / 3-degree Gauss-Kruger zone 4 (E-N)",
area_of_use: "Germany - onshore between 10°30'E and 13°30'E.",
unit: "metre",
}),
5685 => Some(EpsgInfo {
code: 5685,
name: "DB_REF / 3-degree Gauss-Kruger zone 5 (E-N)",
area_of_use: "Germany - onshore east of 13°30'E.",
unit: "metre",
}),
5700 => Some(EpsgInfo {
code: 5700,
name: "NZGD2000 / UTM zone 1S",
area_of_use: "New Zealand - offshore between 180°W and 174°W.",
unit: "metre",
}),
5836 => Some(EpsgInfo {
code: 5836,
name: "Yemen NGN96 / UTM zone 37N",
area_of_use: "Yemen - west of 42°E, onshore and offshore.",
unit: "metre",
}),
5837 => Some(EpsgInfo {
code: 5837,
name: "Yemen NGN96 / UTM zone 40N",
area_of_use: "Yemen - east of 54°E, onshore and offshore.",
unit: "metre",
}),
5839 => Some(EpsgInfo {
code: 5839,
name: "Peru96 / UTM zone 17S",
area_of_use: "Peru - between 84°W and 78°W, onshore and offshore.",
unit: "metre",
}),
5842 => Some(EpsgInfo {
code: 5842,
name: "WGS 84 / TM 12 SE",
area_of_use: "Angola - offshore north of 8°S - including blocks 0, 1, 2, 14, 15, 17, 18 north of 8°S and 32; onshore Soyo area.",
unit: "metre",
}),
5844 => Some(EpsgInfo {
code: 5844,
name: "RGRDC 2005 / Congo TM zone 30",
area_of_use: "The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and east of 29°E.",
unit: "metre",
}),
5858 => Some(EpsgInfo {
code: 5858,
name: "SAD69(96) / UTM zone 22S",
area_of_use: "Brazil - onshore and offshore northern and southern hemispheres between 54°W and 48°W.",
unit: "metre",
}),
5875 => Some(EpsgInfo {
code: 5875,
name: "SAD69(96) / UTM zone 18S",
area_of_use: "Brazil - west of 72°W.",
unit: "metre",
}),
5876 => Some(EpsgInfo {
code: 5876,
name: "SAD69(96) / UTM zone 19S",
area_of_use: "Brazil - between 72°W and 66°W, northern and southern hemispheres.",
unit: "metre",
}),
5877 => Some(EpsgInfo {
code: 5877,
name: "SAD69(96) / UTM zone 20S",
area_of_use: "Brazil - between 66°W and 60°W, northern and southern hemispheres.",
unit: "metre",
}),
5879 => Some(EpsgInfo {
code: 5879,
name: "Cadastre 1997 / UTM zone 38S",
area_of_use: "Mayotte - onshore.",
unit: "metre",
}),
5896 => Some(EpsgInfo {
code: 5896,
name: "VN-2000 / TM-3 zone 481",
area_of_use: "Vietnam - onshore west of 103°30'E.",
unit: "metre",
}),
5897 => Some(EpsgInfo {
code: 5897,
name: "VN-2000 / TM-3 zone 482",
area_of_use: "Various",
unit: "metre",
}),
5898 => Some(EpsgInfo {
code: 5898,
name: "VN-2000 / TM-3 zone 491",
area_of_use: "Various",
unit: "metre",
}),
5899 => Some(EpsgInfo {
code: 5899,
name: "VN-2000 / TM-3 107-45",
area_of_use: "Vietnam - Quang Ninh province; Da Nang municipality and Quang Nam province; Ba Ria-Vung Tau, Dong Nai and Lam Dong provinces.",
unit: "metre",
}),
6312 => Some(EpsgInfo {
code: 6312,
name: "CGRS93 / Cyprus Local Transverse Mercator",
area_of_use: "Cyprus - onshore.",
unit: "metre",
}),
6366 => Some(EpsgInfo {
code: 6366,
name: "Mexico ITRF2008 / UTM zone 11N",
area_of_use: "Mexico west of 114°W, onshore and offshore.",
unit: "metre",
}),
6367 => Some(EpsgInfo {
code: 6367,
name: "Mexico ITRF2008 / UTM zone 12N",
area_of_use: "Mexico between 114°W and 108°W, onshore and offshore.",
unit: "metre",
}),
6368 => Some(EpsgInfo {
code: 6368,
name: "Mexico ITRF2008 / UTM zone 13N",
area_of_use: "Mexico between 108°W and 102°W, onshore and offshore.",
unit: "metre",
}),
6369 => Some(EpsgInfo {
code: 6369,
name: "Mexico ITRF2008 / UTM zone 14N",
area_of_use: "Mexico between 102°W and 96°W, onshore and offshore.",
unit: "metre",
}),
6370 => Some(EpsgInfo {
code: 6370,
name: "Mexico ITRF2008 / UTM zone 15N",
area_of_use: "Mexico between 96°W and 90°W, onshore and offshore.",
unit: "metre",
}),
6371 => Some(EpsgInfo {
code: 6371,
name: "Mexico ITRF2008 / UTM zone 16N",
area_of_use: "Mexico east of 90°W, onshore and offshore.",
unit: "metre",
}),
6381 => Some(EpsgInfo {
code: 6381,
name: "UCS-2000 / Ukraine TM zone 7",
area_of_use: "Ukraine - west of 22°30'E.",
unit: "metre",
}),
6382 => Some(EpsgInfo {
code: 6382,
name: "UCS-2000 / Ukraine TM zone 8",
area_of_use: "Ukraine - between 22°30'E and 25°30'E.",
unit: "metre",
}),
6383 => Some(EpsgInfo {
code: 6383,
name: "UCS-2000 / Ukraine TM zone 9",
area_of_use: "Ukraine - between 25°30'E and 28°30'E.",
unit: "metre",
}),
6384 => Some(EpsgInfo {
code: 6384,
name: "UCS-2000 / Ukraine TM zone 10",
area_of_use: "Ukraine - between 28°30'E and 31°30'E, onshore and offshore.",
unit: "metre",
}),
6385 => Some(EpsgInfo {
code: 6385,
name: "UCS-2000 / Ukraine TM zone 11",
area_of_use: "Ukraine - between 31°30'E and 34°30'E, onshore and offshore.",
unit: "metre",
}),
6386 => Some(EpsgInfo {
code: 6386,
name: "UCS-2000 / Ukraine TM zone 12",
area_of_use: "Ukraine - between 34°30'E and 37°30'E, onshore and offshore.",
unit: "metre",
}),
6387 => Some(EpsgInfo {
code: 6387,
name: "UCS-2000 / Ukraine TM zone 13",
area_of_use: "Ukraine - east of 37°30'E.",
unit: "metre",
}),
6622 => Some(EpsgInfo {
code: 6622,
name: "NAD83(CSRS)v2 / Quebec Lambert",
area_of_use: "Canada - Quebec.",
unit: "metre",
}),
6623 => Some(EpsgInfo {
code: 6623,
name: "NAD83 / Quebec Albers",
area_of_use: "Canada - Quebec.",
unit: "metre",
}),
6624 => Some(EpsgInfo {
code: 6624,
name: "NAD83(CSRS)v2 / Quebec Albers",
area_of_use: "Canada - Quebec.",
unit: "metre",
}),
6634 => Some(EpsgInfo {
code: 6634,
name: "NAD83(PA11) / UTM zone 4N",
area_of_use: "United States (USA) - between 162°W and 156°W onshore - Hawaii.",
unit: "metre",
}),
6635 => Some(EpsgInfo {
code: 6635,
name: "NAD83(PA11) / UTM zone 5N",
area_of_use: "United States (USA) - between 156°W and 150°W onshore - Hawaii.",
unit: "metre",
}),
6636 => Some(EpsgInfo {
code: 6636,
name: "NAD83(PA11) / UTM zone 2S",
area_of_use: "American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands.",
unit: "metre",
}),
6703 => Some(EpsgInfo {
code: 6703,
name: "WGS 84 / TM 60 SW",
area_of_use: "Falkland Islands (Malvinas) - offshore - between 63°W and 57°W.",
unit: "metre",
}),
6868 => Some(EpsgInfo {
code: 6868,
name: "NAD83(CORS96) / Oregon GIC Lambert (ft)",
area_of_use: "United States (USA) - Oregon.",
unit: "foot",
}),
7005 => Some(EpsgInfo {
code: 7005,
name: "Nahrwan 1934 / UTM zone 37N",
area_of_use: "Iraq - west of 42°E.",
unit: "metre",
}),
7006 => Some(EpsgInfo {
code: 7006,
name: "Nahrwan 1934 / UTM zone 38N",
area_of_use: "Iraq - between 42°E and 48°E.",
unit: "metre",
}),
7007 => Some(EpsgInfo {
code: 7007,
name: "Nahrwan 1934 / UTM zone 39N",
area_of_use: "Iraq - east of 48°E, onshore and offshore.",
unit: "metre",
}),
7074 => Some(EpsgInfo {
code: 7074,
name: "RGTAAF07 / UTM zone 37S",
area_of_use: "French Southern Territories - Europa onshore and offshore.",
unit: "metre",
}),
7075 => Some(EpsgInfo {
code: 7075,
name: "RGTAAF07 / UTM zone 38S",
area_of_use: "French Southern Territories - Crozet offshore west of 48°E.",
unit: "metre",
}),
7076 => Some(EpsgInfo {
code: 7076,
name: "RGTAAF07 / UTM zone 39S",
area_of_use: "French Southern Territories - Crozet onshore and offshore between 48°E to 54°E.",
unit: "metre",
}),
7077 => Some(EpsgInfo {
code: 7077,
name: "RGTAAF07 / UTM zone 40S",
area_of_use: "French Southern Territories - Crozet offshore east of 54°E.",
unit: "metre",
}),
7078 => Some(EpsgInfo {
code: 7078,
name: "RGTAAF07 / UTM zone 41S",
area_of_use: "French Southern Territories - Kerguelen offshore west of 66°E.",
unit: "metre",
}),
7079 => Some(EpsgInfo {
code: 7079,
name: "RGTAAF07 / UTM zone 42S",
area_of_use: "French Southern Territories - Kerguelen onshore and offshore between 66°E and 72°E.",
unit: "metre",
}),
7080 => Some(EpsgInfo {
code: 7080,
name: "RGTAAF07 / UTM zone 43S",
area_of_use: "French Southern Territories - Kerguelen offshore east of 72°E and Amsterdam & St Paul onshore and offshore west of 78°E.",
unit: "metre",
}),
7081 => Some(EpsgInfo {
code: 7081,
name: "RGTAAF07 / UTM zone 44S",
area_of_use: "French Southern Territories - Amsterdam & St Paul offshore east of 78°E.",
unit: "metre",
}),
9697 => Some(EpsgInfo {
code: 9697,
name: "REDGEOMIN / UTM zone 12S",
area_of_use: "Chile - Easter Island onshore.",
unit: "metre",
}),
9698 => Some(EpsgInfo {
code: 9698,
name: "REDGEOMIN / UTM zone 18S",
area_of_use: "Chile - 78°W to 72°W, onshore and offshore.",
unit: "metre",
}),
9699 => Some(EpsgInfo {
code: 9699,
name: "REDGEOMIN / UTM zone 19S",
area_of_use: "Chile - 72°W to 66°W, onshore and offshore.",
unit: "metre",
}),
9712 => Some(EpsgInfo {
code: 9712,
name: "NAD83 / UTM zone 24N",
area_of_use: "Canada offshore Atlantic - east of 42°W.",
unit: "metre",
}),
9716 => Some(EpsgInfo {
code: 9716,
name: "IGM95 / UTM zone 34N",
area_of_use: "Italy - onshore and offshore - east of 18°E.",
unit: "metre",
}),
9793 => Some(EpsgInfo {
code: 9793,
name: "RGF93 v2 / Lambert-93",
area_of_use: "France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).",
unit: "metre",
}),
9794 => Some(EpsgInfo {
code: 9794,
name: "RGF93 v2b / Lambert-93",
area_of_use: "France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).",
unit: "metre",
}),
23239 => Some(EpsgInfo {
code: 23239,
name: "Fahud / UTM zone 39N",
area_of_use: "Oman - onshore west of 54°E.",
unit: "metre",
}),
10285 => Some(EpsgInfo {
code: 10285,
name: "ETRS89/DREF91/2016 / 3-degree Gauss-Kruger zone 3",
area_of_use: "Germany - Hamburg, including Neuwerk, Nigehörn, Scharhörn and surrounding maritime area.",
unit: "metre",
}),
10286 => Some(EpsgInfo {
code: 10286,
name: "ETRS89/DREF91/2016 / UTM zone 31N (N-zE)",
area_of_use: "Germany - onshore and offshore west of 6°E.",
unit: "metre",
}),
10287 => Some(EpsgInfo {
code: 10287,
name: "ETRS89/DREF91/2016 / UTM zone 31N (zE-N)",
area_of_use: "Germany - onshore and offshore west of 6°E.",
unit: "metre",
}),
10288 => Some(EpsgInfo {
code: 10288,
name: "ETRS89/DREF91/2016 / UTM zone 32N (N-zE)",
area_of_use: "Germany - onshore and offshore between 6°E and 12°E - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.",
unit: "metre",
}),
10289 => Some(EpsgInfo {
code: 10289,
name: "ETRS89/DREF91/2016 / UTM zone 32N (zE-N)",
area_of_use: "Germany - onshore and offshore between 6°E and 12°E - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.",
unit: "metre",
}),
10290 => Some(EpsgInfo {
code: 10290,
name: "ETRS89/DREF91/2016 / UTM zone 33N (N-zE)",
area_of_use: "Germany - onshore and offshore east of 12°E, together with that part of Brandenburg state west of 12°E - Bayern, Berlin, Brandenburg (all state), Mecklenburg-Vorpommern, Sachsen, Sachsen-Anhalt, Thuringen.",
unit: "metre",
}),
10291 => Some(EpsgInfo {
code: 10291,
name: "ETRS89/DREF91/2016 / UTM zone 33N (zE-N)",
area_of_use: "Germany - onshore and offshore east of 12°E, together with that part of Brandenburg state west of 12°E - Bayern, Berlin, Brandenburg (all state), Mecklenburg-Vorpommern, Sachsen, Sachsen-Anhalt, Thuringen.",
unit: "metre",
}),
10306 => Some(EpsgInfo {
code: 10306,
name: "LKS-2020 / Latvia TM",
area_of_use: "Latvia - onshore and offshore.",
unit: "metre",
}),
10314 => Some(EpsgInfo {
code: 10314,
name: "RGNC15 / Lambert New Caledonia 2015",
area_of_use: "New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).",
unit: "metre",
}),
10315 => Some(EpsgInfo {
code: 10315,
name: "RGNC15 / UTM zone 57S",
area_of_use: "New Caledonia - west of 162°E onshore and offshore.",
unit: "metre",
}),
10316 => Some(EpsgInfo {
code: 10316,
name: "RGNC15 / UTM zone 58S",
area_of_use: "New Caledonia - between 162°E and 168°E onshore and offshore.",
unit: "metre",
}),
10317 => Some(EpsgInfo {
code: 10317,
name: "RGNC15 / UTM zone 59S",
area_of_use: "New Caledonia - east of 168°E onshore and offshore.",
unit: "metre",
}),
10329 => Some(EpsgInfo {
code: 10329,
name: "BH_ETRS89 / TM",
area_of_use: "Bosnia and Herzegovina.",
unit: "metre",
}),
10477 => Some(EpsgInfo {
code: 10477,
name: "BBT2000 / BBT-TM",
area_of_use: "Austria and Italy - on or related to the Brenner Base Tunnel rail route from Innsbruck to Fortezza (Franzensfeste).",
unit: "metre",
}),
10665 => Some(EpsgInfo {
code: 10665,
name: "SIRGAS 2000 / Porto Alegre TM",
area_of_use: "Brazil - Porto Alegre municipality.",
unit: "metre",
}),
10674 => Some(EpsgInfo {
code: 10674,
name: "RGM23 / UTM zone 38S",
area_of_use: "Mayotte - onshore and offshore.",
unit: "metre",
}),
10731 => Some(EpsgInfo {
code: 10731,
name: "ETRS89/DREF91/2016 / UTM zone 31N",
area_of_use: "Germany - onshore and offshore west of 6°E.",
unit: "metre",
}),
10732 => Some(EpsgInfo {
code: 10732,
name: "ETRS89/DREF91/2016 / UTM zone 32N",
area_of_use: "Germany - onshore and offshore between 6°E and 12°E - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.",
unit: "metre",
}),
10733 => Some(EpsgInfo {
code: 10733,
name: "ETRS89/DREF91/2016 / UTM zone 33N",
area_of_use: "Germany - onshore and offshore east of 12°E, together with that part of Brandenburg state west of 12°E - Bayern, Berlin, Brandenburg (all state), Mecklenburg-Vorpommern, Sachsen, Sachsen-Anhalt, Thuringen.",
unit: "metre",
}),
20042 => Some(EpsgInfo {
code: 20042,
name: "SIRGAS-Chile 2021 / UTM zone 12S",
area_of_use: "Chile - Easter Island onshore and offshore - west of 108°W.",
unit: "metre",
}),
20048 => Some(EpsgInfo {
code: 20048,
name: "SIRGAS-Chile 2021 / UTM zone 18S",
area_of_use: "Chile - 78°W to 72°W, onshore and offshore.",
unit: "metre",
}),
20049 => Some(EpsgInfo {
code: 20049,
name: "SIRGAS-Chile 2021 / UTM zone 19S",
area_of_use: "Chile - 72°W to 66°W, onshore and offshore.",
unit: "metre",
}),
20135 => Some(EpsgInfo {
code: 20135,
name: "Adindan / UTM zone 35N",
area_of_use: "South Sudan and Sudan - between 24°E and 30°E.",
unit: "metre",
}),
20136 => Some(EpsgInfo {
code: 20136,
name: "Adindan / UTM zone 36N",
area_of_use: "Ethiopia - west of 36°E. South Sudan - east of 30°E. Sudan - between 30°E and 36°E.",
unit: "metre",
}),
20137 => Some(EpsgInfo {
code: 20137,
name: "Adindan / UTM zone 37N",
area_of_use: "Eritrea. Ethiopia - between 36°E and 42°E. Sudan - east of 36°E.",
unit: "metre",
}),
20138 => Some(EpsgInfo {
code: 20138,
name: "Adindan / UTM zone 38N",
area_of_use: "Ethiopia - east of 42°E.",
unit: "metre",
}),
20436 => Some(EpsgInfo {
code: 20436,
name: "Ain el Abd / UTM zone 36N",
area_of_use: "Saudi Arabia - onshore west of 36°E.",
unit: "metre",
}),
20437 => Some(EpsgInfo {
code: 20437,
name: "Ain el Abd / UTM zone 37N",
area_of_use: "Saudi Arabia - onshore between 36°E and 42°E.",
unit: "metre",
}),
20438 => Some(EpsgInfo {
code: 20438,
name: "Ain el Abd / UTM zone 38N",
area_of_use: "Kuwait - west of 48°E. Saudi Arabia - between of 42°E and 48°E.",
unit: "metre",
}),
20439 => Some(EpsgInfo {
code: 20439,
name: "Ain el Abd / UTM zone 39N",
area_of_use: "Kuwait - onshore east of 48°E. Saudi Arabia - onshore between 48°E and 54°E.",
unit: "metre",
}),
20440 => Some(EpsgInfo {
code: 20440,
name: "Ain el Abd / UTM zone 40N",
area_of_use: "Saudi Arabia - east of 54°E.",
unit: "metre",
}),
20538 => Some(EpsgInfo {
code: 20538,
name: "Afgooye / UTM zone 38N",
area_of_use: "Somalia - onshore north of equator and between 42°E and 48°E.",
unit: "metre",
}),
20539 => Some(EpsgInfo {
code: 20539,
name: "Afgooye / UTM zone 39N",
area_of_use: "Somalia - onshore east of 48°E.",
unit: "metre",
}),
20822 => Some(EpsgInfo {
code: 20822,
name: "Aratu / UTM zone 22S",
area_of_use: "Brazil - offshore between 54°W and 48°W, including Pelotas basin.",
unit: "metre",
}),
20823 => Some(EpsgInfo {
code: 20823,
name: "Aratu / UTM zone 23S",
area_of_use: "Brazil - offshore areas south of intersection of parallel of 2°55'S with coast and between 48°W and 42°W including Santos basin.",
unit: "metre",
}),
20824 => Some(EpsgInfo {
code: 20824,
name: "Aratu / UTM zone 24S",
area_of_use: "Brazil - between 42°W and 36°W, southern hemisphere offshore including Campos and Espirito Santo basins; onshore Tucano basin area.",
unit: "metre",
}),
20904 => Some(EpsgInfo {
code: 20904,
name: "GSK-2011 / Gauss-Kruger zone 4",
area_of_use: "Russian Federation - onshore west of 24°E - Kaliningrad.",
unit: "metre",
}),
20905 => Some(EpsgInfo {
code: 20905,
name: "GSK-2011 / Gauss-Kruger zone 5",
area_of_use: "Russian Federation - onshore between 24°E and 30°E.",
unit: "metre",
}),
20906 => Some(EpsgInfo {
code: 20906,
name: "GSK-2011 / Gauss-Kruger zone 6",
area_of_use: "Russian Federation - onshore between 30°E and 36°E.",
unit: "metre",
}),
20907 => Some(EpsgInfo {
code: 20907,
name: "GSK-2011 / Gauss-Kruger zone 7",
area_of_use: "Russian Federation - onshore between 36°E and 42°E.",
unit: "metre",
}),
20908 => Some(EpsgInfo {
code: 20908,
name: "GSK-2011 / Gauss-Kruger zone 8",
area_of_use: "Russian Federation - onshore between 42°E and 48°E.",
unit: "metre",
}),
20909 => Some(EpsgInfo {
code: 20909,
name: "GSK-2011 / Gauss-Kruger zone 9",
area_of_use: "Russian Federation - onshore between 48°E and 54°E.",
unit: "metre",
}),
20910 => Some(EpsgInfo {
code: 20910,
name: "GSK-2011 / Gauss-Kruger zone 10",
area_of_use: "Russian Federation - onshore between 54°E and 60°E.",
unit: "metre",
}),
20911 => Some(EpsgInfo {
code: 20911,
name: "GSK-2011 / Gauss-Kruger zone 11",
area_of_use: "Russian Federation - onshore between 60°E and 66°E.",
unit: "metre",
}),
20912 => Some(EpsgInfo {
code: 20912,
name: "GSK-2011 / Gauss-Kruger zone 12",
area_of_use: "Russian Federation - onshore between 66°E and 72°E .",
unit: "metre",
}),
20913 => Some(EpsgInfo {
code: 20913,
name: "GSK-2011 / Gauss-Kruger zone 13",
area_of_use: "Russian Federation - onshore between 72°E and 78°E.",
unit: "metre",
}),
20914 => Some(EpsgInfo {
code: 20914,
name: "GSK-2011 / Gauss-Kruger zone 14",
area_of_use: "Russian Federation - onshore between 78°E and 84°E.",
unit: "metre",
}),
20915 => Some(EpsgInfo {
code: 20915,
name: "GSK-2011 / Gauss-Kruger zone 15",
area_of_use: "Russian Federation - onshore between 84°E and 90°E.",
unit: "metre",
}),
20916 => Some(EpsgInfo {
code: 20916,
name: "GSK-2011 / Gauss-Kruger zone 16",
area_of_use: "Russian Federation - onshore between 90°E and 96°E.",
unit: "metre",
}),
20917 => Some(EpsgInfo {
code: 20917,
name: "GSK-2011 / Gauss-Kruger zone 17",
area_of_use: "Russian Federation - onshore between 96°E and 102°E.",
unit: "metre",
}),
20918 => Some(EpsgInfo {
code: 20918,
name: "GSK-2011 / Gauss-Kruger zone 18",
area_of_use: "Russian Federation - onshore between 102°E and 108°E.",
unit: "metre",
}),
20919 => Some(EpsgInfo {
code: 20919,
name: "GSK-2011 / Gauss-Kruger zone 19",
area_of_use: "Russian Federation - onshore between 108°E and 114°E.",
unit: "metre",
}),
20920 => Some(EpsgInfo {
code: 20920,
name: "GSK-2011 / Gauss-Kruger zone 20",
area_of_use: "Russian Federation - onshore between 114°E and 120°E.",
unit: "metre",
}),
20921 => Some(EpsgInfo {
code: 20921,
name: "GSK-2011 / Gauss-Kruger zone 21",
area_of_use: "Russian Federation - onshore between 120°E and 126°E.",
unit: "metre",
}),
20922 => Some(EpsgInfo {
code: 20922,
name: "GSK-2011 / Gauss-Kruger zone 22",
area_of_use: "Russian Federation - onshore between 126°E and 132°E.",
unit: "metre",
}),
20923 => Some(EpsgInfo {
code: 20923,
name: "GSK-2011 / Gauss-Kruger zone 23",
area_of_use: "Russian Federation - onshore between 132°E and 138°E.",
unit: "metre",
}),
20924 => Some(EpsgInfo {
code: 20924,
name: "GSK-2011 / Gauss-Kruger zone 24",
area_of_use: "Russian Federation - onshore between 138°E and 144°E.",
unit: "metre",
}),
20925 => Some(EpsgInfo {
code: 20925,
name: "GSK-2011 / Gauss-Kruger zone 25",
area_of_use: "Russian Federation - onshore between 144°E and 150°E.",
unit: "metre",
}),
20926 => Some(EpsgInfo {
code: 20926,
name: "GSK-2011 / Gauss-Kruger zone 26",
area_of_use: "Russian Federation - onshore between 150°E and 156°E.",
unit: "metre",
}),
20927 => Some(EpsgInfo {
code: 20927,
name: "GSK-2011 / Gauss-Kruger zone 27",
area_of_use: "Russian Federation - onshore between 156°E and 162°E.",
unit: "metre",
}),
20928 => Some(EpsgInfo {
code: 20928,
name: "GSK-2011 / Gauss-Kruger zone 28",
area_of_use: "Russian Federation - onshore between 162°E and 168°E.",
unit: "metre",
}),
20929 => Some(EpsgInfo {
code: 20929,
name: "GSK-2011 / Gauss-Kruger zone 29",
area_of_use: "Russian Federation - onshore between 168°E and 174°E.",
unit: "metre",
}),
20930 => Some(EpsgInfo {
code: 20930,
name: "GSK-2011 / Gauss-Kruger zone 30",
area_of_use: "Russian Federation - onshore between 174°E and 180°E .",
unit: "metre",
}),
20931 => Some(EpsgInfo {
code: 20931,
name: "GSK-2011 / Gauss-Kruger zone 31",
area_of_use: "Russian Federation - onshore between 180°E and 174°W.",
unit: "metre",
}),
20932 => Some(EpsgInfo {
code: 20932,
name: "GSK-2011 / Gauss-Kruger zone 32",
area_of_use: "Russian Federation - onshore east of 174°W.",
unit: "metre",
}),
20934 => Some(EpsgInfo {
code: 20934,
name: "Arc 1950 / UTM zone 34S",
area_of_use: "Botswana and Zambia - west of 24°E.",
unit: "metre",
}),
20935 => Some(EpsgInfo {
code: 20935,
name: "Arc 1950 / UTM zone 35S",
area_of_use: "Botswana - east of 24°E; Zambia - between 24°E and 30°E; Zimbabwe - west of 30°E .",
unit: "metre",
}),
20936 => Some(EpsgInfo {
code: 20936,
name: "Arc 1950 / UTM zone 36S",
area_of_use: "Malawi. Zambia and Zimbabwe - east of 30°E.",
unit: "metre",
}),
21004 => Some(EpsgInfo {
code: 21004,
name: "GSK-2011 / Gauss-Kruger CM 21E",
area_of_use: "Russian Federation - onshore west of 24°E - Kaliningrad.",
unit: "metre",
}),
21005 => Some(EpsgInfo {
code: 21005,
name: "GSK-2011 / Gauss-Kruger CM 27E",
area_of_use: "Russian Federation - onshore between 24°E and 30°E.",
unit: "metre",
}),
21006 => Some(EpsgInfo {
code: 21006,
name: "GSK-2011 / Gauss-Kruger CM 33E",
area_of_use: "Russian Federation - onshore between 30°E and 36°E.",
unit: "metre",
}),
21007 => Some(EpsgInfo {
code: 21007,
name: "GSK-2011 / Gauss-Kruger CM 39E",
area_of_use: "Russian Federation - onshore between 36°E and 42°E.",
unit: "metre",
}),
21008 => Some(EpsgInfo {
code: 21008,
name: "GSK-2011 / Gauss-Kruger CM 45E",
area_of_use: "Russian Federation - onshore between 42°E and 48°E.",
unit: "metre",
}),
21009 => Some(EpsgInfo {
code: 21009,
name: "GSK-2011 / Gauss-Kruger CM 51E",
area_of_use: "Russian Federation - onshore between 48°E and 54°E.",
unit: "metre",
}),
21010 => Some(EpsgInfo {
code: 21010,
name: "GSK-2011 / Gauss-Kruger CM 57E",
area_of_use: "Russian Federation - onshore between 54°E and 60°E.",
unit: "metre",
}),
21011 => Some(EpsgInfo {
code: 21011,
name: "GSK-2011 / Gauss-Kruger CM 63E",
area_of_use: "Russian Federation - onshore between 60°E and 66°E.",
unit: "metre",
}),
21012 => Some(EpsgInfo {
code: 21012,
name: "GSK-2011 / Gauss-Kruger CM 69E",
area_of_use: "Russian Federation - onshore between 66°E and 72°E .",
unit: "metre",
}),
21013 => Some(EpsgInfo {
code: 21013,
name: "GSK-2011 / Gauss-Kruger CM 75E",
area_of_use: "Russian Federation - onshore between 72°E and 78°E.",
unit: "metre",
}),
21014 => Some(EpsgInfo {
code: 21014,
name: "GSK-2011 / Gauss-Kruger CM 81E",
area_of_use: "Russian Federation - onshore between 78°E and 84°E.",
unit: "metre",
}),
21015 => Some(EpsgInfo {
code: 21015,
name: "GSK-2011 / Gauss-Kruger CM 87E",
area_of_use: "Russian Federation - onshore between 84°E and 90°E.",
unit: "metre",
}),
21016 => Some(EpsgInfo {
code: 21016,
name: "GSK-2011 / Gauss-Kruger CM 93E",
area_of_use: "Russian Federation - onshore between 90°E and 96°E.",
unit: "metre",
}),
21017 => Some(EpsgInfo {
code: 21017,
name: "GSK-2011 / Gauss-Kruger CM 99E",
area_of_use: "Russian Federation - onshore between 96°E and 102°E.",
unit: "metre",
}),
21018 => Some(EpsgInfo {
code: 21018,
name: "GSK-2011 / Gauss-Kruger CM 105E",
area_of_use: "Russian Federation - onshore between 102°E and 108°E.",
unit: "metre",
}),
21019 => Some(EpsgInfo {
code: 21019,
name: "GSK-2011 / Gauss-Kruger CM 111E",
area_of_use: "Russian Federation - onshore between 108°E and 114°E.",
unit: "metre",
}),
21020 => Some(EpsgInfo {
code: 21020,
name: "GSK-2011 / Gauss-Kruger CM 117E",
area_of_use: "Russian Federation - onshore between 114°E and 120°E.",
unit: "metre",
}),
21021 => Some(EpsgInfo {
code: 21021,
name: "GSK-2011 / Gauss-Kruger CM 123E",
area_of_use: "Russian Federation - onshore between 120°E and 126°E.",
unit: "metre",
}),
21022 => Some(EpsgInfo {
code: 21022,
name: "GSK-2011 / Gauss-Kruger CM 129E",
area_of_use: "Russian Federation - onshore between 126°E and 132°E.",
unit: "metre",
}),
21023 => Some(EpsgInfo {
code: 21023,
name: "GSK-2011 / Gauss-Kruger CM 135E",
area_of_use: "Russian Federation - onshore between 132°E and 138°E.",
unit: "metre",
}),
21024 => Some(EpsgInfo {
code: 21024,
name: "GSK-2011 / Gauss-Kruger CM 141E",
area_of_use: "Russian Federation - onshore between 138°E and 144°E.",
unit: "metre",
}),
21025 => Some(EpsgInfo {
code: 21025,
name: "GSK-2011 / Gauss-Kruger CM 147E",
area_of_use: "Russian Federation - onshore between 144°E and 150°E.",
unit: "metre",
}),
21026 => Some(EpsgInfo {
code: 21026,
name: "GSK-2011 / Gauss-Kruger CM 153E",
area_of_use: "Russian Federation - onshore between 150°E and 156°E.",
unit: "metre",
}),
21027 => Some(EpsgInfo {
code: 21027,
name: "GSK-2011 / Gauss-Kruger CM 159E",
area_of_use: "Russian Federation - onshore between 156°E and 162°E.",
unit: "metre",
}),
23090 => Some(EpsgInfo {
code: 23090,
name: "ED50 / TM 0 N",
area_of_use: "United Kingdom (UK) - offshore - North Sea.",
unit: "metre",
}),
23095 => Some(EpsgInfo {
code: 23095,
name: "ED50 / TM 5 NE",
area_of_use: "Netherlands - offshore North Sea.",
unit: "metre",
}),
27573 => Some(EpsgInfo {
code: 27573,
name: "NTF (Paris) / Lambert zone III",
area_of_use: "France - mainland onshore south of 50.5 grads North (45°27'N).",
unit: "metre",
}),
23240 => Some(EpsgInfo {
code: 23240,
name: "Fahud / UTM zone 40N",
area_of_use: "Oman - mainland onshore east of 54°E.",
unit: "metre",
}),
23830 => Some(EpsgInfo {
code: 23830,
name: "DGN95 / Indonesia TM-3 zone 46.2",
area_of_use: "Indonesia - onshore west of 96°E.",
unit: "metre",
}),
23831 => Some(EpsgInfo {
code: 23831,
name: "DGN95 / Indonesia TM-3 zone 47.1",
area_of_use: "Indonesia - onshore between 96°E and 99°E.",
unit: "metre",
}),
23832 => Some(EpsgInfo {
code: 23832,
name: "DGN95 / Indonesia TM-3 zone 47.2",
area_of_use: "Indonesia - onshore between 99°E and 102°E.",
unit: "metre",
}),
23833 => Some(EpsgInfo {
code: 23833,
name: "DGN95 / Indonesia TM-3 zone 48.1",
area_of_use: "Indonesia - onshore between 102°E and 105°E.",
unit: "metre",
}),
23834 => Some(EpsgInfo {
code: 23834,
name: "DGN95 / Indonesia TM-3 zone 48.2",
area_of_use: "Indonesia - onshore between 105°E and 108°E.",
unit: "metre",
}),
23835 => Some(EpsgInfo {
code: 23835,
name: "DGN95 / Indonesia TM-3 zone 49.1",
area_of_use: "Indonesia - onshore between 108°E and 111°E.",
unit: "metre",
}),
23836 => Some(EpsgInfo {
code: 23836,
name: "DGN95 / Indonesia TM-3 zone 49.2",
area_of_use: "Indonesia - onshore between 111°E and 114°E.",
unit: "metre",
}),
23837 => Some(EpsgInfo {
code: 23837,
name: "DGN95 / Indonesia TM-3 zone 50.1",
area_of_use: "Indonesia - onshore between 114°E and 117°E.",
unit: "metre",
}),
23838 => Some(EpsgInfo {
code: 23838,
name: "DGN95 / Indonesia TM-3 zone 50.2",
area_of_use: "Indonesia - onshore between 117°E and 120°E.",
unit: "metre",
}),
23839 => Some(EpsgInfo {
code: 23839,
name: "DGN95 / Indonesia TM-3 zone 51.1",
area_of_use: "Indonesia - onshore between 120°E and 123°E.",
unit: "metre",
}),
23840 => Some(EpsgInfo {
code: 23840,
name: "DGN95 / Indonesia TM-3 zone 51.2",
area_of_use: "Indonesia - onshore between 123°E and 126°E.",
unit: "metre",
}),
23841 => Some(EpsgInfo {
code: 23841,
name: "DGN95 / Indonesia TM-3 zone 52.1",
area_of_use: "Indonesia - onshore between 126°E and 129°E.",
unit: "metre",
}),
23842 => Some(EpsgInfo {
code: 23842,
name: "DGN95 / Indonesia TM-3 zone 52.2",
area_of_use: "Indonesia - onshore between 129°E and 132°E.",
unit: "metre",
}),
23843 => Some(EpsgInfo {
code: 23843,
name: "DGN95 / Indonesia TM-3 zone 53.1",
area_of_use: "Indonesia - onshore between 132°E and 135°E.",
unit: "metre",
}),
23844 => Some(EpsgInfo {
code: 23844,
name: "DGN95 / Indonesia TM-3 zone 53.2",
area_of_use: "Indonesia - onshore between 135°E and 138°E.",
unit: "metre",
}),
23845 => Some(EpsgInfo {
code: 23845,
name: "DGN95 / Indonesia TM-3 zone 54.1",
area_of_use: "Indonesia - onshore east of 138°E.",
unit: "metre",
}),
23846 => Some(EpsgInfo {
code: 23846,
name: "ID74 / UTM zone 46N",
area_of_use: "Indonesia - onshore west of 96°E.",
unit: "metre",
}),
23847 => Some(EpsgInfo {
code: 23847,
name: "ID74 / UTM zone 47N",
area_of_use: "Indonesia - onshore north of equator and between 96°E and 102°E.",
unit: "metre",
}),
23848 => Some(EpsgInfo {
code: 23848,
name: "ID74 / UTM zone 48N",
area_of_use: "Indonesia - onshore north of equator and between 102°E and 108°E.",
unit: "metre",
}),
23849 => Some(EpsgInfo {
code: 23849,
name: "ID74 / UTM zone 49N",
area_of_use: "Indonesia - onshore north of equator and between 108°E and 114°E.",
unit: "metre",
}),
23850 => Some(EpsgInfo {
code: 23850,
name: "ID74 / UTM zone 50N",
area_of_use: "Indonesia - onshore north of equator and between 114°E and 120°E.",
unit: "metre",
}),
23851 => Some(EpsgInfo {
code: 23851,
name: "ID74 / UTM zone 51N",
area_of_use: "Indonesia - onshore north of equator and between 120°E and 126°E.",
unit: "metre",
}),
23852 => Some(EpsgInfo {
code: 23852,
name: "ID74 / UTM zone 52N",
area_of_use: "Indonesia - onshore north of equator and between 126°E and 132°E.",
unit: "metre",
}),
23866 => Some(EpsgInfo {
code: 23866,
name: "DGN95 / UTM zone 46N",
area_of_use: "Indonesia - north of equator and west of 96°E - onshore and offshore.",
unit: "metre",
}),
23867 => Some(EpsgInfo {
code: 23867,
name: "DGN95 / UTM zone 47N",
area_of_use: "Indonesia - north of equator and between 96°E and 102°E - onshore and offshore.",
unit: "metre",
}),
23868 => Some(EpsgInfo {
code: 23868,
name: "DGN95 / UTM zone 48N",
area_of_use: "Indonesia - north of equator and between 102°E and 108°E - onshore and offshore.",
unit: "metre",
}),
23869 => Some(EpsgInfo {
code: 23869,
name: "DGN95 / UTM zone 49N",
area_of_use: "Indonesia - north of equator and between 108°E and 114°E - onshore and offshore.",
unit: "metre",
}),
23870 => Some(EpsgInfo {
code: 23870,
name: "DGN95 / UTM zone 50N",
area_of_use: "Indonesia - north of equator and between 114°E and 120°E - onshore and offshore.",
unit: "metre",
}),
23871 => Some(EpsgInfo {
code: 23871,
name: "DGN95 / UTM zone 51N",
area_of_use: "Indonesia - north of equator and between 120°E and 126°E - onshore and offshore.",
unit: "metre",
}),
23872 => Some(EpsgInfo {
code: 23872,
name: "DGN95 / UTM zone 52N",
area_of_use: "Indonesia - north of equator and between 126°E and 132°E - onshore and offshore.",
unit: "metre",
}),
23877 => Some(EpsgInfo {
code: 23877,
name: "DGN95 / UTM zone 47S",
area_of_use: "Indonesia - south of equator and between 96°E and 102°E - onshore and offshore.",
unit: "metre",
}),
23878 => Some(EpsgInfo {
code: 23878,
name: "DGN95 / UTM zone 48S",
area_of_use: "Indonesia - south of equator and between 102°E and 108°E - onshore and offshore.",
unit: "metre",
}),
23879 => Some(EpsgInfo {
code: 23879,
name: "DGN95 / UTM zone 49S",
area_of_use: "Indonesia - south of equator and between 108°E and 114°E - onshore and offshore.",
unit: "metre",
}),
23880 => Some(EpsgInfo {
code: 23880,
name: "DGN95 / UTM zone 50S",
area_of_use: "Indonesia - south of equator and between 114°E and 120°E - onshore and offshore.",
unit: "metre",
}),
23881 => Some(EpsgInfo {
code: 23881,
name: "DGN95 / UTM zone 51S",
area_of_use: "Indonesia - south of equator and between 120°E and 126°E - onshore and offshore.",
unit: "metre",
}),
23882 => Some(EpsgInfo {
code: 23882,
name: "DGN95 / UTM zone 52S",
area_of_use: "Indonesia - south of equator and between 126°E and 132°E - onshore and offshore.",
unit: "metre",
}),
23883 => Some(EpsgInfo {
code: 23883,
name: "DGN95 / UTM zone 53S",
area_of_use: "Indonesia - south of equator and between 132°E and 138°E - onshore and offshore.",
unit: "metre",
}),
23884 => Some(EpsgInfo {
code: 23884,
name: "DGN95 / UTM zone 54S",
area_of_use: "Indonesia - south of equator and east of 138°E - onshore and offshore.",
unit: "metre",
}),
23887 => Some(EpsgInfo {
code: 23887,
name: "ID74 / UTM zone 47S",
area_of_use: "Indonesia - onshore south of equator and between 96°E and 102°E.",
unit: "metre",
}),
23888 => Some(EpsgInfo {
code: 23888,
name: "ID74 / UTM zone 48S",
area_of_use: "Indonesia - onshore south of equator and between 102°E and 108°E.",
unit: "metre",
}),
23889 => Some(EpsgInfo {
code: 23889,
name: "ID74 / UTM zone 49S",
area_of_use: "Indonesia - onshore south of equator and between 108°E and 114°E.",
unit: "metre",
}),
23890 => Some(EpsgInfo {
code: 23890,
name: "ID74 / UTM zone 50S",
area_of_use: "Indonesia - onshore south of equator and between 114°E and 120°E.",
unit: "metre",
}),
23891 => Some(EpsgInfo {
code: 23891,
name: "ID74 / UTM zone 51S",
area_of_use: "Indonesia - onshore south of equator and between 120°E and 126°E.",
unit: "metre",
}),
23892 => Some(EpsgInfo {
code: 23892,
name: "ID74 / UTM zone 52S",
area_of_use: "Indonesia - onshore south of equator and between 126°E and 132°E.",
unit: "metre",
}),
23893 => Some(EpsgInfo {
code: 23893,
name: "ID74 / UTM zone 53S",
area_of_use: "Indonesia - onshore south of equator and between 132°E and 138°E.",
unit: "metre",
}),
23894 => Some(EpsgInfo {
code: 23894,
name: "ID74 / UTM zone 54S",
area_of_use: "Indonesia - onshore east of 138°E.",
unit: "metre",
}),
23946 => Some(EpsgInfo {
code: 23946,
name: "Indian 1954 / UTM zone 46N",
area_of_use: "Myanmar (Burma) - onshore west of 96°E.",
unit: "metre",
}),
23947 => Some(EpsgInfo {
code: 23947,
name: "Indian 1954 / UTM zone 47N",
area_of_use: "Myanmar (Burma) - onshore east of 96°E; Thailand - onshore west of 102°E.",
unit: "metre",
}),
23948 => Some(EpsgInfo {
code: 23948,
name: "Indian 1954 / UTM zone 48N",
area_of_use: "Thailand - onshore east of 102°E.",
unit: "metre",
}),
24047 => Some(EpsgInfo {
code: 24047,
name: "Indian 1975 / UTM zone 47N",
area_of_use: "Thailand - onshore west of 102°E plus offshore Gulf of Thailand west of 102°E.",
unit: "metre",
}),
24048 => Some(EpsgInfo {
code: 24048,
name: "Indian 1975 / UTM zone 48N",
area_of_use: "Thailand - onshore and offshore east of 102°E.",
unit: "metre",
}),
24305 => Some(EpsgInfo {
code: 24305,
name: "Kalianpur 1937 / UTM zone 45N",
area_of_use: "Bangladesh - onshore west of 90°E.",
unit: "metre",
}),
24306 => Some(EpsgInfo {
code: 24306,
name: "Kalianpur 1937 / UTM zone 46N",
area_of_use: "Bangladesh - onshore east of 90°E.",
unit: "metre",
}),
24311 => Some(EpsgInfo {
code: 24311,
name: "Kalianpur 1962 / UTM zone 41N",
area_of_use: "Pakistan - onshore west of 66°E.",
unit: "metre",
}),
24312 => Some(EpsgInfo {
code: 24312,
name: "Kalianpur 1962 / UTM zone 42N",
area_of_use: "Pakistan - onshore between 66°E and 72°E.",
unit: "metre",
}),
24313 => Some(EpsgInfo {
code: 24313,
name: "Kalianpur 1962 / UTM zone 43N",
area_of_use: "Pakistan - east of 72°E.",
unit: "metre",
}),
24342 => Some(EpsgInfo {
code: 24342,
name: "Kalianpur 1975 / UTM zone 42N",
area_of_use: "India - onshore west of 72°E.",
unit: "metre",
}),
24343 => Some(EpsgInfo {
code: 24343,
name: "Kalianpur 1975 / UTM zone 43N",
area_of_use: "India - mainland onshore between 72°E and 78°E.",
unit: "metre",
}),
24344 => Some(EpsgInfo {
code: 24344,
name: "Kalianpur 1975 / UTM zone 44N",
area_of_use: "India - onshore between 78°E and 84°E.",
unit: "metre",
}),
24345 => Some(EpsgInfo {
code: 24345,
name: "Kalianpur 1975 / UTM zone 45N",
area_of_use: "India - onshore between 84°E and 90°E.",
unit: "metre",
}),
24346 => Some(EpsgInfo {
code: 24346,
name: "Kalianpur 1975 / UTM zone 46N",
area_of_use: "India - mainland onshore between 90°E and 96°E.",
unit: "metre",
}),
24347 => Some(EpsgInfo {
code: 24347,
name: "Kalianpur 1975 / UTM zone 47N",
area_of_use: "India - east of 96°E.",
unit: "metre",
}),
24547 => Some(EpsgInfo {
code: 24547,
name: "Kertau 1968 / UTM zone 47N",
area_of_use: "Malaysia - West Malaysia onshore west of 102°E.",
unit: "metre",
}),
24548 => Some(EpsgInfo {
code: 24548,
name: "Kertau 1968 / UTM zone 48N",
area_of_use: "Malaysia - onshore West Malaysia east of 102°E and offshore east coast.",
unit: "metre",
}),
24600 => Some(EpsgInfo {
code: 24600,
name: "KOC Lambert",
area_of_use: "Kuwait - onshore.",
unit: "metre",
}),
24718 => Some(EpsgInfo {
code: 24718,
name: "La Canoa / UTM zone 18N",
area_of_use: "Venezuela - west of 72°W.",
unit: "metre",
}),
24719 => Some(EpsgInfo {
code: 24719,
name: "La Canoa / UTM zone 19N",
area_of_use: "Venezuela - between 72°W and 66°W, onshore.",
unit: "metre",
}),
24720 => Some(EpsgInfo {
code: 24720,
name: "La Canoa / UTM zone 20N",
area_of_use: "Venezuela - onshore east of 66°W.",
unit: "metre",
}),
25231 => Some(EpsgInfo {
code: 25231,
name: "Lome / UTM zone 31N",
area_of_use: "Togo - onshore and offshore.",
unit: "metre",
}),
25884 => Some(EpsgInfo {
code: 25884,
name: "ETRS89 / TM Baltic93",
area_of_use: "Estonia, Latvia and Lithuania - onshore and offshore.",
unit: "metre",
}),
25932 => Some(EpsgInfo {
code: 25932,
name: "Malongo 1987 / UTM zone 32S",
area_of_use: "Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.",
unit: "metre",
}),
26237 => Some(EpsgInfo {
code: 26237,
name: "Massawa / UTM zone 37N",
area_of_use: "Eritrea - onshore and offshore.",
unit: "metre",
}),
26331 => Some(EpsgInfo {
code: 26331,
name: "Minna / UTM zone 31N",
area_of_use: "Nigeria - offshore beyond continental shelf west of 6°E.",
unit: "metre",
}),
26332 => Some(EpsgInfo {
code: 26332,
name: "Minna / UTM zone 32N",
area_of_use: "Nigeria - offshore deep water - east of 6°E.",
unit: "metre",
}),
26632 => Some(EpsgInfo {
code: 26632,
name: "M'poraloko / UTM zone 32N",
area_of_use: "Gabon - onshore north of equator and west of 12°E.",
unit: "metre",
}),
26692 => Some(EpsgInfo {
code: 26692,
name: "M'poraloko / UTM zone 32S",
area_of_use: "Gabon - west of 12°E - onshore and offshore.",
unit: "metre",
}),
26891 => Some(EpsgInfo {
code: 26891,
name: "NAD83(CSRS) / MTM zone 11",
area_of_use: "Canada - Ontario - south of 46°N and west of 81°W.",
unit: "metre",
}),
26892 => Some(EpsgInfo {
code: 26892,
name: "NAD83(CSRS) / MTM zone 12",
area_of_use: "Canada - Ontario - between 82°30'W and 79°30'W: north of 46°N in area between 82°30'W and 80°15'W, north of 47°N in area between 80°15'W and 79°30'W.",
unit: "metre",
}),
26893 => Some(EpsgInfo {
code: 26893,
name: "NAD83(CSRS) / MTM zone 13",
area_of_use: "Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N.",
unit: "metre",
}),
26894 => Some(EpsgInfo {
code: 26894,
name: "NAD83(CSRS) / MTM zone 14",
area_of_use: "Canada - Ontario - between 88°30'W and 85°30'W.",
unit: "metre",
}),
26895 => Some(EpsgInfo {
code: 26895,
name: "NAD83(CSRS) / MTM zone 15",
area_of_use: "Canada - Ontario - between 91°30'W and 88°30'W.",
unit: "metre",
}),
26896 => Some(EpsgInfo {
code: 26896,
name: "NAD83(CSRS) / MTM zone 16",
area_of_use: "Canada - Ontario - between 94°30'W and 91°30'W.",
unit: "metre",
}),
26897 => Some(EpsgInfo {
code: 26897,
name: "NAD83(CSRS) / MTM zone 17",
area_of_use: "Canada - Ontario - west of 94°30'W.",
unit: "metre",
}),
26898 => Some(EpsgInfo {
code: 26898,
name: "NAD83(CSRS) / MTM zone 1",
area_of_use: "Canada - Newfoundland - onshore east of 54°30'W.",
unit: "metre",
}),
26899 => Some(EpsgInfo {
code: 26899,
name: "NAD83(CSRS) / MTM zone 2",
area_of_use: "Canada - Newfoundland and Labrador between 57°30'W and 54°30'W.",
unit: "metre",
}),
27039 => Some(EpsgInfo {
code: 27039,
name: "Nahrwan 1967 / UTM zone 39N",
area_of_use: "Qatar - offshore. United Arab Emirates (UAE) - Abu Dhabi - onshore and offshore west of 54°E.",
unit: "metre",
}),
27040 => Some(EpsgInfo {
code: 27040,
name: "Nahrwan 1967 / UTM zone 40N",
area_of_use: "United Arab Emirates (UAE) onshore and offshore east of 54°E - Abu Dhabi; Dubai; Sharjah; Ajman; Fujairah; Ras Al Kaimah; Umm Al Qaiwain.",
unit: "metre",
}),
27120 => Some(EpsgInfo {
code: 27120,
name: "Naparima 1972 / UTM zone 20N",
area_of_use: "Trinidad and Tobago - Tobago - onshore.",
unit: "metre",
}),
27258 => Some(EpsgInfo {
code: 27258,
name: "NZGD49 / UTM zone 58S",
area_of_use: "New Zealand - nearshore west of 168°E.",
unit: "metre",
}),
27259 => Some(EpsgInfo {
code: 27259,
name: "NZGD49 / UTM zone 59S",
area_of_use: "New Zealand - nearshore between 168°E and 174°E.",
unit: "metre",
}),
27260 => Some(EpsgInfo {
code: 27260,
name: "NZGD49 / UTM zone 60S",
area_of_use: "New Zealand - nearshore east of 174°E.",
unit: "metre",
}),
27429 => Some(EpsgInfo {
code: 27429,
name: "Datum 73 / UTM zone 29N",
area_of_use: "Portugal - mainland - onshore.",
unit: "metre",
}),
27561 => Some(EpsgInfo {
code: 27561,
name: "NTF (Paris) / Lambert Nord France",
area_of_use: "France mainland onshore north of 53.5 grads North (48°09'N).",
unit: "metre",
}),
27562 => Some(EpsgInfo {
code: 27562,
name: "NTF (Paris) / Lambert Centre France",
area_of_use: "France mainland onshore between 50.5 grads and 53.5 grads North (45°27'N to 48°09'N).",
unit: "metre",
}),
27563 => Some(EpsgInfo {
code: 27563,
name: "NTF (Paris) / Lambert Sud France",
area_of_use: "France - mainland onshore south of 50.5 grads North (45°27'N).",
unit: "metre",
}),
27564 => Some(EpsgInfo {
code: 27564,
name: "NTF (Paris) / Lambert Corse",
area_of_use: "France - Corsica onshore.",
unit: "metre",
}),
27571 => Some(EpsgInfo {
code: 27571,
name: "NTF (Paris) / Lambert zone I",
area_of_use: "France mainland onshore north of 53.5 grads North (48°09'N).",
unit: "metre",
}),
27572 => Some(EpsgInfo {
code: 27572,
name: "NTF (Paris) / Lambert zone II",
area_of_use: "France mainland onshore between 50.5 grads and 53.5 grads North (45°27'N to 48°09'N). Also used over all onshore mainland France.",
unit: "metre",
}),
2000 => Some(EpsgInfo {
code: 2000,
name: "Anguilla 1957 / British West Indies Grid",
area_of_use: "Anguilla - onshore.",
unit: "metre",
}),
2001 => Some(EpsgInfo {
code: 2001,
name: "Antigua 1943 / British West Indies Grid",
area_of_use: "Antigua island - onshore.",
unit: "metre",
}),
2002 => Some(EpsgInfo {
code: 2002,
name: "Dominica 1945 / British West Indies Grid",
area_of_use: "Dominica - onshore.",
unit: "metre",
}),
2003 => Some(EpsgInfo {
code: 2003,
name: "Grenada 1953 / British West Indies Grid",
area_of_use: "Grenada and southern Grenadine Islands - onshore.",
unit: "metre",
}),
2004 => Some(EpsgInfo {
code: 2004,
name: "Montserrat 1958 / British West Indies Grid",
area_of_use: "Montserrat - onshore.",
unit: "metre",
}),
2005 => Some(EpsgInfo {
code: 2005,
name: "St. Kitts 1955 / British West Indies Grid",
area_of_use: "St Kitts and Nevis - onshore.",
unit: "metre",
}),
2006 => Some(EpsgInfo {
code: 2006,
name: "St. Lucia 1955 / British West Indies Grid",
area_of_use: "St Lucia - onshore.",
unit: "metre",
}),
2007 => Some(EpsgInfo {
code: 2007,
name: "St. Vincent 45 / British West Indies Grid",
area_of_use: "St Vincent and the northern Grenadine Islands - onshore.",
unit: "metre",
}),
2009 => Some(EpsgInfo {
code: 2009,
name: "NAD27(CGQ77) / SCoPQ zone 3",
area_of_use: "Canada - Quebec - east of 60°W.",
unit: "metre",
}),
2010 => Some(EpsgInfo {
code: 2010,
name: "NAD27(CGQ77) / SCoPQ zone 4",
area_of_use: "Canada - Quebec - between 63°W and 60°W.",
unit: "metre",
}),
2011 => Some(EpsgInfo {
code: 2011,
name: "NAD27(CGQ77) / SCoPQ zone 5",
area_of_use: "Canada - Quebec - between 66°W and 63°W.",
unit: "metre",
}),
2012 => Some(EpsgInfo {
code: 2012,
name: "NAD27(CGQ77) / SCoPQ zone 6",
area_of_use: "Canada - Quebec - between 69°W and 66°W.",
unit: "metre",
}),
2013 => Some(EpsgInfo {
code: 2013,
name: "NAD27(CGQ77) / SCoPQ zone 7",
area_of_use: "Canada - Quebec - between 72°W and 69°W.",
unit: "metre",
}),
2014 => Some(EpsgInfo {
code: 2014,
name: "NAD27(CGQ77) / SCoPQ zone 8",
area_of_use: "Canada - Quebec - between 75°W and 72°W.",
unit: "metre",
}),
2015 => Some(EpsgInfo {
code: 2015,
name: "NAD27(CGQ77) / SCoPQ zone 9",
area_of_use: "Canada - Quebec - between 78°W and 75°W.",
unit: "metre",
}),
2016 => Some(EpsgInfo {
code: 2016,
name: "NAD27(CGQ77) / SCoPQ zone 10",
area_of_use: "Canada - Quebec - west of 78°W.",
unit: "metre",
}),
2062 => Some(EpsgInfo {
code: 2062,
name: "Madrid 1870 (Madrid) / Spain LCC",
area_of_use: "Spain - mainland onshore.",
unit: "metre",
}),
2066 => Some(EpsgInfo {
code: 2066,
name: "Mount Dillon / Tobago Grid",
area_of_use: "Trinidad and Tobago - Tobago - onshore.",
unit: "Clarke's link",
}),
2081 => Some(EpsgInfo {
code: 2081,
name: "Chos Malal 1914 / Argentina 2",
area_of_use: "Argentina - Mendoza and Neuquen provinces between 70°30'W and 67°30'W - Neuquen and Cuyo basins.",
unit: "metre",
}),
2082 => Some(EpsgInfo {
code: 2082,
name: "Pampa del Castillo / Argentina 2",
area_of_use: "Argentina - Chibut province between 70°30'W and 67°30'W and south of approximately 42°30'S and Santa Cruz province between 70°30'W and 67°30'W and north of approximately 50°20'S.",
unit: "metre",
}),
2083 => Some(EpsgInfo {
code: 2083,
name: "Hito XVIII 1963 / Argentina 2",
area_of_use: "Argentina - Tierra del Fuego onshore west of 67°30'W.",
unit: "metre",
}),
2099 => Some(EpsgInfo {
code: 2099,
name: "Qatar 1948 / Qatar Grid",
area_of_use: "Qatar - onshore.",
unit: "metre",
}),
2101 => Some(EpsgInfo {
code: 2101,
name: "Lake / Maracaibo Grid M1",
area_of_use: "Venezuela - Maracaibo area, onshore and offshore in lake.",
unit: "metre",
}),
2102 => Some(EpsgInfo {
code: 2102,
name: "Lake / Maracaibo Grid",
area_of_use: "Venezuela - Maracaibo area, onshore and offshore in lake.",
unit: "metre",
}),
2103 => Some(EpsgInfo {
code: 2103,
name: "Lake / Maracaibo Grid M3",
area_of_use: "Venezuela - Maracaibo area, onshore and offshore in lake.",
unit: "metre",
}),
2104 => Some(EpsgInfo {
code: 2104,
name: "Lake / Maracaibo La Rosa Grid",
area_of_use: "Venezuela - Maracaibo area offshore blocks I, II and III.",
unit: "metre",
}),
2218 => Some(EpsgInfo {
code: 2218,
name: "Scoresbysund 1952 / Greenland zone 5 east",
area_of_use: "Greenland - east coast onshore - between 69°N and 72°N.",
unit: "metre",
}),
2221 => Some(EpsgInfo {
code: 2221,
name: "Scoresbysund 1952 / Greenland zone 6 east",
area_of_use: "Greenland - east coast onshore - between 68°N and 69°N.",
unit: "metre",
}),
2235 => Some(EpsgInfo {
code: 2235,
name: "NAD83 / Delaware (ftUS)",
area_of_use: "United States (USA) - Delaware - counties of Kent; New Castle; Sussex.",
unit: "US survey foot",
}),
2239 => Some(EpsgInfo {
code: 2239,
name: "NAD83 / Georgia East (ftUS)",
area_of_use: "United States (USA) - Georgia - counties of Appling; Atkinson; Bacon; Baldwin; Brantley; Bryan; Bulloch; Burke; Camden; Candler; Charlton; Chatham; Clinch; Coffee; Columbia; Dodge; Echols; Effingham; Elbert; Emanuel; Evans; Franklin; Glascock; Glynn; Greene; Hancock; Hart; Jeff Davis; Jefferson; Jenkins; Johnson; Lanier; Laurens; Liberty; Lincoln; Long; Madison; McDuffie; McIntosh; Montgomery; Oglethorpe; Pierce; Richmond; Screven; Stephens; Taliaferro; Tattnall; Telfair; Toombs; Treutlen; Ware; Warren; Washington; Wayne; Wheeler; Wilkes; Wilkinson.",
unit: "US survey foot",
}),
2240 => Some(EpsgInfo {
code: 2240,
name: "NAD83 / Georgia West (ftUS)",
area_of_use: "United States (USA) - Georgia - counties of Baker; Banks; Barrow; Bartow; Ben Hill; Berrien; Bibb; Bleckley; Brooks; Butts; Calhoun; Carroll; Catoosa; Chattahoochee; Chattooga; Cherokee; Clarke; Clay; Clayton; Cobb; Colquitt; Cook; Coweta; Crawford; Crisp; Dade; Dawson; De Kalb; Decatur; Dooly; Dougherty; Douglas; Early; Fannin; Fayette; Floyd; Forsyth; Fulton; Gilmer; Gordon; Grady; Gwinnett; Habersham; Hall; Haralson; Harris; Heard; Henry; Houston; Irwin; Jackson; Jasper; Jones; Lamar; Lee; Lowndes; Lumpkin; Macon; Marion; Meriwether; Miller; Mitchell; Monroe; Morgan; Murray; Muscogee; Newton; Oconee; Paulding; Peach; Pickens; Pike; Polk; Pulaski; Putnam; Quitman; Rabun; Randolph; Rockdale; Schley; Seminole; Spalding; Stewart; Sumter; Talbot; Taylor; Terrell; Thomas; Tift; Towns; Troup; Turner; Twiggs; Union; Upson; Walker; Walton; Webster; White; Whitfield; Wilcox; Worth.",
unit: "US survey foot",
}),
2241 => Some(EpsgInfo {
code: 2241,
name: "NAD83 / Idaho East (ftUS)",
area_of_use: "United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton.",
unit: "US survey foot",
}),
2242 => Some(EpsgInfo {
code: 2242,
name: "NAD83 / Idaho Central (ftUS)",
area_of_use: "United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls.",
unit: "US survey foot",
}),
2243 => Some(EpsgInfo {
code: 2243,
name: "NAD83 / Idaho West (ftUS)",
area_of_use: "United States (USA) - Idaho - counties of Ada; Adams; Benewah; Boise; Bonner; Boundary; Canyon; Clearwater; Elmore; Gem; Idaho; Kootenai; Latah; Lewis; Nez Perce; Owyhee; Payette; Shoshone; Valley; Washington.",
unit: "US survey foot",
}),
2246 => Some(EpsgInfo {
code: 2246,
name: "NAD83 / Kentucky North (ftUS)",
area_of_use: "United States (USA) - Kentucky - counties of Anderson; Bath; Boone; Bourbon; Boyd; Bracken; Bullitt; Campbell; Carroll; Carter; Clark; Elliott; Fayette; Fleming; Franklin; Gallatin; Grant; Greenup; Harrison; Henry; Jefferson; Jessamine; Kenton; Lawrence; Lewis; Mason; Menifee; Montgomery; Morgan; Nicholas; Oldham; Owen; Pendleton; Robertson; Rowan; Scott; Shelby; Spencer; Trimble; Woodford.",
unit: "US survey foot",
}),
2247 => Some(EpsgInfo {
code: 2247,
name: "NAD83 / Kentucky South (ftUS)",
area_of_use: "United States (USA) - Kentucky - counties of Adair; Allen; Ballard; Barren; Bell; Boyle; Breathitt; Breckinridge; Butler; Caldwell; Calloway; Carlisle; Casey; Christian; Clay; Clinton; Crittenden; Cumberland; Daviess; Edmonson; Estill; Floyd; Fulton; Garrard; Graves; Grayson; Green; Hancock; Hardin; Harlan; Hart; Henderson; Hickman; Hopkins; Jackson; Johnson; Knott; Knox; Larue; Laurel; Lee; Leslie; Letcher; Lincoln; Livingston; Logan; Lyon; Madison; Magoffin; Marion; Marshall; Martin; McCracken; McCreary; McLean; Meade; Mercer; Metcalfe; Monroe; Muhlenberg; Nelson; Ohio; Owsley; Perry; Pike; Powell; Pulaski; Rockcastle; Russell; Simpson; Taylor; Todd; Trigg; Union; Warren; Washington; Wayne; Webster; Whitley; Wolfe.",
unit: "US survey foot",
}),
2249 => Some(EpsgInfo {
code: 2249,
name: "NAD83 / Massachusetts Mainland (ftUS)",
area_of_use: "United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester.",
unit: "US survey foot",
}),
2250 => Some(EpsgInfo {
code: 2250,
name: "NAD83 / Massachusetts Island (ftUS)",
area_of_use: "United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket.",
unit: "US survey foot",
}),
2251 => Some(EpsgInfo {
code: 2251,
name: "NAD83 / Michigan North (ft)",
area_of_use: "United States (USA) - Michigan north of approximately 45°45'N - counties of Alger; Baraga; Chippewa; Delta; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Luce; Mackinac; Marquette; Menominee; Ontonagon; Schoolcraft.",
unit: "foot",
}),
2296 => Some(EpsgInfo {
code: 2296,
name: "Ammassalik 1958 / Greenland zone 7 east",
area_of_use: "Greenland - Ammassalik area onshore.",
unit: "metre",
}),
2299 => Some(EpsgInfo {
code: 2299,
name: "Qornoq 1927 / Greenland zone 2 west",
area_of_use: "Greenland - west coast onshore - between 78°N and 79°N.",
unit: "metre",
}),
2301 => Some(EpsgInfo {
code: 2301,
name: "Qornoq 1927 / Greenland zone 3 west",
area_of_use: "Greenland - west coast - between 75°N and 78°N.",
unit: "metre",
}),
2303 => Some(EpsgInfo {
code: 2303,
name: "Qornoq 1927 / Greenland zone 4 west",
area_of_use: "Greenland - west coast onshore - between 72°N and 75°N.",
unit: "metre",
}),
2304 => Some(EpsgInfo {
code: 2304,
name: "Qornoq 1927 / Greenland zone 5 west",
area_of_use: "Greenland - west coast onshore - between 69°N and 72°N.",
unit: "metre",
}),
2305 => Some(EpsgInfo {
code: 2305,
name: "Qornoq 1927 / Greenland zone 6 west",
area_of_use: "Greenland - west coast onshore - between 66°N and 69°N.",
unit: "metre",
}),
2306 => Some(EpsgInfo {
code: 2306,
name: "Qornoq 1927 / Greenland zone 7 west",
area_of_use: "Greenland - west coast onshore - between 63°N and 66°N.",
unit: "metre",
}),
2307 => Some(EpsgInfo {
code: 2307,
name: "Qornoq 1927 / Greenland zone 8 east",
area_of_use: "Greenland - onshore southwest coastal area south of 63°N.",
unit: "metre",
}),
3121 => Some(EpsgInfo {
code: 3121,
name: "PRS92 / Philippines zone 1",
area_of_use: "Philippines - west of 118°E onshore and offshore.",
unit: "metre",
}),
2965 => Some(EpsgInfo {
code: 2965,
name: "NAD83 / Indiana East (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock; Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison; Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland; Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.",
unit: "US survey foot",
}),
2966 => Some(EpsgInfo {
code: 2966,
name: "NAD83 / Indiana West (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.",
unit: "US survey foot",
}),
2967 => Some(EpsgInfo {
code: 2967,
name: "NAD83(HARN) / Indiana East (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock; Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison; Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland; Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.",
unit: "US survey foot",
}),
2968 => Some(EpsgInfo {
code: 2968,
name: "NAD83(HARN) / Indiana West (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.",
unit: "US survey foot",
}),
3122 => Some(EpsgInfo {
code: 3122,
name: "PRS92 / Philippines zone 2",
area_of_use: "Philippines - approximately between 118°E and 120°E - Palawan; Calamian Islands - onshore and offshore.",
unit: "metre",
}),
3123 => Some(EpsgInfo {
code: 3123,
name: "PRS92 / Philippines zone 3",
area_of_use: "Philippines - approximately between 120°E and 122°E, onshore and offshore. Luzon (west of 122°E); Mindoro.",
unit: "metre",
}),
2991 => Some(EpsgInfo {
code: 2991,
name: "NAD83 / Oregon LCC (m)",
area_of_use: "United States (USA) - Oregon.",
unit: "metre",
}),
2993 => Some(EpsgInfo {
code: 2993,
name: "NAD83(HARN) / Oregon LCC (m)",
area_of_use: "United States (USA) - Oregon.",
unit: "metre",
}),
3000 => Some(EpsgInfo {
code: 3000,
name: "Segara / NEIEZ",
area_of_use: "Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas.",
unit: "metre",
}),
3001 => Some(EpsgInfo {
code: 3001,
name: "Batavia / NEIEZ",
area_of_use: "Indonesia - onshore - Bali, Java and western Sumatra.",
unit: "metre",
}),
3002 => Some(EpsgInfo {
code: 3002,
name: "Makassar / NEIEZ",
area_of_use: "Indonesia - south west Sulawesi.",
unit: "metre",
}),
3003 => Some(EpsgInfo {
code: 3003,
name: "Monte Mario / Italy zone 1",
area_of_use: "Italy - onshore and offshore - west of 12°E.",
unit: "metre",
}),
3004 => Some(EpsgInfo {
code: 3004,
name: "Monte Mario / Italy zone 2",
area_of_use: "Italy - onshore and offshore - east of 12°E including San Marino and Vatican City State.",
unit: "metre",
}),
3016 => Some(EpsgInfo {
code: 3016,
name: "SWEREF99 20 15",
area_of_use: "Sweden - communes in Vaasterbotten east of approximately 19°30'E and (i) north of 63°30'N and (ii) south of approximately 65°05'N. Also Norbotten west of approximately 23°20'E. See information source for map.",
unit: "metre",
}),
3017 => Some(EpsgInfo {
code: 3017,
name: "SWEREF99 21 45",
area_of_use: "Sweden - communes in Norbotten east of approximately 19°30'E and south of approximately 65°50'N. See information source for map.",
unit: "metre",
}),
3018 => Some(EpsgInfo {
code: 3018,
name: "SWEREF99 23 15",
area_of_use: "Sweden - communes east of approximately 21°50'E. See information source for map.",
unit: "metre",
}),
3019 => Some(EpsgInfo {
code: 3019,
name: "RT90 7.5 gon V",
area_of_use: "Sweden - communes west of approximately 12°26'E. See information source for map.",
unit: "metre",
}),
3020 => Some(EpsgInfo {
code: 3020,
name: "RT90 5 gon V",
area_of_use: "Sweden - communes between approximately 12°26'E and 14°40'E. See information source for map.",
unit: "metre",
}),
3021 => Some(EpsgInfo {
code: 3021,
name: "RT90 2.5 gon V",
area_of_use: "Various",
unit: "metre",
}),
3022 => Some(EpsgInfo {
code: 3022,
name: "RT90 0 gon",
area_of_use: "Sweden - communes between approximately 16°55'E and 19°10'E; Gotland. See information source for map.",
unit: "metre",
}),
3023 => Some(EpsgInfo {
code: 3023,
name: "RT90 2.5 gon O",
area_of_use: "Sweden - communes between approximately 19°10'E and 21°25'E. See information source for map.",
unit: "metre",
}),
3024 => Some(EpsgInfo {
code: 3024,
name: "RT90 5 gon O",
area_of_use: "Sweden - east of approximately 21°26'E. See information source for map.",
unit: "metre",
}),
3025 => Some(EpsgInfo {
code: 3025,
name: "RT38 7.5 gon V",
area_of_use: "Sweden - communes west of approximately 12°26'E. See information source for map.",
unit: "metre",
}),
3026 => Some(EpsgInfo {
code: 3026,
name: "RT38 5 gon V",
area_of_use: "Sweden - communes between approximately 12°26'E and 14°40'E. See information source for map.",
unit: "metre",
}),
3027 => Some(EpsgInfo {
code: 3027,
name: "RT38 2.5 gon V",
area_of_use: "Various",
unit: "metre",
}),
3028 => Some(EpsgInfo {
code: 3028,
name: "RT38 0 gon",
area_of_use: "Sweden - communes between approximately 16°55'E and 19°10'E; Gotland. See information source for map.",
unit: "metre",
}),
3029 => Some(EpsgInfo {
code: 3029,
name: "RT38 2.5 gon O",
area_of_use: "Sweden - communes between approximately 19°10'E and 21°25'E. See information source for map.",
unit: "metre",
}),
3030 => Some(EpsgInfo {
code: 3030,
name: "RT38 5 gon O",
area_of_use: "Sweden - east of approximately 21°26'E. See information source for map.",
unit: "metre",
}),
3058 => Some(EpsgInfo {
code: 3058,
name: "Helle 1954 / Jan Mayen Grid",
area_of_use: "Jan Mayen - onshore.",
unit: "metre",
}),
3068 => Some(EpsgInfo {
code: 3068,
name: "DHDN / Soldner Berlin",
area_of_use: "Germany - Berlin.",
unit: "metre",
}),
3072 => Some(EpsgInfo {
code: 3072,
name: "NAD83 / Maine CS2000 East",
area_of_use: "United States (USA) - Maine east of approximately 68°25'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the Fort Kent - Frenchville town line, thence continuing easterly and then southerly along the state line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Knox and Hancock County line, thence northerly along the easterly boundary of the Maine 2000 Central Zone, as defined, to the point of beginning.",
unit: "metre",
}),
3074 => Some(EpsgInfo {
code: 3074,
name: "NAD83 / Maine CS2000 West",
area_of_use: "United States (USA) - Maine west of approximately 69°40'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence following the Somerset County line Easterly to the Northwest corner of the Somerset and Piscataquis county line, thence Southerly along this county line to the northeast corner of the Athens town line, thence westerly along the town line between Brighton Plantation and Athens to the westerly corner of Athens, and continuing southerly to the southwest corner of the town of Athens where it meets the Cornville town line, thence westerly along the Cornville - Solon town line to the intersection of the Cornville - Madison town line, thence southerly and westerly following the Madison town line to the intersection of the Norridgewock - Skowhegan town line, thence southerly along the Skowhegan town line to the Fairfield town line, thence easterly along the Fairfield town line to the Clinton town line (being determined by the Kennebec River), thence southerly along the Kennebec River to the Augusta city line, thence easterly along the city line to the Windsor town line, thence southerly along the Augusta - Windsor town line to the northwest corner of the Lincoln County line, thence southerly along the westerly Lincoln county line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary on the westerly side of the state to the point of beginning.",
unit: "metre",
}),
3075 => Some(EpsgInfo {
code: 3075,
name: "NAD83(HARN) / Maine CS2000 East",
area_of_use: "United States (USA) - Maine east of approximately 68°25'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the Fort Kent - Frenchville town line, thence continuing easterly and then southerly along the state line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Knox and Hancock County line, thence northerly along the easterly boundary of the Maine 2000 Central Zone, as defined, to the point of beginning.",
unit: "metre",
}),
3077 => Some(EpsgInfo {
code: 3077,
name: "NAD83(HARN) / Maine CS2000 West",
area_of_use: "United States (USA) - Maine west of approximately 69°40'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence following the Somerset County line Easterly to the Northwest corner of the Somerset and Piscataquis county line, thence Southerly along this county line to the northeast corner of the Athens town line, thence westerly along the town line between Brighton Plantation and Athens to the westerly corner of Athens, and continuing southerly to the southwest corner of the town of Athens where it meets the Cornville town line, thence westerly along the Cornville - Solon town line to the intersection of the Cornville - Madison town line, thence southerly and westerly following the Madison town line to the intersection of the Norridgewock - Skowhegan town line, thence southerly along the Skowhegan town line to the Fairfield town line, thence easterly along the Fairfield town line to the Clinton town line (being determined by the Kennebec River), thence southerly along the Kennebec River to the Augusta city line, thence easterly along the city line to the Windsor town line, thence southerly along the Augusta - Windsor town line to the northwest corner of the Lincoln County line, thence southerly along the westerly Lincoln county line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary on the westerly side of the state to the point of beginning.",
unit: "metre",
}),
3124 => Some(EpsgInfo {
code: 3124,
name: "PRS92 / Philippines zone 4",
area_of_use: "Philippines - approximately between 122°E and 124°E onshore and offshore - southeast Luzon (east of 122°E); Tablas; Masbate; Panay; Cebu; Negros; west Mindanao (west of 122°E).",
unit: "metre",
}),
3125 => Some(EpsgInfo {
code: 3125,
name: "PRS92 / Philippines zone 5",
area_of_use: "Philippines - approximately between 124°E and 126°E, onshore and offshore - east Mindanao (east of 124°E); Bohol; Samar.",
unit: "metre",
}),
3080 => Some(EpsgInfo {
code: 3080,
name: "NAD27 / Shackleford",
area_of_use: "United States (USA) - Texas.",
unit: "foot",
}),
3081 => Some(EpsgInfo {
code: 3081,
name: "NAD83 / Texas State Mapping System",
area_of_use: "United States (USA) - Texas.",
unit: "metre",
}),
3088 => Some(EpsgInfo {
code: 3088,
name: "NAD83 / Kentucky Single Zone",
area_of_use: "United States (USA) - Kentucky.",
unit: "metre",
}),
3089 => Some(EpsgInfo {
code: 3089,
name: "NAD83 / Kentucky Single Zone (ftUS)",
area_of_use: "United States (USA) - Kentucky.",
unit: "US survey foot",
}),
3090 => Some(EpsgInfo {
code: 3090,
name: "NAD83(HARN) / Kentucky Single Zone",
area_of_use: "United States (USA) - Kentucky.",
unit: "metre",
}),
3091 => Some(EpsgInfo {
code: 3091,
name: "NAD83(HARN) / Kentucky Single Zone (ftUS)",
area_of_use: "United States (USA) - Kentucky.",
unit: "US survey foot",
}),
3108 => Some(EpsgInfo {
code: 3108,
name: "ETRS89 / Guernsey Grid",
area_of_use: "Channel Islands - Guernsey, Alderney, Sark, Herm, Brecqhou, Jethou, Lihou - onshore and offshore.",
unit: "metre",
}),
3110 => Some(EpsgInfo {
code: 3110,
name: "AGD66 / Vicgrid66",
area_of_use: "Australia - Victoria.",
unit: "metre",
}),
3113 => Some(EpsgInfo {
code: 3113,
name: "GDA94 / BCSG02",
area_of_use: "Australia - Brisbane and surrounding area. Also applicable in other local authorities in south-east Queensland (Gold Coast, Logan, Ipswich, Scenic Rim, Redland, Moreton Bay, Sunshine Coast, Noosa, eastern part of Gympie, eastern part of Fraser Coast) and north-east New South Wales (Tweed, Byron, Lismore, Kyogle, Ballina and Richmond Valley).",
unit: "metre",
}),
3114 => Some(EpsgInfo {
code: 3114,
name: "MAGNA-SIRGAS / Colombia Far West zone",
area_of_use: "Colombia - mainland onshore west of 4°30'W of Bogota (approximately 78°35'W of Greenwich).",
unit: "metre",
}),
3115 => Some(EpsgInfo {
code: 3115,
name: "MAGNA-SIRGAS / Colombia West zone",
area_of_use: "Colombia - onshore between 4°30'W and 1°30'W of Bogota (approximately 78°35'W and 75°35'W of Greenwich).",
unit: "metre",
}),
3116 => Some(EpsgInfo {
code: 3116,
name: "MAGNA-SIRGAS / Colombia Bogota zone",
area_of_use: "Colombia - onshore between 1°30'W and 1°30'E of Bogota (approximately 75°35'W and 72°35'W of Greenwich).",
unit: "metre",
}),
3117 => Some(EpsgInfo {
code: 3117,
name: "MAGNA-SIRGAS / Colombia East Central zone",
area_of_use: "Colombia - onshore between 1°30'E and 4°30'E of Bogota (approximately 72°35'W and 69°35'W of Greenwich).",
unit: "metre",
}),
3118 => Some(EpsgInfo {
code: 3118,
name: "MAGNA-SIRGAS / Colombia East zone",
area_of_use: "Colombia - east of 4°30'E of Bogota (approximately 69°35'W of Greenwich).",
unit: "metre",
}),
3119 => Some(EpsgInfo {
code: 3119,
name: "Douala 1948 / AEF west",
area_of_use: "Cameroon - coastal area.",
unit: "metre",
}),
3120 => Some(EpsgInfo {
code: 3120,
name: "Pulkovo 1942(58) / Poland zone I",
area_of_use: "Poland - southeast - south of 52°20'N and east of 18°E.",
unit: "metre",
}),
3294 => Some(EpsgInfo {
code: 3294,
name: "WGS 84 / USGS Transantarctic Mountains",
area_of_use: "Antarctica - Transantarctic mountains north of 80°S.",
unit: "metre",
}),
3126 => Some(EpsgInfo {
code: 3126,
name: "ETRS89 / ETRS-GK19FIN",
area_of_use: "Finland - onshore west of 19°30'E.",
unit: "metre",
}),
3127 => Some(EpsgInfo {
code: 3127,
name: "ETRS89 / ETRS-GK20FIN",
area_of_use: "Finland - onshore between 19°30'E and 20°30'E.",
unit: "metre",
}),
3128 => Some(EpsgInfo {
code: 3128,
name: "ETRS89 / ETRS-GK21FIN",
area_of_use: "Finland - onshore between 20°30'E and 21°30'E.",
unit: "metre",
}),
3129 => Some(EpsgInfo {
code: 3129,
name: "ETRS89 / ETRS-GK22FIN",
area_of_use: "Finland - onshore between 21°30'E and 22°30'E.",
unit: "metre",
}),
3130 => Some(EpsgInfo {
code: 3130,
name: "ETRS89 / ETRS-GK23FIN",
area_of_use: "Finland - onshore between 22°30'E and 23°30'E.",
unit: "metre",
}),
3131 => Some(EpsgInfo {
code: 3131,
name: "ETRS89 / ETRS-GK24FIN",
area_of_use: "Finland - onshore between 23°30'E and 24°30'E.",
unit: "metre",
}),
3132 => Some(EpsgInfo {
code: 3132,
name: "ETRS89 / ETRS-GK25FIN",
area_of_use: "Finland - onshore between 24°30'E and 25°30'E.",
unit: "metre",
}),
3133 => Some(EpsgInfo {
code: 3133,
name: "ETRS89 / ETRS-GK26FIN",
area_of_use: "Finland - onshore between 25°30'E and 26°30'E.",
unit: "metre",
}),
3134 => Some(EpsgInfo {
code: 3134,
name: "ETRS89 / ETRS-GK27FIN",
area_of_use: "Finland - onshore between 26°30'E and 27°30'E.",
unit: "metre",
}),
3135 => Some(EpsgInfo {
code: 3135,
name: "ETRS89 / ETRS-GK28FIN",
area_of_use: "Finland - onshore between 27°30'E and 28°30'E.",
unit: "metre",
}),
3136 => Some(EpsgInfo {
code: 3136,
name: "ETRS89 / ETRS-GK29FIN",
area_of_use: "Finland - between 28°30'E and 29°30'E.",
unit: "metre",
}),
3137 => Some(EpsgInfo {
code: 3137,
name: "ETRS89 / ETRS-GK30FIN",
area_of_use: "Finland - between 29°30'E and 30°30'E.",
unit: "metre",
}),
3138 => Some(EpsgInfo {
code: 3138,
name: "ETRS89 / ETRS-GK31FIN",
area_of_use: "Finland - east of 30°30'E.",
unit: "metre",
}),
3295 => Some(EpsgInfo {
code: 3295,
name: "Guam 1963 / Yap Islands",
area_of_use: "Federated States of Micronesia - Yap Islands.",
unit: "metre",
}),
3140 => Some(EpsgInfo {
code: 3140,
name: "Viti Levu 1912 / Viti Levu Grid",
area_of_use: "Fiji - Viti Levu island.",
unit: "link",
}),
3152 => Some(EpsgInfo {
code: 3152,
name: "ST74",
area_of_use: "Sweden - Stockholm commune.",
unit: "metre",
}),
3300 => Some(EpsgInfo {
code: 3300,
name: "Estonian Coordinate System of 1992",
area_of_use: "Estonia - onshore.",
unit: "metre",
}),
3328 => Some(EpsgInfo {
code: 3328,
name: "Pulkovo 1942(58) / GUGiK-80",
area_of_use: "Poland - onshore.",
unit: "metre",
}),
3200 => Some(EpsgInfo {
code: 3200,
name: "FD58 / Iraq zone",
area_of_use: "Iran - Arwaz area and onshore Gulf coast west of 54°E, Lavan Island, offshore Balal field and South Pars blocks 2 and 3.",
unit: "metre",
}),
3204 => Some(EpsgInfo {
code: 3204,
name: "WGS 84 / SCAR IMW SP19-20",
area_of_use: "Antarctica - 60°S to 64°S and 72°W to 60°W.",
unit: "metre",
}),
3205 => Some(EpsgInfo {
code: 3205,
name: "WGS 84 / SCAR IMW SP21-22",
area_of_use: "Antarctica - 60°S to 64°S and 60°W to 48°W.",
unit: "metre",
}),
3206 => Some(EpsgInfo {
code: 3206,
name: "WGS 84 / SCAR IMW SP23-24",
area_of_use: "Antarctica - 60°S to 64°S and 48°W to 36°W.",
unit: "metre",
}),
3207 => Some(EpsgInfo {
code: 3207,
name: "WGS 84 / SCAR IMW SQ01-02",
area_of_use: "Antarctica - 64°S to 68°S and 180°W to 168°W.",
unit: "metre",
}),
3208 => Some(EpsgInfo {
code: 3208,
name: "WGS 84 / SCAR IMW SQ19-20",
area_of_use: "Antarctica - 64°S to 68°S and 72°W to 60°W.",
unit: "metre",
}),
3209 => Some(EpsgInfo {
code: 3209,
name: "WGS 84 / SCAR IMW SQ21-22",
area_of_use: "Antarctica - 64°S to 68°S and 60°W to 48°W.",
unit: "metre",
}),
3210 => Some(EpsgInfo {
code: 3210,
name: "WGS 84 / SCAR IMW SQ37-38",
area_of_use: "Antarctica - 64°S to 68°S and 36°E to 48°E.",
unit: "metre",
}),
3211 => Some(EpsgInfo {
code: 3211,
name: "WGS 84 / SCAR IMW SQ39-40",
area_of_use: "Antarctica - 64°S to 68°S and 48°E to 60°E.",
unit: "metre",
}),
3212 => Some(EpsgInfo {
code: 3212,
name: "WGS 84 / SCAR IMW SQ41-42",
area_of_use: "Antarctica - 64°S to 68°S and 60°E to 72°E.",
unit: "metre",
}),
3213 => Some(EpsgInfo {
code: 3213,
name: "WGS 84 / SCAR IMW SQ43-44",
area_of_use: "Antarctica - 64°S to 68°S and 72°E to 84°E.",
unit: "metre",
}),
3214 => Some(EpsgInfo {
code: 3214,
name: "WGS 84 / SCAR IMW SQ45-46",
area_of_use: "Antarctica - 64°S to 68°S and 84°E to 96°E.",
unit: "metre",
}),
3215 => Some(EpsgInfo {
code: 3215,
name: "WGS 84 / SCAR IMW SQ47-48",
area_of_use: "Antarctica - 64°S to 68°S and 96°E to 108°E.",
unit: "metre",
}),
3216 => Some(EpsgInfo {
code: 3216,
name: "WGS 84 / SCAR IMW SQ49-50",
area_of_use: "Antarctica - 64°S to 68°S and 108°E to 120°E.",
unit: "metre",
}),
3217 => Some(EpsgInfo {
code: 3217,
name: "WGS 84 / SCAR IMW SQ51-52",
area_of_use: "Antarctica - 64°S to 68°S and 120°E to 132°E.",
unit: "metre",
}),
3218 => Some(EpsgInfo {
code: 3218,
name: "WGS 84 / SCAR IMW SQ53-54",
area_of_use: "Antarctica - 64°S to 68°S and 132°E to 144°E.",
unit: "metre",
}),
3219 => Some(EpsgInfo {
code: 3219,
name: "WGS 84 / SCAR IMW SQ55-56",
area_of_use: "Antarctica - 64°S to 68°S and 144°E to 156°E.",
unit: "metre",
}),
3220 => Some(EpsgInfo {
code: 3220,
name: "WGS 84 / SCAR IMW SQ57-58",
area_of_use: "Antarctica - 64°S to 68°S and 156°E to 168°E.",
unit: "metre",
}),
3221 => Some(EpsgInfo {
code: 3221,
name: "WGS 84 / SCAR IMW SR13-14",
area_of_use: "Antarctica - 68°S to 72°S and 108°W to 96°W.",
unit: "metre",
}),
3222 => Some(EpsgInfo {
code: 3222,
name: "WGS 84 / SCAR IMW SR15-16",
area_of_use: "Antarctica - 68°S to 72°S and 96°W to 84°W.",
unit: "metre",
}),
3223 => Some(EpsgInfo {
code: 3223,
name: "WGS 84 / SCAR IMW SR17-18",
area_of_use: "Antarctica - 68°S to 72°S and 84°W to 72°W.",
unit: "metre",
}),
3224 => Some(EpsgInfo {
code: 3224,
name: "WGS 84 / SCAR IMW SR19-20",
area_of_use: "Antarctica - 68°S to 72°S and 72°W to 60°W.",
unit: "metre",
}),
3225 => Some(EpsgInfo {
code: 3225,
name: "WGS 84 / SCAR IMW SR27-28",
area_of_use: "Antarctica - 68°S to 72°S and 24°W to 12°W.",
unit: "metre",
}),
3226 => Some(EpsgInfo {
code: 3226,
name: "WGS 84 / SCAR IMW SR29-30",
area_of_use: "Antarctica - 68°S to 72°S and 12°W to 0°W.",
unit: "metre",
}),
3227 => Some(EpsgInfo {
code: 3227,
name: "WGS 84 / SCAR IMW SR31-32",
area_of_use: "Antarctica - 68°S to 72°S and 0°E to 12°E.",
unit: "metre",
}),
3228 => Some(EpsgInfo {
code: 3228,
name: "WGS 84 / SCAR IMW SR33-34",
area_of_use: "Antarctica - 68°S to 72°S and 12°E to 24°E.",
unit: "metre",
}),
3229 => Some(EpsgInfo {
code: 3229,
name: "WGS 84 / SCAR IMW SR35-36",
area_of_use: "Antarctica - 68°S to 72°S and 24°E to 36°E.",
unit: "metre",
}),
3230 => Some(EpsgInfo {
code: 3230,
name: "WGS 84 / SCAR IMW SR37-38",
area_of_use: "Antarctica - 68°S to 72°S and 36°E to 48°E.",
unit: "metre",
}),
3231 => Some(EpsgInfo {
code: 3231,
name: "WGS 84 / SCAR IMW SR39-40",
area_of_use: "Antarctica - 68°S to 72°S and 48°E to 60°E.",
unit: "metre",
}),
3232 => Some(EpsgInfo {
code: 3232,
name: "WGS 84 / SCAR IMW SR41-42",
area_of_use: "Antarctica - 68°S to 72°S and 60°E to 72°E.",
unit: "metre",
}),
3233 => Some(EpsgInfo {
code: 3233,
name: "WGS 84 / SCAR IMW SR43-44",
area_of_use: "Antarctica - 68°S to 72°S and 72°E to 84°E.",
unit: "metre",
}),
3234 => Some(EpsgInfo {
code: 3234,
name: "WGS 84 / SCAR IMW SR45-46",
area_of_use: "Antarctica - 68°S to 72°S and 84°E to 96°E.",
unit: "metre",
}),
3235 => Some(EpsgInfo {
code: 3235,
name: "WGS 84 / SCAR IMW SR47-48",
area_of_use: "Antarctica - 68°S to 72°S and 96°E to 108°E.",
unit: "metre",
}),
3236 => Some(EpsgInfo {
code: 3236,
name: "WGS 84 / SCAR IMW SR49-50",
area_of_use: "Antarctica - 68°S to 72°S and 108°E to 120°E.",
unit: "metre",
}),
3237 => Some(EpsgInfo {
code: 3237,
name: "WGS 84 / SCAR IMW SR51-52",
area_of_use: "Antarctica - 68°S to 72°S and 120°E to 132°E.",
unit: "metre",
}),
3238 => Some(EpsgInfo {
code: 3238,
name: "WGS 84 / SCAR IMW SR53-54",
area_of_use: "Antarctica - 68°S to 72°S and 132°E to 144°E.",
unit: "metre",
}),
3239 => Some(EpsgInfo {
code: 3239,
name: "WGS 84 / SCAR IMW SR55-56",
area_of_use: "Antarctica - 68°S to 72°S and 144°E to 156°E.",
unit: "metre",
}),
3240 => Some(EpsgInfo {
code: 3240,
name: "WGS 84 / SCAR IMW SR57-58",
area_of_use: "Antarctica - 68°S to 72°S and 156°E to 168°E.",
unit: "metre",
}),
3241 => Some(EpsgInfo {
code: 3241,
name: "WGS 84 / SCAR IMW SR59-60",
area_of_use: "Antarctica - 68°S to 72°S and 168°E to 180°E.",
unit: "metre",
}),
3242 => Some(EpsgInfo {
code: 3242,
name: "WGS 84 / SCAR IMW SS04-06",
area_of_use: "Antarctica - 72°S to 76°S and 162°W to 144°W.",
unit: "metre",
}),
3243 => Some(EpsgInfo {
code: 3243,
name: "WGS 84 / SCAR IMW SS07-09",
area_of_use: "Antarctica - 72°S to 76°S and 144°W to 126°W.",
unit: "metre",
}),
3244 => Some(EpsgInfo {
code: 3244,
name: "WGS 84 / SCAR IMW SS10-12",
area_of_use: "Antarctica - 72°S to 76°S and 126°W to 108°W.",
unit: "metre",
}),
3245 => Some(EpsgInfo {
code: 3245,
name: "WGS 84 / SCAR IMW SS13-15",
area_of_use: "Antarctica - 72°S to 76°S and 108°W to 90°W.",
unit: "metre",
}),
3246 => Some(EpsgInfo {
code: 3246,
name: "WGS 84 / SCAR IMW SS16-18",
area_of_use: "Antarctica - 72°S to 76°S and 90°W to 72°W.",
unit: "metre",
}),
3247 => Some(EpsgInfo {
code: 3247,
name: "WGS 84 / SCAR IMW SS19-21",
area_of_use: "Antarctica - 72°S to 76°S and 72°W to 54°W.",
unit: "metre",
}),
3248 => Some(EpsgInfo {
code: 3248,
name: "WGS 84 / SCAR IMW SS25-27",
area_of_use: "Antarctica - 72°S to 76°S and 36°W to 18°W.",
unit: "metre",
}),
3249 => Some(EpsgInfo {
code: 3249,
name: "WGS 84 / SCAR IMW SS28-30",
area_of_use: "Antarctica - 72°S to 76°S and 18°W to 0°W.",
unit: "metre",
}),
3250 => Some(EpsgInfo {
code: 3250,
name: "WGS 84 / SCAR IMW SS31-33",
area_of_use: "Antarctica - 72°S to 76°S and 0°E to 18°E.",
unit: "metre",
}),
3251 => Some(EpsgInfo {
code: 3251,
name: "WGS 84 / SCAR IMW SS34-36",
area_of_use: "Antarctica - 72°S to 76°S and 18°E to 36°E.",
unit: "metre",
}),
3252 => Some(EpsgInfo {
code: 3252,
name: "WGS 84 / SCAR IMW SS37-39",
area_of_use: "Antarctica - 72°S to 76°S and 36°E to 54°E.",
unit: "metre",
}),
3253 => Some(EpsgInfo {
code: 3253,
name: "WGS 84 / SCAR IMW SS40-42",
area_of_use: "Antarctica - 72°S to 76°S and 54°E to 72°E.",
unit: "metre",
}),
3254 => Some(EpsgInfo {
code: 3254,
name: "WGS 84 / SCAR IMW SS43-45",
area_of_use: "Antarctica - 72°S to 76°S and 72°E to 90°E.",
unit: "metre",
}),
3255 => Some(EpsgInfo {
code: 3255,
name: "WGS 84 / SCAR IMW SS46-48",
area_of_use: "Antarctica - 72°S to 76°S and 90°E to 108°E.",
unit: "metre",
}),
3256 => Some(EpsgInfo {
code: 3256,
name: "WGS 84 / SCAR IMW SS49-51",
area_of_use: "Antarctica - 72°S to 76°S and 108°E to 126°E.",
unit: "metre",
}),
3257 => Some(EpsgInfo {
code: 3257,
name: "WGS 84 / SCAR IMW SS52-54",
area_of_use: "Antarctica - 72°S to 76°S and 126°E to 144°E.",
unit: "metre",
}),
3258 => Some(EpsgInfo {
code: 3258,
name: "WGS 84 / SCAR IMW SS55-57",
area_of_use: "Antarctica - 72°S to 76°S and 144°E to 162°E.",
unit: "metre",
}),
3259 => Some(EpsgInfo {
code: 3259,
name: "WGS 84 / SCAR IMW SS58-60",
area_of_use: "Antarctica - 72°S to 76°S and 162°E to 180°E.",
unit: "metre",
}),
3260 => Some(EpsgInfo {
code: 3260,
name: "WGS 84 / SCAR IMW ST01-04",
area_of_use: "Antarctica - 76°S to 80°S and 180°W to 156°W.",
unit: "metre",
}),
3261 => Some(EpsgInfo {
code: 3261,
name: "WGS 84 / SCAR IMW ST05-08",
area_of_use: "Antarctica - 76°S to 80°S and 156°W to 132°W.",
unit: "metre",
}),
3262 => Some(EpsgInfo {
code: 3262,
name: "WGS 84 / SCAR IMW ST09-12",
area_of_use: "Antarctica - 76°S to 80°S and 132°W to 108°W.",
unit: "metre",
}),
3263 => Some(EpsgInfo {
code: 3263,
name: "WGS 84 / SCAR IMW ST13-16",
area_of_use: "Antarctica - 76°S to 80°S and 108°W to 84°W.",
unit: "metre",
}),
3264 => Some(EpsgInfo {
code: 3264,
name: "WGS 84 / SCAR IMW ST17-20",
area_of_use: "Antarctica - 76°S to 80°S and 84°W to 60°W.",
unit: "metre",
}),
3265 => Some(EpsgInfo {
code: 3265,
name: "WGS 84 / SCAR IMW ST21-24",
area_of_use: "Antarctica - 76°S to 80°S and 60°W to 36°W.",
unit: "metre",
}),
3266 => Some(EpsgInfo {
code: 3266,
name: "WGS 84 / SCAR IMW ST25-28",
area_of_use: "Antarctica - 76°S to 80°S and 36°W to 12°W.",
unit: "metre",
}),
3267 => Some(EpsgInfo {
code: 3267,
name: "WGS 84 / SCAR IMW ST29-32",
area_of_use: "Antarctica - 76°S to 80°S and 12°W to 12°E.",
unit: "metre",
}),
3268 => Some(EpsgInfo {
code: 3268,
name: "WGS 84 / SCAR IMW ST33-36",
area_of_use: "Antarctica - 76°S to 80°S and 12°E to 36°E.",
unit: "metre",
}),
3269 => Some(EpsgInfo {
code: 3269,
name: "WGS 84 / SCAR IMW ST37-40",
area_of_use: "Antarctica - 76°S to 80°S and 36°E to 60°E.",
unit: "metre",
}),
3270 => Some(EpsgInfo {
code: 3270,
name: "WGS 84 / SCAR IMW ST41-44",
area_of_use: "Antarctica - 76°S to 80°S and 60°E to 84°E.",
unit: "metre",
}),
3271 => Some(EpsgInfo {
code: 3271,
name: "WGS 84 / SCAR IMW ST45-48",
area_of_use: "Antarctica - 76°S to 80°S and 84°E to 108°E.",
unit: "metre",
}),
3272 => Some(EpsgInfo {
code: 3272,
name: "WGS 84 / SCAR IMW ST49-52",
area_of_use: "Antarctica - 76°S to 80°S and 108°E to 132°E.",
unit: "metre",
}),
3273 => Some(EpsgInfo {
code: 3273,
name: "WGS 84 / SCAR IMW ST53-56",
area_of_use: "Antarctica - 76°S to 80°S and 132°E to 156°E.",
unit: "metre",
}),
3274 => Some(EpsgInfo {
code: 3274,
name: "WGS 84 / SCAR IMW ST57-60",
area_of_use: "Antarctica - 76°S to 80°S and 156°E to 180°E.",
unit: "metre",
}),
3337 => Some(EpsgInfo {
code: 3337,
name: "Le Pouce 1934 / Mauritius Grid",
area_of_use: "Mauritius - mainland onshore.",
unit: "metre",
}),
3350 => Some(EpsgInfo {
code: 3350,
name: "Pulkovo 1942 / CS63 zone C0",
area_of_use: "Estonia, Latvia and Lithuania - onshore west of 23°27'E. Russia - Kaliningrad onshore.",
unit: "metre",
}),
3351 => Some(EpsgInfo {
code: 3351,
name: "Pulkovo 1942 / CS63 zone C1",
area_of_use: "Estonia, Latvia and Lithuania - onshore between 23°27'E and 26°27'E.",
unit: "metre",
}),
3352 => Some(EpsgInfo {
code: 3352,
name: "Pulkovo 1942 / CS63 zone C2",
area_of_use: "Estonia, Latvia and Lithuania - onshore east of 26°27'E.",
unit: "metre",
}),
3355 => Some(EpsgInfo {
code: 3355,
name: "Egypt Gulf of Suez S-650 TL / Red Belt",
area_of_use: "Egypt - Gulf of Suez.",
unit: "metre",
}),
3358 => Some(EpsgInfo {
code: 3358,
name: "NAD83(HARN) / North Carolina",
area_of_use: "United States (USA) - North Carolina - counties of Alamance; Alexander; Alleghany; Anson; Ashe; Avery; Beaufort; Bertie; Bladen; Brunswick; Buncombe; Burke; Cabarrus; Caldwell; Camden; Carteret; Caswell; Catawba; Chatham; Cherokee; Chowan; Clay; Cleveland; Columbus; Craven; Cumberland; Currituck; Dare; Davidson; Davie; Duplin; Durham; Edgecombe; Forsyth; Franklin; Gaston; Gates; Graham; Granville; Greene; Guilford; Halifax; Harnett; Haywood; Henderson; Hertford; Hoke; Hyde; Iredell; Jackson; Johnston; Jones; Lee; Lenoir; Lincoln; Macon; Madison; Martin; McDowell; Mecklenburg; Mitchell; Montgomery; Moore; Nash; New Hanover; Northampton; Onslow; Orange; Pamlico; Pasquotank; Pender; Perquimans; Person; Pitt; Polk; Randolph; Richmond; Robeson; Rockingham; Rowan; Rutherford; Sampson; Scotland; Stanly; Stokes; Surry; Swain; Transylvania; Tyrrell; Union; Vance; Wake; Warren; Washington; Watauga; Wayne; Wilkes; Wilson; Yadkin; Yancey.",
unit: "metre",
}),
3360 => Some(EpsgInfo {
code: 3360,
name: "NAD83(HARN) / South Carolina",
area_of_use: "United States (USA) - South Carolina - counties of Abbeville; Aiken; Allendale; Anderson; Bamberg; Barnwell; Beaufort; Berkeley; Calhoun; Charleston; Cherokee; Chester; Chesterfield; Clarendon; Colleton; Darlington; Dillon; Dorchester; Edgefield; Fairfield; Florence; Georgetown; Greenville; Greenwood; Hampton; Horry; Jasper; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee; Orangeburg; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; Williamsburg; York.",
unit: "metre",
}),
3361 => Some(EpsgInfo {
code: 3361,
name: "NAD83(HARN) / South Carolina (ft)",
area_of_use: "United States (USA) - South Carolina - counties of Abbeville; Aiken; Allendale; Anderson; Bamberg; Barnwell; Beaufort; Berkeley; Calhoun; Charleston; Cherokee; Chester; Chesterfield; Clarendon; Colleton; Darlington; Dillon; Dorchester; Edgefield; Fairfield; Florence; Georgetown; Greenville; Greenwood; Hampton; Horry; Jasper; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee; Orangeburg; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; Williamsburg; York.",
unit: "foot",
}),
3362 => Some(EpsgInfo {
code: 3362,
name: "NAD83(HARN) / Pennsylvania North",
area_of_use: "United States (USA) - Pennsylvania - counties of Bradford; Cameron; Carbon; Centre; Clarion; Clearfield; Clinton; Columbia; Crawford; Elk; Erie; Forest; Jefferson; Lackawanna; Luzerne; Lycoming; McKean; Mercer; Monroe; Montour; Northumberland; Pike; Potter; Sullivan; Susquehanna; Tioga; Union; Venango; Warren; Wayne; Wyoming.",
unit: "metre",
}),
3363 => Some(EpsgInfo {
code: 3363,
name: "NAD83(HARN) / Pennsylvania North (ftUS)",
area_of_use: "United States (USA) - Pennsylvania - counties of Bradford; Cameron; Carbon; Centre; Clarion; Clearfield; Clinton; Columbia; Crawford; Elk; Erie; Forest; Jefferson; Lackawanna; Luzerne; Lycoming; McKean; Mercer; Monroe; Montour; Northumberland; Pike; Potter; Sullivan; Susquehanna; Tioga; Union; Venango; Warren; Wayne; Wyoming.",
unit: "US survey foot",
}),
3364 => Some(EpsgInfo {
code: 3364,
name: "NAD83(HARN) / Pennsylvania South",
area_of_use: "United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks; Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene; Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry; Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.",
unit: "metre",
}),
3365 => Some(EpsgInfo {
code: 3365,
name: "NAD83(HARN) / Pennsylvania South (ftUS)",
area_of_use: "United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks; Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene; Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry; Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.",
unit: "US survey foot",
}),
3377 => Some(EpsgInfo {
code: 3377,
name: "GDM2000 / Johor Grid",
area_of_use: "Malaysia - West Malaysia - Johor.",
unit: "metre",
}),
3378 => Some(EpsgInfo {
code: 3378,
name: "GDM2000 / Sembilan and Melaka Grid",
area_of_use: "Malaysia - West Malaysia - Negeri Sembilan and Melaka.",
unit: "metre",
}),
3379 => Some(EpsgInfo {
code: 3379,
name: "GDM2000 / Pahang Grid",
area_of_use: "Malaysia - West Malaysia - Pahang.",
unit: "metre",
}),
3380 => Some(EpsgInfo {
code: 3380,
name: "GDM2000 / Selangor Grid",
area_of_use: "Malaysia - West Malaysia - Selangor.",
unit: "metre",
}),
3381 => Some(EpsgInfo {
code: 3381,
name: "GDM2000 / Terengganu Grid",
area_of_use: "Malaysia - West Malaysia - Terengganu.",
unit: "metre",
}),
3382 => Some(EpsgInfo {
code: 3382,
name: "GDM2000 / Pinang Grid",
area_of_use: "Malaysia - West Malaysia - Pulau Pinang - Pinang (Penang) Island and Seberang Perai (Province Wellesley).",
unit: "metre",
}),
3383 => Some(EpsgInfo {
code: 3383,
name: "GDM2000 / Kedah and Perlis Grid",
area_of_use: "Malaysia - West Malaysia - Kedah and Perlis.",
unit: "metre",
}),
3384 => Some(EpsgInfo {
code: 3384,
name: "GDM2000 / Perak Grid",
area_of_use: "Malaysia - West Malaysia - Perak.",
unit: "metre",
}),
3385 => Some(EpsgInfo {
code: 3385,
name: "GDM2000 / Kelantan Grid",
area_of_use: "Malaysia - West Malaysia - Kelantan.",
unit: "metre",
}),
3386 => Some(EpsgInfo {
code: 3386,
name: "KKJ / Finland zone 0",
area_of_use: "Finland - onshore west of 19°30'E.",
unit: "metre",
}),
3387 => Some(EpsgInfo {
code: 3387,
name: "KKJ / Finland zone 5",
area_of_use: "Finland - east of 31°30'E.",
unit: "metre",
}),
3388 => Some(EpsgInfo {
code: 3388,
name: "Pulkovo 1942 / Caspian Sea Mercator",
area_of_use: "Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore.",
unit: "metre",
}),
3394 => Some(EpsgInfo {
code: 3394,
name: "Nahrwan 1934 / Iraq zone",
area_of_use: "Iraq - onshore; Iran - onshore northern Gulf coast and west bordering southeast Iraq.",
unit: "metre",
}),
3404 => Some(EpsgInfo {
code: 3404,
name: "NAD83(HARN) / North Carolina (ftUS)",
area_of_use: "United States (USA) - North Carolina - counties of Alamance; Alexander; Alleghany; Anson; Ashe; Avery; Beaufort; Bertie; Bladen; Brunswick; Buncombe; Burke; Cabarrus; Caldwell; Camden; Carteret; Caswell; Catawba; Chatham; Cherokee; Chowan; Clay; Cleveland; Columbus; Craven; Cumberland; Currituck; Dare; Davidson; Davie; Duplin; Durham; Edgecombe; Forsyth; Franklin; Gaston; Gates; Graham; Granville; Greene; Guilford; Halifax; Harnett; Haywood; Henderson; Hertford; Hoke; Hyde; Iredell; Jackson; Johnston; Jones; Lee; Lenoir; Lincoln; Macon; Madison; Martin; McDowell; Mecklenburg; Mitchell; Montgomery; Moore; Nash; New Hanover; Northampton; Onslow; Orange; Pamlico; Pasquotank; Pender; Perquimans; Person; Pitt; Polk; Randolph; Richmond; Robeson; Rockingham; Rowan; Rutherford; Sampson; Scotland; Stanly; Stokes; Surry; Swain; Transylvania; Tyrrell; Union; Vance; Wake; Warren; Washington; Watauga; Wayne; Wilkes; Wilson; Yadkin; Yancey.",
unit: "US survey foot",
}),
3407 => Some(EpsgInfo {
code: 3407,
name: "Hong Kong 1963 Grid System",
area_of_use: "China - Hong Kong - onshore and offshore.",
unit: "Clarke's foot",
}),
3877 => Some(EpsgInfo {
code: 3877,
name: "ETRS89 / GK23FIN",
area_of_use: "Finland - nominally onshore between 22°30'E and 23°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3417 => Some(EpsgInfo {
code: 3417,
name: "NAD83 / Iowa North (ftUS)",
area_of_use: "United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson; Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida; Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O'Brien; Osceola; Palo Alto; Plymouth; Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.",
unit: "US survey foot",
}),
3418 => Some(EpsgInfo {
code: 3418,
name: "NAD83 / Iowa South (ftUS)",
area_of_use: "United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.",
unit: "US survey foot",
}),
3419 => Some(EpsgInfo {
code: 3419,
name: "NAD83 / Kansas North (ftUS)",
area_of_use: "United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson; Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth; Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins; Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace; Washington; Wyandotte.",
unit: "US survey foot",
}),
3420 => Some(EpsgInfo {
code: 3420,
name: "NAD83 / Kansas South (ftUS)",
area_of_use: "United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase; Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant; Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane; Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice; Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.",
unit: "US survey foot",
}),
3421 => Some(EpsgInfo {
code: 3421,
name: "NAD83 / Nevada East (ftUS)",
area_of_use: "United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine.",
unit: "US survey foot",
}),
3422 => Some(EpsgInfo {
code: 3422,
name: "NAD83 / Nevada Central (ftUS)",
area_of_use: "United States (USA) - Nevada - counties of Lander; Nye.",
unit: "US survey foot",
}),
3423 => Some(EpsgInfo {
code: 3423,
name: "NAD83 / Nevada West (ftUS)",
area_of_use: "United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe.",
unit: "US survey foot",
}),
3424 => Some(EpsgInfo {
code: 3424,
name: "NAD83 / New Jersey (ftUS)",
area_of_use: "United States (USA) - New Jersey - counties of Atlantic; Bergen; Burlington; Camden; Cape May; Cumberland; Essex; Gloucester; Hudson; Hunterdon; Mercer; Middlesex; Monmouth; Morris; Ocean; Passaic; Salem; Somerset; Sussex; Union; Warren.",
unit: "US survey foot",
}),
3425 => Some(EpsgInfo {
code: 3425,
name: "NAD83(HARN) / Iowa North (ftUS)",
area_of_use: "United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson; Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida; Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O'Brien; Osceola; Palo Alto; Plymouth; Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.",
unit: "US survey foot",
}),
3426 => Some(EpsgInfo {
code: 3426,
name: "NAD83(HARN) / Iowa South (ftUS)",
area_of_use: "United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.",
unit: "US survey foot",
}),
3427 => Some(EpsgInfo {
code: 3427,
name: "NAD83(HARN) / Kansas North (ftUS)",
area_of_use: "United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson; Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth; Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins; Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace; Washington; Wyandotte.",
unit: "US survey foot",
}),
3428 => Some(EpsgInfo {
code: 3428,
name: "NAD83(HARN) / Kansas South (ftUS)",
area_of_use: "United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase; Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant; Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane; Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice; Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.",
unit: "US survey foot",
}),
3429 => Some(EpsgInfo {
code: 3429,
name: "NAD83(HARN) / Nevada East (ftUS)",
area_of_use: "United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine.",
unit: "US survey foot",
}),
3430 => Some(EpsgInfo {
code: 3430,
name: "NAD83(HARN) / Nevada Central (ftUS)",
area_of_use: "United States (USA) - Nevada - counties of Lander; Nye.",
unit: "US survey foot",
}),
3431 => Some(EpsgInfo {
code: 3431,
name: "NAD83(HARN) / Nevada West (ftUS)",
area_of_use: "United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe.",
unit: "US survey foot",
}),
3432 => Some(EpsgInfo {
code: 3432,
name: "NAD83(HARN) / New Jersey (ftUS)",
area_of_use: "United States (USA) - New Jersey - counties of Atlantic; Bergen; Burlington; Camden; Cape May; Cumberland; Essex; Gloucester; Hudson; Hunterdon; Mercer; Middlesex; Monmouth; Morris; Ocean; Passaic; Salem; Somerset; Sussex; Union; Warren.",
unit: "US survey foot",
}),
3433 => Some(EpsgInfo {
code: 3433,
name: "NAD83 / Arkansas North (ftUS)",
area_of_use: "United States (USA) - Arkansas - counties of Baxter; Benton; Boone; Carroll; Clay; Cleburne; Conway; Craighead; Crawford; Crittenden; Cross; Faulkner; Franklin; Fulton; Greene; Independence; Izard; Jackson; Johnson; Lawrence; Logan; Madison; Marion; Mississippi; Newton; Perry; Poinsett; Pope; Randolph; Scott; Searcy; Sebastian; Sharp; St Francis; Stone; Van Buren; Washington; White; Woodruff; Yell.",
unit: "US survey foot",
}),
3434 => Some(EpsgInfo {
code: 3434,
name: "NAD83 / Arkansas South (ftUS)",
area_of_use: "United States (USA) - Arkansas - counties Arkansas; Ashley; Bradley; Calhoun; Chicot; Clark; Cleveland; Columbia; Dallas; Desha; Drew; Garland; Grant; Hempstead; Hot Spring; Howard; Jefferson; Lafayette; Lee; Lincoln; Little River; Lonoke; Miller; Monroe; Montgomery; Nevada; Ouachita; Phillips; Pike; Polk; Prairie; Pulaski; Saline; Sevier; Union.",
unit: "US survey foot",
}),
3435 => Some(EpsgInfo {
code: 3435,
name: "NAD83 / Illinois East (ftUS)",
area_of_use: "United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.",
unit: "US survey foot",
}),
3436 => Some(EpsgInfo {
code: 3436,
name: "NAD83 / Illinois West (ftUS)",
area_of_use: "United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.",
unit: "US survey foot",
}),
3437 => Some(EpsgInfo {
code: 3437,
name: "NAD83 / New Hampshire (ftUS)",
area_of_use: "United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan.",
unit: "US survey foot",
}),
3438 => Some(EpsgInfo {
code: 3438,
name: "NAD83 / Rhode Island (ftUS)",
area_of_use: "United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington.",
unit: "US survey foot",
}),
3441 => Some(EpsgInfo {
code: 3441,
name: "NAD83(HARN) / Arkansas North (ftUS)",
area_of_use: "United States (USA) - Arkansas - counties of Baxter; Benton; Boone; Carroll; Clay; Cleburne; Conway; Craighead; Crawford; Crittenden; Cross; Faulkner; Franklin; Fulton; Greene; Independence; Izard; Jackson; Johnson; Lawrence; Logan; Madison; Marion; Mississippi; Newton; Perry; Poinsett; Pope; Randolph; Scott; Searcy; Sebastian; Sharp; St Francis; Stone; Van Buren; Washington; White; Woodruff; Yell.",
unit: "US survey foot",
}),
3442 => Some(EpsgInfo {
code: 3442,
name: "NAD83(HARN) / Arkansas South (ftUS)",
area_of_use: "United States (USA) - Arkansas - counties Arkansas; Ashley; Bradley; Calhoun; Chicot; Clark; Cleveland; Columbia; Dallas; Desha; Drew; Garland; Grant; Hempstead; Hot Spring; Howard; Jefferson; Lafayette; Lee; Lincoln; Little River; Lonoke; Miller; Monroe; Montgomery; Nevada; Ouachita; Phillips; Pike; Polk; Prairie; Pulaski; Saline; Sevier; Union.",
unit: "US survey foot",
}),
3443 => Some(EpsgInfo {
code: 3443,
name: "NAD83(HARN) / Illinois East (ftUS)",
area_of_use: "United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.",
unit: "US survey foot",
}),
3444 => Some(EpsgInfo {
code: 3444,
name: "NAD83(HARN) / Illinois West (ftUS)",
area_of_use: "United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.",
unit: "US survey foot",
}),
3445 => Some(EpsgInfo {
code: 3445,
name: "NAD83(HARN) / New Hampshire (ftUS)",
area_of_use: "United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan.",
unit: "US survey foot",
}),
3446 => Some(EpsgInfo {
code: 3446,
name: "NAD83(HARN) / Rhode Island (ftUS)",
area_of_use: "United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington.",
unit: "US survey foot",
}),
3448 => Some(EpsgInfo {
code: 3448,
name: "JAD2001 / Jamaica Metric Grid",
area_of_use: "Jamaica - onshore.",
unit: "metre",
}),
3451 => Some(EpsgInfo {
code: 3451,
name: "NAD83 / Louisiana North (ftUS)",
area_of_use: "United States (USA) - Louisiana - counties of Avoyelles; Bienville; Bossier; Caddo; Caldwell; Catahoula; Claiborne; Concordia; De Soto; East Carroll; Franklin; Grant; Jackson; La Salle; Lincoln; Madison; Morehouse; Natchitoches; Ouachita; Rapides; Red River; Richland; Sabine; Tensas; Union; Vernon; Webster; West Carroll; Winn.",
unit: "US survey foot",
}),
3452 => Some(EpsgInfo {
code: 3452,
name: "NAD83 / Louisiana South (ftUS)",
area_of_use: "United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana.",
unit: "US survey foot",
}),
3453 => Some(EpsgInfo {
code: 3453,
name: "NAD83 / Louisiana Offshore (ftUS)",
area_of_use: "United States (USA) - Louisiana.",
unit: "US survey foot",
}),
3455 => Some(EpsgInfo {
code: 3455,
name: "NAD83 / South Dakota South (ftUS)",
area_of_use: "United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld; Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley; Todd; Tripp; Turner; Union; Yankton.",
unit: "US survey foot",
}),
3456 => Some(EpsgInfo {
code: 3456,
name: "NAD83(HARN) / Louisiana North (ftUS)",
area_of_use: "United States (USA) - Louisiana - counties of Avoyelles; Bienville; Bossier; Caddo; Caldwell; Catahoula; Claiborne; Concordia; De Soto; East Carroll; Franklin; Grant; Jackson; La Salle; Lincoln; Madison; Morehouse; Natchitoches; Ouachita; Rapides; Red River; Richland; Sabine; Tensas; Union; Vernon; Webster; West Carroll; Winn.",
unit: "US survey foot",
}),
3457 => Some(EpsgInfo {
code: 3457,
name: "NAD83(HARN) / Louisiana South (ftUS)",
area_of_use: "United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana.",
unit: "US survey foot",
}),
3458 => Some(EpsgInfo {
code: 3458,
name: "NAD83(HARN) / South Dakota North (ftUS)",
area_of_use: "United States (USA) - South Dakota - counties of Beadle; Brookings; Brown; Butte; Campbell; Clark; Codington; Corson; Day; Deuel; Dewey; Edmunds; Faulk; Grant; Hamlin; Hand; Harding; Hyde; Kingsbury; Lawrence; Marshall; McPherson; Meade; Perkins; Potter; Roberts; Spink; Sully; Walworth; Ziebach.",
unit: "US survey foot",
}),
3459 => Some(EpsgInfo {
code: 3459,
name: "NAD83(HARN) / South Dakota South (ftUS)",
area_of_use: "United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld; Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley; Todd; Tripp; Turner; Union; Yankton.",
unit: "US survey foot",
}),
3460 => Some(EpsgInfo {
code: 3460,
name: "Fiji 1986 / Fiji Map Grid",
area_of_use: "Fiji - onshore. Includes Viti Levu, Vanua Levu, Taveuni, the Yasawa Group, the Kadavu Group, the Lau Islands and Rotuma Islands.",
unit: "metre",
}),
3463 => Some(EpsgInfo {
code: 3463,
name: "NAD83 / Maine CS2000 Central",
area_of_use: "United States (USA) - Maine between approximately 69°40'W and 68°25'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence northeasterly along the state line to the intersection of the Fort Kent - Frenchville town line, thence southerly along this town line to the intersection with the New Canada Plantation - T17 R5 WELS town line, thence continuing southerly along town lines to the northeast corner of Penobscot County, thence continuing southerly along the Penobscot County line to the intersection of the Woodville - Mattawamkeag town line (being determined by the Penobscot River), thence along the Penobscot River to the Enfield - Lincoln town line, thence southeasterly along the Enfield - Lincoln town line and the Enfield - Lowell town line to the Passadumkeag - Edinburg town line, thence south-southeasterly along town lines to the intersection of the Hancock County line, thence southerly along the county line to the intersection of the Otis - Mariaville town line, thence southerly along the Otis - Mariaville town line to the Ellsworth city line, thence southerly along the Ellsworth city line to the intersection of the Surry - Trenton town line, thence southerly along the easterly town lines of Surry, Blue Hill, Brooklin, Deer Isle, and Stonington to the Knox County line, thence following the Knox County line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Sagadahoc - Lincoln county line, thence northerly along the easterly boundary of the Maine 2000 West Zone, as defined, to the point of beginning.",
unit: "metre",
}),
3464 => Some(EpsgInfo {
code: 3464,
name: "NAD83(HARN) / Maine CS2000 Central",
area_of_use: "United States (USA) - Maine between approximately 69°40'W and 68°25'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence northeasterly along the state line to the intersection of the Fort Kent - Frenchville town line, thence southerly along this town line to the intersection with the New Canada Plantation - T17 R5 WELS town line, thence continuing southerly along town lines to the northeast corner of Penobscot County, thence continuing southerly along the Penobscot County line to the intersection of the Woodville - Mattawamkeag town line (being determined by the Penobscot River), thence along the Penobscot River to the Enfield - Lincoln town line, thence southeasterly along the Enfield - Lincoln town line and the Enfield - Lowell town line to the Passadumkeag - Edinburg town line, thence south-southeasterly along town lines to the intersection of the Hancock County line, thence southerly along the county line to the intersection of the Otis - Mariaville town line, thence southerly along the Otis - Mariaville town line to the Ellsworth city line, thence southerly along the Ellsworth city line to the intersection of the Surry - Trenton town line, thence southerly along the easterly town lines of Surry, Blue Hill, Brooklin, Deer Isle, and Stonington to the Knox County line, thence following the Knox County line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Sagadahoc - Lincoln county line, thence northerly along the easterly boundary of the Maine 2000 West Zone, as defined, to the point of beginning.",
unit: "metre",
}),
3553 => Some(EpsgInfo {
code: 3553,
name: "NAD83(NSRS2007) / Louisiana South (ftUS)",
area_of_use: "United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana.",
unit: "US survey foot",
}),
3554 => Some(EpsgInfo {
code: 3554,
name: "NAD83(NSRS2007) / Maine CS2000 Central",
area_of_use: "United States (USA) - Maine between approximately 69°40'W and 68°25'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence northeasterly along the state line to the intersection of the Fort Kent - Frenchville town line, thence southerly along this town line to the intersection with the New Canada Plantation - T17 R5 WELS town line, thence continuing southerly along town lines to the northeast corner of Penobscot County, thence continuing southerly along the Penobscot County line to the intersection of the Woodville - Mattawamkeag town line (being determined by the Penobscot River), thence along the Penobscot River to the Enfield - Lincoln town line, thence southeasterly along the Enfield - Lincoln town line and the Enfield - Lowell town line to the Passadumkeag - Edinburg town line, thence south-southeasterly along town lines to the intersection of the Hancock County line, thence southerly along the county line to the intersection of the Otis - Mariaville town line, thence southerly along the Otis - Mariaville town line to the Ellsworth city line, thence southerly along the Ellsworth city line to the intersection of the Surry - Trenton town line, thence southerly along the easterly town lines of Surry, Blue Hill, Brooklin, Deer Isle, and Stonington to the Knox County line, thence following the Knox County line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Sagadahoc - Lincoln county line, thence northerly along the easterly boundary of the Maine 2000 West Zone, as defined, to the point of beginning.",
unit: "metre",
}),
3555 => Some(EpsgInfo {
code: 3555,
name: "NAD83(NSRS2007) / Maine CS2000 East",
area_of_use: "United States (USA) - Maine east of approximately 68°25'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the Fort Kent - Frenchville town line, thence continuing easterly and then southerly along the state line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Knox and Hancock County line, thence northerly along the easterly boundary of the Maine 2000 Central Zone, as defined, to the point of beginning.",
unit: "metre",
}),
3556 => Some(EpsgInfo {
code: 3556,
name: "NAD83(NSRS2007) / Maine CS2000 West",
area_of_use: "United States (USA) - Maine west of approximately 69°40'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence following the Somerset County line Easterly to the Northwest corner of the Somerset and Piscataquis county line, thence Southerly along this county line to the northeast corner of the Athens town line, thence westerly along the town line between Brighton Plantation and Athens to the westerly corner of Athens, and continuing southerly to the southwest corner of the town of Athens where it meets the Cornville town line, thence westerly along the Cornville - Solon town line to the intersection of the Cornville - Madison town line, thence southerly and westerly following the Madison town line to the intersection of the Norridgewock - Skowhegan town line, thence southerly along the Skowhegan town line to the Fairfield town line, thence easterly along the Fairfield town line to the Clinton town line (being determined by the Kennebec River), thence southerly along the Kennebec River to the Augusta city line, thence easterly along the city line to the Windsor town line, thence southerly along the Augusta - Windsor town line to the northwest corner of the Lincoln County line, thence southerly along the westerly Lincoln county line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary on the westerly side of the state to the point of beginning.",
unit: "metre",
}),
3557 => Some(EpsgInfo {
code: 3557,
name: "NAD83(NSRS2007) / Maine East",
area_of_use: "United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington.",
unit: "metre",
}),
3558 => Some(EpsgInfo {
code: 3558,
name: "NAD83(NSRS2007) / Maine West",
area_of_use: "United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York.",
unit: "metre",
}),
3559 => Some(EpsgInfo {
code: 3559,
name: "NAD83(NSRS2007) / Maryland",
area_of_use: "United States (USA) - Maryland - counties of Allegany; Anne Arundel; Baltimore; Calvert; Caroline; Carroll; Cecil; Charles; Dorchester; Frederick; Garrett; Harford; Howard; Kent; Montgomery; Prince Georges; Queen Annes; Somerset; St Marys; Talbot; Washington; Wicomico; Worcester.",
unit: "metre",
}),
3560 => Some(EpsgInfo {
code: 3560,
name: "NAD83 / Utah North (ftUS)",
area_of_use: "United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.",
unit: "US survey foot",
}),
3561 => Some(EpsgInfo {
code: 3561,
name: "Old Hawaiian / Hawaii zone 1",
area_of_use: "United States (USA) - Hawaii - island of Hawaii - onshore.",
unit: "US survey foot",
}),
3562 => Some(EpsgInfo {
code: 3562,
name: "Old Hawaiian / Hawaii zone 2",
area_of_use: "United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore.",
unit: "US survey foot",
}),
3563 => Some(EpsgInfo {
code: 3563,
name: "Old Hawaiian / Hawaii zone 3",
area_of_use: "United States (USA) - Hawaii - Oahu - onshore.",
unit: "US survey foot",
}),
3564 => Some(EpsgInfo {
code: 3564,
name: "Old Hawaiian / Hawaii zone 4",
area_of_use: "United States (USA) - Hawaii - Kauai - onshore.",
unit: "US survey foot",
}),
3565 => Some(EpsgInfo {
code: 3565,
name: "Old Hawaiian / Hawaii zone 5",
area_of_use: "United States (USA) - Hawaii - Niihau - onshore.",
unit: "US survey foot",
}),
3566 => Some(EpsgInfo {
code: 3566,
name: "NAD83 / Utah Central (ftUS)",
area_of_use: "United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.",
unit: "US survey foot",
}),
3567 => Some(EpsgInfo {
code: 3567,
name: "NAD83 / Utah South (ftUS)",
area_of_use: "United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne.",
unit: "US survey foot",
}),
3568 => Some(EpsgInfo {
code: 3568,
name: "NAD83(HARN) / Utah North (ftUS)",
area_of_use: "United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.",
unit: "US survey foot",
}),
3569 => Some(EpsgInfo {
code: 3569,
name: "NAD83(HARN) / Utah Central (ftUS)",
area_of_use: "United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.",
unit: "US survey foot",
}),
3570 => Some(EpsgInfo {
code: 3570,
name: "NAD83(HARN) / Utah South (ftUS)",
area_of_use: "United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne.",
unit: "US survey foot",
}),
3753 => Some(EpsgInfo {
code: 3753,
name: "NAD83(HARN) / Ohio North (ftUS)",
area_of_use: "United States (USA) - Ohio - counties of Allen;Ashland; Ashtabula; Auglaize; Carroll; Columbiana; Coshocton; Crawford; Cuyahoga; Defiance; Delaware; Erie; Fulton; Geauga; Hancock; Hardin; Harrison; Henry; Holmes; Huron; Jefferson; Knox; Lake; Logan; Lorain; Lucas; Mahoning; Marion; Medina; Mercer; Morrow; Ottawa; Paulding; Portage; Putnam; Richland; Sandusky; Seneca; Shelby; Stark; Summit; Trumbull; Tuscarawas; Union; Van Wert; Wayne; Williams; Wood; Wyandot.",
unit: "US survey foot",
}),
3754 => Some(EpsgInfo {
code: 3754,
name: "NAD83(HARN) / Ohio South (ftUS)",
area_of_use: "United States (USA) - Ohio - counties of Adams; Athens; Belmont; Brown; Butler; Champaign; Clark; Clermont; Clinton; Darke; Fairfield; Fayette; Franklin; Gallia; Greene; Guernsey; Hamilton; Highland; Hocking; Jackson; Lawrence; Licking; Madison; Meigs; Miami; Monroe; Montgomery; Morgan; Muskingum; Noble; Perry; Pickaway; Pike; Preble; Ross; Scioto; Vinton; Warren; Washington.",
unit: "US survey foot",
}),
3755 => Some(EpsgInfo {
code: 3755,
name: "NAD83(HARN) / Wyoming East (ftUS)",
area_of_use: "United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston.",
unit: "US survey foot",
}),
3756 => Some(EpsgInfo {
code: 3756,
name: "NAD83(HARN) / Wyoming East Central (ftUS)",
area_of_use: "United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie.",
unit: "US survey foot",
}),
3757 => Some(EpsgInfo {
code: 3757,
name: "NAD83(HARN) / Wyoming West Central (ftUS)",
area_of_use: "United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater.",
unit: "US survey foot",
}),
3758 => Some(EpsgInfo {
code: 3758,
name: "NAD83(HARN) / Wyoming West (ftUS)",
area_of_use: "United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta.",
unit: "US survey foot",
}),
3759 => Some(EpsgInfo {
code: 3759,
name: "NAD83 / Hawaii zone 3 (ftUS)",
area_of_use: "United States (USA) - Hawaii - Oahu - onshore.",
unit: "US survey foot",
}),
3760 => Some(EpsgInfo {
code: 3760,
name: "NAD83(HARN) / Hawaii zone 3 (ftUS)",
area_of_use: "United States (USA) - Hawaii - Oahu - onshore.",
unit: "US survey foot",
}),
3764 => Some(EpsgInfo {
code: 3764,
name: "NZGD2000 / Chatham Island Circuit 2000",
area_of_use: "New Zealand - Chatham Islands group - onshore.",
unit: "metre",
}),
3770 => Some(EpsgInfo {
code: 3770,
name: "BDA2000 / Bermuda 2000 National Grid",
area_of_use: "Bermuda - onshore and offshore.",
unit: "metre",
}),
3794 => Some(EpsgInfo {
code: 3794,
name: "Slovenia 1996 / Slovene National Grid",
area_of_use: "Slovenia - onshore and offshore.",
unit: "metre",
}),
3795 => Some(EpsgInfo {
code: 3795,
name: "NAD27 / Cuba Norte",
area_of_use: "Cuba - onshore north of 21°30'N but also including all of Isla de la Juventud.",
unit: "metre",
}),
3796 => Some(EpsgInfo {
code: 3796,
name: "NAD27 / Cuba Sur",
area_of_use: "Cuba - onshore south of 21°30'N and east of 80°W .",
unit: "metre",
}),
3827 => Some(EpsgInfo {
code: 3827,
name: "TWD67 / TM2 zone 119",
area_of_use: "Taiwan, Republic of China - onshore - Penghu (Pescadores) Islands.",
unit: "metre",
}),
3828 => Some(EpsgInfo {
code: 3828,
name: "TWD67 / TM2 zone 121",
area_of_use: "Taiwan, Republic of China - onshore - Taiwan Island.",
unit: "metre",
}),
3844 => Some(EpsgInfo {
code: 3844,
name: "Pulkovo 1942(58) / Stereo70",
area_of_use: "Romania - onshore and offshore.",
unit: "metre",
}),
3851 => Some(EpsgInfo {
code: 3851,
name: "NZGD2000 / NZCS2000",
area_of_use: "New Zealand - offshore.",
unit: "metre",
}),
3852 => Some(EpsgInfo {
code: 3852,
name: "RSRGD2000 / DGLC2000",
area_of_use: "Antarctica - Darwin Glacier region.",
unit: "metre",
}),
3854 => Some(EpsgInfo {
code: 3854,
name: "County ST74",
area_of_use: "Sweden - Stockholm county. Municipalities of Botkyrka, Danderyd, Ekerö, Haninge, Huddinge, Järfälla, Lidingö, Nacka, Nynäshamn, Salem, Sigtuna, Sollentuna, Solna, Stockholm and Sundbyberg.",
unit: "metre",
}),
3873 => Some(EpsgInfo {
code: 3873,
name: "ETRS89 / GK19FIN",
area_of_use: "Finland - nominally onshore west of 19°30'E but may be used in adjacent areas to east if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3874 => Some(EpsgInfo {
code: 3874,
name: "ETRS89 / GK20FIN",
area_of_use: "Finland - nominally onshore between 19°30'E and 20°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3875 => Some(EpsgInfo {
code: 3875,
name: "ETRS89 / GK21FIN",
area_of_use: "Finland - nominally onshore between 20°30'E and 21°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3876 => Some(EpsgInfo {
code: 3876,
name: "ETRS89 / GK22FIN",
area_of_use: "Finland - nominally onshore between 21°30'E and 22°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3878 => Some(EpsgInfo {
code: 3878,
name: "ETRS89 / GK24FIN",
area_of_use: "Finland - nominally onshore between 23°30'E and 24°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3879 => Some(EpsgInfo {
code: 3879,
name: "ETRS89 / GK25FIN",
area_of_use: "Finland - nominally onshore between 24°30'E and 25°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3880 => Some(EpsgInfo {
code: 3880,
name: "ETRS89 / GK26FIN",
area_of_use: "Finland - nominally onshore between 25°30'E and 26°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3881 => Some(EpsgInfo {
code: 3881,
name: "ETRS89 / GK27FIN",
area_of_use: "Finland - nominally onshore between 26°30'E and 27°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3882 => Some(EpsgInfo {
code: 3882,
name: "ETRS89 / GK28FIN",
area_of_use: "Finland - nominally onshore between 27°30'E and 28°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3883 => Some(EpsgInfo {
code: 3883,
name: "ETRS89 / GK29FIN",
area_of_use: "Finland - nominally between 28°30'E and 29°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3884 => Some(EpsgInfo {
code: 3884,
name: "ETRS89 / GK30FIN",
area_of_use: "Finland - nominally between 29°30'E and 30°30'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3885 => Some(EpsgInfo {
code: 3885,
name: "ETRS89 / GK31FIN",
area_of_use: "Finland - nominally east of 30°30'E but may be used in adjacent areas to west if a municipality chooses to use one zone over its whole extent.",
unit: "metre",
}),
3893 => Some(EpsgInfo {
code: 3893,
name: "ED50 / Iraq National Grid",
area_of_use: "Iraq - onshore.",
unit: "metre",
}),
3912 => Some(EpsgInfo {
code: 3912,
name: "MGI 1901 / Slovene National Grid",
area_of_use: "Slovenia - onshore and offshore.",
unit: "metre",
}),
3942 => Some(EpsgInfo {
code: 3942,
name: "RGF93 v1 / CC42",
area_of_use: "France onshore - mainland south of 43°N and Corsica.",
unit: "metre",
}),
3943 => Some(EpsgInfo {
code: 3943,
name: "RGF93 v1 / CC43",
area_of_use: "France - mainland onshore south of 44°N.",
unit: "metre",
}),
3944 => Some(EpsgInfo {
code: 3944,
name: "RGF93 v1 / CC44",
area_of_use: "France - mainland onshore between 43°N and 45°N.",
unit: "metre",
}),
3945 => Some(EpsgInfo {
code: 3945,
name: "RGF93 v1 / CC45",
area_of_use: "France - mainland onshore between 44°N and 46°N.",
unit: "metre",
}),
3946 => Some(EpsgInfo {
code: 3946,
name: "RGF93 v1 / CC46",
area_of_use: "France - mainland onshore between 45°N and 47°N.",
unit: "metre",
}),
3947 => Some(EpsgInfo {
code: 3947,
name: "RGF93 v1 / CC47",
area_of_use: "France - mainland onshore between 46°N and 48°N.",
unit: "metre",
}),
3948 => Some(EpsgInfo {
code: 3948,
name: "RGF93 v1 / CC48",
area_of_use: "France - mainland onshore between 47°N and 49°N.",
unit: "metre",
}),
3949 => Some(EpsgInfo {
code: 3949,
name: "RGF93 v1 / CC49",
area_of_use: "France - mainland onshore between 48°N and 50°N.",
unit: "metre",
}),
3950 => Some(EpsgInfo {
code: 3950,
name: "RGF93 v1 / CC50",
area_of_use: "France - mainland onshore north of 49°N.",
unit: "metre",
}),
4093 => Some(EpsgInfo {
code: 4093,
name: "ETRS89 / DKTM1",
area_of_use: "Denmark - Jutland onshore west of 10°E.",
unit: "metre",
}),
4094 => Some(EpsgInfo {
code: 4094,
name: "ETRS89 / DKTM2",
area_of_use: "Denmark - onshore - Jutland east of 9°E and Funen.",
unit: "metre",
}),
4095 => Some(EpsgInfo {
code: 4095,
name: "ETRS89 / DKTM3",
area_of_use: "Denmark - Zealand and Lolland (onshore).",
unit: "metre",
}),
4096 => Some(EpsgInfo {
code: 4096,
name: "ETRS89 / DKTM4",
area_of_use: "Denmark - Bornholm onshore.",
unit: "metre",
}),
4217 => Some(EpsgInfo {
code: 4217,
name: "NAD83 / BLM 59N (ftUS)",
area_of_use: "United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4390 => Some(EpsgInfo {
code: 4390,
name: "Kertau 1968 / Johor Grid",
area_of_use: "Malaysia - West Malaysia - Johor.",
unit: "metre",
}),
4391 => Some(EpsgInfo {
code: 4391,
name: "Kertau 1968 / Sembilan and Melaka Grid",
area_of_use: "Malaysia - West Malaysia - Negeri Sembilan and Melaka.",
unit: "metre",
}),
4392 => Some(EpsgInfo {
code: 4392,
name: "Kertau 1968 / Pahang Grid",
area_of_use: "Malaysia - West Malaysia - Pahang.",
unit: "metre",
}),
4393 => Some(EpsgInfo {
code: 4393,
name: "Kertau 1968 / Selangor Grid",
area_of_use: "Malaysia - West Malaysia - Selangor.",
unit: "metre",
}),
4394 => Some(EpsgInfo {
code: 4394,
name: "Kertau 1968 / Terengganu Grid",
area_of_use: "Malaysia - West Malaysia - Terengganu.",
unit: "metre",
}),
4395 => Some(EpsgInfo {
code: 4395,
name: "Kertau 1968 / Pinang Grid",
area_of_use: "Malaysia - West Malaysia - Pulau Pinang - Pinang (Penang) Island and Seberang Perai (Province Wellesley).",
unit: "metre",
}),
4396 => Some(EpsgInfo {
code: 4396,
name: "Kertau 1968 / Kedah and Perlis Grid",
area_of_use: "Malaysia - West Malaysia - Kedah and Perlis.",
unit: "metre",
}),
4397 => Some(EpsgInfo {
code: 4397,
name: "Kertau 1968 / Perak Revised Grid",
area_of_use: "Malaysia - West Malaysia - Perak.",
unit: "metre",
}),
4398 => Some(EpsgInfo {
code: 4398,
name: "Kertau 1968 / Kelantan Grid",
area_of_use: "Malaysia - West Malaysia - Kelantan.",
unit: "metre",
}),
4399 => Some(EpsgInfo {
code: 4399,
name: "NAD27 / BLM 59N (ftUS)",
area_of_use: "United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4400 => Some(EpsgInfo {
code: 4400,
name: "NAD27 / BLM 60N (ftUS)",
area_of_use: "United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4401 => Some(EpsgInfo {
code: 4401,
name: "NAD27 / BLM 1N (ftUS)",
area_of_use: "United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4402 => Some(EpsgInfo {
code: 4402,
name: "NAD27 / BLM 2N (ftUS)",
area_of_use: "United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4403 => Some(EpsgInfo {
code: 4403,
name: "NAD27 / BLM 3N (ftUS)",
area_of_use: "United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4404 => Some(EpsgInfo {
code: 4404,
name: "NAD27 / BLM 4N (ftUS)",
area_of_use: "United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4405 => Some(EpsgInfo {
code: 4405,
name: "NAD27 / BLM 5N (ftUS)",
area_of_use: "United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4406 => Some(EpsgInfo {
code: 4406,
name: "NAD27 / BLM 6N (ftUS)",
area_of_use: "United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4407 => Some(EpsgInfo {
code: 4407,
name: "NAD27 / BLM 7N (ftUS)",
area_of_use: "United States (USA) - between 144°W and 138°W onshore and offshore - Alaska.",
unit: "US survey foot",
}),
4408 => Some(EpsgInfo {
code: 4408,
name: "NAD27 / BLM 8N (ftUS)",
area_of_use: "United States (USA) - between 138°W and 132°W onshore and offshore - Alaska.",
unit: "US survey foot",
}),
4409 => Some(EpsgInfo {
code: 4409,
name: "NAD27 / BLM 9N (ftUS)",
area_of_use: "United States (USA) - between 132°W and 126°W onshore and offshore - Alaska.",
unit: "US survey foot",
}),
4410 => Some(EpsgInfo {
code: 4410,
name: "NAD27 / BLM 10N (ftUS)",
area_of_use: "United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington.",
unit: "US survey foot",
}),
4411 => Some(EpsgInfo {
code: 4411,
name: "NAD27 / BLM 11N (ftUS)",
area_of_use: "United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington.",
unit: "US survey foot",
}),
4412 => Some(EpsgInfo {
code: 4412,
name: "NAD27 / BLM 12N (ftUS)",
area_of_use: "United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming.",
unit: "US survey foot",
}),
4413 => Some(EpsgInfo {
code: 4413,
name: "NAD27 / BLM 13N (ftUS)",
area_of_use: "United States (USA) - between 108°W and 102°W - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming.",
unit: "US survey foot",
}),
4414 => Some(EpsgInfo {
code: 4414,
name: "NAD83(HARN) / Guam Map Grid",
area_of_use: "Guam - onshore.",
unit: "metre",
}),
4418 => Some(EpsgInfo {
code: 4418,
name: "NAD27 / BLM 18N (ftUS)",
area_of_use: "United States (USA) - between 78°W and 72°W onshore and offshore - Connecticut; Delaware; Maryland; Massachusetts; New Hampshire; New Jersey; New York; North Carolina; Pennsylvania; Virginia; Vermont.",
unit: "US survey foot",
}),
4419 => Some(EpsgInfo {
code: 4419,
name: "NAD27 / BLM 19N (ftUS)",
area_of_use: "United States (USA) - between 72°W and 66°W onshore and offshore - Connecticut; Maine; Massachusetts; New Hampshire; New York (Long Island); Rhode Island; Vermont.",
unit: "US survey foot",
}),
4420 => Some(EpsgInfo {
code: 4420,
name: "NAD83 / BLM 60N (ftUS)",
area_of_use: "United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4421 => Some(EpsgInfo {
code: 4421,
name: "NAD83 / BLM 1N (ftUS)",
area_of_use: "United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4422 => Some(EpsgInfo {
code: 4422,
name: "NAD83 / BLM 2N (ftUS)",
area_of_use: "United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4423 => Some(EpsgInfo {
code: 4423,
name: "NAD83 / BLM 3N (ftUS)",
area_of_use: "United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4424 => Some(EpsgInfo {
code: 4424,
name: "NAD83 / BLM 4N (ftUS)",
area_of_use: "United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4425 => Some(EpsgInfo {
code: 4425,
name: "NAD83 / BLM 5N (ftUS)",
area_of_use: "United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4426 => Some(EpsgInfo {
code: 4426,
name: "NAD83 / BLM 6N (ftUS)",
area_of_use: "United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS).",
unit: "US survey foot",
}),
4427 => Some(EpsgInfo {
code: 4427,
name: "NAD83 / BLM 7N (ftUS)",
area_of_use: "United States (USA) - between 144°W and 138°W onshore and offshore - Alaska.",
unit: "US survey foot",
}),
4428 => Some(EpsgInfo {
code: 4428,
name: "NAD83 / BLM 8N (ftUS)",
area_of_use: "United States (USA) - between 138°W and 132°W onshore and offshore - Alaska.",
unit: "US survey foot",
}),
4429 => Some(EpsgInfo {
code: 4429,
name: "NAD83 / BLM 9N (ftUS)",
area_of_use: "United States (USA) - between 132°W and 126°W onshore and offshore - Alaska.",
unit: "US survey foot",
}),
4430 => Some(EpsgInfo {
code: 4430,
name: "NAD83 / BLM 10N (ftUS)",
area_of_use: "United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington.",
unit: "US survey foot",
}),
4431 => Some(EpsgInfo {
code: 4431,
name: "NAD83 / BLM 11N (ftUS)",
area_of_use: "United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington.",
unit: "US survey foot",
}),
4432 => Some(EpsgInfo {
code: 4432,
name: "NAD83 / BLM 12N (ftUS)",
area_of_use: "United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming.",
unit: "US survey foot",
}),
4433 => Some(EpsgInfo {
code: 4433,
name: "NAD83 / BLM 13N (ftUS)",
area_of_use: "United States (USA) - between 108°W and 102°W - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming.",
unit: "US survey foot",
}),
4437 => Some(EpsgInfo {
code: 4437,
name: "NAD83(NSRS2007) / Puerto Rico and Virgin Is.",
area_of_use: "Puerto Rico and US Virgin Islands - onshore.",
unit: "metre",
}),
4438 => Some(EpsgInfo {
code: 4438,
name: "NAD83 / BLM 18N (ftUS)",
area_of_use: "United States (USA) - between 78°W and 72°W onshore and offshore - Connecticut; Delaware; Maryland; Massachusetts; New Hampshire; New Jersey; New York; North Carolina; Pennsylvania; Virginia; Vermont.",
unit: "US survey foot",
}),
4439 => Some(EpsgInfo {
code: 4439,
name: "NAD83 / BLM 19N (ftUS)",
area_of_use: "United States (USA) - between 72°W and 66°W onshore and offshore - Connecticut; Maine; Massachusetts; New Hampshire; New York (Long Island); Rhode Island; Vermont.",
unit: "US survey foot",
}),
4455 => Some(EpsgInfo {
code: 4455,
name: "NAD27 / Pennsylvania South",
area_of_use: "United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks; Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene; Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry; Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.",
unit: "US survey foot",
}),
4456 => Some(EpsgInfo {
code: 4456,
name: "NAD27 / New York Long Island",
area_of_use: "United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk.",
unit: "US survey foot",
}),
4457 => Some(EpsgInfo {
code: 4457,
name: "NAD83 / South Dakota North (ftUS)",
area_of_use: "United States (USA) - South Dakota - counties of Beadle; Brookings; Brown; Butte; Campbell; Clark; Codington; Corson; Day; Deuel; Dewey; Edmunds; Faulk; Grant; Hamlin; Hand; Harding; Hyde; Kingsbury; Lawrence; Marshall; McPherson; Meade; Perkins; Potter; Roberts; Spink; Sully; Walworth; Ziebach.",
unit: "US survey foot",
}),
4826 => Some(EpsgInfo {
code: 4826,
name: "WGS 84 / Cape Verde National",
area_of_use: "Cape Verde - onshore and offshore. Includes Boa Vista, Brava, Fogo, Maio, Sal, Santo Antao, Sao Nicolau, Sao Tiago, Sao Vicente.",
unit: "metre",
}),
4839 => Some(EpsgInfo {
code: 4839,
name: "ETRS89 / LCC Germany (N-E)",
area_of_use: "Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.",
unit: "metre",
}),
5018 => Some(EpsgInfo {
code: 5018,
name: "Lisbon / Portuguese Grid New",
area_of_use: "Portugal - mainland - onshore.",
unit: "metre",
}),
5256 => Some(EpsgInfo {
code: 5256,
name: "TUREF / TM36",
area_of_use: "Türkiye (Turkey) - between 34°30'E and 37°30'E, onshore.",
unit: "metre",
}),
5257 => Some(EpsgInfo {
code: 5257,
name: "TUREF / TM39",
area_of_use: "Türkiye (Turkey) - between 37°30'E and 40°30'E, onshore.",
unit: "metre",
}),
5048 => Some(EpsgInfo {
code: 5048,
name: "ETRS89 / TM35FIN(N,E)",
area_of_use: "Finland - onshore and offshore.",
unit: "metre",
}),
5167 => Some(EpsgInfo {
code: 5167,
name: "Korean 1985 / East Sea Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 130°E and 132°E.",
unit: "metre",
}),
5168 => Some(EpsgInfo {
code: 5168,
name: "Korean 1985 / Central Belt Jeju",
area_of_use: "Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore.",
unit: "metre",
}),
5169 => Some(EpsgInfo {
code: 5169,
name: "Tokyo 1892 / Korea West Belt",
area_of_use: "Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore west of 126°E.",
unit: "metre",
}),
5170 => Some(EpsgInfo {
code: 5170,
name: "Tokyo 1892 / Korea Central Belt",
area_of_use: "Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore between 126°E and 128°E.",
unit: "metre",
}),
5171 => Some(EpsgInfo {
code: 5171,
name: "Tokyo 1892 / Korea East Belt",
area_of_use: "Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore between 128°E and 130°E.",
unit: "metre",
}),
5172 => Some(EpsgInfo {
code: 5172,
name: "Tokyo 1892 / Korea East Sea Belt",
area_of_use: "Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore east of 130°E.",
unit: "metre",
}),
5173 => Some(EpsgInfo {
code: 5173,
name: "Korean 1985 / Modified West Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 124°E and 126°E.",
unit: "metre",
}),
5174 => Some(EpsgInfo {
code: 5174,
name: "Korean 1985 / Modified Central Belt",
area_of_use: "Republic of Korea (South Korea) - between 126°E and 128°E - mainland and nearshore.",
unit: "metre",
}),
5175 => Some(EpsgInfo {
code: 5175,
name: "Korean 1985 / Modified Central Belt Jeju",
area_of_use: "Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore.",
unit: "metre",
}),
5176 => Some(EpsgInfo {
code: 5176,
name: "Korean 1985 / Modified East Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 128°E and 130°E.",
unit: "metre",
}),
5177 => Some(EpsgInfo {
code: 5177,
name: "Korean 1985 / Modified East Sea Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 130°E and 132°E.",
unit: "metre",
}),
5178 => Some(EpsgInfo {
code: 5178,
name: "Korean 1985 / Unified CS",
area_of_use: "Republic of Korea (South Korea) - onshore.",
unit: "metre",
}),
5180 => Some(EpsgInfo {
code: 5180,
name: "KGD2002 / West Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 124°E and 126°E.",
unit: "metre",
}),
5183 => Some(EpsgInfo {
code: 5183,
name: "KGD2002 / East Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 128°E and 130°E.",
unit: "metre",
}),
5184 => Some(EpsgInfo {
code: 5184,
name: "KGD2002 / East Sea Belt",
area_of_use: "Republic of Korea (South Korea) - onshore between 130°E and 132°E.",
unit: "metre",
}),
5185 => Some(EpsgInfo {
code: 5185,
name: "KGD2002 / West Belt 2010",
area_of_use: "Republic of Korea (South Korea) - onshore between 124°E and 126°E.",
unit: "metre",
}),
5188 => Some(EpsgInfo {
code: 5188,
name: "KGD2002 / East Sea Belt 2010",
area_of_use: "Republic of Korea (South Korea) - onshore between 130°E and 132°E.",
unit: "metre",
}),
5221 => Some(EpsgInfo {
code: 5221,
name: "S-JTSK (Ferro) / Krovak East North",
area_of_use: "Czechia; Slovakia.",
unit: "metre",
}),
5234 => Some(EpsgInfo {
code: 5234,
name: "Kandawala / Sri Lanka Grid",
area_of_use: "Sri Lanka - onshore.",
unit: "metre",
}),
5235 => Some(EpsgInfo {
code: 5235,
name: "SLD99 / Sri Lanka Grid 1999",
area_of_use: "Sri Lanka - onshore.",
unit: "metre",
}),
5253 => Some(EpsgInfo {
code: 5253,
name: "TUREF / TM27",
area_of_use: "Türkiye (Turkey) - west of 28°30'E, onshore.",
unit: "metre",
}),
5254 => Some(EpsgInfo {
code: 5254,
name: "TUREF / TM30",
area_of_use: "Türkiye (Turkey) - between 28°30'E and 31°30'E, onshore.",
unit: "metre",
}),
5255 => Some(EpsgInfo {
code: 5255,
name: "TUREF / TM33",
area_of_use: "Türkiye (Turkey) - between 31°30'E and 34°30'E, onshore.",
unit: "metre",
}),
5258 => Some(EpsgInfo {
code: 5258,
name: "TUREF / TM42",
area_of_use: "Türkiye (Turkey) - between 40°30'E and 43°30'E, onshore.",
unit: "metre",
}),
5259 => Some(EpsgInfo {
code: 5259,
name: "TUREF / TM45",
area_of_use: "Türkiye (Turkey) - east of 43°30'E.",
unit: "metre",
}),
5266 => Some(EpsgInfo {
code: 5266,
name: "DRUKREF 03 / Bhutan National Grid",
area_of_use: "Bhutan.",
unit: "metre",
}),
5329 => Some(EpsgInfo {
code: 5329,
name: "Segara (Jakarta) / NEIEZ",
area_of_use: "Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas.",
unit: "metre",
}),
5330 => Some(EpsgInfo {
code: 5330,
name: "Batavia (Jakarta) / NEIEZ",
area_of_use: "Indonesia - onshore - Bali, Java and western Sumatra.",
unit: "metre",
}),
5331 => Some(EpsgInfo {
code: 5331,
name: "Makassar (Jakarta) / NEIEZ",
area_of_use: "Indonesia - south west Sulawesi.",
unit: "metre",
}),
5343 => Some(EpsgInfo {
code: 5343,
name: "POSGAR 2007 / Argentina 1",
area_of_use: "Argentina - west of 70°30'W.",
unit: "metre",
}),
5344 => Some(EpsgInfo {
code: 5344,
name: "POSGAR 2007 / Argentina 2",
area_of_use: "Argentina - between 70°30'W and 67°30'W, onshore.",
unit: "metre",
}),
5345 => Some(EpsgInfo {
code: 5345,
name: "POSGAR 2007 / Argentina 3",
area_of_use: "Argentina - between 67°30'W and 64°30'W, onshore.",
unit: "metre",
}),
5346 => Some(EpsgInfo {
code: 5346,
name: "POSGAR 2007 / Argentina 4",
area_of_use: "Argentina - between 64°30'W and 61°30'W, onshore.",
unit: "metre",
}),
5347 => Some(EpsgInfo {
code: 5347,
name: "POSGAR 2007 / Argentina 5",
area_of_use: "Argentina - between 61°30'W and 58°30'W onshore.",
unit: "metre",
}),
5348 => Some(EpsgInfo {
code: 5348,
name: "POSGAR 2007 / Argentina 6",
area_of_use: "Argentina - between 58°30'W and 55°30'W, onshore.",
unit: "metre",
}),
5349 => Some(EpsgInfo {
code: 5349,
name: "POSGAR 2007 / Argentina 7",
area_of_use: "Argentina - east of 55°30'W, onshore.",
unit: "metre",
}),
5367 => Some(EpsgInfo {
code: 5367,
name: "CR05 / CRTM05",
area_of_use: "Costa Rica - onshore and offshore east of 86°30'W.",
unit: "metre",
}),
5456 => Some(EpsgInfo {
code: 5456,
name: "Ocotepeque 1935 / Costa Rica Norte",
area_of_use: "Costa Rica - onshore north of 9°32'N.",
unit: "metre",
}),
5457 => Some(EpsgInfo {
code: 5457,
name: "Ocotepeque 1935 / Costa Rica Sur",
area_of_use: "Costa Rica - onshore south of 9°56'N",
unit: "metre",
}),
5459 => Some(EpsgInfo {
code: 5459,
name: "Ocotepeque 1935 / Guatemala Sur",
area_of_use: "Guatemala - south of 15°51'30\"N.",
unit: "metre",
}),
5461 => Some(EpsgInfo {
code: 5461,
name: "Ocotepeque 1935 / Nicaragua Norte",
area_of_use: "Nicaragua - onshore north of 12°48'N.",
unit: "metre",
}),
5462 => Some(EpsgInfo {
code: 5462,
name: "Ocotepeque 1935 / Nicaragua Sur",
area_of_use: "Nicaragua - onshore south of 12°48'N.",
unit: "metre",
}),
5472 => Some(EpsgInfo {
code: 5472,
name: "Panama-Colon 1911 / Panama Polyconic",
area_of_use: "Panama - onshore.",
unit: "Clarke's yard",
}),
5479 => Some(EpsgInfo {
code: 5479,
name: "RSRGD2000 / MSLC2000",
area_of_use: "Antarctica - McMurdo Sound region.",
unit: "metre",
}),
5480 => Some(EpsgInfo {
code: 5480,
name: "RSRGD2000 / BCLC2000",
area_of_use: "Antarctica - Borchgrevink Coast region.",
unit: "metre",
}),
5481 => Some(EpsgInfo {
code: 5481,
name: "RSRGD2000 / PCLC2000",
area_of_use: "Antarctica - Pennell Coast region.",
unit: "metre",
}),
5482 => Some(EpsgInfo {
code: 5482,
name: "RSRGD2000 / RSPS2000",
area_of_use: "Antarctica - Ross Ice Shelf Region.",
unit: "metre",
}),
5518 => Some(EpsgInfo {
code: 5518,
name: "CI1971 / Chatham Islands Map Grid",
area_of_use: "New Zealand - Chatham Islands group - onshore.",
unit: "metre",
}),
5519 => Some(EpsgInfo {
code: 5519,
name: "CI1979 / Chatham Islands Map Grid",
area_of_use: "New Zealand - Chatham Islands group - onshore.",
unit: "metre",
}),
5530 => Some(EpsgInfo {
code: 5530,
name: "SAD69(96) / Brazil Polyconic",
area_of_use: "Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo.",
unit: "metre",
}),
5550 => Some(EpsgInfo {
code: 5550,
name: "PNG94 / PNGMG94 zone 54",
area_of_use: "Papua New Guinea - west of 144°E, onshore and offshore.",
unit: "metre",
}),
5551 => Some(EpsgInfo {
code: 5551,
name: "PNG94 / PNGMG94 zone 55",
area_of_use: "Papua New Guinea - between 144°E and 150°E, onshore and offshore.",
unit: "metre",
}),
5552 => Some(EpsgInfo {
code: 5552,
name: "PNG94 / PNGMG94 zone 56",
area_of_use: "Papua New Guinea - between 150°E and 156°E, onshore and offshore.",
unit: "metre",
}),
5559 => Some(EpsgInfo {
code: 5559,
name: "Ocotepeque 1935 / Guatemala Norte",
area_of_use: "Guatemala - north of 15°51'30\"N.",
unit: "metre",
}),
5588 => Some(EpsgInfo {
code: 5588,
name: "NAD27 / New Brunswick Stereographic (NAD27)",
area_of_use: "Canada - New Brunswick.",
unit: "foot",
}),
5589 => Some(EpsgInfo {
code: 5589,
name: "Sibun Gorge 1922 / Colony Grid",
area_of_use: "Belize - onshore.",
unit: "Clarke's foot",
}),
5623 => Some(EpsgInfo {
code: 5623,
name: "NAD27 / Michigan East",
area_of_use: "United States (USA) - Michigan - counties of Alcona; Alpena; Arenac; Bay; Cheboygan; Chippewa; Clinton; Crawford; Genesee; Gladwin; Gratiot; Hillsdale; Huron; Ingham; Iosco; Jackson; Lapeer; Lenawee; Livingston; Macomb; Midland; Monroe; Montmorency; Oakland; Ogemaw; Oscoda; Otsego; Presque Isle; Roscommon; Saginaw; Sanilac; Shiawassee; St Clair; Tuscola; Washtenaw; Wayne.",
unit: "US survey foot",
}),
5624 => Some(EpsgInfo {
code: 5624,
name: "NAD27 / Michigan Old Central",
area_of_use: "United States (USA) - Michigan - counties of Alger; Allegan; Antrim; Barry; Benzie; Berrien; Branch; Calhoun; Cass; Charlevoix; Clare; Delta; Eaton; Emmet; Grand Traverse; Ionia; Isabella; Kalamazoo; Kalkaska; Kent; Lake; Leelanau; Luce; Mackinac; Manistee; Mason; Mecosta; Missaukee; Montcalm; Muskegon; Newaygo; Oceana; Osceola; Ottawa; St Joseph; Schoolcraft; Van Buren; Wexford.",
unit: "US survey foot",
}),
5625 => Some(EpsgInfo {
code: 5625,
name: "NAD27 / Michigan West",
area_of_use: "United States (USA) - Michigan - counties of Baraga; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Marquette; Menominee; Ontonagon.",
unit: "US survey foot",
}),
5632 => Some(EpsgInfo {
code: 5632,
name: "PTRA08 / LCC Europe",
area_of_use: "Portugal - Azores and Madeira island groups and surrounding EEZ - Flores, Corvo; Graciosa, Terceira, Sao Jorge, Pico, Faial; Sao Miguel, Santa Maria; Madeira, Porto Santo, Desertas; Selvagens.",
unit: "metre",
}),
5633 => Some(EpsgInfo {
code: 5633,
name: "PTRA08 / LAEA Europe",
area_of_use: "Portugal - Azores and Madeira island groups and surrounding EEZ - Flores, Corvo; Graciosa, Terceira, Sao Jorge, Pico, Faial; Sao Miguel, Santa Maria; Madeira, Porto Santo, Desertas; Selvagens.",
unit: "metre",
}),
5634 => Some(EpsgInfo {
code: 5634,
name: "REGCAN95 / LCC Europe",
area_of_use: "Spain - Canary Islands onshore and offshore.",
unit: "metre",
}),
5635 => Some(EpsgInfo {
code: 5635,
name: "REGCAN95 / LAEA Europe",
area_of_use: "Spain - Canary Islands onshore and offshore.",
unit: "metre",
}),
5636 => Some(EpsgInfo {
code: 5636,
name: "TUREF / LAEA Europe",
area_of_use: "Türkiye (Turkey) - onshore and offshore.",
unit: "metre",
}),
5637 => Some(EpsgInfo {
code: 5637,
name: "TUREF / LCC Europe",
area_of_use: "Türkiye (Turkey) - onshore and offshore.",
unit: "metre",
}),
5638 => Some(EpsgInfo {
code: 5638,
name: "ISN2004 / LAEA Europe",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
5639 => Some(EpsgInfo {
code: 5639,
name: "ISN2004 / LCC Europe",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
5641 => Some(EpsgInfo {
code: 5641,
name: "SIRGAS 2000 / Brazil Mercator",
area_of_use: "Brazil - offshore - equatorial margin.",
unit: "metre",
}),
5643 => Some(EpsgInfo {
code: 5643,
name: "ED50 / SPBA LCC",
area_of_use: "Europe - South Permian basin.",
unit: "metre",
}),
5646 => Some(EpsgInfo {
code: 5646,
name: "NAD83 / Vermont (ftUS)",
area_of_use: "United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.",
unit: "US survey foot",
}),
5654 => Some(EpsgInfo {
code: 5654,
name: "NAD83(HARN) / Vermont (ftUS)",
area_of_use: "United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.",
unit: "US survey foot",
}),
5655 => Some(EpsgInfo {
code: 5655,
name: "NAD83(NSRS2007) / Vermont (ftUS)",
area_of_use: "United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.",
unit: "US survey foot",
}),
5825 => Some(EpsgInfo {
code: 5825,
name: "AGD66 / ACT Standard Grid",
area_of_use: "Australia - Australian Capital Territory.",
unit: "metre",
}),
5880 => Some(EpsgInfo {
code: 5880,
name: "SIRGAS 2000 / Brazil Polyconic",
area_of_use: "Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo.",
unit: "metre",
}),
5887 => Some(EpsgInfo {
code: 5887,
name: "TGD2005 / Tonga Map Grid",
area_of_use: "Tonga - onshore and offshore.",
unit: "metre",
}),
5921 => Some(EpsgInfo {
code: 5921,
name: "WGS 84 / EPSG Arctic Regional zone A1",
area_of_use: "Arctic - 87°N to 75°N, approximately 156°W to approximately 66°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5922 => Some(EpsgInfo {
code: 5922,
name: "WGS 84 / EPSG Arctic Regional zone A2",
area_of_use: "Arctic - 87°N to 75°N, approximately 84°W to approximately 6°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5923 => Some(EpsgInfo {
code: 5923,
name: "WGS 84 / EPSG Arctic Regional zone A3",
area_of_use: "Arctic - 87°N to 75°N, approximately 12°W to approximately 78°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5924 => Some(EpsgInfo {
code: 5924,
name: "WGS 84 / EPSG Arctic Regional zone A4",
area_of_use: "Arctic - 87°N to 75°N, approximately 60°E to approximately 150°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5925 => Some(EpsgInfo {
code: 5925,
name: "WGS 84 / EPSG Arctic Regional zone A5",
area_of_use: "Arctic - 87°N to 75°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5926 => Some(EpsgInfo {
code: 5926,
name: "WGS 84 / EPSG Arctic Regional zone B1",
area_of_use: "Arctic - 79°N to 67°N, approximately 156°W to approximately 66°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5927 => Some(EpsgInfo {
code: 5927,
name: "WGS 84 / EPSG Arctic Regional zone B2",
area_of_use: "Arctic - 79°N to 67°N, approximately 84°W to approximately 6°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5928 => Some(EpsgInfo {
code: 5928,
name: "WGS 84 / EPSG Arctic Regional zone B3",
area_of_use: "Arctic - 79°N to 67°N, approximately 12°W to approximately 78°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5929 => Some(EpsgInfo {
code: 5929,
name: "WGS 84 / EPSG Arctic Regional zone B4",
area_of_use: "Arctic - 79°N to 67°N, approximately 60°E to approximately 150°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5930 => Some(EpsgInfo {
code: 5930,
name: "WGS 84 / EPSG Arctic Regional zone B5",
area_of_use: "Arctic - 79°N to 67°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5931 => Some(EpsgInfo {
code: 5931,
name: "WGS 84 / EPSG Arctic Regional zone C1",
area_of_use: "Arctic - 71°N to 59°N, approximately 156°W to approximately 66°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5932 => Some(EpsgInfo {
code: 5932,
name: "WGS 84 / EPSG Arctic Regional zone C2",
area_of_use: "Arctic - 71°N to 59°N, approximately 84°W to approximately 6°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5933 => Some(EpsgInfo {
code: 5933,
name: "WGS 84 / EPSG Arctic Regional zone C3",
area_of_use: "Arctic - 71°N to 59°N, approximately 12°W to approximately 78°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5934 => Some(EpsgInfo {
code: 5934,
name: "WGS 84 / EPSG Arctic Regional zone C4",
area_of_use: "Arctic - 71°N to 59°N, approximately 60°E to approximately 150°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5935 => Some(EpsgInfo {
code: 5935,
name: "WGS 84 / EPSG Arctic Regional zone C5",
area_of_use: "Arctic - 71°N to 59°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
5936 => Some(EpsgInfo {
code: 5936,
name: "WGS 84 / EPSG Alaska Polar Stereographic",
area_of_use: "Northern hemisphere - north of 60°N onshore and offshore, including Arctic.",
unit: "metre",
}),
5937 => Some(EpsgInfo {
code: 5937,
name: "WGS 84 / EPSG Canada Polar Stereographic",
area_of_use: "Northern hemisphere - north of 60°N onshore and offshore, including Arctic.",
unit: "metre",
}),
5938 => Some(EpsgInfo {
code: 5938,
name: "WGS 84 / EPSG Greenland Polar Stereographic",
area_of_use: "Northern hemisphere - north of 60°N onshore and offshore, including Arctic.",
unit: "metre",
}),
5939 => Some(EpsgInfo {
code: 5939,
name: "WGS 84 / EPSG Norway Polar Stereographic",
area_of_use: "Northern hemisphere - north of 60°N onshore and offshore, including Arctic.",
unit: "metre",
}),
5940 => Some(EpsgInfo {
code: 5940,
name: "WGS 84 / EPSG Russia Polar Stereographic",
area_of_use: "Northern hemisphere - north of 60°N onshore and offshore, including Arctic.",
unit: "metre",
}),
6050 => Some(EpsgInfo {
code: 6050,
name: "GR96 / EPSG Arctic zone 1-25",
area_of_use: "Arctic - between 87°50'N and 82°50'N, approximately 60°W to approximately 0°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6051 => Some(EpsgInfo {
code: 6051,
name: "GR96 / EPSG Arctic zone 2-18",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 72°W to approximately 32°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6052 => Some(EpsgInfo {
code: 6052,
name: "GR96 / EPSG Arctic zone 2-20",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 32°W to approximately 8°E. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6053 => Some(EpsgInfo {
code: 6053,
name: "GR96 / EPSG Arctic zone 3-29",
area_of_use: "Arctic - between 81°10'N and 76°10'N, Greenland west of approximately 54°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6054 => Some(EpsgInfo {
code: 6054,
name: "GR96 / EPSG Arctic zone 3-31",
area_of_use: "Arctic - between 81°10'N and 76°10'N, approximately 54°W to approximately 24°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6055 => Some(EpsgInfo {
code: 6055,
name: "GR96 / EPSG Arctic zone 3-33",
area_of_use: "Arctic - between 81°10'N and 76°10'N, approximately 24°W to approximately 2°E. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6056 => Some(EpsgInfo {
code: 6056,
name: "GR96 / EPSG Arctic zone 4-20",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 76°W to approximately 51°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6057 => Some(EpsgInfo {
code: 6057,
name: "GR96 / EPSG Arctic zone 4-22",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 51°W to approximately 26°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6058 => Some(EpsgInfo {
code: 6058,
name: "GR96 / EPSG Arctic zone 4-24",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 26°W to approximately 2°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6059 => Some(EpsgInfo {
code: 6059,
name: "GR96 / EPSG Arctic zone 5-41",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 72°W to approximately 52°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6060 => Some(EpsgInfo {
code: 6060,
name: "GR96 / EPSG Arctic zone 5-43",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 52°W to approximately 32°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6061 => Some(EpsgInfo {
code: 6061,
name: "GR96 / EPSG Arctic zone 5-45",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 32°W to approximately 12°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6062 => Some(EpsgInfo {
code: 6062,
name: "GR96 / EPSG Arctic zone 6-26",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 65°W to approximately 47°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6063 => Some(EpsgInfo {
code: 6063,
name: "GR96 / EPSG Arctic zone 6-28",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 47°W to approximately 29°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6064 => Some(EpsgInfo {
code: 6064,
name: "GR96 / EPSG Arctic zone 6-30",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 29°W to approximately 11°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6065 => Some(EpsgInfo {
code: 6065,
name: "GR96 / EPSG Arctic zone 7-11",
area_of_use: "Arctic - between 67°50'N and 62°50'N, approximately 59°W to approximately 42°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6066 => Some(EpsgInfo {
code: 6066,
name: "GR96 / EPSG Arctic zone 7-13",
area_of_use: "Arctic - between 67°50'N and 62°50'N, approximately 42°W to approximately 25°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6067 => Some(EpsgInfo {
code: 6067,
name: "GR96 / EPSG Arctic zone 8-20",
area_of_use: "Arctic - between 64°30'N and 59°30'N, approximately 59°W to approximately 44°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6068 => Some(EpsgInfo {
code: 6068,
name: "GR96 / EPSG Arctic zone 8-22",
area_of_use: "Arctic - between 64°30'N and 59°30'N, approximately 44°W to approximately 29°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6069 => Some(EpsgInfo {
code: 6069,
name: "ETRS89 / EPSG Arctic zone 2-22",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 4°W to approximately 36°E.",
unit: "metre",
}),
6070 => Some(EpsgInfo {
code: 6070,
name: "ETRS89 / EPSG Arctic zone 3-11",
area_of_use: "Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N.",
unit: "metre",
}),
6071 => Some(EpsgInfo {
code: 6071,
name: "ETRS89 / EPSG Arctic zone 4-26",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 2°W to approximately 22°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6072 => Some(EpsgInfo {
code: 6072,
name: "ETRS89 / EPSG Arctic zone 4-28",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 22°E to approximately 46°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6073 => Some(EpsgInfo {
code: 6073,
name: "ETRS89 / EPSG Arctic zone 5-11",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 4°E to approximately 24°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6074 => Some(EpsgInfo {
code: 6074,
name: "ETRS89 / EPSG Arctic zone 5-13",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 24°E to approximately 44°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6075 => Some(EpsgInfo {
code: 6075,
name: "WGS 84 / EPSG Arctic zone 2-24",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 33°E to approximately 73°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6076 => Some(EpsgInfo {
code: 6076,
name: "WGS 84 / EPSG Arctic zone 2-26",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 73°E to approximately 113°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6077 => Some(EpsgInfo {
code: 6077,
name: "WGS 84 / EPSG Arctic zone 3-13",
area_of_use: "Arctic (Russia onshore and offshore) - between 81°10'N and 76°10'N, approximately 35°E to approximately 67°E. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6078 => Some(EpsgInfo {
code: 6078,
name: "WGS 84 / EPSG Arctic zone 3-15",
area_of_use: "Arctic (Russia onshore and offshore) - between 81°10'N and 76°10'N, approximately 67°E to approximately 98°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6079 => Some(EpsgInfo {
code: 6079,
name: "WGS 84 / EPSG Arctic zone 3-17",
area_of_use: "Arctic (Russia onshore and offshore) - between 81°10'N and 76°10'N, approximately 98°E to approximately 129°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6080 => Some(EpsgInfo {
code: 6080,
name: "WGS 84 / EPSG Arctic zone 3-19",
area_of_use: "Arctic (Russia onshore and offshore) - between 81°10'N and 76°10'N, approximately 129°E to approximately 160°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6081 => Some(EpsgInfo {
code: 6081,
name: "WGS 84 / EPSG Arctic zone 4-30",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 46°E to approximately 70°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6082 => Some(EpsgInfo {
code: 6082,
name: "WGS 84 / EPSG Arctic zone 4-32",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 70°E to approximately 94°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6083 => Some(EpsgInfo {
code: 6083,
name: "WGS 84 / EPSG Arctic zone 4-34",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 94°E to approximately 118°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6084 => Some(EpsgInfo {
code: 6084,
name: "WGS 84 / EPSG Arctic zone 4-36",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 118°E to approximately 142°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6085 => Some(EpsgInfo {
code: 6085,
name: "WGS 84 / EPSG Arctic zone 4-38",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 142°E to approximately 166°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6086 => Some(EpsgInfo {
code: 6086,
name: "WGS 84 / EPSG Arctic zone 4-40",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 166°E to approximately 169°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6087 => Some(EpsgInfo {
code: 6087,
name: "WGS 84 / EPSG Arctic zone 5-15",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 44°E to approximately 64°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6088 => Some(EpsgInfo {
code: 6088,
name: "WGS 84 / EPSG Arctic zone 5-17",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 64°E to approximately 85°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6089 => Some(EpsgInfo {
code: 6089,
name: "WGS 84 / EPSG Arctic zone 5-19",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 85°E to approximately 106°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6090 => Some(EpsgInfo {
code: 6090,
name: "WGS 84 / EPSG Arctic zone 5-21",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 106°E to approximately 127°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6091 => Some(EpsgInfo {
code: 6091,
name: "WGS 84 / EPSG Arctic zone 5-23",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 127°E to approximately 148°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6092 => Some(EpsgInfo {
code: 6092,
name: "WGS 84 / EPSG Arctic zone 5-25",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 148°E to approximately 169°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6093 => Some(EpsgInfo {
code: 6093,
name: "WGS 84 / EPSG Arctic zone 5-27",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 169°E to approximately 169°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6094 => Some(EpsgInfo {
code: 6094,
name: "NAD83(NSRS2007) / EPSG Arctic zone 5-29",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 173°W to approximately 153°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6095 => Some(EpsgInfo {
code: 6095,
name: "NAD83(NSRS2007) / EPSG Arctic zone 5-31",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 157°W to approximately 137°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6096 => Some(EpsgInfo {
code: 6096,
name: "NAD83(NSRS2007) / EPSG Arctic zone 6-14",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 174°W to approximately 156°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6097 => Some(EpsgInfo {
code: 6097,
name: "NAD83(NSRS2007) / EPSG Arctic zone 6-16",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 156°W to approximately 138°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6098 => Some(EpsgInfo {
code: 6098,
name: "NAD83(CSRS) / EPSG Arctic zone 1-23",
area_of_use: "Arctic - between 87°50'N and 82°50'N, approximately 120°W to approximately 60°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6099 => Some(EpsgInfo {
code: 6099,
name: "NAD83(CSRS) / EPSG Arctic zone 2-14",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 135°W to approximately 95°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6100 => Some(EpsgInfo {
code: 6100,
name: "NAD83(CSRS) / EPSG Arctic zone 2-16",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 95°W to approximately 55°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6101 => Some(EpsgInfo {
code: 6101,
name: "NAD83(CSRS) / EPSG Arctic zone 3-25",
area_of_use: "Arctic - between 81°10'N and 76°10'N, approximately 144°W to approximately 114°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6102 => Some(EpsgInfo {
code: 6102,
name: "NAD83(CSRS) / EPSG Arctic zone 3-27",
area_of_use: "Arctic - between 81°10'N and 76°10'N, approximately 114°W to approximately 84°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6103 => Some(EpsgInfo {
code: 6103,
name: "NAD83(CSRS) / EPSG Arctic zone 3-29",
area_of_use: "Arctic - between 81°10'N and 76°10'N, Canada east of approximately 84°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6104 => Some(EpsgInfo {
code: 6104,
name: "NAD83(CSRS) / EPSG Arctic zone 4-14",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 141°W to approximately 116°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6105 => Some(EpsgInfo {
code: 6105,
name: "NAD83(CSRS) / EPSG Arctic zone 4-16",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 116°W to approximately 91°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6106 => Some(EpsgInfo {
code: 6106,
name: "NAD83(CSRS) / EPSG Arctic zone 4-18",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 91°W to approximately 67°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6107 => Some(EpsgInfo {
code: 6107,
name: "NAD83(CSRS) / EPSG Arctic zone 5-33",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 141°W to approximately 121°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6108 => Some(EpsgInfo {
code: 6108,
name: "NAD83(CSRS) / EPSG Arctic zone 5-35",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 121°W to approximately 101°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6109 => Some(EpsgInfo {
code: 6109,
name: "NAD83(CSRS) / EPSG Arctic zone 5-37",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 101°W to approximately 81°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6110 => Some(EpsgInfo {
code: 6110,
name: "NAD83(CSRS) / EPSG Arctic zone 5-39",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 81°W to approximately 61°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6111 => Some(EpsgInfo {
code: 6111,
name: "NAD83(CSRS) / EPSG Arctic zone 6-18",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 141°W to approximately 122°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6112 => Some(EpsgInfo {
code: 6112,
name: "NAD83(CSRS) / EPSG Arctic zone 6-20",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 122°W to approximately 103°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6113 => Some(EpsgInfo {
code: 6113,
name: "NAD83(CSRS) / EPSG Arctic zone 6-22",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 103°W to approximately 84°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6114 => Some(EpsgInfo {
code: 6114,
name: "NAD83(CSRS) / EPSG Arctic zone 6-24",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 84°W to approximately 65°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6115 => Some(EpsgInfo {
code: 6115,
name: "WGS 84 / EPSG Arctic zone 1-27",
area_of_use: "Arctic - between 87°50'N and 82°50'N, approximately 0°E to approximately 60°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6116 => Some(EpsgInfo {
code: 6116,
name: "WGS 84 / EPSG Arctic zone 1-29",
area_of_use: "Arctic - between 87°50'N and 82°50'N, approximately 60°E to approximately 120°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6117 => Some(EpsgInfo {
code: 6117,
name: "WGS 84 / EPSG Arctic zone 1-31",
area_of_use: "Arctic - between 87°50'N and 82°50'N, approximately 120°E to approximately 180°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6118 => Some(EpsgInfo {
code: 6118,
name: "WGS 84 / EPSG Arctic zone 1-21",
area_of_use: "Arctic - between 87°50'N and 82°50'N, approximately 180°W to approximately 120°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6119 => Some(EpsgInfo {
code: 6119,
name: "WGS 84 / EPSG Arctic zone 2-28",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 113°E to approximately 153°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6120 => Some(EpsgInfo {
code: 6120,
name: "WGS 84 / EPSG Arctic zone 2-10",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 146°E to approximately 174°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6121 => Some(EpsgInfo {
code: 6121,
name: "WGS 84 / EPSG Arctic zone 2-12",
area_of_use: "Arctic - between 84°30'N and 79°30'N, approximately 174°W to approximately 135°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6122 => Some(EpsgInfo {
code: 6122,
name: "WGS 84 / EPSG Arctic zone 3-21",
area_of_use: "Arctic - between 81°10'N and 76°10'N, approximately 160°E to approximately 169°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6123 => Some(EpsgInfo {
code: 6123,
name: "WGS 84 / EPSG Arctic zone 3-23",
area_of_use: "Arctic - between 81°10'N and 76°10'N, approximately 169°W to approximately 138°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6124 => Some(EpsgInfo {
code: 6124,
name: "WGS 84 / EPSG Arctic zone 4-12",
area_of_use: "Arctic - between 77°50'N and 72°50'N, approximately 169°W to approximately 141°W. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6125 => Some(EpsgInfo {
code: 6125,
name: "ETRS89 / EPSG Arctic zone 5-47",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 15°W to approximately 5°E. May be extended westwards or eastwards within the latitude limits.",
unit: "metre",
}),
6128 => Some(EpsgInfo {
code: 6128,
name: "Grand Cayman National Grid 1959",
area_of_use: "Cayman Islands - Grand Cayman.",
unit: "foot",
}),
6129 => Some(EpsgInfo {
code: 6129,
name: "Sister Islands National Grid 1961",
area_of_use: "Cayman Islands - Little Cayman and Cayman Brac.",
unit: "foot",
}),
6201 => Some(EpsgInfo {
code: 6201,
name: "NAD27 / Michigan Central",
area_of_use: "United States (USA) - Michigan - counties of Alcona; Alpena; Antrim; Arenac; Benzie; Charlevoix; Cheboygan; Clare; Crawford; Emmet; Gladwin; Grand Traverse; Iosco; Kalkaska; Lake; Leelanau; Manistee; Mason; Missaukee; Montmorency; Ogemaw; Osceola; Oscoda; Otsego; Presque Isle; Roscommon; Wexford.",
unit: "US survey foot",
}),
6202 => Some(EpsgInfo {
code: 6202,
name: "NAD27 / Michigan South",
area_of_use: "United States (USA) - Michigan - counties of Allegan; Barry; Bay; Berrien; Branch; Calhoun; Cass; Clinton; Eaton; Genesee; Gratiot; Hillsdale; Huron; Ingham; Ionia; Isabella; Jackson; Kalamazoo; Kent; Lapeer; Lenawee; Livingston; Macomb; Mecosta; Midland; Monroe; Montcalm; Muskegon; Newaygo; Oakland; Oceana; Ottawa; Saginaw; Sanilac; Shiawassee; St Clair; St Joseph; Tuscola; Van Buren; Washtenaw; Wayne.",
unit: "US survey foot",
}),
6204 => Some(EpsgInfo {
code: 6204,
name: "Macedonia State Coordinate System",
area_of_use: "North Macedonia.",
unit: "metre",
}),
6637 => Some(EpsgInfo {
code: 6637,
name: "NAD83(MA11) / Guam Map Grid",
area_of_use: "Guam - onshore.",
unit: "metre",
}),
6646 => Some(EpsgInfo {
code: 6646,
name: "Karbala 1979 / Iraq National Grid",
area_of_use: "Iraq - onshore.",
unit: "metre",
}),
6720 => Some(EpsgInfo {
code: 6720,
name: "WGS 84 / CIG92",
area_of_use: "Christmas Island - onshore.",
unit: "metre",
}),
6721 => Some(EpsgInfo {
code: 6721,
name: "GDA94 / CIG94",
area_of_use: "Christmas Island - onshore.",
unit: "metre",
}),
6722 => Some(EpsgInfo {
code: 6722,
name: "WGS 84 / CKIG92",
area_of_use: "Cocos (Keeling) Islands - onshore.",
unit: "metre",
}),
6723 => Some(EpsgInfo {
code: 6723,
name: "GDA94 / CKIG94",
area_of_use: "Cocos (Keeling) Islands - onshore.",
unit: "metre",
}),
6785 => Some(EpsgInfo {
code: 6785,
name: "NAD83(CORS96) / Oregon Baker zone (ft)",
area_of_use: "United States (USA) - Oregon - Baker City area.",
unit: "foot",
}),
6787 => Some(EpsgInfo {
code: 6787,
name: "NAD83(2011) / Oregon Baker zone (ft)",
area_of_use: "United States (USA) - Oregon - Baker City area.",
unit: "foot",
}),
6789 => Some(EpsgInfo {
code: 6789,
name: "NAD83(CORS96) / Oregon Bend-Klamath Falls zone (ft)",
area_of_use: "United States (USA) - Oregon - Bend-Klamath Falls area.",
unit: "foot",
}),
6791 => Some(EpsgInfo {
code: 6791,
name: "NAD83(2011) / Oregon Bend-Klamath Falls zone (ft)",
area_of_use: "United States (USA) - Oregon - Bend-Klamath Falls area.",
unit: "foot",
}),
6792 => Some(EpsgInfo {
code: 6792,
name: "NAD83(CORS96) / Oregon Bend-Redmond-Prineville zone (m)",
area_of_use: "United States (USA) - Oregon - Bend-Redmond-Prineville area.",
unit: "metre",
}),
6793 => Some(EpsgInfo {
code: 6793,
name: "NAD83(CORS96) / Oregon Bend-Redmond-Prineville zone (ft)",
area_of_use: "United States (USA) - Oregon - Bend-Redmond-Prineville area.",
unit: "foot",
}),
6794 => Some(EpsgInfo {
code: 6794,
name: "NAD83(2011) / Oregon Bend-Redmond-Prineville zone (m)",
area_of_use: "United States (USA) - Oregon - Bend-Redmond-Prineville area.",
unit: "metre",
}),
6795 => Some(EpsgInfo {
code: 6795,
name: "NAD83(2011) / Oregon Bend-Redmond-Prineville zone (ft)",
area_of_use: "United States (USA) - Oregon - Bend-Redmond-Prineville area.",
unit: "foot",
}),
6796 => Some(EpsgInfo {
code: 6796,
name: "NAD83(CORS96) / Oregon Bend-Burns zone (m)",
area_of_use: "United States (USA) - Oregon - Bend-Burns area.",
unit: "metre",
}),
6797 => Some(EpsgInfo {
code: 6797,
name: "NAD83(CORS96) / Oregon Bend-Burns zone (ft)",
area_of_use: "United States (USA) - Oregon - Bend-Burns area.",
unit: "foot",
}),
6798 => Some(EpsgInfo {
code: 6798,
name: "NAD83(2011) / Oregon Bend-Burns zone (m)",
area_of_use: "United States (USA) - Oregon - Bend-Burns area.",
unit: "metre",
}),
6799 => Some(EpsgInfo {
code: 6799,
name: "NAD83(2011) / Oregon Bend-Burns zone (ft)",
area_of_use: "United States (USA) - Oregon - Bend-Burns area.",
unit: "foot",
}),
6801 => Some(EpsgInfo {
code: 6801,
name: "NAD83(CORS96) / Oregon Canyonville-Grants Pass zone (ft)",
area_of_use: "United States (USA) - Oregon - Canyonville-Grants Pass area.",
unit: "foot",
}),
6803 => Some(EpsgInfo {
code: 6803,
name: "NAD83(2011) / Oregon Canyonville-Grants Pass zone (ft)",
area_of_use: "United States (USA) - Oregon - Canyonville-Grants Pass area.",
unit: "foot",
}),
6804 => Some(EpsgInfo {
code: 6804,
name: "NAD83(CORS96) / Oregon Columbia River East zone (m)",
area_of_use: "United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W.",
unit: "metre",
}),
6805 => Some(EpsgInfo {
code: 6805,
name: "NAD83(CORS96) / Oregon Columbia River East zone (ft)",
area_of_use: "United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W.",
unit: "foot",
}),
6806 => Some(EpsgInfo {
code: 6806,
name: "NAD83(2011) / Oregon Columbia River East zone (m)",
area_of_use: "United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W.",
unit: "metre",
}),
6807 => Some(EpsgInfo {
code: 6807,
name: "NAD83(2011) / Oregon Columbia River East zone (ft)",
area_of_use: "United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W.",
unit: "foot",
}),
6813 => Some(EpsgInfo {
code: 6813,
name: "NAD83(CORS96) / Oregon Cottage Grove-Canyonville zone (ft)",
area_of_use: "United States (USA) - Oregon - Cottage Grove-Canyonville area.",
unit: "foot",
}),
6815 => Some(EpsgInfo {
code: 6815,
name: "NAD83(2011) / Oregon Cottage Grove-Canyonville zone (ft)",
area_of_use: "United States (USA) - Oregon - Cottage Grove-Canyonville area.",
unit: "foot",
}),
6817 => Some(EpsgInfo {
code: 6817,
name: "NAD83(CORS96) / Oregon Dufur-Madras zone (ft)",
area_of_use: "United States (USA) - Oregon - Dufur-Madras area.",
unit: "foot",
}),
6819 => Some(EpsgInfo {
code: 6819,
name: "NAD83(2011) / Oregon Dufur-Madras zone (ft)",
area_of_use: "United States (USA) - Oregon - Dufur-Madras area.",
unit: "foot",
}),
6821 => Some(EpsgInfo {
code: 6821,
name: "NAD83(CORS96) / Oregon Eugene zone (ft)",
area_of_use: "United States (USA) - Oregon - Eugene area.",
unit: "foot",
}),
6823 => Some(EpsgInfo {
code: 6823,
name: "NAD83(2011) / Oregon Eugene zone (ft)",
area_of_use: "United States (USA) - Oregon - Eugene area.",
unit: "foot",
}),
6825 => Some(EpsgInfo {
code: 6825,
name: "NAD83(CORS96) / Oregon Grants Pass-Ashland zone (ft)",
area_of_use: "United States (USA) - Oregon - Grants Pass-Ashland area.",
unit: "foot",
}),
6827 => Some(EpsgInfo {
code: 6827,
name: "NAD83(2011) / Oregon Grants Pass-Ashland zone (ft)",
area_of_use: "United States (USA) - Oregon - Grants Pass-Ashland area.",
unit: "foot",
}),
6307 => Some(EpsgInfo {
code: 6307,
name: "NAD83(CORS96) / Puerto Rico and Virgin Is.",
area_of_use: "Puerto Rico and US Virgin Islands - onshore.",
unit: "metre",
}),
6316 => Some(EpsgInfo {
code: 6316,
name: "MGI 1901 / Balkans zone 7",
area_of_use: "Various",
unit: "metre",
}),
6351 => Some(EpsgInfo {
code: 6351,
name: "NAD83(2011) / EPSG Arctic zone 5-29",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 173°W to approximately 153°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6352 => Some(EpsgInfo {
code: 6352,
name: "NAD83(2011) / EPSG Arctic zone 5-31",
area_of_use: "Arctic - between 74°30'N and 69°30'N, approximately 157°W to approximately 137°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6353 => Some(EpsgInfo {
code: 6353,
name: "NAD83(2011) / EPSG Arctic zone 6-14",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 174°W to approximately 156°W. May be extended eastwards within the latitude limits.",
unit: "metre",
}),
6354 => Some(EpsgInfo {
code: 6354,
name: "NAD83(2011) / EPSG Arctic zone 6-16",
area_of_use: "Arctic - between 71°10'N and 66°10'N, approximately 156°W to approximately 138°W. May be extended westwards within the latitude limits.",
unit: "metre",
}),
6362 => Some(EpsgInfo {
code: 6362,
name: "Mexico ITRF92 / LCC",
area_of_use: "Mexico - onshore and offshore.",
unit: "metre",
}),
6372 => Some(EpsgInfo {
code: 6372,
name: "Mexico ITRF2008 / LCC",
area_of_use: "Mexico - onshore and offshore.",
unit: "metre",
}),
6391 => Some(EpsgInfo {
code: 6391,
name: "Cayman Islands National Grid 2011",
area_of_use: "Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac.",
unit: "foot",
}),
6628 => Some(EpsgInfo {
code: 6628,
name: "NAD83(PA11) / Hawaii zone 1",
area_of_use: "United States (USA) - Hawaii - island of Hawaii - onshore.",
unit: "metre",
}),
6629 => Some(EpsgInfo {
code: 6629,
name: "NAD83(PA11) / Hawaii zone 2",
area_of_use: "United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore.",
unit: "metre",
}),
6630 => Some(EpsgInfo {
code: 6630,
name: "NAD83(PA11) / Hawaii zone 3",
area_of_use: "United States (USA) - Hawaii - Oahu - onshore.",
unit: "metre",
}),
6631 => Some(EpsgInfo {
code: 6631,
name: "NAD83(PA11) / Hawaii zone 4",
area_of_use: "United States (USA) - Hawaii - Kauai - onshore.",
unit: "metre",
}),
6632 => Some(EpsgInfo {
code: 6632,
name: "NAD83(PA11) / Hawaii zone 5",
area_of_use: "United States (USA) - Hawaii - Niihau - onshore.",
unit: "metre",
}),
6633 => Some(EpsgInfo {
code: 6633,
name: "NAD83(PA11) / Hawaii zone 3 (ftUS)",
area_of_use: "United States (USA) - Hawaii - Oahu - onshore.",
unit: "US survey foot",
}),
6829 => Some(EpsgInfo {
code: 6829,
name: "NAD83(CORS96) / Oregon Gresham-Warm Springs zone (ft)",
area_of_use: "United States (USA) - Oregon - Gresham-Warm Springs area.",
unit: "foot",
}),
6831 => Some(EpsgInfo {
code: 6831,
name: "NAD83(2011) / Oregon Gresham-Warm Springs zone (ft)",
area_of_use: "United States (USA) - Oregon - Gresham-Warm Springs area.",
unit: "foot",
}),
6833 => Some(EpsgInfo {
code: 6833,
name: "NAD83(CORS96) / Oregon La Grande zone (ft)",
area_of_use: "United States (USA) - Oregon - La Grande area.",
unit: "foot",
}),
6835 => Some(EpsgInfo {
code: 6835,
name: "NAD83(2011) / Oregon La Grande zone (ft)",
area_of_use: "United States (USA) - Oregon - La Grande area.",
unit: "foot",
}),
6837 => Some(EpsgInfo {
code: 6837,
name: "NAD83(CORS96) / Oregon Ontario zone (ft)",
area_of_use: "United States (USA) - Oregon - Ontario area.",
unit: "foot",
}),
6839 => Some(EpsgInfo {
code: 6839,
name: "NAD83(2011) / Oregon Ontario zone (ft)",
area_of_use: "United States (USA) - Oregon - Ontario area.",
unit: "foot",
}),
6845 => Some(EpsgInfo {
code: 6845,
name: "NAD83(CORS96) / Oregon Pendleton zone (ft)",
area_of_use: "United States (USA) - Oregon - Pendleton area.",
unit: "foot",
}),
6847 => Some(EpsgInfo {
code: 6847,
name: "NAD83(2011) / Oregon Pendleton zone (ft)",
area_of_use: "United States (USA) - Oregon - Pendleton area.",
unit: "foot",
}),
6849 => Some(EpsgInfo {
code: 6849,
name: "NAD83(CORS96) / Oregon Pendleton-La Grande zone (ft)",
area_of_use: "United States (USA) - Oregon - Pendleton-La Grande area.",
unit: "foot",
}),
6851 => Some(EpsgInfo {
code: 6851,
name: "NAD83(2011) / Oregon Pendleton-La Grande zone (ft)",
area_of_use: "United States (USA) - Oregon - Pendleton-La Grande area.",
unit: "foot",
}),
6852 => Some(EpsgInfo {
code: 6852,
name: "NAD83(CORS96) / Oregon Portland zone (m)",
area_of_use: "United States (USA) - Oregon - Portland area.",
unit: "metre",
}),
6853 => Some(EpsgInfo {
code: 6853,
name: "NAD83(CORS96) / Oregon Portland zone (ft)",
area_of_use: "United States (USA) - Oregon - Portland area.",
unit: "foot",
}),
6854 => Some(EpsgInfo {
code: 6854,
name: "NAD83(2011) / Oregon Portland zone (m)",
area_of_use: "United States (USA) - Oregon - Portland area.",
unit: "metre",
}),
6855 => Some(EpsgInfo {
code: 6855,
name: "NAD83(2011) / Oregon Portland zone (ft)",
area_of_use: "United States (USA) - Oregon - Portland area.",
unit: "foot",
}),
6857 => Some(EpsgInfo {
code: 6857,
name: "NAD83(CORS96) / Oregon Salem zone (ft)",
area_of_use: "United States (USA) - Oregon - Salem area.",
unit: "foot",
}),
6859 => Some(EpsgInfo {
code: 6859,
name: "NAD83(2011) / Oregon Salem zone (ft)",
area_of_use: "United States (USA) - Oregon - Salem area.",
unit: "foot",
}),
6861 => Some(EpsgInfo {
code: 6861,
name: "NAD83(CORS96) / Oregon Santiam Pass zone (ft)",
area_of_use: "United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area.",
unit: "foot",
}),
6863 => Some(EpsgInfo {
code: 6863,
name: "NAD83(2011) / Oregon Santiam Pass zone (ft)",
area_of_use: "United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area.",
unit: "foot",
}),
6867 => Some(EpsgInfo {
code: 6867,
name: "NAD83(CORS96) / Oregon LCC (m)",
area_of_use: "United States (USA) - Oregon.",
unit: "metre",
}),
6879 => Some(EpsgInfo {
code: 6879,
name: "NAD83(2011) / Wisconsin Central",
area_of_use: "United States (USA) - Wisconsin - counties of Barron; Brown; Buffalo; Chippewa; Clark; Door; Dunn; Eau Claire; Jackson; Kewaunee; Langlade; Lincoln; Marathon; Marinette; Menominee; Oconto; Outagamie; Pepin; Pierce; Polk; Portage; Rusk; Shawano; St Croix; Taylor; Trempealeau; Waupaca; Wood.",
unit: "metre",
}),
6880 => Some(EpsgInfo {
code: 6880,
name: "NAD83(2011) / Nebraska (ftUS)",
area_of_use: "United States (USA) - Nebraska - counties of Adams; Antelope; Arthur; Banner; Blaine; Boone; Box Butte; Boyd; Brown; Buffalo; Burt; Butler; Cass; Cedar; Chase; Cherry; Cheyenne; Clay; Colfax; Cuming; Custer; Dakota; Dawes; Dawson; Deuel; Dixon; Dodge; Douglas; Dundy; Fillmore; Franklin; Frontier; Furnas; Gage; Garden; Garfield; Gosper; Grant; Greeley; Hall; Hamilton; Harlan; Hayes; Hitchcock; Holt; Hooker; Howard; Jefferson; Johnson; Kearney; Keith; Keya Paha; Kimball; Knox; Lancaster; Lincoln; Logan; Loup; Madison; McPherson; Merrick; Morrill; Nance; Nemaha; Nuckolls; Otoe; Pawnee; Perkins; Phelps; Pierce; Platte; Polk; Red Willow; Richardson; Rock; Saline; Sarpy; Saunders; Scotts Bluff; Seward; Sheridan; Sherman; Sioux; Stanton; Thayer; Thomas; Thurston; Valley; Washington; Wayne; Webster; Wheeler; York.",
unit: "US survey foot",
}),
6884 => Some(EpsgInfo {
code: 6884,
name: "NAD83(CORS96) / Oregon North",
area_of_use: "United States (USA) - Oregon - counties of Baker; Benton; Clackamas; Clatsop; Columbia; Gilliam; Grant; Hood River; Jefferson; Lincoln; Linn; Marion; Morrow; Multnomah; Polk; Sherman; Tillamook; Umatilla; Union; Wallowa; Wasco; Washington; Wheeler; Yamhill.",
unit: "metre",
}),
6885 => Some(EpsgInfo {
code: 6885,
name: "NAD83(CORS96) / Oregon North (ft)",
area_of_use: "United States (USA) - Oregon - counties of Baker; Benton; Clackamas; Clatsop; Columbia; Gilliam; Grant; Hood River; Jefferson; Lincoln; Linn; Marion; Morrow; Multnomah; Polk; Sherman; Tillamook; Umatilla; Union; Wallowa; Wasco; Washington; Wheeler; Yamhill.",
unit: "foot",
}),
6886 => Some(EpsgInfo {
code: 6886,
name: "NAD83(CORS96) / Oregon South",
area_of_use: "United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur.",
unit: "metre",
}),
6887 => Some(EpsgInfo {
code: 6887,
name: "NAD83(CORS96) / Oregon South (ft)",
area_of_use: "United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur.",
unit: "foot",
}),
6922 => Some(EpsgInfo {
code: 6922,
name: "NAD83 / Kansas LCC",
area_of_use: "United States (USA) - Kansas.",
unit: "metre",
}),
6923 => Some(EpsgInfo {
code: 6923,
name: "NAD83 / Kansas LCC (ftUS)",
area_of_use: "United States (USA) - Kansas.",
unit: "US survey foot",
}),
6924 => Some(EpsgInfo {
code: 6924,
name: "NAD83(2011) / Kansas LCC",
area_of_use: "United States (USA) - Kansas.",
unit: "metre",
}),
6925 => Some(EpsgInfo {
code: 6925,
name: "NAD83(2011) / Kansas LCC (ftUS)",
area_of_use: "United States (USA) - Kansas.",
unit: "US survey foot",
}),
6962 => Some(EpsgInfo {
code: 6962,
name: "ETRS89 / Albania LCC 2010",
area_of_use: "Albania - onshore.",
unit: "metre",
}),
6966 => Some(EpsgInfo {
code: 6966,
name: "NAD27 / Michigan North",
area_of_use: "United States (USA) - Michigan north of approximately 45°45'N - counties of Alger; Baraga; Chippewa; Delta; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Luce; Mackinac; Marquette; Menominee; Ontonagon; Schoolcraft.",
unit: "US survey foot",
}),
6984 => Some(EpsgInfo {
code: 6984,
name: "Israeli Grid 05",
area_of_use: "Israel - onshore; Palestine Territory - onshore.",
unit: "metre",
}),
6991 => Some(EpsgInfo {
code: 6991,
name: "Israeli Grid 05/12",
area_of_use: "Israel - onshore; Palestine Territory - onshore.",
unit: "metre",
}),
7119 => Some(EpsgInfo {
code: 7119,
name: "NAD83(2011) / RMTCRS St Mary (ft)",
area_of_use: "United States (USA) - Montana - St Mary's Valley area.",
unit: "foot",
}),
7120 => Some(EpsgInfo {
code: 7120,
name: "NAD83(2011) / RMTCRS Blackfeet (ft)",
area_of_use: "United States (USA) - Montana - Blackfeet Indian Reservation.",
unit: "foot",
}),
7121 => Some(EpsgInfo {
code: 7121,
name: "NAD83(2011) / RMTCRS Milk River (ft)",
area_of_use: "United States (USA) - Montana - Milk River area.",
unit: "foot",
}),
7122 => Some(EpsgInfo {
code: 7122,
name: "NAD83(2011) / RMTCRS Fort Belknap (ft)",
area_of_use: "United States (USA) - Montana - Fort Belknap Indian Reservation area.",
unit: "foot",
}),
7123 => Some(EpsgInfo {
code: 7123,
name: "NAD83(2011) / RMTCRS Fort Peck Assiniboine (ft)",
area_of_use: "United States (USA) - Montana - Fort Peck Indian Reservation - higher areas, notably in west and north.",
unit: "foot",
}),
7124 => Some(EpsgInfo {
code: 7124,
name: "NAD83(2011) / RMTCRS Fort Peck Sioux (ft)",
area_of_use: "United States (USA) - Montana - Fort Peck Indian Reservation - lower areas, notably in south and east.",
unit: "foot",
}),
7125 => Some(EpsgInfo {
code: 7125,
name: "NAD83(2011) / RMTCRS Crow (ft)",
area_of_use: "United States (USA) - Montana - Crow Indian Reservation.",
unit: "foot",
}),
7126 => Some(EpsgInfo {
code: 7126,
name: "NAD83(2011) / RMTCRS Bobcat (ft)",
area_of_use: "United States (USA) - Montana - Three Forks area.",
unit: "foot",
}),
7127 => Some(EpsgInfo {
code: 7127,
name: "NAD83(2011) / RMTCRS Billings (ft)",
area_of_use: "United States (USA) - Montana - Billings area.",
unit: "foot",
}),
7128 => Some(EpsgInfo {
code: 7128,
name: "NAD83(2011) / RMTCRS Wind River (ftUS)",
area_of_use: "United States (USA) - Wyoming - Wind River Indian Reservation.",
unit: "US survey foot",
}),
7132 => Some(EpsgInfo {
code: 7132,
name: "NAD83(2011) / San Francisco CS13 (ftUS)",
area_of_use: "United States (USA) - California - San Francisco bay area - counties of Alameda, Contra Costa, Marin, Napa, San Francisco, San Mateo, Santa Clara, Santa Cruz, Solano and Sonoma.",
unit: "US survey foot",
}),
7142 => Some(EpsgInfo {
code: 7142,
name: "Palestine 1923 / Palestine Grid modified",
area_of_use: "Israel - onshore; Jordan; Palestine Territory - onshore.",
unit: "metre",
}),
7308 => Some(EpsgInfo {
code: 7308,
name: "NAD83(2011) / InGCS Hancock-Madison (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Hancock and Madison.",
unit: "US survey foot",
}),
7310 => Some(EpsgInfo {
code: 7310,
name: "NAD83(2011) / InGCS Harrison-Washington (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Harrison and Washington.",
unit: "US survey foot",
}),
7312 => Some(EpsgInfo {
code: 7312,
name: "NAD83(2011) / InGCS Henry (ftUS)",
area_of_use: "United States (USA) - Indiana - Henry county.",
unit: "US survey foot",
}),
7314 => Some(EpsgInfo {
code: 7314,
name: "NAD83(2011) / InGCS Howard-Miami (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Howard and Miami.",
unit: "US survey foot",
}),
7316 => Some(EpsgInfo {
code: 7316,
name: "NAD83(2011) / InGCS Huntington-Whitley (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Huntington and Whitley.",
unit: "US survey foot",
}),
7318 => Some(EpsgInfo {
code: 7318,
name: "NAD83(2011) / InGCS Jackson (ftUS)",
area_of_use: "United States (USA) - Indiana - Jackson county.",
unit: "US survey foot",
}),
7320 => Some(EpsgInfo {
code: 7320,
name: "NAD83(2011) / InGCS Jasper-Porter (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Jasper and Porter.",
unit: "US survey foot",
}),
7322 => Some(EpsgInfo {
code: 7322,
name: "NAD83(2011) / InGCS Jay (ftUS)",
area_of_use: "United States (USA) - Indiana - Jay county.",
unit: "US survey foot",
}),
7324 => Some(EpsgInfo {
code: 7324,
name: "NAD83(2011) / InGCS Jefferson (ftUS)",
area_of_use: "United States (USA) - Indiana - Jefferson county.",
unit: "US survey foot",
}),
7326 => Some(EpsgInfo {
code: 7326,
name: "NAD83(2011) / InGCS Jennings (ftUS)",
area_of_use: "United States (USA) - Indiana - Jennings county.",
unit: "US survey foot",
}),
7328 => Some(EpsgInfo {
code: 7328,
name: "NAD83(2011) / InGCS Johnson-Marion (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Johnson and Marion.",
unit: "US survey foot",
}),
7330 => Some(EpsgInfo {
code: 7330,
name: "NAD83(2011) / InGCS Knox (ftUS)",
area_of_use: "United States (USA) - Indiana - Knox county.",
unit: "US survey foot",
}),
7332 => Some(EpsgInfo {
code: 7332,
name: "NAD83(2011) / InGCS LaGrange-Noble (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of LaGrange and Noble.",
unit: "US survey foot",
}),
7334 => Some(EpsgInfo {
code: 7334,
name: "NAD83(2011) / InGCS Lake-Newton (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Lake and Newton.",
unit: "US survey foot",
}),
7336 => Some(EpsgInfo {
code: 7336,
name: "NAD83(2011) / InGCS LaPorte-Pulaski-Starke (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of LaPorte, Pulaski and Starke.",
unit: "US survey foot",
}),
7338 => Some(EpsgInfo {
code: 7338,
name: "NAD83(2011) / InGCS Monroe-Morgan (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Monroe and Morgan.",
unit: "US survey foot",
}),
7340 => Some(EpsgInfo {
code: 7340,
name: "NAD83(2011) / InGCS Montgomery-Putnam (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Montgomery and Putnam.",
unit: "US survey foot",
}),
7342 => Some(EpsgInfo {
code: 7342,
name: "NAD83(2011) / InGCS Owen (ftUS)",
area_of_use: "United States (USA) - Indiana - Owen county.",
unit: "US survey foot",
}),
7344 => Some(EpsgInfo {
code: 7344,
name: "NAD83(2011) / InGCS Parke-Vermillion (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Parke and Vermillion.",
unit: "US survey foot",
}),
7346 => Some(EpsgInfo {
code: 7346,
name: "NAD83(2011) / InGCS Perry (ftUS)",
area_of_use: "United States (USA) - Indiana - Perry county.",
unit: "US survey foot",
}),
7348 => Some(EpsgInfo {
code: 7348,
name: "NAD83(2011) / InGCS Pike-Warrick (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Pike and Warrick.",
unit: "US survey foot",
}),
7350 => Some(EpsgInfo {
code: 7350,
name: "NAD83(2011) / InGCS Posey (ftUS)",
area_of_use: "United States (USA) - Indiana - Posey county.",
unit: "US survey foot",
}),
7352 => Some(EpsgInfo {
code: 7352,
name: "NAD83(2011) / InGCS Randolph-Wayne (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Randolph and Wayne.",
unit: "US survey foot",
}),
7354 => Some(EpsgInfo {
code: 7354,
name: "NAD83(2011) / InGCS Ripley (ftUS)",
area_of_use: "United States (USA) - Indiana - Ripley county.",
unit: "US survey foot",
}),
7356 => Some(EpsgInfo {
code: 7356,
name: "NAD83(2011) / InGCS Shelby (ftUS)",
area_of_use: "United States (USA) - Indiana - Shelby county.",
unit: "US survey foot",
}),
7357 => Some(EpsgInfo {
code: 7357,
name: "NAD83(2011) / InGCS Spencer (m)",
area_of_use: "United States (USA) - Indiana - Spencer county.",
unit: "metre",
}),
7358 => Some(EpsgInfo {
code: 7358,
name: "NAD83(2011) / InGCS Spencer (ftUS)",
area_of_use: "United States (USA) - Indiana - Spencer county.",
unit: "US survey foot",
}),
7359 => Some(EpsgInfo {
code: 7359,
name: "NAD83(2011) / InGCS Steuben (m)",
area_of_use: "United States (USA) - Indiana - Steuben county.",
unit: "metre",
}),
7360 => Some(EpsgInfo {
code: 7360,
name: "NAD83(2011) / InGCS Steuben (ftUS)",
area_of_use: "United States (USA) - Indiana - Steuben county.",
unit: "US survey foot",
}),
7361 => Some(EpsgInfo {
code: 7361,
name: "NAD83(2011) / InGCS Sullivan (m)",
area_of_use: "United States (USA) - Indiana - Sullivan county.",
unit: "metre",
}),
7362 => Some(EpsgInfo {
code: 7362,
name: "NAD83(2011) / InGCS Sullivan (ftUS)",
area_of_use: "United States (USA) - Indiana - Sullivan county.",
unit: "US survey foot",
}),
7363 => Some(EpsgInfo {
code: 7363,
name: "NAD83(2011) / InGCS Tippecanoe-White (m)",
area_of_use: "United States (USA) - Indiana - counties of Tippecanoe and White.",
unit: "metre",
}),
7364 => Some(EpsgInfo {
code: 7364,
name: "NAD83(2011) / InGCS Tippecanoe-White (ftUS)",
area_of_use: "United States (USA) - Indiana - counties of Tippecanoe and White.",
unit: "US survey foot",
}),
7365 => Some(EpsgInfo {
code: 7365,
name: "NAD83(2011) / InGCS Vanderburgh (m)",
area_of_use: "United States (USA) - Indiana - Vanderburgh county.",
unit: "metre",
}),
7366 => Some(EpsgInfo {
code: 7366,
name: "NAD83(2011) / InGCS Vanderburgh (ftUS)",
area_of_use: "United States (USA) - Indiana - Vanderburgh county.",
unit: "US survey foot",
}),
7367 => Some(EpsgInfo {
code: 7367,
name: "NAD83(2011) / InGCS Vigo (m)",
area_of_use: "United States (USA) - Indiana - Vigo county.",
unit: "metre",
}),
7368 => Some(EpsgInfo {
code: 7368,
name: "NAD83(2011) / InGCS Vigo (ftUS)",
area_of_use: "United States (USA) - Indiana - Vigo county.",
unit: "US survey foot",
}),
7369 => Some(EpsgInfo {
code: 7369,
name: "NAD83(2011) / InGCS Wells (m)",
area_of_use: "United States (USA) - Indiana - Wells county.",
unit: "metre",
}),
7370 => Some(EpsgInfo {
code: 7370,
name: "NAD83(2011) / InGCS Wells (ftUS)",
area_of_use: "United States (USA) - Indiana - Wells county.",
unit: "US survey foot",
}),
7528 => Some(EpsgInfo {
code: 7528,
name: "NAD83(2011) / WISCRS Adams and Juneau (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Adams and Juneau.",
unit: "metre",
}),
7529 => Some(EpsgInfo {
code: 7529,
name: "NAD83(2011) / WISCRS Ashland (m)",
area_of_use: "United States (USA) - Wisconsin - Ashland county.",
unit: "metre",
}),
7530 => Some(EpsgInfo {
code: 7530,
name: "NAD83(2011) / WISCRS Barron (m)",
area_of_use: "United States (USA) - Wisconsin - Barron county.",
unit: "metre",
}),
7531 => Some(EpsgInfo {
code: 7531,
name: "NAD83(2011) / WISCRS Bayfield (m)",
area_of_use: "United States (USA) - Wisconsin - Bayfield county.",
unit: "metre",
}),
7532 => Some(EpsgInfo {
code: 7532,
name: "NAD83(2011) / WISCRS Brown (m)",
area_of_use: "United States (USA) - Wisconsin - Brown county.",
unit: "metre",
}),
7533 => Some(EpsgInfo {
code: 7533,
name: "NAD83(2011) / WISCRS Buffalo (m)",
area_of_use: "United States (USA) - Wisconsin - Buffalo county.",
unit: "metre",
}),
7534 => Some(EpsgInfo {
code: 7534,
name: "NAD83(2011) / WISCRS Burnett (m)",
area_of_use: "United States (USA) - Wisconsin - Burnett county.",
unit: "metre",
}),
7535 => Some(EpsgInfo {
code: 7535,
name: "NAD83(2011) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago.",
unit: "metre",
}),
7536 => Some(EpsgInfo {
code: 7536,
name: "NAD83(2011) / WISCRS Chippewa (m)",
area_of_use: "United States (USA) - Wisconsin - Chippewa county.",
unit: "metre",
}),
7537 => Some(EpsgInfo {
code: 7537,
name: "NAD83(2011) / WISCRS Clark (m)",
area_of_use: "United States (USA) - Wisconsin - Clark county.",
unit: "metre",
}),
7538 => Some(EpsgInfo {
code: 7538,
name: "NAD83(2011) / WISCRS Columbia (m)",
area_of_use: "United States (USA) - Wisconsin - Columbia county.",
unit: "metre",
}),
7539 => Some(EpsgInfo {
code: 7539,
name: "NAD83(2011) / WISCRS Crawford (m)",
area_of_use: "United States (USA) - Wisconsin - Crawford county.",
unit: "metre",
}),
7540 => Some(EpsgInfo {
code: 7540,
name: "NAD83(2011) / WISCRS Dane (m)",
area_of_use: "United States (USA) - Wisconsin - Dane county.",
unit: "metre",
}),
7541 => Some(EpsgInfo {
code: 7541,
name: "NAD83(2011) / WISCRS Dodge and Jefferson (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Dodge and Jefferson.",
unit: "metre",
}),
7542 => Some(EpsgInfo {
code: 7542,
name: "NAD83(2011) / WISCRS Door (m)",
area_of_use: "United States (USA) - Wisconsin - Door county.",
unit: "metre",
}),
7543 => Some(EpsgInfo {
code: 7543,
name: "NAD83(2011) / WISCRS Douglas (m)",
area_of_use: "United States (USA) - Wisconsin - Douglas county.",
unit: "metre",
}),
7544 => Some(EpsgInfo {
code: 7544,
name: "NAD83(2011) / WISCRS Dunn (m)",
area_of_use: "United States (USA) - Wisconsin - Dunn county.",
unit: "metre",
}),
7545 => Some(EpsgInfo {
code: 7545,
name: "NAD83(2011) / WISCRS Eau Claire (m)",
area_of_use: "United States (USA) - Wisconsin - Eau Claire county.",
unit: "metre",
}),
7546 => Some(EpsgInfo {
code: 7546,
name: "NAD83(2011) / WISCRS Florence (m)",
area_of_use: "United States (USA) - Wisconsin - Florence county.",
unit: "metre",
}),
7547 => Some(EpsgInfo {
code: 7547,
name: "NAD83(2011) / WISCRS Forest (m)",
area_of_use: "United States (USA) - Wisconsin - Forest county.",
unit: "metre",
}),
7548 => Some(EpsgInfo {
code: 7548,
name: "NAD83(2011) / WISCRS Grant (m)",
area_of_use: "United States (USA) - Wisconsin - Grant county.",
unit: "metre",
}),
7549 => Some(EpsgInfo {
code: 7549,
name: "NAD83(2011) / WISCRS Green and Lafayette (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Green and Lafayette.",
unit: "metre",
}),
7550 => Some(EpsgInfo {
code: 7550,
name: "NAD83(2011) / WISCRS Green Lake and Marquette (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Green Lake and Marquette.",
unit: "metre",
}),
7551 => Some(EpsgInfo {
code: 7551,
name: "NAD83(2011) / WISCRS Iowa (m)",
area_of_use: "United States (USA) - Wisconsin - Iowa county.",
unit: "metre",
}),
7552 => Some(EpsgInfo {
code: 7552,
name: "NAD83(2011) / WISCRS Iron (m)",
area_of_use: "United States (USA) - Wisconsin - Iron county.",
unit: "metre",
}),
7553 => Some(EpsgInfo {
code: 7553,
name: "NAD83(2011) / WISCRS Jackson (m)",
area_of_use: "United States (USA) - Wisconsin - Jackson county.",
unit: "metre",
}),
7554 => Some(EpsgInfo {
code: 7554,
name: "NAD83(2011) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine.",
unit: "metre",
}),
7555 => Some(EpsgInfo {
code: 7555,
name: "NAD83(2011) / WISCRS Kewaunee, Manitowoc and Sheboygan (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan.",
unit: "metre",
}),
7556 => Some(EpsgInfo {
code: 7556,
name: "NAD83(2011) / WISCRS La Crosse (m)",
area_of_use: "United States (USA) - Wisconsin - La Crosse county.",
unit: "metre",
}),
7557 => Some(EpsgInfo {
code: 7557,
name: "NAD83(2011) / WISCRS Langlade (m)",
area_of_use: "United States (USA) - Wisconsin - Langlade county.",
unit: "metre",
}),
7558 => Some(EpsgInfo {
code: 7558,
name: "NAD83(2011) / WISCRS Lincoln (m)",
area_of_use: "United States (USA) - Wisconsin - Lincoln county.",
unit: "metre",
}),
7559 => Some(EpsgInfo {
code: 7559,
name: "NAD83(2011) / WISCRS Marathon (m)",
area_of_use: "United States (USA) - Wisconsin - Marathon county.",
unit: "metre",
}),
7560 => Some(EpsgInfo {
code: 7560,
name: "NAD83(2011) / WISCRS Marinette (m)",
area_of_use: "United States (USA) - Wisconsin - Marinette county.",
unit: "metre",
}),
7561 => Some(EpsgInfo {
code: 7561,
name: "NAD83(2011) / WISCRS Menominee (m)",
area_of_use: "United States (USA) - Wisconsin - Menominee county.",
unit: "metre",
}),
7562 => Some(EpsgInfo {
code: 7562,
name: "NAD83(2011) / WISCRS Monroe (m)",
area_of_use: "United States (USA) - Wisconsin - Monroe county.",
unit: "metre",
}),
7563 => Some(EpsgInfo {
code: 7563,
name: "NAD83(2011) / WISCRS Oconto (m)",
area_of_use: "United States (USA) - Wisconsin - Oconto county.",
unit: "metre",
}),
7564 => Some(EpsgInfo {
code: 7564,
name: "NAD83(2011) / WISCRS Oneida (m)",
area_of_use: "United States (USA) - Wisconsin - Oneida county.",
unit: "metre",
}),
7565 => Some(EpsgInfo {
code: 7565,
name: "NAD83(2011) / WISCRS Pepin and Pierce (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Pepin and Pierce.",
unit: "metre",
}),
7566 => Some(EpsgInfo {
code: 7566,
name: "NAD83(2011) / WISCRS Polk (m)",
area_of_use: "United States (USA) - Wisconsin - Polk county.",
unit: "metre",
}),
7567 => Some(EpsgInfo {
code: 7567,
name: "NAD83(2011) / WISCRS Portage (m)",
area_of_use: "United States (USA) - Wisconsin - Portage county.",
unit: "metre",
}),
7568 => Some(EpsgInfo {
code: 7568,
name: "NAD83(2011) / WISCRS Price (m)",
area_of_use: "United States (USA) - Wisconsin - Price county.",
unit: "metre",
}),
7569 => Some(EpsgInfo {
code: 7569,
name: "NAD83(2011) / WISCRS Richland (m)",
area_of_use: "United States (USA) - Wisconsin - Richland county.",
unit: "metre",
}),
7570 => Some(EpsgInfo {
code: 7570,
name: "NAD83(2011) / WISCRS Rock (m)",
area_of_use: "United States (USA) - Wisconsin - Rock county.",
unit: "metre",
}),
7571 => Some(EpsgInfo {
code: 7571,
name: "NAD83(2011) / WISCRS Rusk (m)",
area_of_use: "United States (USA) - Wisconsin - Rusk county.",
unit: "metre",
}),
7572 => Some(EpsgInfo {
code: 7572,
name: "NAD83(2011) / WISCRS Sauk (m)",
area_of_use: "United States (USA) - Wisconsin - Sauk county.",
unit: "metre",
}),
7573 => Some(EpsgInfo {
code: 7573,
name: "NAD83(2011) / WISCRS Sawyer (m)",
area_of_use: "United States (USA) - Wisconsin - Sawyer county.",
unit: "metre",
}),
7574 => Some(EpsgInfo {
code: 7574,
name: "NAD83(2011) / WISCRS Shawano (m)",
area_of_use: "United States (USA) - Wisconsin - Shawano county.",
unit: "metre",
}),
7575 => Some(EpsgInfo {
code: 7575,
name: "NAD83(2011) / WISCRS St. Croix (m)",
area_of_use: "United States (USA) - Wisconsin - St. Croix county.",
unit: "metre",
}),
7576 => Some(EpsgInfo {
code: 7576,
name: "NAD83(2011) / WISCRS Taylor (m)",
area_of_use: "United States (USA) - Wisconsin - Taylor county.",
unit: "metre",
}),
7577 => Some(EpsgInfo {
code: 7577,
name: "NAD83(2011) / WISCRS Trempealeau (m)",
area_of_use: "United States (USA) - Wisconsin - Trempealeau county.",
unit: "metre",
}),
7578 => Some(EpsgInfo {
code: 7578,
name: "NAD83(2011) / WISCRS Vernon (m)",
area_of_use: "United States (USA) - Wisconsin - Vernon county.",
unit: "metre",
}),
7579 => Some(EpsgInfo {
code: 7579,
name: "NAD83(2011) / WISCRS Vilas (m)",
area_of_use: "United States (USA) - Wisconsin - Vilas county.",
unit: "metre",
}),
7580 => Some(EpsgInfo {
code: 7580,
name: "NAD83(2011) / WISCRS Walworth (m)",
area_of_use: "United States (USA) - Wisconsin - Walworth county.",
unit: "metre",
}),
7581 => Some(EpsgInfo {
code: 7581,
name: "NAD83(2011) / WISCRS Washburn (m)",
area_of_use: "United States (USA) - Wisconsin - Washburn county.",
unit: "metre",
}),
7582 => Some(EpsgInfo {
code: 7582,
name: "NAD83(2011) / WISCRS Washington (m)",
area_of_use: "United States (USA) - Wisconsin - Washington county.",
unit: "metre",
}),
7583 => Some(EpsgInfo {
code: 7583,
name: "NAD83(2011) / WISCRS Waukesha (m)",
area_of_use: "United States (USA) - Wisconsin - Waukesha county.",
unit: "metre",
}),
7584 => Some(EpsgInfo {
code: 7584,
name: "NAD83(2011) / WISCRS Waupaca (m)",
area_of_use: "United States (USA) - Wisconsin - Waupaca county.",
unit: "metre",
}),
7585 => Some(EpsgInfo {
code: 7585,
name: "NAD83(2011) / WISCRS Waushara (m)",
area_of_use: "United States (USA) - Wisconsin - Waushara county.",
unit: "metre",
}),
7586 => Some(EpsgInfo {
code: 7586,
name: "NAD83(2011) / WISCRS Wood (m)",
area_of_use: "United States (USA) - Wisconsin - Wood county.",
unit: "metre",
}),
7587 => Some(EpsgInfo {
code: 7587,
name: "NAD83(2011) / WISCRS Adams and Juneau (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Adams and Juneau.",
unit: "US survey foot",
}),
7588 => Some(EpsgInfo {
code: 7588,
name: "NAD83(2011) / WISCRS Ashland (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Ashland county.",
unit: "US survey foot",
}),
7589 => Some(EpsgInfo {
code: 7589,
name: "NAD83(2011) / WISCRS Barron (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Barron county.",
unit: "US survey foot",
}),
7590 => Some(EpsgInfo {
code: 7590,
name: "NAD83(2011) / WISCRS Bayfield (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Bayfield county.",
unit: "US survey foot",
}),
7591 => Some(EpsgInfo {
code: 7591,
name: "NAD83(2011) / WISCRS Brown (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Brown county.",
unit: "US survey foot",
}),
7592 => Some(EpsgInfo {
code: 7592,
name: "NAD83(2011) / WISCRS Buffalo (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Buffalo county.",
unit: "US survey foot",
}),
7593 => Some(EpsgInfo {
code: 7593,
name: "NAD83(2011) / WISCRS Burnett (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Burnett county.",
unit: "US survey foot",
}),
7594 => Some(EpsgInfo {
code: 7594,
name: "NAD83(2011) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago.",
unit: "US survey foot",
}),
7595 => Some(EpsgInfo {
code: 7595,
name: "NAD83(2011) / WISCRS Chippewa (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Chippewa county.",
unit: "US survey foot",
}),
7596 => Some(EpsgInfo {
code: 7596,
name: "NAD83(2011) / WISCRS Clark (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Clark county.",
unit: "US survey foot",
}),
7597 => Some(EpsgInfo {
code: 7597,
name: "NAD83(2011) / WISCRS Columbia (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Columbia county.",
unit: "US survey foot",
}),
7598 => Some(EpsgInfo {
code: 7598,
name: "NAD83(2011) / WISCRS Crawford (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Crawford county.",
unit: "US survey foot",
}),
7599 => Some(EpsgInfo {
code: 7599,
name: "NAD83(2011) / WISCRS Dane (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Dane county.",
unit: "US survey foot",
}),
7600 => Some(EpsgInfo {
code: 7600,
name: "NAD83(2011) / WISCRS Dodge and Jefferson (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Dodge and Jefferson.",
unit: "US survey foot",
}),
7601 => Some(EpsgInfo {
code: 7601,
name: "NAD83(2011) / WISCRS Door (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Door county.",
unit: "US survey foot",
}),
7602 => Some(EpsgInfo {
code: 7602,
name: "NAD83(2011) / WISCRS Douglas (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Douglas county.",
unit: "US survey foot",
}),
7603 => Some(EpsgInfo {
code: 7603,
name: "NAD83(2011) / WISCRS Dunn (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Dunn county.",
unit: "US survey foot",
}),
7604 => Some(EpsgInfo {
code: 7604,
name: "NAD83(2011) / WISCRS Eau Claire (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Eau Claire county.",
unit: "US survey foot",
}),
7605 => Some(EpsgInfo {
code: 7605,
name: "NAD83(2011) / WISCRS Florence (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Florence county.",
unit: "US survey foot",
}),
7606 => Some(EpsgInfo {
code: 7606,
name: "NAD83(2011) / WISCRS Forest (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Forest county.",
unit: "US survey foot",
}),
7607 => Some(EpsgInfo {
code: 7607,
name: "NAD83(2011) / WISCRS Grant (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Grant county.",
unit: "US survey foot",
}),
7608 => Some(EpsgInfo {
code: 7608,
name: "NAD83(2011) / WISCRS Green and Lafayette (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Green and Lafayette.",
unit: "US survey foot",
}),
7609 => Some(EpsgInfo {
code: 7609,
name: "NAD83(2011) / WISCRS Green Lake and Marquette (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Green Lake and Marquette.",
unit: "US survey foot",
}),
7610 => Some(EpsgInfo {
code: 7610,
name: "NAD83(2011) / WISCRS Iowa (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Iowa county.",
unit: "US survey foot",
}),
7611 => Some(EpsgInfo {
code: 7611,
name: "NAD83(2011) / WISCRS Iron (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Iron county.",
unit: "US survey foot",
}),
7612 => Some(EpsgInfo {
code: 7612,
name: "NAD83(2011) / WISCRS Jackson (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Jackson county.",
unit: "US survey foot",
}),
7613 => Some(EpsgInfo {
code: 7613,
name: "NAD83(2011) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine.",
unit: "US survey foot",
}),
7614 => Some(EpsgInfo {
code: 7614,
name: "NAD83(2011) / WISCRS Kewaunee, Manitowoc and Sheboygan (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan.",
unit: "US survey foot",
}),
7615 => Some(EpsgInfo {
code: 7615,
name: "NAD83(2011) / WISCRS La Crosse (ftUS)",
area_of_use: "United States (USA) - Wisconsin - La Crosse county.",
unit: "US survey foot",
}),
7616 => Some(EpsgInfo {
code: 7616,
name: "NAD83(2011) / WISCRS Langlade (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Langlade county.",
unit: "US survey foot",
}),
7617 => Some(EpsgInfo {
code: 7617,
name: "NAD83(2011) / WISCRS Lincoln (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Lincoln county.",
unit: "US survey foot",
}),
7618 => Some(EpsgInfo {
code: 7618,
name: "NAD83(2011) / WISCRS Marathon (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Marathon county.",
unit: "US survey foot",
}),
7619 => Some(EpsgInfo {
code: 7619,
name: "NAD83(2011) / WISCRS Marinette (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Marinette county.",
unit: "US survey foot",
}),
7620 => Some(EpsgInfo {
code: 7620,
name: "NAD83(2011) / WISCRS Menominee (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Menominee county.",
unit: "US survey foot",
}),
7621 => Some(EpsgInfo {
code: 7621,
name: "NAD83(2011) / WISCRS Monroe (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Monroe county.",
unit: "US survey foot",
}),
7622 => Some(EpsgInfo {
code: 7622,
name: "NAD83(2011) / WISCRS Oconto (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Oconto county.",
unit: "US survey foot",
}),
7623 => Some(EpsgInfo {
code: 7623,
name: "NAD83(2011) / WISCRS Oneida (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Oneida county.",
unit: "US survey foot",
}),
7624 => Some(EpsgInfo {
code: 7624,
name: "NAD83(2011) / WISCRS Pepin and Pierce (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Pepin and Pierce.",
unit: "US survey foot",
}),
7625 => Some(EpsgInfo {
code: 7625,
name: "NAD83(2011) / WISCRS Polk (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Polk county.",
unit: "US survey foot",
}),
7626 => Some(EpsgInfo {
code: 7626,
name: "NAD83(2011) / WISCRS Portage (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Portage county.",
unit: "US survey foot",
}),
7627 => Some(EpsgInfo {
code: 7627,
name: "NAD83(2011) / WISCRS Price (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Price county.",
unit: "US survey foot",
}),
7628 => Some(EpsgInfo {
code: 7628,
name: "NAD83(2011) / WISCRS Richland (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Richland county.",
unit: "US survey foot",
}),
7629 => Some(EpsgInfo {
code: 7629,
name: "NAD83(2011) / WISCRS Rock (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Rock county.",
unit: "US survey foot",
}),
7630 => Some(EpsgInfo {
code: 7630,
name: "NAD83(2011) / WISCRS Rusk (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Rusk county.",
unit: "US survey foot",
}),
7631 => Some(EpsgInfo {
code: 7631,
name: "NAD83(2011) / WISCRS Sauk (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Sauk county.",
unit: "US survey foot",
}),
7632 => Some(EpsgInfo {
code: 7632,
name: "NAD83(2011) / WISCRS Sawyer (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Sawyer county.",
unit: "US survey foot",
}),
7633 => Some(EpsgInfo {
code: 7633,
name: "NAD83(2011) / WISCRS Shawano (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Shawano county.",
unit: "US survey foot",
}),
7634 => Some(EpsgInfo {
code: 7634,
name: "NAD83(2011) / WISCRS St. Croix (ftUS)",
area_of_use: "United States (USA) - Wisconsin - St. Croix county.",
unit: "US survey foot",
}),
7635 => Some(EpsgInfo {
code: 7635,
name: "NAD83(2011) / WISCRS Taylor (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Taylor county.",
unit: "US survey foot",
}),
7636 => Some(EpsgInfo {
code: 7636,
name: "NAD83(2011) / WISCRS Trempealeau (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Trempealeau county.",
unit: "US survey foot",
}),
7637 => Some(EpsgInfo {
code: 7637,
name: "NAD83(2011) / WISCRS Vernon (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Vernon county.",
unit: "US survey foot",
}),
7638 => Some(EpsgInfo {
code: 7638,
name: "NAD83(2011) / WISCRS Vilas (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Vilas county.",
unit: "US survey foot",
}),
7639 => Some(EpsgInfo {
code: 7639,
name: "NAD83(2011) / WISCRS Walworth (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Walworth county.",
unit: "US survey foot",
}),
7640 => Some(EpsgInfo {
code: 7640,
name: "NAD83(2011) / WISCRS Washburn (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Washburn county.",
unit: "US survey foot",
}),
7641 => Some(EpsgInfo {
code: 7641,
name: "NAD83(2011) / WISCRS Washington (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Washington county.",
unit: "US survey foot",
}),
7642 => Some(EpsgInfo {
code: 7642,
name: "NAD83(2011) / WISCRS Waukesha (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Waukesha county.",
unit: "US survey foot",
}),
7643 => Some(EpsgInfo {
code: 7643,
name: "NAD83(2011) / WISCRS Waupaca (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Waupaca county.",
unit: "US survey foot",
}),
7644 => Some(EpsgInfo {
code: 7644,
name: "NAD83(2011) / WISCRS Waushara (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Waushara county.",
unit: "US survey foot",
}),
7645 => Some(EpsgInfo {
code: 7645,
name: "NAD83(2011) / WISCRS Wood (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Wood county.",
unit: "US survey foot",
}),
7692 => Some(EpsgInfo {
code: 7692,
name: "Kyrg-06 / zone 1",
area_of_use: "Kyrgyzstan - west of 70°01'E.",
unit: "metre",
}),
7693 => Some(EpsgInfo {
code: 7693,
name: "Kyrg-06 / zone 2",
area_of_use: "Kyrgyzstan - between 70°01'E and 73°01'E.",
unit: "metre",
}),
7694 => Some(EpsgInfo {
code: 7694,
name: "Kyrg-06 / zone 3",
area_of_use: "Kyrgyzstan - between 73°01'E and 76°01'E.",
unit: "metre",
}),
7695 => Some(EpsgInfo {
code: 7695,
name: "Kyrg-06 / zone 4",
area_of_use: "Kyrgyzstan - between 76°01'E and 79°01'E.",
unit: "metre",
}),
7696 => Some(EpsgInfo {
code: 7696,
name: "Kyrg-06 / zone 5",
area_of_use: "Kyrgyzstan - east of 79°01'E.",
unit: "metre",
}),
7755 => Some(EpsgInfo {
code: 7755,
name: "WGS 84 / India NSF LCC",
area_of_use: "India - onshore and offshore. Includes Amandivis, Laccadives, Minicoy, Andaman Islands, Nicobar Islands, and Sikkim.",
unit: "metre",
}),
7756 => Some(EpsgInfo {
code: 7756,
name: "WGS 84 / Andhra Pradesh",
area_of_use: "India - Andhra Pradesh; Telangana; Yanam area of Pudacherry territory.",
unit: "metre",
}),
7757 => Some(EpsgInfo {
code: 7757,
name: "WGS 84 / Arunachal Pradesh",
area_of_use: "India - Arunachal Pradesh.",
unit: "metre",
}),
7758 => Some(EpsgInfo {
code: 7758,
name: "WGS 84 / Assam",
area_of_use: "India - Assam.",
unit: "metre",
}),
7759 => Some(EpsgInfo {
code: 7759,
name: "WGS 84 / Bihar",
area_of_use: "India - Bihar.",
unit: "metre",
}),
7760 => Some(EpsgInfo {
code: 7760,
name: "WGS 84 / Delhi",
area_of_use: "India - Delhi national capital territory.",
unit: "metre",
}),
7761 => Some(EpsgInfo {
code: 7761,
name: "WGS 84 / Gujarat",
area_of_use: "India - Gujarat and union territories of Daman, Diu, Dadra and Nagar Haveli.",
unit: "metre",
}),
7762 => Some(EpsgInfo {
code: 7762,
name: "WGS 84 / Haryana",
area_of_use: "India - Haryana including Chandigarh.",
unit: "metre",
}),
7763 => Some(EpsgInfo {
code: 7763,
name: "WGS 84 / Himachal Pradesh",
area_of_use: "India - Himachal Pradesh.",
unit: "metre",
}),
7764 => Some(EpsgInfo {
code: 7764,
name: "WGS 84 / Jammu and Kashmir",
area_of_use: "India - Jammu and Kashmir.",
unit: "metre",
}),
7765 => Some(EpsgInfo {
code: 7765,
name: "WGS 84 / Jharkhand",
area_of_use: "India - Jharkhand.",
unit: "metre",
}),
7766 => Some(EpsgInfo {
code: 7766,
name: "WGS 84 / Madhya Pradesh",
area_of_use: "India - Madhya Pradesh.",
unit: "metre",
}),
7767 => Some(EpsgInfo {
code: 7767,
name: "WGS 84 / Maharashtra",
area_of_use: "India - Maharashtra.",
unit: "metre",
}),
7768 => Some(EpsgInfo {
code: 7768,
name: "WGS 84 / Manipur",
area_of_use: "India - Manipur.",
unit: "metre",
}),
7769 => Some(EpsgInfo {
code: 7769,
name: "WGS 84 / Meghalaya",
area_of_use: "India - Meghalaya.",
unit: "metre",
}),
7770 => Some(EpsgInfo {
code: 7770,
name: "WGS 84 / Nagaland",
area_of_use: "India - Nagaland.",
unit: "metre",
}),
7771 => Some(EpsgInfo {
code: 7771,
name: "WGS 84 / India Northeast",
area_of_use: "India - Arunachal Pradesh, Assam, Manipur, Meghalaya, Mizoram, Nagaland and Tripura.",
unit: "metre",
}),
7772 => Some(EpsgInfo {
code: 7772,
name: "WGS 84 / Orissa",
area_of_use: "India - Odisha (Orissa).",
unit: "metre",
}),
7773 => Some(EpsgInfo {
code: 7773,
name: "WGS 84 / Punjab",
area_of_use: "India - Punjab including Chandigarh.",
unit: "metre",
}),
7774 => Some(EpsgInfo {
code: 7774,
name: "WGS 84 / Rajasthan",
area_of_use: "India - Rajasthan.",
unit: "metre",
}),
7775 => Some(EpsgInfo {
code: 7775,
name: "WGS 84 / Uttar Pradesh",
area_of_use: "India - Uttar Pradesh.",
unit: "metre",
}),
7776 => Some(EpsgInfo {
code: 7776,
name: "WGS 84 / Uttaranchal",
area_of_use: "India - Uttarakhand (Uttaranchal).",
unit: "metre",
}),
7777 => Some(EpsgInfo {
code: 7777,
name: "WGS 84 / Andaman and Nicobar",
area_of_use: "India - Andaman and Nicobar Islands.",
unit: "metre",
}),
7778 => Some(EpsgInfo {
code: 7778,
name: "WGS 84 / Chhattisgarh",
area_of_use: "India - Chhattisgarh.",
unit: "metre",
}),
7779 => Some(EpsgInfo {
code: 7779,
name: "WGS 84 / Goa",
area_of_use: "India - Goa.",
unit: "metre",
}),
7780 => Some(EpsgInfo {
code: 7780,
name: "WGS 84 / Karnataka",
area_of_use: "India - Karnataka.",
unit: "metre",
}),
7781 => Some(EpsgInfo {
code: 7781,
name: "WGS 84 / Kerala",
area_of_use: "India - Kerala; Mayyazhi (Mahe) area of Pudacherry territory.",
unit: "metre",
}),
7782 => Some(EpsgInfo {
code: 7782,
name: "WGS 84 / Lakshadweep",
area_of_use: "India - Lakshadweep (Laccadive, Minicoy, and Aminidivi Islands).",
unit: "metre",
}),
7783 => Some(EpsgInfo {
code: 7783,
name: "WGS 84 / Mizoram",
area_of_use: "India - Mizoram.",
unit: "metre",
}),
7784 => Some(EpsgInfo {
code: 7784,
name: "WGS 84 / Sikkim",
area_of_use: "India - Sikkim.",
unit: "metre",
}),
7785 => Some(EpsgInfo {
code: 7785,
name: "WGS 84 / Tamil Nadu",
area_of_use: "India - Tamil Nadu; Pudacherry and Karaikal areas of Pudacherry territory.",
unit: "metre",
}),
7786 => Some(EpsgInfo {
code: 7786,
name: "WGS 84 / Tripura",
area_of_use: "India - Tripura.",
unit: "metre",
}),
7787 => Some(EpsgInfo {
code: 7787,
name: "WGS 84 / West Bengal",
area_of_use: "India - West Bengal.",
unit: "metre",
}),
7794 => Some(EpsgInfo {
code: 7794,
name: "RDN2008 / Italy zone (E-N)",
area_of_use: "Italy - onshore and offshore.",
unit: "metre",
}),
7795 => Some(EpsgInfo {
code: 7795,
name: "RDN2008 / Zone 12 (E-N)",
area_of_use: "Italy - onshore and offshore.",
unit: "metre",
}),
7801 => Some(EpsgInfo {
code: 7801,
name: "BGS2005 / CCS2005",
area_of_use: "Bulgaria - onshore.",
unit: "metre",
}),
7825 => Some(EpsgInfo {
code: 7825,
name: "Pulkovo 1942 / CS63 zone X1",
area_of_use: "Ukraine - west of 25°E.",
unit: "metre",
}),
7826 => Some(EpsgInfo {
code: 7826,
name: "Pulkovo 1942 / CS63 zone X2",
area_of_use: "Ukraine - between 25°E and 28°E.",
unit: "metre",
}),
7827 => Some(EpsgInfo {
code: 7827,
name: "Pulkovo 1942 / CS63 zone X3",
area_of_use: "Ukraine - between 28°E and 31°E, onshore.",
unit: "metre",
}),
7828 => Some(EpsgInfo {
code: 7828,
name: "Pulkovo 1942 / CS63 zone X4",
area_of_use: "Ukraine - between 31°E and 34°E, onshore.",
unit: "metre",
}),
7829 => Some(EpsgInfo {
code: 7829,
name: "Pulkovo 1942 / CS63 zone X5",
area_of_use: "Ukraine - between 34°E and 37°E, onshore.",
unit: "metre",
}),
7830 => Some(EpsgInfo {
code: 7830,
name: "Pulkovo 1942 / CS63 zone X6",
area_of_use: "Ukraine - between 37°E and 40°E, onshore.",
unit: "metre",
}),
7831 => Some(EpsgInfo {
code: 7831,
name: "Pulkovo 1942 / CS63 zone X7",
area_of_use: "Ukraine - east of 40°E.",
unit: "metre",
}),
7877 => Some(EpsgInfo {
code: 7877,
name: "Astro DOS 71 / SHLG71",
area_of_use: "St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.",
unit: "metre",
}),
7882 => Some(EpsgInfo {
code: 7882,
name: "St. Helena Tritan / SHLG(Tritan)",
area_of_use: "St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.",
unit: "metre",
}),
7887 => Some(EpsgInfo {
code: 7887,
name: "SHMG2015",
area_of_use: "St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.",
unit: "metre",
}),
7899 => Some(EpsgInfo {
code: 7899,
name: "GDA2020 / Vicgrid",
area_of_use: "Australia - Victoria.",
unit: "metre",
}),
8013 => Some(EpsgInfo {
code: 8013,
name: "GDA2020 / ALB2020",
area_of_use: "Australia - Western Australia - Albany area onshore below 190m AHD.",
unit: "metre",
}),
8014 => Some(EpsgInfo {
code: 8014,
name: "GDA2020 / BIO2020",
area_of_use: "Australia - Western Australia - Barrow Island and Onslow area onshore.",
unit: "metre",
}),
8015 => Some(EpsgInfo {
code: 8015,
name: "GDA2020 / BRO2020",
area_of_use: "Australia - Western Australia - Broome area onshore below 130m AHD.",
unit: "metre",
}),
8016 => Some(EpsgInfo {
code: 8016,
name: "GDA2020 / BCG2020",
area_of_use: "Australia - Western Australia - Busselton area onshore below 250m AHD.",
unit: "metre",
}),
8017 => Some(EpsgInfo {
code: 8017,
name: "GDA2020 / CARN2020",
area_of_use: "Australia - Western Australia - Carnarvon area onshore.",
unit: "metre",
}),
8018 => Some(EpsgInfo {
code: 8018,
name: "GDA2020 / CIG2020",
area_of_use: "Christmas Island - onshore.",
unit: "metre",
}),
8019 => Some(EpsgInfo {
code: 8019,
name: "GDA2020 / CKIG2020",
area_of_use: "Cocos (Keeling) Islands - onshore.",
unit: "metre",
}),
8020 => Some(EpsgInfo {
code: 8020,
name: "GDA2020 / COL2020",
area_of_use: "Australia - Western Australia - Collie area between 50m and 310m AHD.",
unit: "metre",
}),
8021 => Some(EpsgInfo {
code: 8021,
name: "GDA2020 / ESP2020",
area_of_use: "Australia - Western Australia - Esperance area onshore.",
unit: "metre",
}),
8022 => Some(EpsgInfo {
code: 8022,
name: "GDA2020 / EXM2020",
area_of_use: "Australia - Western Australia - Exmouth area onshore below 160m AHD.",
unit: "metre",
}),
8023 => Some(EpsgInfo {
code: 8023,
name: "GDA2020 / GCG2020",
area_of_use: "Australia - Western Australia - Geraldton area onshore below 195m AHD.",
unit: "metre",
}),
8024 => Some(EpsgInfo {
code: 8024,
name: "GDA2020 / GOLD2020",
area_of_use: "Australia - Western Australia - Kalgoorlie area.",
unit: "metre",
}),
8025 => Some(EpsgInfo {
code: 8025,
name: "GDA2020 / JCG2020",
area_of_use: "Australia - Western Australia - Jurien Bay area onshore below 200m AHD.",
unit: "metre",
}),
8026 => Some(EpsgInfo {
code: 8026,
name: "GDA2020 / KALB2020",
area_of_use: "Australia - Western Australia - Kalbarri area onshore.",
unit: "metre",
}),
8027 => Some(EpsgInfo {
code: 8027,
name: "GDA2020 / KAR2020",
area_of_use: "Australia - Western Australia - Karratha area onshore.",
unit: "metre",
}),
8028 => Some(EpsgInfo {
code: 8028,
name: "GDA2020 / KUN2020",
area_of_use: "Australia - Western Australia - Kununurra area onshore below 200m AHD.",
unit: "metre",
}),
8029 => Some(EpsgInfo {
code: 8029,
name: "GDA2020 / LCG2020",
area_of_use: "Australia - Western Australia - Lancelin area onshore below 200m AHD.",
unit: "metre",
}),
8030 => Some(EpsgInfo {
code: 8030,
name: "GDA2020 / MRCG2020",
area_of_use: "Australia - Western Australia - Margaret River area onshore below 200m AHD.",
unit: "metre",
}),
8031 => Some(EpsgInfo {
code: 8031,
name: "GDA2020 / PCG2020",
area_of_use: "Australia - Western Australia - Perth area onshore below 165m AHD.",
unit: "metre",
}),
8032 => Some(EpsgInfo {
code: 8032,
name: "GDA2020 / PHG2020",
area_of_use: "Australia - Western Australia - Port Hedland area onshore.",
unit: "metre",
}),
8044 => Some(EpsgInfo {
code: 8044,
name: "Gusterberg Grid (Ferro)",
area_of_use: "Austria - Upper Austria and Salzburg provinces. Czechia - Bohemia.",
unit: "metre",
}),
8045 => Some(EpsgInfo {
code: 8045,
name: "St. Stephen Grid (Ferro)",
area_of_use: "Austria - Lower Austria. Czechia - Moravia and Czech Silesia.",
unit: "metre",
}),
8065 => Some(EpsgInfo {
code: 8065,
name: "NAD83(2011) / PCCS zone 1 (ft)",
area_of_use: "United States (USA) - Arizona - Pima county - east of the township line between ranges R7E and R8E, Gila and Salt River Meridian (east of approximately 111°34'W).",
unit: "foot",
}),
8066 => Some(EpsgInfo {
code: 8066,
name: "NAD83(2011) / PCCS zone 2 (ft)",
area_of_use: "United States (USA) - Arizona - Pima county - between the township line between ranges R2W and R3W and the township line between ranges R7E and R8E, Gila and Salt River Meridian (between approximately 112°31'W and 111°34'W).",
unit: "foot",
}),
8067 => Some(EpsgInfo {
code: 8067,
name: "NAD83(2011) / PCCS zone 3 (ft)",
area_of_use: "United States (USA) - Arizona - Pima county - west of the township line between ranges R2W and R3W, Gila and Salt River Meridian (west of approximately 112°31'W).",
unit: "foot",
}),
8068 => Some(EpsgInfo {
code: 8068,
name: "NAD83(2011) / PCCS zone 4 (ft)",
area_of_use: "United States (USA) - Arizona - Pima county - Catalina Highway corridor between Mt. Lemmon and Willow Canyon.",
unit: "foot",
}),
8090 => Some(EpsgInfo {
code: 8090,
name: "NAD83(HARN) / WISCRS Florence (m)",
area_of_use: "United States (USA) - Wisconsin - Florence county.",
unit: "metre",
}),
8091 => Some(EpsgInfo {
code: 8091,
name: "NAD83(HARN) / WISCRS Florence (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Florence county.",
unit: "US survey foot",
}),
8092 => Some(EpsgInfo {
code: 8092,
name: "NAD83(HARN) / WISCRS Eau Claire (m)",
area_of_use: "United States (USA) - Wisconsin - Eau Claire county.",
unit: "metre",
}),
8093 => Some(EpsgInfo {
code: 8093,
name: "NAD83(HARN) / WISCRS Eau Claire (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Eau Claire county.",
unit: "US survey foot",
}),
8095 => Some(EpsgInfo {
code: 8095,
name: "NAD83(HARN) / WISCRS Wood (m)",
area_of_use: "United States (USA) - Wisconsin - Wood county.",
unit: "metre",
}),
8096 => Some(EpsgInfo {
code: 8096,
name: "NAD83(HARN) / WISCRS Wood (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Wood county.",
unit: "US survey foot",
}),
8097 => Some(EpsgInfo {
code: 8097,
name: "NAD83(HARN) / WISCRS Waushara (m)",
area_of_use: "United States (USA) - Wisconsin - Waushara county.",
unit: "metre",
}),
8098 => Some(EpsgInfo {
code: 8098,
name: "NAD83(HARN) / WISCRS Waushara (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Waushara county.",
unit: "US survey foot",
}),
8099 => Some(EpsgInfo {
code: 8099,
name: "NAD83(HARN) / WISCRS Waupaca (m)",
area_of_use: "United States (USA) - Wisconsin - Waupaca county.",
unit: "metre",
}),
8100 => Some(EpsgInfo {
code: 8100,
name: "NAD83(HARN) / WISCRS Waupaca (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Waupaca county.",
unit: "US survey foot",
}),
8101 => Some(EpsgInfo {
code: 8101,
name: "NAD83(HARN) / WISCRS Waukesha (m)",
area_of_use: "United States (USA) - Wisconsin - Waukesha county.",
unit: "metre",
}),
8102 => Some(EpsgInfo {
code: 8102,
name: "NAD83(HARN) / WISCRS Waukesha (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Waukesha county.",
unit: "US survey foot",
}),
8103 => Some(EpsgInfo {
code: 8103,
name: "NAD83(HARN) / WISCRS Washington (m)",
area_of_use: "United States (USA) - Wisconsin - Washington county.",
unit: "metre",
}),
8104 => Some(EpsgInfo {
code: 8104,
name: "NAD83(HARN) / WISCRS Washington (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Washington county.",
unit: "US survey foot",
}),
8105 => Some(EpsgInfo {
code: 8105,
name: "NAD83(HARN) / WISCRS Washburn (m)",
area_of_use: "United States (USA) - Wisconsin - Washburn county.",
unit: "metre",
}),
8106 => Some(EpsgInfo {
code: 8106,
name: "NAD83(HARN) / WISCRS Washburn (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Washburn county.",
unit: "US survey foot",
}),
8107 => Some(EpsgInfo {
code: 8107,
name: "NAD83(HARN) / WISCRS Walworth (m)",
area_of_use: "United States (USA) - Wisconsin - Walworth county.",
unit: "metre",
}),
8108 => Some(EpsgInfo {
code: 8108,
name: "NAD83(HARN) / WISCRS Walworth (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Walworth county.",
unit: "US survey foot",
}),
8109 => Some(EpsgInfo {
code: 8109,
name: "NAD83(HARN) / WISCRS Vilas (m)",
area_of_use: "United States (USA) - Wisconsin - Vilas county.",
unit: "metre",
}),
8110 => Some(EpsgInfo {
code: 8110,
name: "NAD83(HARN) / WISCRS Vilas (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Vilas county.",
unit: "US survey foot",
}),
8111 => Some(EpsgInfo {
code: 8111,
name: "NAD83(HARN) / WISCRS Vernon (m)",
area_of_use: "United States (USA) - Wisconsin - Vernon county.",
unit: "metre",
}),
8112 => Some(EpsgInfo {
code: 8112,
name: "NAD83(HARN) / WISCRS Vernon (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Vernon county.",
unit: "US survey foot",
}),
8113 => Some(EpsgInfo {
code: 8113,
name: "NAD83(HARN) / WISCRS Trempealeau (m)",
area_of_use: "United States (USA) - Wisconsin - Trempealeau county.",
unit: "metre",
}),
8114 => Some(EpsgInfo {
code: 8114,
name: "NAD83(HARN) / WISCRS Trempealeau (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Trempealeau county.",
unit: "US survey foot",
}),
8115 => Some(EpsgInfo {
code: 8115,
name: "NAD83(HARN) / WISCRS Taylor (m)",
area_of_use: "United States (USA) - Wisconsin - Taylor county.",
unit: "metre",
}),
8116 => Some(EpsgInfo {
code: 8116,
name: "NAD83(HARN) / WISCRS Taylor (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Taylor county.",
unit: "US survey foot",
}),
8117 => Some(EpsgInfo {
code: 8117,
name: "NAD83(HARN) / WISCRS St. Croix (m)",
area_of_use: "United States (USA) - Wisconsin - St. Croix county.",
unit: "metre",
}),
8118 => Some(EpsgInfo {
code: 8118,
name: "NAD83(HARN) / WISCRS St. Croix (ftUS)",
area_of_use: "United States (USA) - Wisconsin - St. Croix county.",
unit: "US survey foot",
}),
8119 => Some(EpsgInfo {
code: 8119,
name: "NAD83(HARN) / WISCRS Shawano (m)",
area_of_use: "United States (USA) - Wisconsin - Shawano county.",
unit: "metre",
}),
8120 => Some(EpsgInfo {
code: 8120,
name: "NAD83(HARN) / WISCRS Shawano (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Shawano county.",
unit: "US survey foot",
}),
8121 => Some(EpsgInfo {
code: 8121,
name: "NAD83(HARN) / WISCRS Sawyer (m)",
area_of_use: "United States (USA) - Wisconsin - Sawyer county.",
unit: "metre",
}),
8122 => Some(EpsgInfo {
code: 8122,
name: "NAD83(HARN) / WISCRS Sawyer (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Sawyer county.",
unit: "US survey foot",
}),
8123 => Some(EpsgInfo {
code: 8123,
name: "NAD83(HARN) / WISCRS Sauk (m)",
area_of_use: "United States (USA) - Wisconsin - Sauk county.",
unit: "metre",
}),
8124 => Some(EpsgInfo {
code: 8124,
name: "NAD83(HARN) / WISCRS Sauk (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Sauk county.",
unit: "US survey foot",
}),
8125 => Some(EpsgInfo {
code: 8125,
name: "NAD83(HARN) / WISCRS Rusk (m)",
area_of_use: "United States (USA) - Wisconsin - Rusk county.",
unit: "metre",
}),
8126 => Some(EpsgInfo {
code: 8126,
name: "NAD83(HARN) / WISCRS Rusk (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Rusk county.",
unit: "US survey foot",
}),
8127 => Some(EpsgInfo {
code: 8127,
name: "NAD83(HARN) / WISCRS Rock (m)",
area_of_use: "United States (USA) - Wisconsin - Rock county.",
unit: "metre",
}),
8128 => Some(EpsgInfo {
code: 8128,
name: "NAD83(HARN) / WISCRS Rock (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Rock county.",
unit: "US survey foot",
}),
8129 => Some(EpsgInfo {
code: 8129,
name: "NAD83(HARN) / WISCRS Richland (m)",
area_of_use: "United States (USA) - Wisconsin - Richland county.",
unit: "metre",
}),
8130 => Some(EpsgInfo {
code: 8130,
name: "NAD83(HARN) / WISCRS Richland (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Richland county.",
unit: "US survey foot",
}),
8131 => Some(EpsgInfo {
code: 8131,
name: "NAD83(HARN) / WISCRS Price (m)",
area_of_use: "United States (USA) - Wisconsin - Price county.",
unit: "metre",
}),
8132 => Some(EpsgInfo {
code: 8132,
name: "NAD83(HARN) / WISCRS Price (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Price county.",
unit: "US survey foot",
}),
8133 => Some(EpsgInfo {
code: 8133,
name: "NAD83(HARN) / WISCRS Portage (m)",
area_of_use: "United States (USA) - Wisconsin - Portage county.",
unit: "metre",
}),
8134 => Some(EpsgInfo {
code: 8134,
name: "NAD83(HARN) / WISCRS Portage (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Portage county.",
unit: "US survey foot",
}),
8135 => Some(EpsgInfo {
code: 8135,
name: "NAD83(HARN) / WISCRS Polk (m)",
area_of_use: "United States (USA) - Wisconsin - Polk county.",
unit: "metre",
}),
8136 => Some(EpsgInfo {
code: 8136,
name: "NAD83(HARN) / WISCRS Polk (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Polk county.",
unit: "US survey foot",
}),
8137 => Some(EpsgInfo {
code: 8137,
name: "NAD83(HARN) / WISCRS Pepin and Pierce (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Pepin and Pierce.",
unit: "metre",
}),
8138 => Some(EpsgInfo {
code: 8138,
name: "NAD83(HARN) / WISCRS Pepin and Pierce (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Pepin and Pierce.",
unit: "US survey foot",
}),
8139 => Some(EpsgInfo {
code: 8139,
name: "NAD83(HARN) / WISCRS Oneida (m)",
area_of_use: "United States (USA) - Wisconsin - Oneida county.",
unit: "metre",
}),
8140 => Some(EpsgInfo {
code: 8140,
name: "NAD83(HARN) / WISCRS Oneida (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Oneida county.",
unit: "US survey foot",
}),
8141 => Some(EpsgInfo {
code: 8141,
name: "NAD83(HARN) / WISCRS Oconto (m)",
area_of_use: "United States (USA) - Wisconsin - Oconto county.",
unit: "metre",
}),
8142 => Some(EpsgInfo {
code: 8142,
name: "NAD83(HARN) / WISCRS Oconto (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Oconto county.",
unit: "US survey foot",
}),
8143 => Some(EpsgInfo {
code: 8143,
name: "NAD83(HARN) / WISCRS Monroe (m)",
area_of_use: "United States (USA) - Wisconsin - Monroe county.",
unit: "metre",
}),
8144 => Some(EpsgInfo {
code: 8144,
name: "NAD83(HARN) / WISCRS Monroe (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Monroe county.",
unit: "US survey foot",
}),
8145 => Some(EpsgInfo {
code: 8145,
name: "NAD83(HARN) / WISCRS Menominee (m)",
area_of_use: "United States (USA) - Wisconsin - Menominee county.",
unit: "metre",
}),
8146 => Some(EpsgInfo {
code: 8146,
name: "NAD83(HARN) / WISCRS Menominee (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Menominee county.",
unit: "US survey foot",
}),
8147 => Some(EpsgInfo {
code: 8147,
name: "NAD83(HARN) / WISCRS Marinette (m)",
area_of_use: "United States (USA) - Wisconsin - Marinette county.",
unit: "metre",
}),
8148 => Some(EpsgInfo {
code: 8148,
name: "NAD83(HARN) / WISCRS Marinette (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Marinette county.",
unit: "US survey foot",
}),
8149 => Some(EpsgInfo {
code: 8149,
name: "NAD83(HARN) / WISCRS Marathon (m)",
area_of_use: "United States (USA) - Wisconsin - Marathon county.",
unit: "metre",
}),
8150 => Some(EpsgInfo {
code: 8150,
name: "NAD83(HARN) / WISCRS Marathon (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Marathon county.",
unit: "US survey foot",
}),
8151 => Some(EpsgInfo {
code: 8151,
name: "NAD83(HARN) / WISCRS Lincoln (m)",
area_of_use: "United States (USA) - Wisconsin - Lincoln county.",
unit: "metre",
}),
8152 => Some(EpsgInfo {
code: 8152,
name: "NAD83(HARN) / WISCRS Lincoln (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Lincoln county.",
unit: "US survey foot",
}),
8153 => Some(EpsgInfo {
code: 8153,
name: "NAD83(HARN) / WISCRS Langlade (m)",
area_of_use: "United States (USA) - Wisconsin - Langlade county.",
unit: "metre",
}),
8154 => Some(EpsgInfo {
code: 8154,
name: "NAD83(HARN) / WISCRS Langlade (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Langlade county.",
unit: "US survey foot",
}),
8155 => Some(EpsgInfo {
code: 8155,
name: "NAD83(HARN) / WISCRS La Crosse (m)",
area_of_use: "United States (USA) - Wisconsin - La Crosse county.",
unit: "metre",
}),
8156 => Some(EpsgInfo {
code: 8156,
name: "NAD83(HARN) / WISCRS La Crosse (ftUS)",
area_of_use: "United States (USA) - Wisconsin - La Crosse county.",
unit: "US survey foot",
}),
8157 => Some(EpsgInfo {
code: 8157,
name: "NAD83(HARN) / WISCRS Kewaunee, Manitowoc and Sheboygan (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan.",
unit: "metre",
}),
8158 => Some(EpsgInfo {
code: 8158,
name: "NAD83(HARN) / WISCRS Kewaunee, Manitowoc and Sheboygan (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan.",
unit: "US survey foot",
}),
8159 => Some(EpsgInfo {
code: 8159,
name: "NAD83(HARN) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine.",
unit: "metre",
}),
8160 => Some(EpsgInfo {
code: 8160,
name: "NAD83(HARN) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine.",
unit: "US survey foot",
}),
8161 => Some(EpsgInfo {
code: 8161,
name: "NAD83(HARN) / WISCRS Jackson (m)",
area_of_use: "United States (USA) - Wisconsin - Jackson county.",
unit: "metre",
}),
8162 => Some(EpsgInfo {
code: 8162,
name: "NAD83(HARN) / WISCRS Jackson (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Jackson county.",
unit: "US survey foot",
}),
8163 => Some(EpsgInfo {
code: 8163,
name: "NAD83(HARN) / WISCRS Iron (m)",
area_of_use: "United States (USA) - Wisconsin - Iron county.",
unit: "metre",
}),
8164 => Some(EpsgInfo {
code: 8164,
name: "NAD83(HARN) / WISCRS Iron (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Iron county.",
unit: "US survey foot",
}),
8165 => Some(EpsgInfo {
code: 8165,
name: "NAD83(HARN) / WISCRS Iowa (m)",
area_of_use: "United States (USA) - Wisconsin - Iowa county.",
unit: "metre",
}),
8166 => Some(EpsgInfo {
code: 8166,
name: "NAD83(HARN) / WISCRS Iowa (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Iowa county.",
unit: "US survey foot",
}),
8167 => Some(EpsgInfo {
code: 8167,
name: "NAD83(HARN) / WISCRS Green Lake and Marquette (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Green Lake and Marquette.",
unit: "metre",
}),
8168 => Some(EpsgInfo {
code: 8168,
name: "NAD83(HARN) / WISCRS Green Lake and Marquette (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Green Lake and Marquette.",
unit: "US survey foot",
}),
8169 => Some(EpsgInfo {
code: 8169,
name: "NAD83(HARN) / WISCRS Green and Lafayette (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Green and Lafayette.",
unit: "metre",
}),
8170 => Some(EpsgInfo {
code: 8170,
name: "NAD83(HARN) / WISCRS Green and Lafayette (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Green and Lafayette.",
unit: "US survey foot",
}),
8171 => Some(EpsgInfo {
code: 8171,
name: "NAD83(HARN) / WISCRS Grant (m)",
area_of_use: "United States (USA) - Wisconsin - Grant county.",
unit: "metre",
}),
8172 => Some(EpsgInfo {
code: 8172,
name: "NAD83(HARN) / WISCRS Grant (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Grant county.",
unit: "US survey foot",
}),
8173 => Some(EpsgInfo {
code: 8173,
name: "NAD83(HARN) / WISCRS Forest (m)",
area_of_use: "United States (USA) - Wisconsin - Forest county.",
unit: "metre",
}),
8177 => Some(EpsgInfo {
code: 8177,
name: "NAD83(HARN) / WISCRS Forest (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Forest county.",
unit: "US survey foot",
}),
8179 => Some(EpsgInfo {
code: 8179,
name: "NAD83(HARN) / WISCRS Dunn (m)",
area_of_use: "United States (USA) - Wisconsin - Dunn county.",
unit: "metre",
}),
8180 => Some(EpsgInfo {
code: 8180,
name: "NAD83(HARN) / WISCRS Dunn (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Dunn county.",
unit: "US survey foot",
}),
8181 => Some(EpsgInfo {
code: 8181,
name: "NAD83(HARN) / WISCRS Douglas (m)",
area_of_use: "United States (USA) - Wisconsin - Douglas county.",
unit: "metre",
}),
8182 => Some(EpsgInfo {
code: 8182,
name: "NAD83(HARN) / WISCRS Douglas (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Douglas county.",
unit: "US survey foot",
}),
8184 => Some(EpsgInfo {
code: 8184,
name: "NAD83(HARN) / WISCRS Door (m)",
area_of_use: "United States (USA) - Wisconsin - Door county.",
unit: "metre",
}),
8185 => Some(EpsgInfo {
code: 8185,
name: "NAD83(HARN) / WISCRS Door (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Door county.",
unit: "US survey foot",
}),
8187 => Some(EpsgInfo {
code: 8187,
name: "NAD83(HARN) / WISCRS Dodge and Jefferson (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Dodge and Jefferson.",
unit: "metre",
}),
8189 => Some(EpsgInfo {
code: 8189,
name: "NAD83(HARN) / WISCRS Dodge and Jefferson (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Dodge and Jefferson.",
unit: "US survey foot",
}),
8191 => Some(EpsgInfo {
code: 8191,
name: "NAD83(HARN) / WISCRS Dane (m)",
area_of_use: "United States (USA) - Wisconsin - Dane county.",
unit: "metre",
}),
8193 => Some(EpsgInfo {
code: 8193,
name: "NAD83(HARN) / WISCRS Dane (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Dane county.",
unit: "US survey foot",
}),
8196 => Some(EpsgInfo {
code: 8196,
name: "NAD83(HARN) / WISCRS Crawford (m)",
area_of_use: "United States (USA) - Wisconsin - Crawford county.",
unit: "metre",
}),
8197 => Some(EpsgInfo {
code: 8197,
name: "NAD83(HARN) / WISCRS Crawford (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Crawford county.",
unit: "US survey foot",
}),
8198 => Some(EpsgInfo {
code: 8198,
name: "NAD83(HARN) / WISCRS Columbia (m)",
area_of_use: "United States (USA) - Wisconsin - Columbia county.",
unit: "metre",
}),
8200 => Some(EpsgInfo {
code: 8200,
name: "NAD83(HARN) / WISCRS Columbia (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Columbia county.",
unit: "US survey foot",
}),
8201 => Some(EpsgInfo {
code: 8201,
name: "NAD83(HARN) / WISCRS Clark (m)",
area_of_use: "United States (USA) - Wisconsin - Clark county.",
unit: "metre",
}),
8202 => Some(EpsgInfo {
code: 8202,
name: "NAD83(HARN) / WISCRS Clark (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Clark county.",
unit: "US survey foot",
}),
8203 => Some(EpsgInfo {
code: 8203,
name: "NAD83(HARN) / WISCRS Chippewa (m)",
area_of_use: "United States (USA) - Wisconsin - Chippewa county.",
unit: "metre",
}),
8204 => Some(EpsgInfo {
code: 8204,
name: "NAD83(HARN) / WISCRS Chippewa (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Chippewa county.",
unit: "US survey foot",
}),
8205 => Some(EpsgInfo {
code: 8205,
name: "NAD83(HARN) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago.",
unit: "metre",
}),
8206 => Some(EpsgInfo {
code: 8206,
name: "NAD83(HARN) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago.",
unit: "US survey foot",
}),
8207 => Some(EpsgInfo {
code: 8207,
name: "NAD83(HARN) / WISCRS Burnett (m)",
area_of_use: "United States (USA) - Wisconsin - Burnett county.",
unit: "metre",
}),
8208 => Some(EpsgInfo {
code: 8208,
name: "NAD83(HARN) / WISCRS Burnett (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Burnett county.",
unit: "US survey foot",
}),
8209 => Some(EpsgInfo {
code: 8209,
name: "NAD83(HARN) / WISCRS Buffalo (m)",
area_of_use: "United States (USA) - Wisconsin - Buffalo county.",
unit: "metre",
}),
8210 => Some(EpsgInfo {
code: 8210,
name: "NAD83(HARN) / WISCRS Buffalo (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Buffalo county.",
unit: "US survey foot",
}),
8212 => Some(EpsgInfo {
code: 8212,
name: "NAD83(HARN) / WISCRS Brown (m)",
area_of_use: "United States (USA) - Wisconsin - Brown county.",
unit: "metre",
}),
8213 => Some(EpsgInfo {
code: 8213,
name: "NAD83(HARN) / WISCRS Brown (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Brown county.",
unit: "US survey foot",
}),
8214 => Some(EpsgInfo {
code: 8214,
name: "NAD83(HARN) / WISCRS Bayfield (m)",
area_of_use: "United States (USA) - Wisconsin - Bayfield county.",
unit: "metre",
}),
8216 => Some(EpsgInfo {
code: 8216,
name: "NAD83(HARN) / WISCRS Bayfield (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Bayfield county.",
unit: "US survey foot",
}),
8218 => Some(EpsgInfo {
code: 8218,
name: "NAD83(HARN) / WISCRS Barron (m)",
area_of_use: "United States (USA) - Wisconsin - Barron county.",
unit: "metre",
}),
8220 => Some(EpsgInfo {
code: 8220,
name: "NAD83(HARN) / WISCRS Barron (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Barron county.",
unit: "US survey foot",
}),
8222 => Some(EpsgInfo {
code: 8222,
name: "NAD83(HARN) / WISCRS Ashland (m)",
area_of_use: "United States (USA) - Wisconsin - Ashland county.",
unit: "metre",
}),
8224 => Some(EpsgInfo {
code: 8224,
name: "NAD83(HARN) / WISCRS Ashland (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Ashland county.",
unit: "US survey foot",
}),
8225 => Some(EpsgInfo {
code: 8225,
name: "NAD83(HARN) / WISCRS Adams and Juneau (m)",
area_of_use: "United States (USA) - Wisconsin - counties of Adams and Juneau.",
unit: "metre",
}),
8226 => Some(EpsgInfo {
code: 8226,
name: "NAD83(HARN) / WISCRS Adams and Juneau (ftUS)",
area_of_use: "United States (USA) - Wisconsin - counties of Adams and Juneau.",
unit: "US survey foot",
}),
8311 => Some(EpsgInfo {
code: 8311,
name: "NAD83(2011) / Oregon Burns-Harper zone (m)",
area_of_use: "United States (USA) - Oregon - Burns-Harper area.",
unit: "metre",
}),
8312 => Some(EpsgInfo {
code: 8312,
name: "NAD83(2011) / Oregon Burns-Harper zone (ft)",
area_of_use: "United States (USA) - Oregon - Burns-Harper area.",
unit: "foot",
}),
8313 => Some(EpsgInfo {
code: 8313,
name: "NAD83(2011) / Oregon Canyon City-Burns zone (m)",
area_of_use: "United States (USA) - Oregon - Canyon City-Burns area.",
unit: "metre",
}),
8314 => Some(EpsgInfo {
code: 8314,
name: "NAD83(2011) / Oregon Canyon City-Burns zone (ft)",
area_of_use: "United States (USA) - Oregon - Canyon City-Burns area.",
unit: "foot",
}),
8315 => Some(EpsgInfo {
code: 8315,
name: "NAD83(2011) / Oregon Coast Range North zone (m)",
area_of_use: "United States (USA) - Oregon - Coast Range North area.",
unit: "metre",
}),
8316 => Some(EpsgInfo {
code: 8316,
name: "NAD83(2011) / Oregon Coast Range North zone (ft)",
area_of_use: "United States (USA) - Oregon - Coast Range North area.",
unit: "foot",
}),
8317 => Some(EpsgInfo {
code: 8317,
name: "NAD83(2011) / Oregon Dayville-Prairie City zone (m)",
area_of_use: "United States (USA) - Oregon - Dayville-Prairie City area.",
unit: "metre",
}),
8318 => Some(EpsgInfo {
code: 8318,
name: "NAD83(2011) / Oregon Dayville-Prairie City zone (ft)",
area_of_use: "United States (USA) - Oregon - Dayville-Prairie City area.",
unit: "foot",
}),
8319 => Some(EpsgInfo {
code: 8319,
name: "NAD83(2011) / Oregon Denio-Burns zone (m)",
area_of_use: "United States (USA) - Oregon - Denio-Burns area.",
unit: "metre",
}),
8320 => Some(EpsgInfo {
code: 8320,
name: "NAD83(2011) / Oregon Denio-Burns zone (ft)",
area_of_use: "United States (USA) - Oregon - Denio-Burns area.",
unit: "foot",
}),
8321 => Some(EpsgInfo {
code: 8321,
name: "NAD83(2011) / Oregon Halfway zone (m)",
area_of_use: "United States (USA) - Oregon - Halfway area.",
unit: "metre",
}),
8322 => Some(EpsgInfo {
code: 8322,
name: "NAD83(2011) / Oregon Halfway zone (ft)",
area_of_use: "United States (USA) - Oregon - Halfway area.",
unit: "foot",
}),
8323 => Some(EpsgInfo {
code: 8323,
name: "NAD83(2011) / Oregon Medford-Diamond Lake zone (m)",
area_of_use: "United States (USA) - Oregon - Medford-Diamond Lake area.",
unit: "metre",
}),
8324 => Some(EpsgInfo {
code: 8324,
name: "NAD83(2011) / Oregon Medford-Diamond Lake zone (ft)",
area_of_use: "United States (USA) - Oregon - Medford-Diamond Lake area.",
unit: "foot",
}),
8325 => Some(EpsgInfo {
code: 8325,
name: "NAD83(2011) / Oregon Mitchell zone (m)",
area_of_use: "United States (USA) - Oregon - Mitchell area.",
unit: "metre",
}),
8326 => Some(EpsgInfo {
code: 8326,
name: "NAD83(2011) / Oregon Mitchell zone (ft)",
area_of_use: "United States (USA) - Oregon - Mitchell area.",
unit: "foot",
}),
8327 => Some(EpsgInfo {
code: 8327,
name: "NAD83(2011) / Oregon North Central zone (m)",
area_of_use: "United States (USA) - Oregon - North Central area.",
unit: "metre",
}),
8328 => Some(EpsgInfo {
code: 8328,
name: "NAD83(2011) / Oregon North Central zone (ft)",
area_of_use: "United States (USA) - Oregon - North Central area.",
unit: "foot",
}),
8329 => Some(EpsgInfo {
code: 8329,
name: "NAD83(2011) / Oregon Ochoco Summit zone (m)",
area_of_use: "United States (USA) - Oregon - Ochoco Summit area.",
unit: "metre",
}),
8330 => Some(EpsgInfo {
code: 8330,
name: "NAD83(2011) / Oregon Ochoco Summit zone (ft)",
area_of_use: "United States (USA) - Oregon - Ochoco Summit area.",
unit: "foot",
}),
8331 => Some(EpsgInfo {
code: 8331,
name: "NAD83(2011) / Oregon Owyhee zone (m)",
area_of_use: "United States (USA) - Oregon - Owyhee area.",
unit: "metre",
}),
8332 => Some(EpsgInfo {
code: 8332,
name: "NAD83(2011) / Oregon Owyhee zone (ft)",
area_of_use: "United States (USA) - Oregon - Owyhee area.",
unit: "foot",
}),
8333 => Some(EpsgInfo {
code: 8333,
name: "NAD83(2011) / Oregon Pilot Rock-Ukiah zone (m)",
area_of_use: "United States (USA) - Oregon - Pilot Rock-Ukiah area.",
unit: "metre",
}),
8334 => Some(EpsgInfo {
code: 8334,
name: "NAD83(2011) / Oregon Pilot Rock-Ukiah zone (ft)",
area_of_use: "United States (USA) - Oregon - Pilot Rock-Ukiah area.",
unit: "foot",
}),
8335 => Some(EpsgInfo {
code: 8335,
name: "NAD83(2011) / Oregon Prairie City-Brogan zone (m)",
area_of_use: "United States (USA) - Oregon - Prairie City-Brogan area.",
unit: "metre",
}),
8336 => Some(EpsgInfo {
code: 8336,
name: "NAD83(2011) / Oregon Prairie City-Brogan zone (ft)",
area_of_use: "United States (USA) - Oregon - Prairie City-Brogan area.",
unit: "foot",
}),
8337 => Some(EpsgInfo {
code: 8337,
name: "NAD83(2011) / Oregon Riley-Lakeview zone (m)",
area_of_use: "United States (USA) - Oregon - Riley-Lakeview area.",
unit: "metre",
}),
8338 => Some(EpsgInfo {
code: 8338,
name: "NAD83(2011) / Oregon Riley-Lakeview zone (ft)",
area_of_use: "United States (USA) - Oregon - Riley-Lakeview area.",
unit: "foot",
}),
8339 => Some(EpsgInfo {
code: 8339,
name: "NAD83(2011) / Oregon Siskiyou Pass zone (m)",
area_of_use: "United States (USA) - Oregon - Siskiyou Pass area.",
unit: "metre",
}),
8340 => Some(EpsgInfo {
code: 8340,
name: "NAD83(2011) / Oregon Siskiyou Pass zone (ft)",
area_of_use: "United States (USA) - Oregon - Siskiyou Pass area.",
unit: "foot",
}),
8341 => Some(EpsgInfo {
code: 8341,
name: "NAD83(2011) / Oregon Ukiah-Fox zone (m)",
area_of_use: "United States (USA) - Oregon - Ukiah-Fox area.",
unit: "metre",
}),
8342 => Some(EpsgInfo {
code: 8342,
name: "NAD83(2011) / Oregon Ukiah-Fox zone (ft)",
area_of_use: "United States (USA) - Oregon - Ukiah-Fox area.",
unit: "foot",
}),
8343 => Some(EpsgInfo {
code: 8343,
name: "NAD83(2011) / Oregon Wallowa zone (m)",
area_of_use: "United States (USA) - Oregon - Wallowa area.",
unit: "metre",
}),
8344 => Some(EpsgInfo {
code: 8344,
name: "NAD83(2011) / Oregon Wallowa zone (ft)",
area_of_use: "United States (USA) - Oregon - Wallowa area.",
unit: "foot",
}),
8345 => Some(EpsgInfo {
code: 8345,
name: "NAD83(2011) / Oregon Warner Highway zone (m)",
area_of_use: "United States (USA) - Oregon - Warner Highway area.",
unit: "metre",
}),
8346 => Some(EpsgInfo {
code: 8346,
name: "NAD83(2011) / Oregon Warner Highway zone (ft)",
area_of_use: "United States (USA) - Oregon - Warner Highway area.",
unit: "foot",
}),
8347 => Some(EpsgInfo {
code: 8347,
name: "NAD83(2011) / Oregon Willamette Pass zone (m)",
area_of_use: "United States (USA) - Oregon - Willamette Pass area.",
unit: "metre",
}),
8348 => Some(EpsgInfo {
code: 8348,
name: "NAD83(2011) / Oregon Willamette Pass zone (ft)",
area_of_use: "United States (USA) - Oregon - Willamette Pass area.",
unit: "foot",
}),
8352 => Some(EpsgInfo {
code: 8352,
name: "S-JTSK [JTSK03] / Krovak",
area_of_use: "Slovakia.",
unit: "metre",
}),
8353 => Some(EpsgInfo {
code: 8353,
name: "S-JTSK [JTSK03] / Krovak East North",
area_of_use: "Slovakia.",
unit: "metre",
}),
8379 => Some(EpsgInfo {
code: 8379,
name: "NAD83 / NCRS Las Vegas (m)",
area_of_use: "United States (USA) - Nevada - Las Vegas area below approximately 3000 feet.",
unit: "metre",
}),
8380 => Some(EpsgInfo {
code: 8380,
name: "NAD83 / NCRS Las Vegas (ftUS)",
area_of_use: "United States (USA) - Nevada - Las Vegas area below approximately 3000 feet.",
unit: "US survey foot",
}),
8381 => Some(EpsgInfo {
code: 8381,
name: "NAD83 / NCRS Las Vegas high (m)",
area_of_use: "United States (USA) - Nevada - Las Vegas area above approximately 2850 feet.",
unit: "metre",
}),
8382 => Some(EpsgInfo {
code: 8382,
name: "NAD83 / NCRS Las Vegas high (ftUS)",
area_of_use: "United States (USA) - Nevada - Las Vegas area above approximately 2850 feet.",
unit: "US survey foot",
}),
8383 => Some(EpsgInfo {
code: 8383,
name: "NAD83(2011) / NCRS Las Vegas (m)",
area_of_use: "United States (USA) - Nevada - Las Vegas area below approximately 3000 feet.",
unit: "metre",
}),
8384 => Some(EpsgInfo {
code: 8384,
name: "NAD83(2011) / NCRS Las Vegas (ftUS)",
area_of_use: "United States (USA) - Nevada - Las Vegas area below approximately 3000 feet.",
unit: "US survey foot",
}),
8385 => Some(EpsgInfo {
code: 8385,
name: "NAD83(2011) / NCRS Las Vegas high (m)",
area_of_use: "United States (USA) - Nevada - Las Vegas area above approximately 2850 feet.",
unit: "metre",
}),
8387 => Some(EpsgInfo {
code: 8387,
name: "NAD83(2011) / NCRS Las Vegas high (ftUS)",
area_of_use: "United States (USA) - Nevada - Las Vegas area above approximately 2850 feet.",
unit: "US survey foot",
}),
8391 => Some(EpsgInfo {
code: 8391,
name: "GDA94 / WEIPA94",
area_of_use: "Australia - Queensland - Weipa area between 141°30'E and 142°30'E.",
unit: "metre",
}),
8433 => Some(EpsgInfo {
code: 8433,
name: "Macao 1920 / Macao Grid",
area_of_use: "China - Macao - onshore and offshore.",
unit: "metre",
}),
8518 => Some(EpsgInfo {
code: 8518,
name: "NAD83(2011) / KS RCS zone 1",
area_of_use: "United States (USA) - Kansas - counties of Cheyenne; Sherman; Wallace.",
unit: "US survey foot",
}),
8519 => Some(EpsgInfo {
code: 8519,
name: "NAD83(2011) / KS RCS zone 2",
area_of_use: "United States (USA) - Kansas - counties of Logan; Rawlins; Thomas.",
unit: "US survey foot",
}),
8520 => Some(EpsgInfo {
code: 8520,
name: "NAD83(2011) / KS RCS zone 3",
area_of_use: "United States (USA) - Kansas - counties of Decatur; Gove; Sheridan.",
unit: "US survey foot",
}),
8521 => Some(EpsgInfo {
code: 8521,
name: "NAD83(2011) / KS RCS zone 4",
area_of_use: "United States (USA) - Kansas - counties of Ellis; Graham; Norton; Phillips; Rooks; Trego.",
unit: "US survey foot",
}),
8522 => Some(EpsgInfo {
code: 8522,
name: "NAD83(2011) / KS RCS zone 5",
area_of_use: "United States (USA) - Kansas - counties of Barton; Osborne; Russell; Smith.",
unit: "US survey foot",
}),
8523 => Some(EpsgInfo {
code: 8523,
name: "NAD83(2011) / KS RCS zone 6",
area_of_use: "United States (USA) - Kansas - counties of Ellsworth; Jewell; Lincoln; Mitchell; Rice.",
unit: "US survey foot",
}),
8524 => Some(EpsgInfo {
code: 8524,
name: "NAD83(2011) / KS RCS zone 7",
area_of_use: "United States (USA) - Kansas - counties of Clay; Cloud; Dickinson; Marion; McPherson; Ottawa; Republic; Saline; Washington.",
unit: "US survey foot",
}),
8525 => Some(EpsgInfo {
code: 8525,
name: "NAD83(2011) / KS RCS zone 8",
area_of_use: "United States (USA) - Kansas - counties of Geary; Pottawatomie; Riley; Wabaunsee.",
unit: "US survey foot",
}),
8526 => Some(EpsgInfo {
code: 8526,
name: "NAD83(2011) / KS RCS zone 9",
area_of_use: "United States (USA) - Kansas - counties of Chase; Lyon; Morris.",
unit: "US survey foot",
}),
8527 => Some(EpsgInfo {
code: 8527,
name: "NAD83(2011) / KS RCS zone 10",
area_of_use: "United States (USA) - Kansas - counties of Atchison; Brown; Doniphan; Jackson; Marshall; Nemaha.",
unit: "US survey foot",
}),
8528 => Some(EpsgInfo {
code: 8528,
name: "NAD83(2011) / KS RCS zone 11",
area_of_use: "United States (USA) - Kansas - counties of Douglas; Jefferson; Johnson; Leavenworth; Shawnee; Wyandotte.",
unit: "US survey foot",
}),
8529 => Some(EpsgInfo {
code: 8529,
name: "NAD83(2011) / KS RCS zone 12",
area_of_use: "United States (USA) - Kansas - counties of Grant; Greeley; Hamilton; Kearny; Morton; Stanton; Stevens; Wichita.",
unit: "US survey foot",
}),
8531 => Some(EpsgInfo {
code: 8531,
name: "NAD83(2011) / KS RCS zone 13",
area_of_use: "United States (USA) - Kansas - counties of Finney; Gray; Haskell; Lane; Meade; Scott; Seward.",
unit: "US survey foot",
}),
8533 => Some(EpsgInfo {
code: 8533,
name: "NAD83(2011) / KS RCS zone 14",
area_of_use: "United States (USA) - Kansas - counties of Clark; Ford; Hodgeman; Ness.",
unit: "US survey foot",
}),
8534 => Some(EpsgInfo {
code: 8534,
name: "NAD83(2011) / KS RCS zone 15",
area_of_use: "United States (USA) - Kansas - counties of Comanche; Edwards; Kiowa; Pawnee; Rush.",
unit: "US survey foot",
}),
8535 => Some(EpsgInfo {
code: 8535,
name: "NAD83(2011) / KS RCS zone 16",
area_of_use: "United States (USA) - Kansas - counties of Barber; Pratt; Stafford.",
unit: "US survey foot",
}),
8536 => Some(EpsgInfo {
code: 8536,
name: "NAD83(2011) / KS RCS zone 17",
area_of_use: "United States (USA) - Kansas - counties of Butler; Harvey; Kingman; Reno; Sedgwick.",
unit: "US survey foot",
}),
8538 => Some(EpsgInfo {
code: 8538,
name: "NAD83(2011) / KS RCS zone 18",
area_of_use: "United States (USA) - Kansas - counties of Cowley; Harper; Sumner.",
unit: "US survey foot",
}),
8539 => Some(EpsgInfo {
code: 8539,
name: "NAD83(2011) / KS RCS zone 19",
area_of_use: "United States (USA) - Kansas - counties of Chautauqua; Coffey; Elk; Greenwood; Montgomery; Osage; Wilson; Woodson.",
unit: "US survey foot",
}),
8540 => Some(EpsgInfo {
code: 8540,
name: "NAD83(2011) / KS RCS zone 20",
area_of_use: "United States (USA) - Kansas - counties of Allen; Anderson; Bourbon; Cherokee; Crawford; Franklin; Labette; Linn; Miami; Neosho.",
unit: "US survey foot",
}),
8677 => Some(EpsgInfo {
code: 8677,
name: "MGI 1901 / Balkans zone 5",
area_of_use: "Bosnia and Herzegovina - west of 16°30'E; Croatia - onshore west of 16°30'E; Slovenia - onshore.",
unit: "metre",
}),
8678 => Some(EpsgInfo {
code: 8678,
name: "MGI 1901 / Balkans zone 6",
area_of_use: "Bosnia and Herzegovina - between 16°30'E and 19°30'E; Croatia - onshore east of 16°30'E; Montenegro - onshore west of 19°30'E; Serbia - west of 19°30'E.",
unit: "metre",
}),
8679 => Some(EpsgInfo {
code: 8679,
name: "MGI 1901 / Balkans zone 8",
area_of_use: "North Macedonia - east of 22°30'E; Serbia - east of 22°30'E.",
unit: "metre",
}),
8686 => Some(EpsgInfo {
code: 8686,
name: "MGI 1901 / Slovenia Grid",
area_of_use: "Slovenia - onshore and offshore.",
unit: "metre",
}),
8858 => Some(EpsgInfo {
code: 8858,
name: "WGS 84 / Equal Earth Americas",
area_of_use: "World centred on the Americas.",
unit: "metre",
}),
8859 => Some(EpsgInfo {
code: 8859,
name: "WGS 84 / Equal Earth Asia-Pacific",
area_of_use: "World centred on Asia-Pacific.",
unit: "metre",
}),
8908 => Some(EpsgInfo {
code: 8908,
name: "CR-SIRGAS / CRTM05",
area_of_use: "Costa Rica - onshore.",
unit: "metre",
}),
9039 => Some(EpsgInfo {
code: 9039,
name: "ISN2016 / LAEA Europe",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
9040 => Some(EpsgInfo {
code: 9040,
name: "ISN2016 / LCC Europe",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
9141 => Some(EpsgInfo {
code: 9141,
name: "KOSOVAREF01 / Balkans zone 7",
area_of_use: "Kosovo.",
unit: "metre",
}),
9249 => Some(EpsgInfo {
code: 9249,
name: "Tapi Aike / Argentina 1",
area_of_use: "Argentina - Santa Cruz province south of approximately 50°20'S and west of 70°30'W.",
unit: "metre",
}),
9250 => Some(EpsgInfo {
code: 9250,
name: "Tapi Aike / Argentina 2",
area_of_use: "Argentina - Santa Cruz province south of approximately 50°20'S and east of 70°30'W.",
unit: "metre",
}),
9252 => Some(EpsgInfo {
code: 9252,
name: "MMN / Argentina 2",
area_of_use: "Argentina - Tierra del Fuego onshore.",
unit: "metre",
}),
9254 => Some(EpsgInfo {
code: 9254,
name: "MMS / Argentina 2",
area_of_use: "Argentina - Tierra del Fuego onshore.",
unit: "metre",
}),
9271 => Some(EpsgInfo {
code: 9271,
name: "MGI / Austria West",
area_of_use: "Austria west of 11°50'E of Greenwich (29°30'E of Ferro).",
unit: "metre",
}),
9272 => Some(EpsgInfo {
code: 9272,
name: "MGI / Austria Central",
area_of_use: "Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro).",
unit: "metre",
}),
9273 => Some(EpsgInfo {
code: 9273,
name: "MGI / Austria East",
area_of_use: "Austria east of 14°50'E of Greenwich (32°30'E of Ferro).",
unit: "metre",
}),
9284 => Some(EpsgInfo {
code: 9284,
name: "Pampa del Castillo / Argentina 1",
area_of_use: "Argentina - Chibut province west of 70°30'W and south of approximately 44°55'S and Santa Cruz province west of 70°30'W and north of approximately 50°20'S.",
unit: "metre",
}),
9285 => Some(EpsgInfo {
code: 9285,
name: "Pampa del Castillo / Argentina 3",
area_of_use: "Argentina - Chibut province east of 67°30'W and south of approximately 43°35'S and Santa Cruz province east of 67°30'W and north of approximately 49°23'S.",
unit: "metre",
}),
9300 => Some(EpsgInfo {
code: 9300,
name: "HS2 Survey Grid",
area_of_use: "United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe.",
unit: "metre",
}),
9311 => Some(EpsgInfo {
code: 9311,
name: "NAD27 / US National Atlas Equal Area",
area_of_use: "United States (USA) - onshore and offshore.",
unit: "metre",
}),
9367 => Some(EpsgInfo {
code: 9367,
name: "TPEN11 Grid",
area_of_use: "United Kingdom (UK) - on or related to the Trans-Pennine rail route from Liverpool via Manchester to Bradford and Leeds.",
unit: "metre",
}),
9373 => Some(EpsgInfo {
code: 9373,
name: "MML07 Grid",
area_of_use: "United Kingdom (UK) - on or related to the Midland Mainline rail route from Sheffield to London.",
unit: "metre",
}),
9377 => Some(EpsgInfo {
code: 9377,
name: "MAGNA-SIRGAS 2018 / Origen-Nacional",
area_of_use: "Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank.",
unit: "metre",
}),
9387 => Some(EpsgInfo {
code: 9387,
name: "AbInvA96_2020 Grid",
area_of_use: "United Kingdom (UK) - on or related to the A96 highway from Aberdeen to Inverness.",
unit: "metre",
}),
9456 => Some(EpsgInfo {
code: 9456,
name: "GBK19 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Glasgow to Kilmarnock via Barrhead and the branch to East Kilbride.",
unit: "metre",
}),
9498 => Some(EpsgInfo {
code: 9498,
name: "POSGAR 2007 / CABA 2019",
area_of_use: "Argentina - autonomous city of Buenos Aires.",
unit: "metre",
}),
9741 => Some(EpsgInfo {
code: 9741,
name: "EOS21 Grid",
area_of_use: "United Kingdom (UK) - on or related to the complex of rail routes in the East of Scotland, incorporating the route from Tweedbank through the Borders to Edinburgh; the line from Edinburgh to Aberdeen; routes via Kirkaldy and Cowdenbeath; and routes via Leuchars and Perth to Dundee. ",
unit: "metre",
}),
9748 => Some(EpsgInfo {
code: 9748,
name: "NAD83(2011) / Alabama East (ftUS)",
area_of_use: "United States (USA) - Alabama east of approximately 86°37'W - counties Barbour; Bullock; Calhoun; Chambers; Cherokee; Clay; Cleburne; Coffee; Coosa; Covington; Crenshaw; Dale; De Kalb; Elmore; Etowah; Geneva; Henry; Houston; Jackson; Lee; Macon; Madison; Marshall; Montgomery; Pike; Randolph; Russell; StClair; Talladega; Tallapoosa.",
unit: "US survey foot",
}),
9749 => Some(EpsgInfo {
code: 9749,
name: "NAD83(2011) / Alabama West (ftUS)",
area_of_use: "United States (USA) - Alabama west of approximately 86°37'W - counties Autauga; Baldwin; Bibb; Blount; Butler; Chilton; Choctaw; Clarke; Colbert; Conecuh; Cullman; Dallas; Escambia; Fayette; Franklin; Greene; Hale; Jefferson; Lamar; Lauderdale; Lawrence; Limestone; Lowndes; Marengo; Marion; Mobile; Monroe; Morgan; Perry; Pickens; Shelby; Sumter; Tuscaloosa; Walker; Washington; Wilcox; Winston.",
unit: "US survey foot",
}),
9761 => Some(EpsgInfo {
code: 9761,
name: "ECML14_NB Grid",
area_of_use: "United Kingdom (UK) - on or related to rail routes from Newcastle Central to Ashington via Benton North Junction, and the section from Bedlington to Morpeth.",
unit: "metre",
}),
9766 => Some(EpsgInfo {
code: 9766,
name: "EWR2 Grid",
area_of_use: "United Kingdom (UK) - on or related to East West Rail (Phase 2) routes from Oxford to Bicester, Bletchley and Bedford, and from Claydon Junction to Aylesbury and Princes Risborough.",
unit: "metre",
}),
9821 => Some(EpsgInfo {
code: 9821,
name: "UCS-2000 / LCS-32 Kyiv region",
area_of_use: "Ukraine - Kyiv (Kiev) region (oblast).",
unit: "metre",
}),
9822 => Some(EpsgInfo {
code: 9822,
name: "RGF93 v2 / CC42",
area_of_use: "France onshore - mainland south of 43°N and Corsica.",
unit: "metre",
}),
9823 => Some(EpsgInfo {
code: 9823,
name: "RGF93 v2 / CC43",
area_of_use: "France - mainland onshore south of 44°N.",
unit: "metre",
}),
9824 => Some(EpsgInfo {
code: 9824,
name: "RGF93 v2 / CC44",
area_of_use: "France - mainland onshore between 43°N and 45°N.",
unit: "metre",
}),
9825 => Some(EpsgInfo {
code: 9825,
name: "RGF93 v2 / CC45",
area_of_use: "France - mainland onshore between 44°N and 46°N.",
unit: "metre",
}),
9826 => Some(EpsgInfo {
code: 9826,
name: "RGF93 v2 / CC46",
area_of_use: "France - mainland onshore between 45°N and 47°N.",
unit: "metre",
}),
9827 => Some(EpsgInfo {
code: 9827,
name: "RGF93 v2 / CC47",
area_of_use: "France - mainland onshore between 46°N and 48°N.",
unit: "metre",
}),
9828 => Some(EpsgInfo {
code: 9828,
name: "RGF93 v2 / CC48",
area_of_use: "France - mainland onshore between 47°N and 49°N.",
unit: "metre",
}),
9829 => Some(EpsgInfo {
code: 9829,
name: "RGF93 v2 / CC49",
area_of_use: "France - mainland onshore between 48°N and 50°N.",
unit: "metre",
}),
9830 => Some(EpsgInfo {
code: 9830,
name: "RGF93 v2 / CC50",
area_of_use: "France - mainland onshore north of 49°N.",
unit: "metre",
}),
9831 => Some(EpsgInfo {
code: 9831,
name: "UCS-2000 / LCS-01 Crimea",
area_of_use: "Ukraine - Crimea autonomous region.",
unit: "metre",
}),
9832 => Some(EpsgInfo {
code: 9832,
name: "UCS-2000 / LCS-05 Vinnytsia",
area_of_use: "Ukraine - Vinnytsia region (oblast).",
unit: "metre",
}),
9833 => Some(EpsgInfo {
code: 9833,
name: "UCS-2000 / LCS-07 Volyn",
area_of_use: "Ukraine - Volyn region (oblast).",
unit: "metre",
}),
9834 => Some(EpsgInfo {
code: 9834,
name: "UCS-2000 / LCS-12 Dnipropetrovsk",
area_of_use: "Ukraine - Dnipropetrovsk region (oblast).",
unit: "metre",
}),
9835 => Some(EpsgInfo {
code: 9835,
name: "UCS-2000 / LCS-14 Donetsk",
area_of_use: "Ukraine - Donetsk region (oblast).",
unit: "metre",
}),
9836 => Some(EpsgInfo {
code: 9836,
name: "UCS-2000 / LCS-18 Zhytomyr",
area_of_use: "Ukraine - Zhytomyr region (oblast).",
unit: "metre",
}),
9837 => Some(EpsgInfo {
code: 9837,
name: "UCS-2000 / LCS-21 Zakarpattia",
area_of_use: "Ukraine - Zakarpattia (Zakarpatska) region (Transcarpathia oblast).",
unit: "metre",
}),
9838 => Some(EpsgInfo {
code: 9838,
name: "UCS-2000 / LCS-23 Zaporizhzhia",
area_of_use: "Ukraine - Zaporizhzhia region (oblast).",
unit: "metre",
}),
9839 => Some(EpsgInfo {
code: 9839,
name: "UCS-2000 / LCS-26 Ivano-Frankivsk",
area_of_use: "Ukraine - Ivano-Frankivsk region (oblast).",
unit: "metre",
}),
9840 => Some(EpsgInfo {
code: 9840,
name: "UCS-2000 / LCS-35 Kirovohrad",
area_of_use: "Ukraine - Kirovohrad region (oblast).",
unit: "metre",
}),
9841 => Some(EpsgInfo {
code: 9841,
name: "UCS-2000 / LCS-44 Luhansk",
area_of_use: "Ukraine - Luhansk region (oblast).",
unit: "metre",
}),
9842 => Some(EpsgInfo {
code: 9842,
name: "RGF93 v2b / CC42",
area_of_use: "France onshore - mainland south of 43°N and Corsica.",
unit: "metre",
}),
9843 => Some(EpsgInfo {
code: 9843,
name: "RGF93 v2b / CC43",
area_of_use: "France - mainland onshore south of 44°N.",
unit: "metre",
}),
9844 => Some(EpsgInfo {
code: 9844,
name: "RGF93 v2b / CC44",
area_of_use: "France - mainland onshore between 43°N and 45°N.",
unit: "metre",
}),
9845 => Some(EpsgInfo {
code: 9845,
name: "RGF93 v2b / CC45",
area_of_use: "France - mainland onshore between 44°N and 46°N.",
unit: "metre",
}),
9846 => Some(EpsgInfo {
code: 9846,
name: "RGF93 v2b / CC46",
area_of_use: "France - mainland onshore between 45°N and 47°N.",
unit: "metre",
}),
9847 => Some(EpsgInfo {
code: 9847,
name: "RGF93 v2b / CC47",
area_of_use: "France - mainland onshore between 46°N and 48°N.",
unit: "metre",
}),
9848 => Some(EpsgInfo {
code: 9848,
name: "RGF93 v2b / CC48",
area_of_use: "France - mainland onshore between 47°N and 49°N.",
unit: "metre",
}),
9849 => Some(EpsgInfo {
code: 9849,
name: "RGF93 v2b / CC49",
area_of_use: "France - mainland onshore between 48°N and 50°N.",
unit: "metre",
}),
9850 => Some(EpsgInfo {
code: 9850,
name: "RGF93 v2b / CC50",
area_of_use: "France - mainland onshore north of 49°N.",
unit: "metre",
}),
9851 => Some(EpsgInfo {
code: 9851,
name: "UCS-2000 / LCS-46 Lviv",
area_of_use: "Ukraine - Lviv region (oblast).",
unit: "metre",
}),
9852 => Some(EpsgInfo {
code: 9852,
name: "UCS-2000 / LCS-48 Mykolaiv",
area_of_use: "Ukraine - Mykolaiv region (oblast).",
unit: "metre",
}),
9853 => Some(EpsgInfo {
code: 9853,
name: "UCS-2000 / LCS-51 Odessa",
area_of_use: "Ukraine - Odessa region (oblast).",
unit: "metre",
}),
9854 => Some(EpsgInfo {
code: 9854,
name: "UCS-2000 / LCS-53 Poltava",
area_of_use: "Ukraine - Poltava region (oblast).",
unit: "metre",
}),
9855 => Some(EpsgInfo {
code: 9855,
name: "UCS-2000 / LCS-56 Rivne",
area_of_use: "Ukraine - Rivne region (oblast).",
unit: "metre",
}),
9856 => Some(EpsgInfo {
code: 9856,
name: "UCS-2000 / LCS-59 Sumy",
area_of_use: "Ukraine - Sumy region (oblast).",
unit: "metre",
}),
9857 => Some(EpsgInfo {
code: 9857,
name: "UCS-2000 / LCS-61 Ternopil",
area_of_use: "Ukraine - Ternopil region (oblast).",
unit: "metre",
}),
9858 => Some(EpsgInfo {
code: 9858,
name: "UCS-2000 / LCS-63 Kharkiv",
area_of_use: "Ukraine - Kharkiv region (oblast).",
unit: "metre",
}),
9859 => Some(EpsgInfo {
code: 9859,
name: "UCS-2000 / LCS-65 Kherson",
area_of_use: "Ukraine - Kherson region (oblast).",
unit: "metre",
}),
9860 => Some(EpsgInfo {
code: 9860,
name: "UCS-2000 / LCS-68 Khmelnytsky",
area_of_use: "Ukraine - Khmelnytskyi region (oblast).",
unit: "metre",
}),
9861 => Some(EpsgInfo {
code: 9861,
name: "UCS-2000 / LCS-71 Cherkasy",
area_of_use: "Ukraine - Cherkasy region (oblast).",
unit: "metre",
}),
9862 => Some(EpsgInfo {
code: 9862,
name: "UCS-2000 / LCS-73 Chernivtsi",
area_of_use: "Ukraine - Chernivtsi region (oblast).",
unit: "metre",
}),
9863 => Some(EpsgInfo {
code: 9863,
name: "UCS-2000 / LCS-74 Chernihiv",
area_of_use: "Ukraine - Chernihiv region (oblast).",
unit: "metre",
}),
9864 => Some(EpsgInfo {
code: 9864,
name: "UCS-2000 / LCS-80 Kyiv city",
area_of_use: "Ukraine - Kyiv (Kiev) city.",
unit: "metre",
}),
9865 => Some(EpsgInfo {
code: 9865,
name: "UCS-2000 / LCS-85 Sevastopol",
area_of_use: "Ukraine - Sevastopol (Sebastopol) city.",
unit: "metre",
}),
9869 => Some(EpsgInfo {
code: 9869,
name: "MRH21 Grid",
area_of_use: "United Kingdom (UK) - on or related to Midland Rail Hub, covering routes through Cardiff, Bristol, Gloucester, Derby, Birmingham, Leicester, and Lincoln.",
unit: "metre",
}),
9874 => Some(EpsgInfo {
code: 9874,
name: "PNG94 / PNGMG94 zone 57",
area_of_use: "Papua New Guinea - between 156°E and 162°E, onshore and offshore.",
unit: "metre",
}),
9875 => Some(EpsgInfo {
code: 9875,
name: "PNG94 / PNGMG94 zone 58",
area_of_use: "Papua New Guinea - east of 162°E to EEZ limit.",
unit: "metre",
}),
9880 => Some(EpsgInfo {
code: 9880,
name: "MOLDOR11 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Manchester via Ordsall Lane and the Hope Valley to Dore Junction.",
unit: "metre",
}),
9943 => Some(EpsgInfo {
code: 9943,
name: "EBBWV14 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Newport (Park Junction) to Ebbw Vale.",
unit: "metre",
}),
9945 => Some(EpsgInfo {
code: 9945,
name: "Macedonia State Coordinate System truncated",
area_of_use: "North Macedonia.",
unit: "metre",
}),
9947 => Some(EpsgInfo {
code: 9947,
name: "ISN2004 / LAEA Iceland",
area_of_use: "Iceland - onshore and offshore.",
unit: "metre",
}),
9967 => Some(EpsgInfo {
code: 9967,
name: "HULLEE13 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from the Morley tunnel through Leeds to Hull.",
unit: "metre",
}),
9972 => Some(EpsgInfo {
code: 9972,
name: "SCM22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the Scottish central mainline rail route from Motherwell through Perth and Pitlochry to Inverness.",
unit: "metre",
}),
9977 => Some(EpsgInfo {
code: 9977,
name: "FNL22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Inverness to Thurso and Wick.",
unit: "metre",
}),
10160 => Some(EpsgInfo {
code: 10160,
name: "S34J reconstruction east-orientated",
area_of_use: "Denmark - Jutland and Funen - onshore.",
unit: "metre",
}),
10183 => Some(EpsgInfo {
code: 10183,
name: "DoPw22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Dovey Junction to Pwllheli.",
unit: "metre",
}),
10188 => Some(EpsgInfo {
code: 10188,
name: "ShAb07 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Shrewsbury to Aberystwyth.",
unit: "metre",
}),
10194 => Some(EpsgInfo {
code: 10194,
name: "CNH22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Crewe via Chester to Holyhead.",
unit: "metre",
}),
10199 => Some(EpsgInfo {
code: 10199,
name: "CWS13 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from from Chester via Wrexham to Shrewsbury.",
unit: "metre",
}),
10207 => Some(EpsgInfo {
code: 10207,
name: "DIBA15 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Didcot to Banbury.",
unit: "metre",
}),
10212 => Some(EpsgInfo {
code: 10212,
name: "GWPBS22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from London (Paddington) to Swansea.",
unit: "metre",
}),
10217 => Some(EpsgInfo {
code: 10217,
name: "GWWAB22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail routes around Cardiff and the valleys.",
unit: "metre",
}),
10222 => Some(EpsgInfo {
code: 10222,
name: "GWWWA22 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail routes from Swansea to Pembroke Dock, Milford Haven and Fishguard.",
unit: "metre",
}),
10227 => Some(EpsgInfo {
code: 10227,
name: "MALS09 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from London (Marylebone) to Leamington Spa.",
unit: "metre",
}),
10235 => Some(EpsgInfo {
code: 10235,
name: "OxWo08 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Oxford to Worcester.",
unit: "metre",
}),
10240 => Some(EpsgInfo {
code: 10240,
name: "SYC20 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Shrewsbury to Crewe.",
unit: "metre",
}),
10250 => Some(EpsgInfo {
code: 10250,
name: "S34S reconstruction east-orientated",
area_of_use: "Denmark - Zealand and Lolland (onshore).",
unit: "metre",
}),
10254 => Some(EpsgInfo {
code: 10254,
name: "S45B reconstruction east-orientated",
area_of_use: "Denmark - Bornholm onshore.",
unit: "metre",
}),
10270 => Some(EpsgInfo {
code: 10270,
name: "Ostenfeld reconstruction",
area_of_use: "Denmark - onshore northern Schleswig and surrounding islands (i.e. Jutland south of the pre-1920 border near the Kongea river).",
unit: "metre",
}),
10275 => Some(EpsgInfo {
code: 10275,
name: "SMITB20 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone.",
unit: "metre",
}),
10280 => Some(EpsgInfo {
code: 10280,
name: "RBEPP12 Grid",
area_of_use: "United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance.",
unit: "metre",
}),
10448 => Some(EpsgInfo {
code: 10448,
name: "GDA94 / ALB94",
area_of_use: "Australia - Western Australia - Albany area onshore below 190m AHD.",
unit: "metre",
}),
10449 => Some(EpsgInfo {
code: 10449,
name: "GDA94 / BIO94",
area_of_use: "Australia - Western Australia - Barrow Island and Onslow area onshore.",
unit: "metre",
}),
10450 => Some(EpsgInfo {
code: 10450,
name: "GDA94 / BRO94",
area_of_use: "Australia - Western Australia - Broome area onshore below 130m AHD.",
unit: "metre",
}),
10451 => Some(EpsgInfo {
code: 10451,
name: "GDA94 / BCG94",
area_of_use: "Australia - Western Australia - Busselton area onshore below 250m AHD.",
unit: "metre",
}),
10452 => Some(EpsgInfo {
code: 10452,
name: "GDA94 / CARN94",
area_of_use: "Australia - Western Australia - Carnarvon area onshore.",
unit: "metre",
}),
10453 => Some(EpsgInfo {
code: 10453,
name: "GDA94 / COL94",
area_of_use: "Australia - Western Australia - Collie area between 50m and 310m AHD.",
unit: "metre",
}),
10454 => Some(EpsgInfo {
code: 10454,
name: "GDA94 / ESP94",
area_of_use: "Australia - Western Australia - Esperance area onshore.",
unit: "metre",
}),
10455 => Some(EpsgInfo {
code: 10455,
name: "GDA94 / EXM94",
area_of_use: "Australia - Western Australia - Exmouth area onshore below 160m AHD.",
unit: "metre",
}),
10456 => Some(EpsgInfo {
code: 10456,
name: "GDA94 / GCG94",
area_of_use: "Australia - Western Australia - Geraldton area onshore below 195m AHD.",
unit: "metre",
}),
10457 => Some(EpsgInfo {
code: 10457,
name: "GDA94 / GOLD94",
area_of_use: "Australia - Western Australia - Kalgoorlie area.",
unit: "metre",
}),
10458 => Some(EpsgInfo {
code: 10458,
name: "GDA94 / JCG94",
area_of_use: "Australia - Western Australia - Jurien Bay area onshore below 200m AHD.",
unit: "metre",
}),
10459 => Some(EpsgInfo {
code: 10459,
name: "GDA94 / KALB94",
area_of_use: "Australia - Western Australia - Kalbarri area onshore.",
unit: "metre",
}),
10460 => Some(EpsgInfo {
code: 10460,
name: "GDA94 / KAR94",
area_of_use: "Australia - Western Australia - Karratha area onshore.",
unit: "metre",
}),
10461 => Some(EpsgInfo {
code: 10461,
name: "GDA94 / KUN94",
area_of_use: "Australia - Western Australia - Kununurra area onshore below 200m AHD.",
unit: "metre",
}),
10462 => Some(EpsgInfo {
code: 10462,
name: "GDA94 / LCG94",
area_of_use: "Australia - Western Australia - Lancelin area onshore below 200m AHD.",
unit: "metre",
}),
10463 => Some(EpsgInfo {
code: 10463,
name: "GDA94 / MRCG94",
area_of_use: "Australia - Western Australia - Margaret River area onshore below 200m AHD.",
unit: "metre",
}),
10464 => Some(EpsgInfo {
code: 10464,
name: "GDA94 / PCG94",
area_of_use: "Australia - Western Australia - Perth area onshore below 165m AHD.",
unit: "metre",
}),
10465 => Some(EpsgInfo {
code: 10465,
name: "GDA94 / PHG94",
area_of_use: "Australia - Western Australia - Port Hedland area onshore.",
unit: "metre",
}),
10471 => Some(EpsgInfo {
code: 10471,
name: "COV23 Grid",
area_of_use: "United Kingdom (UK) - in and around the area of Coventry city centre and the route to Birmingham airport.",
unit: "metre",
}),
10481 => Some(EpsgInfo {
code: 10481,
name: "NAD83 / TWDB GM",
area_of_use: "United States (USA) - Texas.",
unit: "US survey foot",
}),
10516 => Some(EpsgInfo {
code: 10516,
name: "NAD83(2011) / Adjusted Jackson (ftUS)",
area_of_use: "United States (USA) - Wisconsin - Jackson county.",
unit: "US survey foot",
}),
10592 => Some(EpsgInfo {
code: 10592,
name: "WGS 84 / GLANCE Africa",
area_of_use: "Africa and the Arabian peninsula.",
unit: "metre",
}),
10594 => Some(EpsgInfo {
code: 10594,
name: "WGS 84 / GLANCE Asia",
area_of_use: "Asia including Maldives and British Indian Ocean Territory.",
unit: "metre",
}),
10596 => Some(EpsgInfo {
code: 10596,
name: "WGS 84 / GLANCE Europe",
area_of_use: "Europe including Russia west of the Ural Mountains.",
unit: "metre",
}),
10598 => Some(EpsgInfo {
code: 10598,
name: "WGS 84 / GLANCE North America",
area_of_use: "North America including Greenland, the Caribbean and Central America, together with circum-polar area north of 83°40'N. Excluding the circum-polar area, the longitude extent is from 167.65° in west across the 180° meridian to 15.72° in east.",
unit: "metre",
}),
10601 => Some(EpsgInfo {
code: 10601,
name: "WGS 84 / GLANCE Oceania",
area_of_use: "Australasia and the western Pacific Ocean.",
unit: "metre",
}),
10603 => Some(EpsgInfo {
code: 10603,
name: "WGS 84 / GLANCE South America",
area_of_use: "South America including Panama.",
unit: "metre",
}),
10626 => Some(EpsgInfo {
code: 10626,
name: "ECML14 Grid",
area_of_use: "United Kingdom (UK) - on or related to the east coast mainline rail route from London (Kings Cross) via Newcastle to Edinburgh.",
unit: "metre",
}),
10632 => Some(EpsgInfo {
code: 10632,
name: "WC05 Grid",
area_of_use: "",
unit: "metre",
}),
11114 => Some(EpsgInfo {
code: 11114,
name: "MAGNA-SIRGAS 2018 / Colombia Far West zone",
area_of_use: "",
unit: "metre",
}),
11115 => Some(EpsgInfo {
code: 11115,
name: "MAGNA-SIRGAS 2018 / Colombia West zone",
area_of_use: "",
unit: "metre",
}),
11116 => Some(EpsgInfo {
code: 11116,
name: "MAGNA-SIRGAS 2018 / Colombia Bogota zone",
area_of_use: "",
unit: "metre",
}),
11117 => Some(EpsgInfo {
code: 11117,
name: "MAGNA-SIRGAS 2018 / Colombia East Central zone",
area_of_use: "",
unit: "metre",
}),
11118 => Some(EpsgInfo {
code: 11118,
name: "MAGNA-SIRGAS 2018 / Colombia East zone",
area_of_use: "",
unit: "metre",
}),
20002 => Some(EpsgInfo {
code: 20002,
name: "MWC18 Grid",
area_of_use: "",
unit: "metre",
}),
20047 => Some(EpsgInfo {
code: 20047,
name: "GDA2020 / BCSG2020",
area_of_use: "",
unit: "metre",
}),
20050 => Some(EpsgInfo {
code: 20050,
name: "NAD83(2011) / Amtrak NECCS21 (ft)",
area_of_use: "",
unit: "foot",
}),
20249 => Some(EpsgInfo {
code: 20249,
name: "AGD66 / AMG zone 49",
area_of_use: "",
unit: "metre",
}),
20250 => Some(EpsgInfo {
code: 20250,
name: "AGD66 / AMG zone 50",
area_of_use: "",
unit: "metre",
}),
20251 => Some(EpsgInfo {
code: 20251,
name: "AGD66 / AMG zone 51",
area_of_use: "",
unit: "metre",
}),
20252 => Some(EpsgInfo {
code: 20252,
name: "AGD66 / AMG zone 52",
area_of_use: "",
unit: "metre",
}),
20253 => Some(EpsgInfo {
code: 20253,
name: "AGD66 / AMG zone 53",
area_of_use: "",
unit: "metre",
}),
20254 => Some(EpsgInfo {
code: 20254,
name: "AGD66 / AMG zone 54",
area_of_use: "",
unit: "metre",
}),
20255 => Some(EpsgInfo {
code: 20255,
name: "AGD66 / AMG zone 55",
area_of_use: "",
unit: "metre",
}),
20256 => Some(EpsgInfo {
code: 20256,
name: "AGD66 / AMG zone 56",
area_of_use: "",
unit: "metre",
}),
20257 => Some(EpsgInfo {
code: 20257,
name: "AGD66 / AMG zone 57",
area_of_use: "",
unit: "metre",
}),
20258 => Some(EpsgInfo {
code: 20258,
name: "AGD66 / AMG zone 58",
area_of_use: "",
unit: "metre",
}),
20349 => Some(EpsgInfo {
code: 20349,
name: "AGD84 / AMG zone 49",
area_of_use: "",
unit: "metre",
}),
20350 => Some(EpsgInfo {
code: 20350,
name: "AGD84 / AMG zone 50",
area_of_use: "",
unit: "metre",
}),
20351 => Some(EpsgInfo {
code: 20351,
name: "AGD84 / AMG zone 51",
area_of_use: "",
unit: "metre",
}),
20352 => Some(EpsgInfo {
code: 20352,
name: "AGD84 / AMG zone 52",
area_of_use: "",
unit: "metre",
}),
20353 => Some(EpsgInfo {
code: 20353,
name: "AGD84 / AMG zone 53",
area_of_use: "",
unit: "metre",
}),
20354 => Some(EpsgInfo {
code: 20354,
name: "AGD84 / AMG zone 54",
area_of_use: "",
unit: "metre",
}),
20355 => Some(EpsgInfo {
code: 20355,
name: "AGD84 / AMG zone 55",
area_of_use: "",
unit: "metre",
}),
20356 => Some(EpsgInfo {
code: 20356,
name: "AGD84 / AMG zone 56",
area_of_use: "",
unit: "metre",
}),
20499 => Some(EpsgInfo {
code: 20499,
name: "Ain el Abd / Bahrain Grid",
area_of_use: "",
unit: "metre",
}),
20790 => Some(EpsgInfo {
code: 20790,
name: "Lisbon (Lisbon) / Portuguese National Grid",
area_of_use: "",
unit: "metre",
}),
20791 => Some(EpsgInfo {
code: 20791,
name: "Lisbon (Lisbon) / Portuguese Grid",
area_of_use: "",
unit: "metre",
}),
21207 => Some(EpsgInfo {
code: 21207,
name: "GSK-2011 / GSK 3GK zone 7",
area_of_use: "",
unit: "metre",
}),
21208 => Some(EpsgInfo {
code: 21208,
name: "GSK-2011 / GSK 3GK zone 8",
area_of_use: "",
unit: "metre",
}),
21209 => Some(EpsgInfo {
code: 21209,
name: "GSK-2011 / GSK 3GK zone 9",
area_of_use: "",
unit: "metre",
}),
21210 => Some(EpsgInfo {
code: 21210,
name: "GSK-2011 / GSK 3GK zone 10",
area_of_use: "",
unit: "metre",
}),
21211 => Some(EpsgInfo {
code: 21211,
name: "GSK-2011 / GSK 3GK zone 11",
area_of_use: "",
unit: "metre",
}),
21212 => Some(EpsgInfo {
code: 21212,
name: "GSK-2011 / GSK 3GK zone 12",
area_of_use: "",
unit: "metre",
}),
21213 => Some(EpsgInfo {
code: 21213,
name: "GSK-2011 / GSK 3GK zone 13",
area_of_use: "",
unit: "metre",
}),
21214 => Some(EpsgInfo {
code: 21214,
name: "GSK-2011 / GSK 3GK zone 14",
area_of_use: "",
unit: "metre",
}),
21215 => Some(EpsgInfo {
code: 21215,
name: "GSK-2011 / GSK 3GK zone 15",
area_of_use: "",
unit: "metre",
}),
21216 => Some(EpsgInfo {
code: 21216,
name: "GSK-2011 / GSK 3GK zone 16",
area_of_use: "",
unit: "metre",
}),
21217 => Some(EpsgInfo {
code: 21217,
name: "GSK-2011 / GSK 3GK zone 17",
area_of_use: "",
unit: "metre",
}),
21218 => Some(EpsgInfo {
code: 21218,
name: "GSK-2011 / GSK 3GK zone 18",
area_of_use: "",
unit: "metre",
}),
21219 => Some(EpsgInfo {
code: 21219,
name: "GSK-2011 / GSK 3GK zone 19",
area_of_use: "",
unit: "metre",
}),
21220 => Some(EpsgInfo {
code: 21220,
name: "GSK-2011 / GSK 3GK zone 20",
area_of_use: "",
unit: "metre",
}),
21221 => Some(EpsgInfo {
code: 21221,
name: "GSK-2011 / GSK 3GK zone 21",
area_of_use: "",
unit: "metre",
}),
21222 => Some(EpsgInfo {
code: 21222,
name: "GSK-2011 / GSK 3GK zone 22",
area_of_use: "",
unit: "metre",
}),
21223 => Some(EpsgInfo {
code: 21223,
name: "GSK-2011 / GSK 3GK zone 23",
area_of_use: "",
unit: "metre",
}),
21224 => Some(EpsgInfo {
code: 21224,
name: "GSK-2011 / GSK 3GK zone 24",
area_of_use: "",
unit: "metre",
}),
21225 => Some(EpsgInfo {
code: 21225,
name: "GSK-2011 / GSK 3GK zone 25",
area_of_use: "",
unit: "metre",
}),
21226 => Some(EpsgInfo {
code: 21226,
name: "GSK-2011 / GSK 3GK zone 26",
area_of_use: "",
unit: "metre",
}),
21227 => Some(EpsgInfo {
code: 21227,
name: "GSK-2011 / GSK 3GK zone 27",
area_of_use: "",
unit: "metre",
}),
21228 => Some(EpsgInfo {
code: 21228,
name: "GSK-2011 / GSK 3GK zone 28",
area_of_use: "",
unit: "metre",
}),
21229 => Some(EpsgInfo {
code: 21229,
name: "GSK-2011 / GSK 3GK zone 29",
area_of_use: "",
unit: "metre",
}),
21230 => Some(EpsgInfo {
code: 21230,
name: "GSK-2011 / GSK 3GK zone 30",
area_of_use: "",
unit: "metre",
}),
21231 => Some(EpsgInfo {
code: 21231,
name: "GSK-2011 / GSK 3GK zone 31",
area_of_use: "",
unit: "metre",
}),
21232 => Some(EpsgInfo {
code: 21232,
name: "GSK-2011 / GSK 3GK zone 32",
area_of_use: "",
unit: "metre",
}),
21233 => Some(EpsgInfo {
code: 21233,
name: "GSK-2011 / GSK 3GK zone 33",
area_of_use: "",
unit: "metre",
}),
21234 => Some(EpsgInfo {
code: 21234,
name: "GSK-2011 / GSK 3GK zone 34",
area_of_use: "",
unit: "metre",
}),
21235 => Some(EpsgInfo {
code: 21235,
name: "GSK-2011 / GSK 3GK zone 35",
area_of_use: "",
unit: "metre",
}),
21236 => Some(EpsgInfo {
code: 21236,
name: "GSK-2011 / GSK 3GK zone 36",
area_of_use: "",
unit: "metre",
}),
21237 => Some(EpsgInfo {
code: 21237,
name: "GSK-2011 / GSK 3GK zone 37",
area_of_use: "",
unit: "metre",
}),
21238 => Some(EpsgInfo {
code: 21238,
name: "GSK-2011 / GSK 3GK zone 38",
area_of_use: "",
unit: "metre",
}),
21239 => Some(EpsgInfo {
code: 21239,
name: "GSK-2011 / GSK 3GK zone 39",
area_of_use: "",
unit: "metre",
}),
21240 => Some(EpsgInfo {
code: 21240,
name: "GSK-2011 / GSK 3GK zone 40",
area_of_use: "",
unit: "metre",
}),
21241 => Some(EpsgInfo {
code: 21241,
name: "GSK-2011 / GSK 3GK zone 41",
area_of_use: "",
unit: "metre",
}),
21242 => Some(EpsgInfo {
code: 21242,
name: "GSK-2011 / GSK 3GK zone 42",
area_of_use: "",
unit: "metre",
}),
21243 => Some(EpsgInfo {
code: 21243,
name: "GSK-2011 / GSK 3GK zone 43",
area_of_use: "",
unit: "metre",
}),
21244 => Some(EpsgInfo {
code: 21244,
name: "GSK-2011 / GSK 3GK zone 44",
area_of_use: "",
unit: "metre",
}),
21245 => Some(EpsgInfo {
code: 21245,
name: "GSK-2011 / GSK 3GK zone 45",
area_of_use: "",
unit: "metre",
}),
21246 => Some(EpsgInfo {
code: 21246,
name: "GSK-2011 / GSK 3GK zone 46",
area_of_use: "",
unit: "metre",
}),
21247 => Some(EpsgInfo {
code: 21247,
name: "GSK-2011 / GSK 3GK zone 47",
area_of_use: "",
unit: "metre",
}),
21248 => Some(EpsgInfo {
code: 21248,
name: "GSK-2011 / GSK 3GK zone 48",
area_of_use: "",
unit: "metre",
}),
21249 => Some(EpsgInfo {
code: 21249,
name: "GSK-2011 / GSK 3GK zone 49",
area_of_use: "",
unit: "metre",
}),
21250 => Some(EpsgInfo {
code: 21250,
name: "GSK-2011 / GSK 3GK zone 50",
area_of_use: "",
unit: "metre",
}),
21251 => Some(EpsgInfo {
code: 21251,
name: "GSK-2011 / GSK 3GK zone 51",
area_of_use: "",
unit: "metre",
}),
21252 => Some(EpsgInfo {
code: 21252,
name: "GSK-2011 / GSK 3GK zone 52",
area_of_use: "",
unit: "metre",
}),
21253 => Some(EpsgInfo {
code: 21253,
name: "GSK-2011 / GSK 3GK zone 53",
area_of_use: "",
unit: "metre",
}),
21254 => Some(EpsgInfo {
code: 21254,
name: "GSK-2011 / GSK 3GK zone 54",
area_of_use: "",
unit: "metre",
}),
21255 => Some(EpsgInfo {
code: 21255,
name: "GSK-2011 / GSK 3GK zone 55",
area_of_use: "",
unit: "metre",
}),
21256 => Some(EpsgInfo {
code: 21256,
name: "GSK-2011 / GSK 3GK zone 56",
area_of_use: "",
unit: "metre",
}),
21257 => Some(EpsgInfo {
code: 21257,
name: "GSK-2011 / GSK 3GK zone 57",
area_of_use: "",
unit: "metre",
}),
21258 => Some(EpsgInfo {
code: 21258,
name: "GSK-2011 / GSK 3GK zone 58",
area_of_use: "",
unit: "metre",
}),
21259 => Some(EpsgInfo {
code: 21259,
name: "GSK-2011 / GSK 3GK zone 59",
area_of_use: "",
unit: "metre",
}),
21260 => Some(EpsgInfo {
code: 21260,
name: "GSK-2011 / GSK 3GK zone 60",
area_of_use: "",
unit: "metre",
}),
21261 => Some(EpsgInfo {
code: 21261,
name: "GSK-2011 / GSK 3GK zone 61",
area_of_use: "",
unit: "metre",
}),
21262 => Some(EpsgInfo {
code: 21262,
name: "GSK-2011 / GSK 3GK zone 62",
area_of_use: "",
unit: "metre",
}),
21263 => Some(EpsgInfo {
code: 21263,
name: "GSK-2011 / GSK 3GK zone 63",
area_of_use: "",
unit: "metre",
}),
21264 => Some(EpsgInfo {
code: 21264,
name: "GSK-2011 / GSK 3GK zone 64",
area_of_use: "",
unit: "metre",
}),
21291 => Some(EpsgInfo {
code: 21291,
name: "Barbados 1938 / British West Indies Grid",
area_of_use: "",
unit: "metre",
}),
21292 => Some(EpsgInfo {
code: 21292,
name: "Barbados 1938 / Barbados National Grid",
area_of_use: "",
unit: "metre",
}),
21307 => Some(EpsgInfo {
code: 21307,
name: "GSK-2011 / GSK 3GK CM 21E",
area_of_use: "",
unit: "metre",
}),
21308 => Some(EpsgInfo {
code: 21308,
name: "GSK-2011 / GSK 3GK CM 24E",
area_of_use: "",
unit: "metre",
}),
21309 => Some(EpsgInfo {
code: 21309,
name: "GSK-2011 / GSK 3GK CM 27E",
area_of_use: "",
unit: "metre",
}),
21310 => Some(EpsgInfo {
code: 21310,
name: "GSK-2011 / GSK 3GK CM 30E",
area_of_use: "",
unit: "metre",
}),
21311 => Some(EpsgInfo {
code: 21311,
name: "GSK-2011 / GSK 3GK CM 33E",
area_of_use: "",
unit: "metre",
}),
21312 => Some(EpsgInfo {
code: 21312,
name: "GSK-2011 / GSK 3GK CM 36E",
area_of_use: "",
unit: "metre",
}),
21313 => Some(EpsgInfo {
code: 21313,
name: "GSK-2011 / GSK 3GK CM 39E",
area_of_use: "",
unit: "metre",
}),
21314 => Some(EpsgInfo {
code: 21314,
name: "GSK-2011 / GSK 3GK CM 42E",
area_of_use: "",
unit: "metre",
}),
21315 => Some(EpsgInfo {
code: 21315,
name: "GSK-2011 / GSK 3GK CM 45E",
area_of_use: "",
unit: "metre",
}),
21316 => Some(EpsgInfo {
code: 21316,
name: "GSK-2011 / GSK 3GK CM 48E",
area_of_use: "",
unit: "metre",
}),
21317 => Some(EpsgInfo {
code: 21317,
name: "GSK-2011 / GSK 3GK CM 51E",
area_of_use: "",
unit: "metre",
}),
21318 => Some(EpsgInfo {
code: 21318,
name: "GSK-2011 / GSK 3GK CM 54E",
area_of_use: "",
unit: "metre",
}),
21319 => Some(EpsgInfo {
code: 21319,
name: "GSK-2011 / GSK 3GK CM 57E",
area_of_use: "",
unit: "metre",
}),
21320 => Some(EpsgInfo {
code: 21320,
name: "GSK-2011 / GSK 3GK CM 60E",
area_of_use: "",
unit: "metre",
}),
21321 => Some(EpsgInfo {
code: 21321,
name: "GSK-2011 / GSK 3GK CM 63E",
area_of_use: "",
unit: "metre",
}),
21322 => Some(EpsgInfo {
code: 21322,
name: "GSK-2011 / GSK 3GK CM 66E",
area_of_use: "",
unit: "metre",
}),
21323 => Some(EpsgInfo {
code: 21323,
name: "GSK-2011 / GSK 3GK CM 69E",
area_of_use: "",
unit: "metre",
}),
21324 => Some(EpsgInfo {
code: 21324,
name: "GSK-2011 / GSK 3GK CM 72E",
area_of_use: "",
unit: "metre",
}),
21325 => Some(EpsgInfo {
code: 21325,
name: "GSK-2011 / GSK 3GK CM 75E",
area_of_use: "",
unit: "metre",
}),
21326 => Some(EpsgInfo {
code: 21326,
name: "GSK-2011 / GSK 3GK CM 78E",
area_of_use: "",
unit: "metre",
}),
21327 => Some(EpsgInfo {
code: 21327,
name: "GSK-2011 / GSK 3GK CM 81E",
area_of_use: "",
unit: "metre",
}),
21328 => Some(EpsgInfo {
code: 21328,
name: "GSK-2011 / GSK 3GK CM 84E",
area_of_use: "",
unit: "metre",
}),
21329 => Some(EpsgInfo {
code: 21329,
name: "GSK-2011 / GSK 3GK CM 87E",
area_of_use: "",
unit: "metre",
}),
21330 => Some(EpsgInfo {
code: 21330,
name: "GSK-2011 / GSK 3GK CM 90E",
area_of_use: "",
unit: "metre",
}),
21331 => Some(EpsgInfo {
code: 21331,
name: "GSK-2011 / GSK 3GK CM 93E",
area_of_use: "",
unit: "metre",
}),
21332 => Some(EpsgInfo {
code: 21332,
name: "GSK-2011 / GSK 3GK CM 96E",
area_of_use: "",
unit: "metre",
}),
21333 => Some(EpsgInfo {
code: 21333,
name: "GSK-2011 / GSK 3GK CM 99E",
area_of_use: "",
unit: "metre",
}),
21334 => Some(EpsgInfo {
code: 21334,
name: "GSK-2011 / GSK 3GK CM 102E",
area_of_use: "",
unit: "metre",
}),
21335 => Some(EpsgInfo {
code: 21335,
name: "GSK-2011 / GSK 3GK CM 105E",
area_of_use: "",
unit: "metre",
}),
21336 => Some(EpsgInfo {
code: 21336,
name: "GSK-2011 / GSK 3GK CM 108E",
area_of_use: "",
unit: "metre",
}),
21337 => Some(EpsgInfo {
code: 21337,
name: "GSK-2011 / GSK 3GK CM 111E",
area_of_use: "",
unit: "metre",
}),
21338 => Some(EpsgInfo {
code: 21338,
name: "GSK-2011 / GSK 3GK CM 114E",
area_of_use: "",
unit: "metre",
}),
21339 => Some(EpsgInfo {
code: 21339,
name: "GSK-2011 / GSK 3GK CM 117E",
area_of_use: "",
unit: "metre",
}),
21340 => Some(EpsgInfo {
code: 21340,
name: "GSK-2011 / GSK 3GK CM 120E",
area_of_use: "",
unit: "metre",
}),
21341 => Some(EpsgInfo {
code: 21341,
name: "GSK-2011 / GSK 3GK CM 123E",
area_of_use: "",
unit: "metre",
}),
21342 => Some(EpsgInfo {
code: 21342,
name: "GSK-2011 / GSK 3GK CM 126E",
area_of_use: "",
unit: "metre",
}),
21343 => Some(EpsgInfo {
code: 21343,
name: "GSK-2011 / GSK 3GK CM 129E",
area_of_use: "",
unit: "metre",
}),
21344 => Some(EpsgInfo {
code: 21344,
name: "GSK-2011 / GSK 3GK CM 132E",
area_of_use: "",
unit: "metre",
}),
21345 => Some(EpsgInfo {
code: 21345,
name: "GSK-2011 / GSK 3GK CM 135E",
area_of_use: "",
unit: "metre",
}),
21346 => Some(EpsgInfo {
code: 21346,
name: "GSK-2011 / GSK 3GK CM 138E",
area_of_use: "",
unit: "metre",
}),
21347 => Some(EpsgInfo {
code: 21347,
name: "GSK-2011 / GSK 3GK CM 141E",
area_of_use: "",
unit: "metre",
}),
21348 => Some(EpsgInfo {
code: 21348,
name: "GSK-2011 / GSK 3GK CM 144E",
area_of_use: "",
unit: "metre",
}),
21349 => Some(EpsgInfo {
code: 21349,
name: "GSK-2011 / GSK 3GK CM 147E",
area_of_use: "",
unit: "metre",
}),
21350 => Some(EpsgInfo {
code: 21350,
name: "GSK-2011 / GSK 3GK CM 150E",
area_of_use: "",
unit: "metre",
}),
21351 => Some(EpsgInfo {
code: 21351,
name: "GSK-2011 / GSK 3GK CM 153E",
area_of_use: "",
unit: "metre",
}),
21352 => Some(EpsgInfo {
code: 21352,
name: "GSK-2011 / GSK 3GK CM 156E",
area_of_use: "",
unit: "metre",
}),
21353 => Some(EpsgInfo {
code: 21353,
name: "GSK-2011 / GSK 3GK CM 159E",
area_of_use: "",
unit: "metre",
}),
21354 => Some(EpsgInfo {
code: 21354,
name: "GSK-2011 / GSK 3GK CM 162E",
area_of_use: "",
unit: "metre",
}),
21355 => Some(EpsgInfo {
code: 21355,
name: "GSK-2011 / GSK 3GK CM 165E",
area_of_use: "",
unit: "metre",
}),
21356 => Some(EpsgInfo {
code: 21356,
name: "GSK-2011 / GSK 3GK CM 168E",
area_of_use: "",
unit: "metre",
}),
21357 => Some(EpsgInfo {
code: 21357,
name: "GSK-2011 / GSK 3GK CM 171E",
area_of_use: "",
unit: "metre",
}),
21358 => Some(EpsgInfo {
code: 21358,
name: "GSK-2011 / GSK 3GK CM 174E",
area_of_use: "",
unit: "metre",
}),
21359 => Some(EpsgInfo {
code: 21359,
name: "GSK-2011 / GSK 3GK CM 177E",
area_of_use: "",
unit: "metre",
}),
21360 => Some(EpsgInfo {
code: 21360,
name: "GSK-2011 / GSK 3GK CM 180E",
area_of_use: "",
unit: "metre",
}),
21361 => Some(EpsgInfo {
code: 21361,
name: "GSK-2011 / GSK 3GK CM 177W",
area_of_use: "",
unit: "metre",
}),
21362 => Some(EpsgInfo {
code: 21362,
name: "GSK-2011 / GSK 3GK CM 174W",
area_of_use: "",
unit: "metre",
}),
21363 => Some(EpsgInfo {
code: 21363,
name: "GSK-2011 / GSK 3GK CM 171W",
area_of_use: "",
unit: "metre",
}),
21364 => Some(EpsgInfo {
code: 21364,
name: "GSK-2011 / GSK 3GK CM 168W",
area_of_use: "",
unit: "metre",
}),
21780 => Some(EpsgInfo {
code: 21780,
name: "CH1903 (Bern) / LV03C",
area_of_use: "",
unit: "metre",
}),
21782 => Some(EpsgInfo {
code: 21782,
name: "CH1903 / LV03C-G",
area_of_use: "",
unit: "metre",
}),
21896 => Some(EpsgInfo {
code: 21896,
name: "Bogota 1975 / Colombia West zone",
area_of_use: "",
unit: "metre",
}),
21897 => Some(EpsgInfo {
code: 21897,
name: "Bogota 1975 / Colombia Bogota zone",
area_of_use: "",
unit: "metre",
}),
21898 => Some(EpsgInfo {
code: 21898,
name: "Bogota 1975 / Colombia East Central zone",
area_of_use: "",
unit: "metre",
}),
21899 => Some(EpsgInfo {
code: 21899,
name: "Bogota 1975 / Colombia East zone",
area_of_use: "",
unit: "metre",
}),
22171 => Some(EpsgInfo {
code: 22171,
name: "POSGAR 98 / Argentina 1",
area_of_use: "",
unit: "metre",
}),
22172 => Some(EpsgInfo {
code: 22172,
name: "POSGAR 98 / Argentina 2",
area_of_use: "",
unit: "metre",
}),
22173 => Some(EpsgInfo {
code: 22173,
name: "POSGAR 98 / Argentina 3",
area_of_use: "",
unit: "metre",
}),
22174 => Some(EpsgInfo {
code: 22174,
name: "POSGAR 98 / Argentina 4",
area_of_use: "",
unit: "metre",
}),
22175 => Some(EpsgInfo {
code: 22175,
name: "POSGAR 98 / Argentina 5",
area_of_use: "",
unit: "metre",
}),
22176 => Some(EpsgInfo {
code: 22176,
name: "POSGAR 98 / Argentina 6",
area_of_use: "",
unit: "metre",
}),
22177 => Some(EpsgInfo {
code: 22177,
name: "POSGAR 98 / Argentina 7",
area_of_use: "",
unit: "metre",
}),
22181 => Some(EpsgInfo {
code: 22181,
name: "POSGAR 94 / Argentina 1",
area_of_use: "",
unit: "metre",
}),
22182 => Some(EpsgInfo {
code: 22182,
name: "POSGAR 94 / Argentina 2",
area_of_use: "",
unit: "metre",
}),
22183 => Some(EpsgInfo {
code: 22183,
name: "POSGAR 94 / Argentina 3",
area_of_use: "",
unit: "metre",
}),
22184 => Some(EpsgInfo {
code: 22184,
name: "POSGAR 94 / Argentina 4",
area_of_use: "",
unit: "metre",
}),
22185 => Some(EpsgInfo {
code: 22185,
name: "POSGAR 94 / Argentina 5",
area_of_use: "",
unit: "metre",
}),
22186 => Some(EpsgInfo {
code: 22186,
name: "POSGAR 94 / Argentina 6",
area_of_use: "",
unit: "metre",
}),
22187 => Some(EpsgInfo {
code: 22187,
name: "POSGAR 94 / Argentina 7",
area_of_use: "",
unit: "metre",
}),
22191 => Some(EpsgInfo {
code: 22191,
name: "Campo Inchauspe / Argentina 1",
area_of_use: "",
unit: "metre",
}),
22192 => Some(EpsgInfo {
code: 22192,
name: "Campo Inchauspe / Argentina 2",
area_of_use: "",
unit: "metre",
}),
22193 => Some(EpsgInfo {
code: 22193,
name: "Campo Inchauspe / Argentina 3",
area_of_use: "",
unit: "metre",
}),
22194 => Some(EpsgInfo {
code: 22194,
name: "Campo Inchauspe / Argentina 4",
area_of_use: "",
unit: "metre",
}),
22195 => Some(EpsgInfo {
code: 22195,
name: "Campo Inchauspe / Argentina 5",
area_of_use: "",
unit: "metre",
}),
22196 => Some(EpsgInfo {
code: 22196,
name: "Campo Inchauspe / Argentina 6",
area_of_use: "",
unit: "metre",
}),
22197 => Some(EpsgInfo {
code: 22197,
name: "Campo Inchauspe / Argentina 7",
area_of_use: "",
unit: "metre",
}),
22239 => Some(EpsgInfo {
code: 22239,
name: "NAD83(CSRS)v2 / PEI Stereographic",
area_of_use: "",
unit: "metre",
}),
22240 => Some(EpsgInfo {
code: 22240,
name: "NAD83(CSRS)v2 / NB Stereographic",
area_of_use: "",
unit: "metre",
}),
22243 => Some(EpsgInfo {
code: 22243,
name: "NAD83(CSRS)v2 / SCoPQ zone 3",
area_of_use: "",
unit: "metre",
}),
22244 => Some(EpsgInfo {
code: 22244,
name: "NAD83(CSRS)v2 / SCoPQ zone 4",
area_of_use: "",
unit: "metre",
}),
22245 => Some(EpsgInfo {
code: 22245,
name: "NAD83(CSRS)v2 / SCoPQ zone 5",
area_of_use: "",
unit: "metre",
}),
22246 => Some(EpsgInfo {
code: 22246,
name: "NAD83(CSRS)v2 / SCoPQ zone 6",
area_of_use: "",
unit: "metre",
}),
22247 => Some(EpsgInfo {
code: 22247,
name: "NAD83(CSRS)v2 / SCoPQ zone 7",
area_of_use: "",
unit: "metre",
}),
22248 => Some(EpsgInfo {
code: 22248,
name: "NAD83(CSRS)v2 / SCoPQ zone 8",
area_of_use: "",
unit: "metre",
}),
22249 => Some(EpsgInfo {
code: 22249,
name: "NAD83(CSRS)v2 / SCoPQ zone 9",
area_of_use: "",
unit: "metre",
}),
22250 => Some(EpsgInfo {
code: 22250,
name: "NAD83(CSRS)v2 / SCoPQ zone 10",
area_of_use: "",
unit: "metre",
}),
22391 => Some(EpsgInfo {
code: 22391,
name: "Carthage / Nord Tunisie",
area_of_use: "",
unit: "metre",
}),
22392 => Some(EpsgInfo {
code: 22392,
name: "Carthage / Sud Tunisie",
area_of_use: "",
unit: "metre",
}),
22639 => Some(EpsgInfo {
code: 22639,
name: "NAD83(CSRS)v6 / PEI Stereographic",
area_of_use: "",
unit: "metre",
}),
22739 => Some(EpsgInfo {
code: 22739,
name: "NAD83(CSRS)v7 / PEI Stereographic",
area_of_use: "",
unit: "metre",
}),
22780 => Some(EpsgInfo {
code: 22780,
name: "Deir ez Zor / Levant Stereographic",
area_of_use: "",
unit: "metre",
}),
22991 => Some(EpsgInfo {
code: 22991,
name: "Egypt 1907 / Blue Belt",
area_of_use: "",
unit: "metre",
}),
22992 => Some(EpsgInfo {
code: 22992,
name: "Egypt 1907 / Red Belt",
area_of_use: "",
unit: "metre",
}),
22993 => Some(EpsgInfo {
code: 22993,
name: "Egypt 1907 / Purple Belt",
area_of_use: "",
unit: "metre",
}),
22994 => Some(EpsgInfo {
code: 22994,
name: "Egypt 1907 / Extended Purple Belt",
area_of_use: "",
unit: "metre",
}),
23301 => Some(EpsgInfo {
code: 23301,
name: "NAD83(2011) / ICS83-Freeport (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23302 => Some(EpsgInfo {
code: 23302,
name: "NAD83(2011) / ICS83-Rockford (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23303 => Some(EpsgInfo {
code: 23303,
name: "NAD83(2011) / ICS83-Aurora (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23304 => Some(EpsgInfo {
code: 23304,
name: "NAD83(2011) / ICS83-Chicago (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23305 => Some(EpsgInfo {
code: 23305,
name: "NAD83(2011) / ICS83-Moline (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23306 => Some(EpsgInfo {
code: 23306,
name: "NAD83(2011) / ICS83-Sterling (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23307 => Some(EpsgInfo {
code: 23307,
name: "NAD83(2011) / ICS83-Ottawa (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23308 => Some(EpsgInfo {
code: 23308,
name: "NAD83(2011) / ICS83-Joliet (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23309 => Some(EpsgInfo {
code: 23309,
name: "NAD83(2011) / ICS83-Monmouth (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23310 => Some(EpsgInfo {
code: 23310,
name: "NAD83(2011) / ICS83-Galesburg (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23311 => Some(EpsgInfo {
code: 23311,
name: "NAD83(2011) / ICS83-Peoria (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23312 => Some(EpsgInfo {
code: 23312,
name: "NAD83(2011) / ICS83-Eureka (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23313 => Some(EpsgInfo {
code: 23313,
name: "NAD83(2011) / ICS83-Bloomington (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23314 => Some(EpsgInfo {
code: 23314,
name: "NAD83(2011) / ICS83-Pontiac (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23315 => Some(EpsgInfo {
code: 23315,
name: "NAD83(2011) / ICS83-Watseka (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23316 => Some(EpsgInfo {
code: 23316,
name: "NAD83(2011) / ICS83-Quincy (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23317 => Some(EpsgInfo {
code: 23317,
name: "NAD83(2011) / ICS83-Macomb (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23318 => Some(EpsgInfo {
code: 23318,
name: "NAD83(2011) / ICS83-Lincoln (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23319 => Some(EpsgInfo {
code: 23319,
name: "NAD83(2011) / ICS83-Decatur (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23320 => Some(EpsgInfo {
code: 23320,
name: "NAD83(2011) / ICS83-Champaign (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23321 => Some(EpsgInfo {
code: 23321,
name: "NAD83(2011) / ICS83-Jacksonville (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23322 => Some(EpsgInfo {
code: 23322,
name: "NAD83(2011) / ICS83-Springfield (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23323 => Some(EpsgInfo {
code: 23323,
name: "NAD83(2011) / ICS83-Charleston (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23324 => Some(EpsgInfo {
code: 23324,
name: "NAD83(2011) / ICS83-Jerseyville (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23325 => Some(EpsgInfo {
code: 23325,
name: "NAD83(2011) / ICS83-Carlinville (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23326 => Some(EpsgInfo {
code: 23326,
name: "NAD83(2011) / ICS83-Taylorville (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23327 => Some(EpsgInfo {
code: 23327,
name: "NAD83(2011) / ICS83-Effingham (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23328 => Some(EpsgInfo {
code: 23328,
name: "NAD83(2011) / ICS83-Robinson (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23329 => Some(EpsgInfo {
code: 23329,
name: "NAD83(2011) / ICS83-Belleville (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23330 => Some(EpsgInfo {
code: 23330,
name: "NAD83(2011) / ICS83-Mount Vernon (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23331 => Some(EpsgInfo {
code: 23331,
name: "NAD83(2011) / ICS83-Olney (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23332 => Some(EpsgInfo {
code: 23332,
name: "NAD83(2011) / ICS83-Carbondale (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
23333 => Some(EpsgInfo {
code: 23333,
name: "NAD83(2011) / ICS83-Metropolis (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
24100 => Some(EpsgInfo {
code: 24100,
name: "Jamaica 1875 / Jamaica (Old Grid)",
area_of_use: "",
unit: "Clarke's foot",
}),
24200 => Some(EpsgInfo {
code: 24200,
name: "JAD69 / Jamaica National Grid",
area_of_use: "",
unit: "metre",
}),
24370 => Some(EpsgInfo {
code: 24370,
name: "Kalianpur 1880 / India zone 0",
area_of_use: "",
unit: "Indian yard",
}),
24371 => Some(EpsgInfo {
code: 24371,
name: "Kalianpur 1880 / India zone I",
area_of_use: "",
unit: "Indian yard",
}),
24372 => Some(EpsgInfo {
code: 24372,
name: "Kalianpur 1880 / India zone IIa",
area_of_use: "",
unit: "Indian yard",
}),
24373 => Some(EpsgInfo {
code: 24373,
name: "Kalianpur 1880 / India zone IIIa",
area_of_use: "",
unit: "Indian yard",
}),
24374 => Some(EpsgInfo {
code: 24374,
name: "Kalianpur 1880 / India zone IVa",
area_of_use: "",
unit: "Indian yard",
}),
24375 => Some(EpsgInfo {
code: 24375,
name: "Kalianpur 1937 / India zone IIb",
area_of_use: "",
unit: "metre",
}),
24376 => Some(EpsgInfo {
code: 24376,
name: "Kalianpur 1962 / India zone I",
area_of_use: "",
unit: "metre",
}),
24377 => Some(EpsgInfo {
code: 24377,
name: "Kalianpur 1962 / India zone IIa",
area_of_use: "",
unit: "metre",
}),
24378 => Some(EpsgInfo {
code: 24378,
name: "Kalianpur 1975 / India zone I",
area_of_use: "",
unit: "metre",
}),
24379 => Some(EpsgInfo {
code: 24379,
name: "Kalianpur 1975 / India zone IIa",
area_of_use: "",
unit: "metre",
}),
24380 => Some(EpsgInfo {
code: 24380,
name: "Kalianpur 1975 / India zone IIb",
area_of_use: "",
unit: "metre",
}),
24381 => Some(EpsgInfo {
code: 24381,
name: "Kalianpur 1975 / India zone IIIa",
area_of_use: "",
unit: "metre",
}),
24382 => Some(EpsgInfo {
code: 24382,
name: "Kalianpur 1880 / India zone IIb",
area_of_use: "",
unit: "Indian yard",
}),
24383 => Some(EpsgInfo {
code: 24383,
name: "Kalianpur 1975 / India zone IVa",
area_of_use: "",
unit: "metre",
}),
24500 => Some(EpsgInfo {
code: 24500,
name: "Kertau 1968 / Singapore Grid",
area_of_use: "",
unit: "metre",
}),
24891 => Some(EpsgInfo {
code: 24891,
name: "PSAD56 / Peru west zone",
area_of_use: "",
unit: "metre",
}),
24892 => Some(EpsgInfo {
code: 24892,
name: "PSAD56 / Peru central zone",
area_of_use: "",
unit: "metre",
}),
24893 => Some(EpsgInfo {
code: 24893,
name: "PSAD56 / Peru east zone",
area_of_use: "",
unit: "metre",
}),
25000 => Some(EpsgInfo {
code: 25000,
name: "Leigon / Ghana Metre Grid",
area_of_use: "",
unit: "metre",
}),
25391 => Some(EpsgInfo {
code: 25391,
name: "Luzon 1911 / Philippines zone I",
area_of_use: "",
unit: "metre",
}),
25392 => Some(EpsgInfo {
code: 25392,
name: "Luzon 1911 / Philippines zone II",
area_of_use: "",
unit: "metre",
}),
25393 => Some(EpsgInfo {
code: 25393,
name: "Luzon 1911 / Philippines zone III",
area_of_use: "",
unit: "metre",
}),
25394 => Some(EpsgInfo {
code: 25394,
name: "Luzon 1911 / Philippines zone IV",
area_of_use: "",
unit: "metre",
}),
25395 => Some(EpsgInfo {
code: 25395,
name: "Luzon 1911 / Philippines zone V",
area_of_use: "",
unit: "metre",
}),
26191 => Some(EpsgInfo {
code: 26191,
name: "Merchich / Nord Maroc",
area_of_use: "",
unit: "metre",
}),
26192 => Some(EpsgInfo {
code: 26192,
name: "Merchich / Sud Maroc",
area_of_use: "",
unit: "metre",
}),
26194 => Some(EpsgInfo {
code: 26194,
name: "Merchich / Sahara Nord",
area_of_use: "",
unit: "metre",
}),
26195 => Some(EpsgInfo {
code: 26195,
name: "Merchich / Sahara Sud",
area_of_use: "",
unit: "metre",
}),
26391 => Some(EpsgInfo {
code: 26391,
name: "Minna / Nigeria West Belt",
area_of_use: "",
unit: "metre",
}),
26392 => Some(EpsgInfo {
code: 26392,
name: "Minna / Nigeria Mid Belt",
area_of_use: "",
unit: "metre",
}),
26393 => Some(EpsgInfo {
code: 26393,
name: "Minna / Nigeria East Belt",
area_of_use: "",
unit: "metre",
}),
26729 => Some(EpsgInfo {
code: 26729,
name: "NAD27 / Alabama East",
area_of_use: "",
unit: "US survey foot",
}),
26730 => Some(EpsgInfo {
code: 26730,
name: "NAD27 / Alabama West",
area_of_use: "",
unit: "US survey foot",
}),
26732 => Some(EpsgInfo {
code: 26732,
name: "NAD27 / Alaska zone 2",
area_of_use: "",
unit: "US survey foot",
}),
26733 => Some(EpsgInfo {
code: 26733,
name: "NAD27 / Alaska zone 3",
area_of_use: "",
unit: "US survey foot",
}),
26734 => Some(EpsgInfo {
code: 26734,
name: "NAD27 / Alaska zone 4",
area_of_use: "",
unit: "US survey foot",
}),
26735 => Some(EpsgInfo {
code: 26735,
name: "NAD27 / Alaska zone 5",
area_of_use: "",
unit: "US survey foot",
}),
26736 => Some(EpsgInfo {
code: 26736,
name: "NAD27 / Alaska zone 6",
area_of_use: "",
unit: "US survey foot",
}),
26737 => Some(EpsgInfo {
code: 26737,
name: "NAD27 / Alaska zone 7",
area_of_use: "",
unit: "US survey foot",
}),
26738 => Some(EpsgInfo {
code: 26738,
name: "NAD27 / Alaska zone 8",
area_of_use: "",
unit: "US survey foot",
}),
26739 => Some(EpsgInfo {
code: 26739,
name: "NAD27 / Alaska zone 9",
area_of_use: "",
unit: "US survey foot",
}),
26740 => Some(EpsgInfo {
code: 26740,
name: "NAD27 / Alaska zone 10",
area_of_use: "",
unit: "US survey foot",
}),
26741 => Some(EpsgInfo {
code: 26741,
name: "NAD27 / California zone I",
area_of_use: "",
unit: "US survey foot",
}),
26742 => Some(EpsgInfo {
code: 26742,
name: "NAD27 / California zone II",
area_of_use: "",
unit: "US survey foot",
}),
26743 => Some(EpsgInfo {
code: 26743,
name: "NAD27 / California zone III",
area_of_use: "",
unit: "US survey foot",
}),
26744 => Some(EpsgInfo {
code: 26744,
name: "NAD27 / California zone IV",
area_of_use: "",
unit: "US survey foot",
}),
26745 => Some(EpsgInfo {
code: 26745,
name: "NAD27 / California zone V",
area_of_use: "",
unit: "US survey foot",
}),
26746 => Some(EpsgInfo {
code: 26746,
name: "NAD27 / California zone VI",
area_of_use: "",
unit: "US survey foot",
}),
26748 => Some(EpsgInfo {
code: 26748,
name: "NAD27 / Arizona East",
area_of_use: "",
unit: "US survey foot",
}),
26749 => Some(EpsgInfo {
code: 26749,
name: "NAD27 / Arizona Central",
area_of_use: "",
unit: "US survey foot",
}),
26750 => Some(EpsgInfo {
code: 26750,
name: "NAD27 / Arizona West",
area_of_use: "",
unit: "US survey foot",
}),
26751 => Some(EpsgInfo {
code: 26751,
name: "NAD27 / Arkansas North",
area_of_use: "",
unit: "US survey foot",
}),
26752 => Some(EpsgInfo {
code: 26752,
name: "NAD27 / Arkansas South",
area_of_use: "",
unit: "US survey foot",
}),
26753 => Some(EpsgInfo {
code: 26753,
name: "NAD27 / Colorado North",
area_of_use: "",
unit: "US survey foot",
}),
26754 => Some(EpsgInfo {
code: 26754,
name: "NAD27 / Colorado Central",
area_of_use: "",
unit: "US survey foot",
}),
26755 => Some(EpsgInfo {
code: 26755,
name: "NAD27 / Colorado South",
area_of_use: "",
unit: "US survey foot",
}),
26756 => Some(EpsgInfo {
code: 26756,
name: "NAD27 / Connecticut",
area_of_use: "",
unit: "US survey foot",
}),
26757 => Some(EpsgInfo {
code: 26757,
name: "NAD27 / Delaware",
area_of_use: "",
unit: "US survey foot",
}),
26758 => Some(EpsgInfo {
code: 26758,
name: "NAD27 / Florida East",
area_of_use: "",
unit: "US survey foot",
}),
26759 => Some(EpsgInfo {
code: 26759,
name: "NAD27 / Florida West",
area_of_use: "",
unit: "US survey foot",
}),
26760 => Some(EpsgInfo {
code: 26760,
name: "NAD27 / Florida North",
area_of_use: "",
unit: "US survey foot",
}),
26766 => Some(EpsgInfo {
code: 26766,
name: "NAD27 / Georgia East",
area_of_use: "",
unit: "US survey foot",
}),
26767 => Some(EpsgInfo {
code: 26767,
name: "NAD27 / Georgia West",
area_of_use: "",
unit: "US survey foot",
}),
26768 => Some(EpsgInfo {
code: 26768,
name: "NAD27 / Idaho East",
area_of_use: "",
unit: "US survey foot",
}),
26769 => Some(EpsgInfo {
code: 26769,
name: "NAD27 / Idaho Central",
area_of_use: "",
unit: "US survey foot",
}),
26770 => Some(EpsgInfo {
code: 26770,
name: "NAD27 / Idaho West",
area_of_use: "",
unit: "US survey foot",
}),
26771 => Some(EpsgInfo {
code: 26771,
name: "NAD27 / Illinois East",
area_of_use: "",
unit: "US survey foot",
}),
26772 => Some(EpsgInfo {
code: 26772,
name: "NAD27 / Illinois West",
area_of_use: "",
unit: "US survey foot",
}),
26773 => Some(EpsgInfo {
code: 26773,
name: "NAD27 / Indiana East",
area_of_use: "",
unit: "US survey foot",
}),
26774 => Some(EpsgInfo {
code: 26774,
name: "NAD27 / Indiana West",
area_of_use: "",
unit: "US survey foot",
}),
26775 => Some(EpsgInfo {
code: 26775,
name: "NAD27 / Iowa North",
area_of_use: "",
unit: "US survey foot",
}),
26776 => Some(EpsgInfo {
code: 26776,
name: "NAD27 / Iowa South",
area_of_use: "",
unit: "US survey foot",
}),
26777 => Some(EpsgInfo {
code: 26777,
name: "NAD27 / Kansas North",
area_of_use: "",
unit: "US survey foot",
}),
26778 => Some(EpsgInfo {
code: 26778,
name: "NAD27 / Kansas South",
area_of_use: "",
unit: "US survey foot",
}),
26779 => Some(EpsgInfo {
code: 26779,
name: "NAD27 / Kentucky North",
area_of_use: "",
unit: "US survey foot",
}),
26780 => Some(EpsgInfo {
code: 26780,
name: "NAD27 / Kentucky South",
area_of_use: "",
unit: "US survey foot",
}),
26781 => Some(EpsgInfo {
code: 26781,
name: "NAD27 / Louisiana North",
area_of_use: "",
unit: "US survey foot",
}),
26782 => Some(EpsgInfo {
code: 26782,
name: "NAD27 / Louisiana South",
area_of_use: "",
unit: "US survey foot",
}),
26783 => Some(EpsgInfo {
code: 26783,
name: "NAD27 / Maine East",
area_of_use: "",
unit: "US survey foot",
}),
26784 => Some(EpsgInfo {
code: 26784,
name: "NAD27 / Maine West",
area_of_use: "",
unit: "US survey foot",
}),
26785 => Some(EpsgInfo {
code: 26785,
name: "NAD27 / Maryland",
area_of_use: "",
unit: "US survey foot",
}),
26786 => Some(EpsgInfo {
code: 26786,
name: "NAD27 / Massachusetts Mainland",
area_of_use: "",
unit: "US survey foot",
}),
26787 => Some(EpsgInfo {
code: 26787,
name: "NAD27 / Massachusetts Island",
area_of_use: "",
unit: "US survey foot",
}),
26791 => Some(EpsgInfo {
code: 26791,
name: "NAD27 / Minnesota North",
area_of_use: "",
unit: "US survey foot",
}),
26792 => Some(EpsgInfo {
code: 26792,
name: "NAD27 / Minnesota Central",
area_of_use: "",
unit: "US survey foot",
}),
26793 => Some(EpsgInfo {
code: 26793,
name: "NAD27 / Minnesota South",
area_of_use: "",
unit: "US survey foot",
}),
26794 => Some(EpsgInfo {
code: 26794,
name: "NAD27 / Mississippi East",
area_of_use: "",
unit: "US survey foot",
}),
26795 => Some(EpsgInfo {
code: 26795,
name: "NAD27 / Mississippi West",
area_of_use: "",
unit: "US survey foot",
}),
26796 => Some(EpsgInfo {
code: 26796,
name: "NAD27 / Missouri East",
area_of_use: "",
unit: "US survey foot",
}),
26797 => Some(EpsgInfo {
code: 26797,
name: "NAD27 / Missouri Central",
area_of_use: "",
unit: "US survey foot",
}),
26798 => Some(EpsgInfo {
code: 26798,
name: "NAD27 / Missouri West",
area_of_use: "",
unit: "US survey foot",
}),
26799 => Some(EpsgInfo {
code: 26799,
name: "NAD27 / California zone VII",
area_of_use: "",
unit: "US survey foot",
}),
26847 => Some(EpsgInfo {
code: 26847,
name: "NAD83 / Maine East (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26848 => Some(EpsgInfo {
code: 26848,
name: "NAD83 / Maine West (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26849 => Some(EpsgInfo {
code: 26849,
name: "NAD83 / Minnesota North (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26850 => Some(EpsgInfo {
code: 26850,
name: "NAD83 / Minnesota Central (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26851 => Some(EpsgInfo {
code: 26851,
name: "NAD83 / Minnesota South (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26852 => Some(EpsgInfo {
code: 26852,
name: "NAD83 / Nebraska (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26853 => Some(EpsgInfo {
code: 26853,
name: "NAD83 / West Virginia North (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26854 => Some(EpsgInfo {
code: 26854,
name: "NAD83 / West Virginia South (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26855 => Some(EpsgInfo {
code: 26855,
name: "NAD83(HARN) / Maine East (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26856 => Some(EpsgInfo {
code: 26856,
name: "NAD83(HARN) / Maine West (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26857 => Some(EpsgInfo {
code: 26857,
name: "NAD83(HARN) / Minnesota North (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26858 => Some(EpsgInfo {
code: 26858,
name: "NAD83(HARN) / Minnesota Central (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26859 => Some(EpsgInfo {
code: 26859,
name: "NAD83(HARN) / Minnesota South (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26860 => Some(EpsgInfo {
code: 26860,
name: "NAD83(HARN) / Nebraska (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26861 => Some(EpsgInfo {
code: 26861,
name: "NAD83(HARN) / West Virginia North (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26862 => Some(EpsgInfo {
code: 26862,
name: "NAD83(HARN) / West Virginia South (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26863 => Some(EpsgInfo {
code: 26863,
name: "NAD83(NSRS2007) / Maine East (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26864 => Some(EpsgInfo {
code: 26864,
name: "NAD83(NSRS2007) / Maine West (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26865 => Some(EpsgInfo {
code: 26865,
name: "NAD83(NSRS2007) / Minnesota North (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26866 => Some(EpsgInfo {
code: 26866,
name: "NAD83(NSRS2007) / Minnesota Central (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26867 => Some(EpsgInfo {
code: 26867,
name: "NAD83(NSRS2007) / Minnesota South (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26868 => Some(EpsgInfo {
code: 26868,
name: "NAD83(NSRS2007) / Nebraska (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26869 => Some(EpsgInfo {
code: 26869,
name: "NAD83(NSRS2007) / West Virginia North (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
26870 => Some(EpsgInfo {
code: 26870,
name: "NAD83(NSRS2007) / West Virginia South (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
27205 => Some(EpsgInfo {
code: 27205,
name: "NZGD49 / Mount Eden Circuit",
area_of_use: "",
unit: "metre",
}),
27206 => Some(EpsgInfo {
code: 27206,
name: "NZGD49 / Bay of Plenty Circuit",
area_of_use: "",
unit: "metre",
}),
27207 => Some(EpsgInfo {
code: 27207,
name: "NZGD49 / Poverty Bay Circuit",
area_of_use: "",
unit: "metre",
}),
27208 => Some(EpsgInfo {
code: 27208,
name: "NZGD49 / Hawkes Bay Circuit",
area_of_use: "",
unit: "metre",
}),
27209 => Some(EpsgInfo {
code: 27209,
name: "NZGD49 / Taranaki Circuit",
area_of_use: "",
unit: "metre",
}),
27210 => Some(EpsgInfo {
code: 27210,
name: "NZGD49 / Tuhirangi Circuit",
area_of_use: "",
unit: "metre",
}),
27211 => Some(EpsgInfo {
code: 27211,
name: "NZGD49 / Wanganui Circuit",
area_of_use: "",
unit: "metre",
}),
27212 => Some(EpsgInfo {
code: 27212,
name: "NZGD49 / Wairarapa Circuit",
area_of_use: "",
unit: "metre",
}),
27213 => Some(EpsgInfo {
code: 27213,
name: "NZGD49 / Wellington Circuit",
area_of_use: "",
unit: "metre",
}),
27214 => Some(EpsgInfo {
code: 27214,
name: "NZGD49 / Collingwood Circuit",
area_of_use: "",
unit: "metre",
}),
27215 => Some(EpsgInfo {
code: 27215,
name: "NZGD49 / Nelson Circuit",
area_of_use: "",
unit: "metre",
}),
27216 => Some(EpsgInfo {
code: 27216,
name: "NZGD49 / Karamea Circuit",
area_of_use: "",
unit: "metre",
}),
27217 => Some(EpsgInfo {
code: 27217,
name: "NZGD49 / Buller Circuit",
area_of_use: "",
unit: "metre",
}),
27218 => Some(EpsgInfo {
code: 27218,
name: "NZGD49 / Grey Circuit",
area_of_use: "",
unit: "metre",
}),
27219 => Some(EpsgInfo {
code: 27219,
name: "NZGD49 / Amuri Circuit",
area_of_use: "",
unit: "metre",
}),
27220 => Some(EpsgInfo {
code: 27220,
name: "NZGD49 / Marlborough Circuit",
area_of_use: "",
unit: "metre",
}),
27221 => Some(EpsgInfo {
code: 27221,
name: "NZGD49 / Hokitika Circuit",
area_of_use: "",
unit: "metre",
}),
27222 => Some(EpsgInfo {
code: 27222,
name: "NZGD49 / Okarito Circuit",
area_of_use: "",
unit: "metre",
}),
27223 => Some(EpsgInfo {
code: 27223,
name: "NZGD49 / Jacksons Bay Circuit",
area_of_use: "",
unit: "metre",
}),
27224 => Some(EpsgInfo {
code: 27224,
name: "NZGD49 / Mount Pleasant Circuit",
area_of_use: "",
unit: "metre",
}),
27225 => Some(EpsgInfo {
code: 27225,
name: "NZGD49 / Gawler Circuit",
area_of_use: "",
unit: "metre",
}),
27226 => Some(EpsgInfo {
code: 27226,
name: "NZGD49 / Timaru Circuit",
area_of_use: "",
unit: "metre",
}),
27227 => Some(EpsgInfo {
code: 27227,
name: "NZGD49 / Lindis Peak Circuit",
area_of_use: "",
unit: "metre",
}),
27228 => Some(EpsgInfo {
code: 27228,
name: "NZGD49 / Mount Nicholas Circuit",
area_of_use: "",
unit: "metre",
}),
27229 => Some(EpsgInfo {
code: 27229,
name: "NZGD49 / Mount York Circuit",
area_of_use: "",
unit: "metre",
}),
27230 => Some(EpsgInfo {
code: 27230,
name: "NZGD49 / Observation Point Circuit",
area_of_use: "",
unit: "metre",
}),
27231 => Some(EpsgInfo {
code: 27231,
name: "NZGD49 / North Taieri Circuit",
area_of_use: "",
unit: "metre",
}),
27232 => Some(EpsgInfo {
code: 27232,
name: "NZGD49 / Bluff Circuit",
area_of_use: "",
unit: "metre",
}),
27291 => Some(EpsgInfo {
code: 27291,
name: "NZGD49 / North Island Grid",
area_of_use: "",
unit: "British yard (Sears 1922)",
}),
27292 => Some(EpsgInfo {
code: 27292,
name: "NZGD49 / South Island Grid",
area_of_use: "",
unit: "British yard (Sears 1922)",
}),
27391 => Some(EpsgInfo {
code: 27391,
name: "NGO 1948 (Oslo) / NGO zone I",
area_of_use: "",
unit: "metre",
}),
27392 => Some(EpsgInfo {
code: 27392,
name: "NGO 1948 (Oslo) / NGO zone II",
area_of_use: "",
unit: "metre",
}),
27393 => Some(EpsgInfo {
code: 27393,
name: "NGO 1948 (Oslo) / NGO zone III",
area_of_use: "",
unit: "metre",
}),
27394 => Some(EpsgInfo {
code: 27394,
name: "NGO 1948 (Oslo) / NGO zone IV",
area_of_use: "",
unit: "metre",
}),
27395 => Some(EpsgInfo {
code: 27395,
name: "NGO 1948 (Oslo) / NGO zone V",
area_of_use: "",
unit: "metre",
}),
27396 => Some(EpsgInfo {
code: 27396,
name: "NGO 1948 (Oslo) / NGO zone VI",
area_of_use: "",
unit: "metre",
}),
27397 => Some(EpsgInfo {
code: 27397,
name: "NGO 1948 (Oslo) / NGO zone VII",
area_of_use: "",
unit: "metre",
}),
27398 => Some(EpsgInfo {
code: 27398,
name: "NGO 1948 (Oslo) / NGO zone VIII",
area_of_use: "",
unit: "metre",
}),
27493 => Some(EpsgInfo {
code: 27493,
name: "Datum 73 / Modified Portuguese Grid",
area_of_use: "",
unit: "metre",
}),
27500 => Some(EpsgInfo {
code: 27500,
name: "ATF (Paris) / Nord de Guerre",
area_of_use: "",
unit: "metre",
}),
27574 => Some(EpsgInfo {
code: 27574,
name: "NTF (Paris) / Lambert zone IV",
area_of_use: "",
unit: "metre",
}),
27701 => Some(EpsgInfo {
code: 27701,
name: "WGS 84 / Equi7 Africa",
area_of_use: "",
unit: "metre",
}),
27702 => Some(EpsgInfo {
code: 27702,
name: "WGS 84 / Equi7 Antarctica",
area_of_use: "",
unit: "metre",
}),
27703 => Some(EpsgInfo {
code: 27703,
name: "WGS 84 / Equi7 Asia",
area_of_use: "",
unit: "metre",
}),
27704 => Some(EpsgInfo {
code: 27704,
name: "WGS 84 / Equi7 Europe",
area_of_use: "",
unit: "metre",
}),
27705 => Some(EpsgInfo {
code: 27705,
name: "WGS 84 / Equi7 North America",
area_of_use: "",
unit: "metre",
}),
27706 => Some(EpsgInfo {
code: 27706,
name: "WGS 84 / Equi7 Oceania",
area_of_use: "",
unit: "metre",
}),
27707 => Some(EpsgInfo {
code: 27707,
name: "WGS 84 / Equi7 South America",
area_of_use: "",
unit: "metre",
}),
28191 => Some(EpsgInfo {
code: 28191,
name: "Palestine 1923 / Palestine Grid",
area_of_use: "",
unit: "metre",
}),
28192 => Some(EpsgInfo {
code: 28192,
name: "Palestine 1923 / Palestine Belt",
area_of_use: "",
unit: "metre",
}),
28193 => Some(EpsgInfo {
code: 28193,
name: "Palestine 1923 / Israeli CS Grid",
area_of_use: "",
unit: "metre",
}),
28232 => Some(EpsgInfo {
code: 28232,
name: "Pointe Noire / UTM zone 32S",
area_of_use: "",
unit: "metre",
}),
28348 => Some(EpsgInfo {
code: 28348,
name: "GDA94 / MGA zone 48",
area_of_use: "",
unit: "metre",
}),
28357 => Some(EpsgInfo {
code: 28357,
name: "GDA94 / MGA zone 57",
area_of_use: "",
unit: "metre",
}),
28358 => Some(EpsgInfo {
code: 28358,
name: "GDA94 / MGA zone 58",
area_of_use: "",
unit: "metre",
}),
28600 => Some(EpsgInfo {
code: 28600,
name: "Qatar 1974 / Qatar National Grid",
area_of_use: "",
unit: "metre",
}),
28991 => Some(EpsgInfo {
code: 28991,
name: "Amersfoort / RD Old",
area_of_use: "",
unit: "metre",
}),
29101 => Some(EpsgInfo {
code: 29101,
name: "SAD69 / Brazil Polyconic",
area_of_use: "",
unit: "metre",
}),
29220 => Some(EpsgInfo {
code: 29220,
name: "Sapper Hill 1943 / UTM zone 20S",
area_of_use: "",
unit: "metre",
}),
29221 => Some(EpsgInfo {
code: 29221,
name: "Sapper Hill 1943 / UTM zone 21S",
area_of_use: "",
unit: "metre",
}),
29333 => Some(EpsgInfo {
code: 29333,
name: "Schwarzeck / UTM zone 33S",
area_of_use: "",
unit: "metre",
}),
29702 => Some(EpsgInfo {
code: 29702,
name: "Tananarive (Paris) / Laborde Grid approximation",
area_of_use: "",
unit: "metre",
}),
29738 => Some(EpsgInfo {
code: 29738,
name: "Tananarive / UTM zone 38S",
area_of_use: "",
unit: "metre",
}),
29739 => Some(EpsgInfo {
code: 29739,
name: "Tananarive / UTM zone 39S",
area_of_use: "",
unit: "metre",
}),
29849 => Some(EpsgInfo {
code: 29849,
name: "Timbalai 1948 / UTM zone 49N",
area_of_use: "",
unit: "metre",
}),
29850 => Some(EpsgInfo {
code: 29850,
name: "Timbalai 1948 / UTM zone 50N",
area_of_use: "",
unit: "metre",
}),
29901 => Some(EpsgInfo {
code: 29901,
name: "OSNI 1952 / Irish National Grid",
area_of_use: "",
unit: "metre",
}),
29902 => Some(EpsgInfo {
code: 29902,
name: "TM65 / Irish Grid",
area_of_use: "",
unit: "metre",
}),
30161 => Some(EpsgInfo {
code: 30161,
name: "Tokyo / Japan Plane Rectangular CS I",
area_of_use: "",
unit: "metre",
}),
30162 => Some(EpsgInfo {
code: 30162,
name: "Tokyo / Japan Plane Rectangular CS II",
area_of_use: "",
unit: "metre",
}),
30163 => Some(EpsgInfo {
code: 30163,
name: "Tokyo / Japan Plane Rectangular CS III",
area_of_use: "",
unit: "metre",
}),
30164 => Some(EpsgInfo {
code: 30164,
name: "Tokyo / Japan Plane Rectangular CS IV",
area_of_use: "",
unit: "metre",
}),
30165 => Some(EpsgInfo {
code: 30165,
name: "Tokyo / Japan Plane Rectangular CS V",
area_of_use: "",
unit: "metre",
}),
30166 => Some(EpsgInfo {
code: 30166,
name: "Tokyo / Japan Plane Rectangular CS VI",
area_of_use: "",
unit: "metre",
}),
30167 => Some(EpsgInfo {
code: 30167,
name: "Tokyo / Japan Plane Rectangular CS VII",
area_of_use: "",
unit: "metre",
}),
30168 => Some(EpsgInfo {
code: 30168,
name: "Tokyo / Japan Plane Rectangular CS VIII",
area_of_use: "",
unit: "metre",
}),
30169 => Some(EpsgInfo {
code: 30169,
name: "Tokyo / Japan Plane Rectangular CS IX",
area_of_use: "",
unit: "metre",
}),
30170 => Some(EpsgInfo {
code: 30170,
name: "Tokyo / Japan Plane Rectangular CS X",
area_of_use: "",
unit: "metre",
}),
30171 => Some(EpsgInfo {
code: 30171,
name: "Tokyo / Japan Plane Rectangular CS XI",
area_of_use: "",
unit: "metre",
}),
30172 => Some(EpsgInfo {
code: 30172,
name: "Tokyo / Japan Plane Rectangular CS XII",
area_of_use: "",
unit: "metre",
}),
30173 => Some(EpsgInfo {
code: 30173,
name: "Tokyo / Japan Plane Rectangular CS XIII",
area_of_use: "",
unit: "metre",
}),
30174 => Some(EpsgInfo {
code: 30174,
name: "Tokyo / Japan Plane Rectangular CS XIV",
area_of_use: "",
unit: "metre",
}),
30175 => Some(EpsgInfo {
code: 30175,
name: "Tokyo / Japan Plane Rectangular CS XV",
area_of_use: "",
unit: "metre",
}),
30176 => Some(EpsgInfo {
code: 30176,
name: "Tokyo / Japan Plane Rectangular CS XVI",
area_of_use: "",
unit: "metre",
}),
30177 => Some(EpsgInfo {
code: 30177,
name: "Tokyo / Japan Plane Rectangular CS XVII",
area_of_use: "",
unit: "metre",
}),
30178 => Some(EpsgInfo {
code: 30178,
name: "Tokyo / Japan Plane Rectangular CS XVIII",
area_of_use: "",
unit: "metre",
}),
30179 => Some(EpsgInfo {
code: 30179,
name: "Tokyo / Japan Plane Rectangular CS XIX",
area_of_use: "",
unit: "metre",
}),
30200 => Some(EpsgInfo {
code: 30200,
name: "Trinidad 1903 / Trinidad Grid",
area_of_use: "",
unit: "Clarke's link",
}),
30339 => Some(EpsgInfo {
code: 30339,
name: "TC(1948) / UTM zone 39N",
area_of_use: "",
unit: "metre",
}),
30340 => Some(EpsgInfo {
code: 30340,
name: "TC(1948) / UTM zone 40N",
area_of_use: "",
unit: "metre",
}),
30491 => Some(EpsgInfo {
code: 30491,
name: "Voirol 1875 / Nord Algerie (ancienne)",
area_of_use: "",
unit: "metre",
}),
30492 => Some(EpsgInfo {
code: 30492,
name: "Voirol 1875 / Sud Algerie (ancienne)",
area_of_use: "",
unit: "metre",
}),
30493 => Some(EpsgInfo {
code: 30493,
name: "Voirol 1879 / Nord Algerie (ancienne)",
area_of_use: "",
unit: "metre",
}),
30494 => Some(EpsgInfo {
code: 30494,
name: "Voirol 1879 / Sud Algerie (ancienne)",
area_of_use: "",
unit: "metre",
}),
30729 => Some(EpsgInfo {
code: 30729,
name: "Nord Sahara 1959 / UTM zone 29N",
area_of_use: "",
unit: "metre",
}),
30730 => Some(EpsgInfo {
code: 30730,
name: "Nord Sahara 1959 / UTM zone 30N",
area_of_use: "",
unit: "metre",
}),
30731 => Some(EpsgInfo {
code: 30731,
name: "Nord Sahara 1959 / UTM zone 31N",
area_of_use: "",
unit: "metre",
}),
30732 => Some(EpsgInfo {
code: 30732,
name: "Nord Sahara 1959 / UTM zone 32N",
area_of_use: "",
unit: "metre",
}),
30791 => Some(EpsgInfo {
code: 30791,
name: "Nord Sahara 1959 / Nord Algerie",
area_of_use: "",
unit: "metre",
}),
30792 => Some(EpsgInfo {
code: 30792,
name: "Nord Sahara 1959 / Sud Algerie",
area_of_use: "",
unit: "metre",
}),
31028 => Some(EpsgInfo {
code: 31028,
name: "Yoff / UTM zone 28N",
area_of_use: "",
unit: "metre",
}),
31121 => Some(EpsgInfo {
code: 31121,
name: "Zanderij / UTM zone 21N",
area_of_use: "",
unit: "metre",
}),
31154 => Some(EpsgInfo {
code: 31154,
name: "Zanderij / TM 54 NW",
area_of_use: "",
unit: "metre",
}),
31170 => Some(EpsgInfo {
code: 31170,
name: "Zanderij / Suriname Old TM",
area_of_use: "",
unit: "metre",
}),
31171 => Some(EpsgInfo {
code: 31171,
name: "Zanderij / Suriname TM",
area_of_use: "",
unit: "metre",
}),
31251 => Some(EpsgInfo {
code: 31251,
name: "MGI (Ferro) / Austria GK West Zone",
area_of_use: "",
unit: "metre",
}),
31252 => Some(EpsgInfo {
code: 31252,
name: "MGI (Ferro) / Austria GK Central Zone",
area_of_use: "",
unit: "metre",
}),
31253 => Some(EpsgInfo {
code: 31253,
name: "MGI (Ferro) / Austria GK East Zone",
area_of_use: "",
unit: "metre",
}),
31259 => Some(EpsgInfo {
code: 31259,
name: "MGI / Austria GK M34",
area_of_use: "",
unit: "metre",
}),
31281 => Some(EpsgInfo {
code: 31281,
name: "MGI (Ferro) / Austria West Zone",
area_of_use: "",
unit: "metre",
}),
31282 => Some(EpsgInfo {
code: 31282,
name: "MGI (Ferro) / Austria Central Zone",
area_of_use: "",
unit: "metre",
}),
31283 => Some(EpsgInfo {
code: 31283,
name: "MGI (Ferro) / Austria East Zone",
area_of_use: "",
unit: "metre",
}),
31284 => Some(EpsgInfo {
code: 31284,
name: "MGI / Austria M28",
area_of_use: "",
unit: "metre",
}),
31285 => Some(EpsgInfo {
code: 31285,
name: "MGI / Austria M31",
area_of_use: "",
unit: "metre",
}),
31286 => Some(EpsgInfo {
code: 31286,
name: "MGI / Austria M34",
area_of_use: "",
unit: "metre",
}),
31288 => Some(EpsgInfo {
code: 31288,
name: "MGI (Ferro) / Austria zone M28",
area_of_use: "",
unit: "metre",
}),
31289 => Some(EpsgInfo {
code: 31289,
name: "MGI (Ferro) / Austria zone M31",
area_of_use: "",
unit: "metre",
}),
31290 => Some(EpsgInfo {
code: 31290,
name: "MGI (Ferro) / Austria zone M34",
area_of_use: "",
unit: "metre",
}),
31528 => Some(EpsgInfo {
code: 31528,
name: "Conakry 1905 / UTM zone 28N",
area_of_use: "",
unit: "metre",
}),
31529 => Some(EpsgInfo {
code: 31529,
name: "Conakry 1905 / UTM zone 29N",
area_of_use: "",
unit: "metre",
}),
31600 => Some(EpsgInfo {
code: 31600,
name: "Dealul Piscului 1930 / Stereo 33",
area_of_use: "",
unit: "metre",
}),
31838 => Some(EpsgInfo {
code: 31838,
name: "NGN / UTM zone 38N",
area_of_use: "",
unit: "metre",
}),
31839 => Some(EpsgInfo {
code: 31839,
name: "NGN / UTM zone 39N",
area_of_use: "",
unit: "metre",
}),
31901 => Some(EpsgInfo {
code: 31901,
name: "KUDAMS / KTM",
area_of_use: "",
unit: "metre",
}),
31986 => Some(EpsgInfo {
code: 31986,
name: "SIRGAS 1995 / UTM zone 17N",
area_of_use: "",
unit: "metre",
}),
31987 => Some(EpsgInfo {
code: 31987,
name: "SIRGAS 1995 / UTM zone 18N",
area_of_use: "",
unit: "metre",
}),
31988 => Some(EpsgInfo {
code: 31988,
name: "SIRGAS 1995 / UTM zone 19N",
area_of_use: "",
unit: "metre",
}),
31989 => Some(EpsgInfo {
code: 31989,
name: "SIRGAS 1995 / UTM zone 20N",
area_of_use: "",
unit: "metre",
}),
31990 => Some(EpsgInfo {
code: 31990,
name: "SIRGAS 1995 / UTM zone 21N",
area_of_use: "",
unit: "metre",
}),
31991 => Some(EpsgInfo {
code: 31991,
name: "SIRGAS 1995 / UTM zone 22N",
area_of_use: "",
unit: "metre",
}),
31992 => Some(EpsgInfo {
code: 31992,
name: "SIRGAS 1995 / UTM zone 17S",
area_of_use: "",
unit: "metre",
}),
31993 => Some(EpsgInfo {
code: 31993,
name: "SIRGAS 1995 / UTM zone 18S",
area_of_use: "",
unit: "metre",
}),
31994 => Some(EpsgInfo {
code: 31994,
name: "SIRGAS 1995 / UTM zone 19S",
area_of_use: "",
unit: "metre",
}),
31995 => Some(EpsgInfo {
code: 31995,
name: "SIRGAS 1995 / UTM zone 20S",
area_of_use: "",
unit: "metre",
}),
31996 => Some(EpsgInfo {
code: 31996,
name: "SIRGAS 1995 / UTM zone 21S",
area_of_use: "",
unit: "metre",
}),
31997 => Some(EpsgInfo {
code: 31997,
name: "SIRGAS 1995 / UTM zone 22S",
area_of_use: "",
unit: "metre",
}),
31998 => Some(EpsgInfo {
code: 31998,
name: "SIRGAS 1995 / UTM zone 23S",
area_of_use: "",
unit: "metre",
}),
31999 => Some(EpsgInfo {
code: 31999,
name: "SIRGAS 1995 / UTM zone 24S",
area_of_use: "",
unit: "metre",
}),
32000 => Some(EpsgInfo {
code: 32000,
name: "SIRGAS 1995 / UTM zone 25S",
area_of_use: "",
unit: "metre",
}),
32001 => Some(EpsgInfo {
code: 32001,
name: "NAD27 / Montana North",
area_of_use: "",
unit: "US survey foot",
}),
32002 => Some(EpsgInfo {
code: 32002,
name: "NAD27 / Montana Central",
area_of_use: "",
unit: "US survey foot",
}),
32003 => Some(EpsgInfo {
code: 32003,
name: "NAD27 / Montana South",
area_of_use: "",
unit: "US survey foot",
}),
32005 => Some(EpsgInfo {
code: 32005,
name: "NAD27 / Nebraska North",
area_of_use: "",
unit: "US survey foot",
}),
32006 => Some(EpsgInfo {
code: 32006,
name: "NAD27 / Nebraska South",
area_of_use: "",
unit: "US survey foot",
}),
32007 => Some(EpsgInfo {
code: 32007,
name: "NAD27 / Nevada East",
area_of_use: "",
unit: "US survey foot",
}),
32008 => Some(EpsgInfo {
code: 32008,
name: "NAD27 / Nevada Central",
area_of_use: "",
unit: "US survey foot",
}),
32009 => Some(EpsgInfo {
code: 32009,
name: "NAD27 / Nevada West",
area_of_use: "",
unit: "US survey foot",
}),
32010 => Some(EpsgInfo {
code: 32010,
name: "NAD27 / New Hampshire",
area_of_use: "",
unit: "US survey foot",
}),
32011 => Some(EpsgInfo {
code: 32011,
name: "NAD27 / New Jersey",
area_of_use: "",
unit: "US survey foot",
}),
32012 => Some(EpsgInfo {
code: 32012,
name: "NAD27 / New Mexico East",
area_of_use: "",
unit: "US survey foot",
}),
32013 => Some(EpsgInfo {
code: 32013,
name: "NAD27 / New Mexico Central",
area_of_use: "",
unit: "US survey foot",
}),
32014 => Some(EpsgInfo {
code: 32014,
name: "NAD27 / New Mexico West",
area_of_use: "",
unit: "US survey foot",
}),
32015 => Some(EpsgInfo {
code: 32015,
name: "NAD27 / New York East",
area_of_use: "",
unit: "US survey foot",
}),
32016 => Some(EpsgInfo {
code: 32016,
name: "NAD27 / New York Central",
area_of_use: "",
unit: "US survey foot",
}),
32017 => Some(EpsgInfo {
code: 32017,
name: "NAD27 / New York West",
area_of_use: "",
unit: "US survey foot",
}),
32019 => Some(EpsgInfo {
code: 32019,
name: "NAD27 / North Carolina",
area_of_use: "",
unit: "US survey foot",
}),
32020 => Some(EpsgInfo {
code: 32020,
name: "NAD27 / North Dakota North",
area_of_use: "",
unit: "US survey foot",
}),
32021 => Some(EpsgInfo {
code: 32021,
name: "NAD27 / North Dakota South",
area_of_use: "",
unit: "US survey foot",
}),
32022 => Some(EpsgInfo {
code: 32022,
name: "NAD27 / Ohio North",
area_of_use: "",
unit: "US survey foot",
}),
32023 => Some(EpsgInfo {
code: 32023,
name: "NAD27 / Ohio South",
area_of_use: "",
unit: "US survey foot",
}),
32024 => Some(EpsgInfo {
code: 32024,
name: "NAD27 / Oklahoma North",
area_of_use: "",
unit: "US survey foot",
}),
32025 => Some(EpsgInfo {
code: 32025,
name: "NAD27 / Oklahoma South",
area_of_use: "",
unit: "US survey foot",
}),
32026 => Some(EpsgInfo {
code: 32026,
name: "NAD27 / Oregon North",
area_of_use: "",
unit: "US survey foot",
}),
32027 => Some(EpsgInfo {
code: 32027,
name: "NAD27 / Oregon South",
area_of_use: "",
unit: "US survey foot",
}),
32028 => Some(EpsgInfo {
code: 32028,
name: "NAD27 / Pennsylvania North",
area_of_use: "",
unit: "US survey foot",
}),
32030 => Some(EpsgInfo {
code: 32030,
name: "NAD27 / Rhode Island",
area_of_use: "",
unit: "US survey foot",
}),
32031 => Some(EpsgInfo {
code: 32031,
name: "NAD27 / South Carolina North",
area_of_use: "",
unit: "US survey foot",
}),
32033 => Some(EpsgInfo {
code: 32033,
name: "NAD27 / South Carolina South",
area_of_use: "",
unit: "US survey foot",
}),
32034 => Some(EpsgInfo {
code: 32034,
name: "NAD27 / South Dakota North",
area_of_use: "",
unit: "US survey foot",
}),
32035 => Some(EpsgInfo {
code: 32035,
name: "NAD27 / South Dakota South",
area_of_use: "",
unit: "US survey foot",
}),
32037 => Some(EpsgInfo {
code: 32037,
name: "NAD27 / Texas North",
area_of_use: "",
unit: "US survey foot",
}),
32038 => Some(EpsgInfo {
code: 32038,
name: "NAD27 / Texas North Central",
area_of_use: "",
unit: "US survey foot",
}),
32039 => Some(EpsgInfo {
code: 32039,
name: "NAD27 / Texas Central",
area_of_use: "",
unit: "US survey foot",
}),
32040 => Some(EpsgInfo {
code: 32040,
name: "NAD27 / Texas South Central",
area_of_use: "",
unit: "US survey foot",
}),
32041 => Some(EpsgInfo {
code: 32041,
name: "NAD27 / Texas South",
area_of_use: "",
unit: "US survey foot",
}),
32042 => Some(EpsgInfo {
code: 32042,
name: "NAD27 / Utah North",
area_of_use: "",
unit: "US survey foot",
}),
32043 => Some(EpsgInfo {
code: 32043,
name: "NAD27 / Utah Central",
area_of_use: "",
unit: "US survey foot",
}),
32044 => Some(EpsgInfo {
code: 32044,
name: "NAD27 / Utah South",
area_of_use: "",
unit: "US survey foot",
}),
32045 => Some(EpsgInfo {
code: 32045,
name: "NAD27 / Vermont",
area_of_use: "",
unit: "US survey foot",
}),
32046 => Some(EpsgInfo {
code: 32046,
name: "NAD27 / Virginia North",
area_of_use: "",
unit: "US survey foot",
}),
32047 => Some(EpsgInfo {
code: 32047,
name: "NAD27 / Virginia South",
area_of_use: "",
unit: "US survey foot",
}),
32048 => Some(EpsgInfo {
code: 32048,
name: "NAD27 / Washington North",
area_of_use: "",
unit: "US survey foot",
}),
32049 => Some(EpsgInfo {
code: 32049,
name: "NAD27 / Washington South",
area_of_use: "",
unit: "US survey foot",
}),
32050 => Some(EpsgInfo {
code: 32050,
name: "NAD27 / West Virginia North",
area_of_use: "",
unit: "US survey foot",
}),
32051 => Some(EpsgInfo {
code: 32051,
name: "NAD27 / West Virginia South",
area_of_use: "",
unit: "US survey foot",
}),
32052 => Some(EpsgInfo {
code: 32052,
name: "NAD27 / Wisconsin North",
area_of_use: "",
unit: "US survey foot",
}),
32053 => Some(EpsgInfo {
code: 32053,
name: "NAD27 / Wisconsin Central",
area_of_use: "",
unit: "US survey foot",
}),
32054 => Some(EpsgInfo {
code: 32054,
name: "NAD27 / Wisconsin South",
area_of_use: "",
unit: "US survey foot",
}),
32055 => Some(EpsgInfo {
code: 32055,
name: "NAD27 / Wyoming East",
area_of_use: "",
unit: "US survey foot",
}),
32056 => Some(EpsgInfo {
code: 32056,
name: "NAD27 / Wyoming East Central",
area_of_use: "",
unit: "US survey foot",
}),
32057 => Some(EpsgInfo {
code: 32057,
name: "NAD27 / Wyoming West Central",
area_of_use: "",
unit: "US survey foot",
}),
32058 => Some(EpsgInfo {
code: 32058,
name: "NAD27 / Wyoming West",
area_of_use: "",
unit: "US survey foot",
}),
32064 => Some(EpsgInfo {
code: 32064,
name: "NAD27 / BLM 14N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32065 => Some(EpsgInfo {
code: 32065,
name: "NAD27 / BLM 15N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32066 => Some(EpsgInfo {
code: 32066,
name: "NAD27 / BLM 16N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32067 => Some(EpsgInfo {
code: 32067,
name: "NAD27 / BLM 17N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32081 => Some(EpsgInfo {
code: 32081,
name: "NAD27 / MTM zone 1",
area_of_use: "",
unit: "metre",
}),
32082 => Some(EpsgInfo {
code: 32082,
name: "NAD27 / MTM zone 2",
area_of_use: "",
unit: "metre",
}),
32083 => Some(EpsgInfo {
code: 32083,
name: "NAD27 / MTM zone 3",
area_of_use: "",
unit: "metre",
}),
32084 => Some(EpsgInfo {
code: 32084,
name: "NAD27 / MTM zone 4",
area_of_use: "",
unit: "metre",
}),
32085 => Some(EpsgInfo {
code: 32085,
name: "NAD27 / MTM zone 5",
area_of_use: "",
unit: "metre",
}),
32086 => Some(EpsgInfo {
code: 32086,
name: "NAD27 / MTM zone 6",
area_of_use: "",
unit: "metre",
}),
32098 => Some(EpsgInfo {
code: 32098,
name: "NAD27 / Quebec Lambert",
area_of_use: "",
unit: "metre",
}),
32099 => Some(EpsgInfo {
code: 32099,
name: "NAD27 / Louisiana Offshore",
area_of_use: "",
unit: "US survey foot",
}),
32100 => Some(EpsgInfo {
code: 32100,
name: "NAD83 / Montana",
area_of_use: "",
unit: "metre",
}),
32104 => Some(EpsgInfo {
code: 32104,
name: "NAD83 / Nebraska",
area_of_use: "",
unit: "metre",
}),
32107 => Some(EpsgInfo {
code: 32107,
name: "NAD83 / Nevada East",
area_of_use: "",
unit: "metre",
}),
32108 => Some(EpsgInfo {
code: 32108,
name: "NAD83 / Nevada Central",
area_of_use: "",
unit: "metre",
}),
32109 => Some(EpsgInfo {
code: 32109,
name: "NAD83 / Nevada West",
area_of_use: "",
unit: "metre",
}),
32110 => Some(EpsgInfo {
code: 32110,
name: "NAD83 / New Hampshire",
area_of_use: "",
unit: "metre",
}),
32111 => Some(EpsgInfo {
code: 32111,
name: "NAD83 / New Jersey",
area_of_use: "",
unit: "metre",
}),
32112 => Some(EpsgInfo {
code: 32112,
name: "NAD83 / New Mexico East",
area_of_use: "",
unit: "metre",
}),
32113 => Some(EpsgInfo {
code: 32113,
name: "NAD83 / New Mexico Central",
area_of_use: "",
unit: "metre",
}),
32114 => Some(EpsgInfo {
code: 32114,
name: "NAD83 / New Mexico West",
area_of_use: "",
unit: "metre",
}),
32115 => Some(EpsgInfo {
code: 32115,
name: "NAD83 / New York East",
area_of_use: "",
unit: "metre",
}),
32116 => Some(EpsgInfo {
code: 32116,
name: "NAD83 / New York Central",
area_of_use: "",
unit: "metre",
}),
32117 => Some(EpsgInfo {
code: 32117,
name: "NAD83 / New York West",
area_of_use: "",
unit: "metre",
}),
32118 => Some(EpsgInfo {
code: 32118,
name: "NAD83 / New York Long Island",
area_of_use: "",
unit: "metre",
}),
32119 => Some(EpsgInfo {
code: 32119,
name: "NAD83 / North Carolina",
area_of_use: "",
unit: "metre",
}),
32120 => Some(EpsgInfo {
code: 32120,
name: "NAD83 / North Dakota North",
area_of_use: "",
unit: "metre",
}),
32121 => Some(EpsgInfo {
code: 32121,
name: "NAD83 / North Dakota South",
area_of_use: "",
unit: "metre",
}),
32122 => Some(EpsgInfo {
code: 32122,
name: "NAD83 / Ohio North",
area_of_use: "",
unit: "metre",
}),
32123 => Some(EpsgInfo {
code: 32123,
name: "NAD83 / Ohio South",
area_of_use: "",
unit: "metre",
}),
32124 => Some(EpsgInfo {
code: 32124,
name: "NAD83 / Oklahoma North",
area_of_use: "",
unit: "metre",
}),
32125 => Some(EpsgInfo {
code: 32125,
name: "NAD83 / Oklahoma South",
area_of_use: "",
unit: "metre",
}),
32126 => Some(EpsgInfo {
code: 32126,
name: "NAD83 / Oregon North",
area_of_use: "",
unit: "metre",
}),
32127 => Some(EpsgInfo {
code: 32127,
name: "NAD83 / Oregon South",
area_of_use: "",
unit: "metre",
}),
32128 => Some(EpsgInfo {
code: 32128,
name: "NAD83 / Pennsylvania North",
area_of_use: "",
unit: "metre",
}),
32129 => Some(EpsgInfo {
code: 32129,
name: "NAD83 / Pennsylvania South",
area_of_use: "",
unit: "metre",
}),
32130 => Some(EpsgInfo {
code: 32130,
name: "NAD83 / Rhode Island",
area_of_use: "",
unit: "metre",
}),
32133 => Some(EpsgInfo {
code: 32133,
name: "NAD83 / South Carolina",
area_of_use: "",
unit: "metre",
}),
32134 => Some(EpsgInfo {
code: 32134,
name: "NAD83 / South Dakota North",
area_of_use: "",
unit: "metre",
}),
32135 => Some(EpsgInfo {
code: 32135,
name: "NAD83 / South Dakota South",
area_of_use: "",
unit: "metre",
}),
32136 => Some(EpsgInfo {
code: 32136,
name: "NAD83 / Tennessee",
area_of_use: "",
unit: "metre",
}),
32137 => Some(EpsgInfo {
code: 32137,
name: "NAD83 / Texas North",
area_of_use: "",
unit: "metre",
}),
32138 => Some(EpsgInfo {
code: 32138,
name: "NAD83 / Texas North Central",
area_of_use: "",
unit: "metre",
}),
32139 => Some(EpsgInfo {
code: 32139,
name: "NAD83 / Texas Central",
area_of_use: "",
unit: "metre",
}),
32140 => Some(EpsgInfo {
code: 32140,
name: "NAD83 / Texas South Central",
area_of_use: "",
unit: "metre",
}),
32141 => Some(EpsgInfo {
code: 32141,
name: "NAD83 / Texas South",
area_of_use: "",
unit: "metre",
}),
32142 => Some(EpsgInfo {
code: 32142,
name: "NAD83 / Utah North",
area_of_use: "",
unit: "metre",
}),
32143 => Some(EpsgInfo {
code: 32143,
name: "NAD83 / Utah Central",
area_of_use: "",
unit: "metre",
}),
32144 => Some(EpsgInfo {
code: 32144,
name: "NAD83 / Utah South",
area_of_use: "",
unit: "metre",
}),
32145 => Some(EpsgInfo {
code: 32145,
name: "NAD83 / Vermont",
area_of_use: "",
unit: "metre",
}),
32146 => Some(EpsgInfo {
code: 32146,
name: "NAD83 / Virginia North",
area_of_use: "",
unit: "metre",
}),
32147 => Some(EpsgInfo {
code: 32147,
name: "NAD83 / Virginia South",
area_of_use: "",
unit: "metre",
}),
32148 => Some(EpsgInfo {
code: 32148,
name: "NAD83 / Washington North",
area_of_use: "",
unit: "metre",
}),
32149 => Some(EpsgInfo {
code: 32149,
name: "NAD83 / Washington South",
area_of_use: "",
unit: "metre",
}),
32150 => Some(EpsgInfo {
code: 32150,
name: "NAD83 / West Virginia North",
area_of_use: "",
unit: "metre",
}),
32151 => Some(EpsgInfo {
code: 32151,
name: "NAD83 / West Virginia South",
area_of_use: "",
unit: "metre",
}),
32152 => Some(EpsgInfo {
code: 32152,
name: "NAD83 / Wisconsin North",
area_of_use: "",
unit: "metre",
}),
32153 => Some(EpsgInfo {
code: 32153,
name: "NAD83 / Wisconsin Central",
area_of_use: "",
unit: "metre",
}),
32154 => Some(EpsgInfo {
code: 32154,
name: "NAD83 / Wisconsin South",
area_of_use: "",
unit: "metre",
}),
32155 => Some(EpsgInfo {
code: 32155,
name: "NAD83 / Wyoming East",
area_of_use: "",
unit: "metre",
}),
32156 => Some(EpsgInfo {
code: 32156,
name: "NAD83 / Wyoming East Central",
area_of_use: "",
unit: "metre",
}),
32157 => Some(EpsgInfo {
code: 32157,
name: "NAD83 / Wyoming West Central",
area_of_use: "",
unit: "metre",
}),
32158 => Some(EpsgInfo {
code: 32158,
name: "NAD83 / Wyoming West",
area_of_use: "",
unit: "metre",
}),
32159 => Some(EpsgInfo {
code: 32159,
name: "NAD83 / Wyoming Lambert",
area_of_use: "",
unit: "metre",
}),
32161 => Some(EpsgInfo {
code: 32161,
name: "NAD83 / Puerto Rico & Virgin Is.",
area_of_use: "",
unit: "metre",
}),
32164 => Some(EpsgInfo {
code: 32164,
name: "NAD83 / BLM 14N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32165 => Some(EpsgInfo {
code: 32165,
name: "NAD83 / BLM 15N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32166 => Some(EpsgInfo {
code: 32166,
name: "NAD83 / BLM 16N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32167 => Some(EpsgInfo {
code: 32167,
name: "NAD83 / BLM 17N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32181 => Some(EpsgInfo {
code: 32181,
name: "NAD83 / MTM zone 1",
area_of_use: "",
unit: "metre",
}),
32182 => Some(EpsgInfo {
code: 32182,
name: "NAD83 / MTM zone 2",
area_of_use: "",
unit: "metre",
}),
32183 => Some(EpsgInfo {
code: 32183,
name: "NAD83 / MTM zone 3",
area_of_use: "",
unit: "metre",
}),
32184 => Some(EpsgInfo {
code: 32184,
name: "NAD83 / MTM zone 4",
area_of_use: "",
unit: "metre",
}),
32185 => Some(EpsgInfo {
code: 32185,
name: "NAD83 / MTM zone 5",
area_of_use: "",
unit: "metre",
}),
32186 => Some(EpsgInfo {
code: 32186,
name: "NAD83 / MTM zone 6",
area_of_use: "",
unit: "metre",
}),
32187 => Some(EpsgInfo {
code: 32187,
name: "NAD83 / MTM zone 7",
area_of_use: "",
unit: "metre",
}),
32188 => Some(EpsgInfo {
code: 32188,
name: "NAD83 / MTM zone 8",
area_of_use: "",
unit: "metre",
}),
32189 => Some(EpsgInfo {
code: 32189,
name: "NAD83 / MTM zone 9",
area_of_use: "",
unit: "metre",
}),
32190 => Some(EpsgInfo {
code: 32190,
name: "NAD83 / MTM zone 10",
area_of_use: "",
unit: "metre",
}),
32191 => Some(EpsgInfo {
code: 32191,
name: "NAD83 / MTM zone 11",
area_of_use: "",
unit: "metre",
}),
32192 => Some(EpsgInfo {
code: 32192,
name: "NAD83 / MTM zone 12",
area_of_use: "",
unit: "metre",
}),
32193 => Some(EpsgInfo {
code: 32193,
name: "NAD83 / MTM zone 13",
area_of_use: "",
unit: "metre",
}),
32194 => Some(EpsgInfo {
code: 32194,
name: "NAD83 / MTM zone 14",
area_of_use: "",
unit: "metre",
}),
32195 => Some(EpsgInfo {
code: 32195,
name: "NAD83 / MTM zone 15",
area_of_use: "",
unit: "metre",
}),
32196 => Some(EpsgInfo {
code: 32196,
name: "NAD83 / MTM zone 16",
area_of_use: "",
unit: "metre",
}),
32197 => Some(EpsgInfo {
code: 32197,
name: "NAD83 / MTM zone 17",
area_of_use: "",
unit: "metre",
}),
32198 => Some(EpsgInfo {
code: 32198,
name: "NAD83 / Quebec Lambert",
area_of_use: "",
unit: "metre",
}),
32199 => Some(EpsgInfo {
code: 32199,
name: "NAD83 / Louisiana Offshore",
area_of_use: "",
unit: "metre",
}),
32664 => Some(EpsgInfo {
code: 32664,
name: "WGS 84 / BLM 14N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32665 => Some(EpsgInfo {
code: 32665,
name: "WGS 84 / BLM 15N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32666 => Some(EpsgInfo {
code: 32666,
name: "WGS 84 / BLM 16N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32667 => Some(EpsgInfo {
code: 32667,
name: "WGS 84 / BLM 17N (ftUS)",
area_of_use: "",
unit: "US survey foot",
}),
32766 => Some(EpsgInfo {
code: 32766,
name: "WGS 84 / TM 36 SE",
area_of_use: "",
unit: "metre",
}),
3078 => Some(EpsgInfo {
code: 3078,
name: "NAD83 / Michigan Oblique Mercator",
area_of_use: "",
unit: "metre",
}),
3079 => Some(EpsgInfo {
code: 3079,
name: "NAD83(HARN) / Michigan Oblique Mercator",
area_of_use: "",
unit: "metre",
}),
3275 => Some(EpsgInfo {
code: 3275,
name: "WGS 84 / SCAR IMW SU01-05",
area_of_use: "",
unit: "metre",
}),
3276 => Some(EpsgInfo {
code: 3276,
name: "WGS 84 / SCAR IMW SU06-10",
area_of_use: "",
unit: "metre",
}),
3277 => Some(EpsgInfo {
code: 3277,
name: "WGS 84 / SCAR IMW SU11-15",
area_of_use: "",
unit: "metre",
}),
3278 => Some(EpsgInfo {
code: 3278,
name: "WGS 84 / SCAR IMW SU16-20",
area_of_use: "",
unit: "metre",
}),
3279 => Some(EpsgInfo {
code: 3279,
name: "WGS 84 / SCAR IMW SU21-25",
area_of_use: "",
unit: "metre",
}),
3280 => Some(EpsgInfo {
code: 3280,
name: "WGS 84 / SCAR IMW SU26-30",
area_of_use: "",
unit: "metre",
}),
3281 => Some(EpsgInfo {
code: 3281,
name: "WGS 84 / SCAR IMW SU31-35",
area_of_use: "",
unit: "metre",
}),
3282 => Some(EpsgInfo {
code: 3282,
name: "WGS 84 / SCAR IMW SU36-40",
area_of_use: "",
unit: "metre",
}),
3283 => Some(EpsgInfo {
code: 3283,
name: "WGS 84 / SCAR IMW SU41-45",
area_of_use: "",
unit: "metre",
}),
3284 => Some(EpsgInfo {
code: 3284,
name: "WGS 84 / SCAR IMW SU46-50",
area_of_use: "",
unit: "metre",
}),
3285 => Some(EpsgInfo {
code: 3285,
name: "WGS 84 / SCAR IMW SU51-55",
area_of_use: "",
unit: "metre",
}),
3286 => Some(EpsgInfo {
code: 3286,
name: "WGS 84 / SCAR IMW SU56-60",
area_of_use: "",
unit: "metre",
}),
3287 => Some(EpsgInfo {
code: 3287,
name: "WGS 84 / SCAR IMW SV01-10",
area_of_use: "",
unit: "metre",
}),
3288 => Some(EpsgInfo {
code: 3288,
name: "WGS 84 / SCAR IMW SV11-20",
area_of_use: "",
unit: "metre",
}),
3289 => Some(EpsgInfo {
code: 3289,
name: "WGS 84 / SCAR IMW SV21-30",
area_of_use: "",
unit: "metre",
}),
3290 => Some(EpsgInfo {
code: 3290,
name: "WGS 84 / SCAR IMW SV31-40",
area_of_use: "",
unit: "metre",
}),
3291 => Some(EpsgInfo {
code: 3291,
name: "WGS 84 / SCAR IMW SV41-50",
area_of_use: "",
unit: "metre",
}),
3292 => Some(EpsgInfo {
code: 3292,
name: "WGS 84 / SCAR IMW SV51-60",
area_of_use: "",
unit: "metre",
}),
3293 => Some(EpsgInfo {
code: 3293,
name: "WGS 84 / SCAR IMW SW01-60",
area_of_use: "",
unit: "metre",
}),
3411 => Some(EpsgInfo {
code: 3411,
name: "NSIDC Sea Ice Polar Stereographic North",
area_of_use: "",
unit: "metre",
}),
3412 => Some(EpsgInfo {
code: 3412,
name: "NSIDC Sea Ice Polar Stereographic South",
area_of_use: "",
unit: "metre",
}),
5041 => Some(EpsgInfo {
code: 5041,
name: "WGS 84 / UPS North (E,N)",
area_of_use: "",
unit: "metre",
}),
5042 => Some(EpsgInfo {
code: 5042,
name: "WGS 84 / UPS South (E,N)",
area_of_use: "",
unit: "metre",
}),
6244 => Some(EpsgInfo {
code: 6244,
name: "MAGNA-SIRGAS / Arauca urban grid",
area_of_use: "",
unit: "metre",
}),
6245 => Some(EpsgInfo {
code: 6245,
name: "MAGNA-SIRGAS / Armenia urban grid",
area_of_use: "",
unit: "metre",
}),
6246 => Some(EpsgInfo {
code: 6246,
name: "MAGNA-SIRGAS / Barranquilla urban grid",
area_of_use: "",
unit: "metre",
}),
6247 => Some(EpsgInfo {
code: 6247,
name: "MAGNA-SIRGAS / Bogota urban grid",
area_of_use: "",
unit: "metre",
}),
6248 => Some(EpsgInfo {
code: 6248,
name: "MAGNA-SIRGAS / Bucaramanga urban grid",
area_of_use: "",
unit: "metre",
}),
6249 => Some(EpsgInfo {
code: 6249,
name: "MAGNA-SIRGAS / Cali urban grid",
area_of_use: "",
unit: "metre",
}),
6250 => Some(EpsgInfo {
code: 6250,
name: "MAGNA-SIRGAS / Cartagena urban grid",
area_of_use: "",
unit: "metre",
}),
6251 => Some(EpsgInfo {
code: 6251,
name: "MAGNA-SIRGAS / Cucuta urban grid",
area_of_use: "",
unit: "metre",
}),
6252 => Some(EpsgInfo {
code: 6252,
name: "MAGNA-SIRGAS / Florencia urban grid",
area_of_use: "",
unit: "metre",
}),
6253 => Some(EpsgInfo {
code: 6253,
name: "MAGNA-SIRGAS / Ibague urban grid",
area_of_use: "",
unit: "metre",
}),
6254 => Some(EpsgInfo {
code: 6254,
name: "MAGNA-SIRGAS / Inirida urban grid",
area_of_use: "",
unit: "metre",
}),
6255 => Some(EpsgInfo {
code: 6255,
name: "MAGNA-SIRGAS / Leticia urban grid",
area_of_use: "",
unit: "metre",
}),
6256 => Some(EpsgInfo {
code: 6256,
name: "MAGNA-SIRGAS / Manizales urban grid",
area_of_use: "",
unit: "metre",
}),
6257 => Some(EpsgInfo {
code: 6257,
name: "MAGNA-SIRGAS / Medellin urban grid",
area_of_use: "",
unit: "metre",
}),
6258 => Some(EpsgInfo {
code: 6258,
name: "MAGNA-SIRGAS / Mitu urban grid",
area_of_use: "",
unit: "metre",
}),
6259 => Some(EpsgInfo {
code: 6259,
name: "MAGNA-SIRGAS / Mocoa urban grid",
area_of_use: "",
unit: "metre",
}),
6260 => Some(EpsgInfo {
code: 6260,
name: "MAGNA-SIRGAS / Monteria urban grid",
area_of_use: "",
unit: "metre",
}),
6261 => Some(EpsgInfo {
code: 6261,
name: "MAGNA-SIRGAS / Neiva urban grid",
area_of_use: "",
unit: "metre",
}),
6262 => Some(EpsgInfo {
code: 6262,
name: "MAGNA-SIRGAS / Pasto urban grid",
area_of_use: "",
unit: "metre",
}),
6263 => Some(EpsgInfo {
code: 6263,
name: "MAGNA-SIRGAS / Pereira urban grid",
area_of_use: "",
unit: "metre",
}),
6264 => Some(EpsgInfo {
code: 6264,
name: "MAGNA-SIRGAS / Popayan urban grid",
area_of_use: "",
unit: "metre",
}),
6265 => Some(EpsgInfo {
code: 6265,
name: "MAGNA-SIRGAS / Puerto Carreno urban grid",
area_of_use: "",
unit: "metre",
}),
6266 => Some(EpsgInfo {
code: 6266,
name: "MAGNA-SIRGAS / Quibdo urban grid",
area_of_use: "",
unit: "metre",
}),
6267 => Some(EpsgInfo {
code: 6267,
name: "MAGNA-SIRGAS / Riohacha urban grid",
area_of_use: "",
unit: "metre",
}),
6268 => Some(EpsgInfo {
code: 6268,
name: "MAGNA-SIRGAS / San Andres urban grid",
area_of_use: "",
unit: "metre",
}),
6269 => Some(EpsgInfo {
code: 6269,
name: "MAGNA-SIRGAS / San Jose del Guaviare urban grid",
area_of_use: "",
unit: "metre",
}),
6270 => Some(EpsgInfo {
code: 6270,
name: "MAGNA-SIRGAS / Santa Marta urban grid",
area_of_use: "",
unit: "metre",
}),
6271 => Some(EpsgInfo {
code: 6271,
name: "MAGNA-SIRGAS / Sucre urban grid",
area_of_use: "",
unit: "metre",
}),
6272 => Some(EpsgInfo {
code: 6272,
name: "MAGNA-SIRGAS / Tunja urban grid",
area_of_use: "",
unit: "metre",
}),
6273 => Some(EpsgInfo {
code: 6273,
name: "MAGNA-SIRGAS / Valledupar urban grid",
area_of_use: "",
unit: "metre",
}),
6274 => Some(EpsgInfo {
code: 6274,
name: "MAGNA-SIRGAS / Villavicencio urban grid",
area_of_use: "",
unit: "metre",
}),
6275 => Some(EpsgInfo {
code: 6275,
name: "MAGNA-SIRGAS / Yopal urban grid",
area_of_use: "",
unit: "metre",
}),
6808 => Some(EpsgInfo {
code: 6808,
name: "NAD83(CORS96) / Oregon Columbia River West zone (m)",
area_of_use: "",
unit: "metre",
}),
6809 => Some(EpsgInfo {
code: 6809,
name: "NAD83(CORS96) / Oregon Columbia River West zone (ft)",
area_of_use: "",
unit: "foot",
}),
6810 => Some(EpsgInfo {
code: 6810,
name: "NAD83(2011) / Oregon Columbia River West zone (m)",
area_of_use: "",
unit: "metre",
}),
6811 => Some(EpsgInfo {
code: 6811,
name: "NAD83(2011) / Oregon Columbia River West zone (ft)",
area_of_use: "",
unit: "foot",
}),
6840 => Some(EpsgInfo {
code: 6840,
name: "NAD83(CORS96) / Oregon Coast zone (m)",
area_of_use: "",
unit: "metre",
}),
6841 => Some(EpsgInfo {
code: 6841,
name: "NAD83(CORS96) / Oregon Coast zone (ft)",
area_of_use: "",
unit: "foot",
}),
6842 => Some(EpsgInfo {
code: 6842,
name: "NAD83(2011) / Oregon Coast zone (m)",
area_of_use: "",
unit: "metre",
}),
6843 => Some(EpsgInfo {
code: 6843,
name: "NAD83(2011) / Oregon Coast zone (ft)",
area_of_use: "",
unit: "foot",
}),
9354 => Some(EpsgInfo {
code: 9354,
name: "WGS 84 / IBCSO Polar Stereographic",
area_of_use: "",
unit: "metre",
}),
26731 => Some(EpsgInfo {
code: 26731,
name: "NAD27 / Alaska zone 1",
area_of_use: "",
unit: "US survey foot",
}),
3167 => Some(EpsgInfo {
code: 3167,
name: "Kertau (RSO) / RSO Malaya (ch)",
area_of_use: "",
unit: "British chain (Sears 1922 truncated)",
}),
3168 => Some(EpsgInfo {
code: 3168,
name: "Kertau (RSO) / RSO Malaya (m)",
area_of_use: "",
unit: "metre",
}),
3375 => Some(EpsgInfo {
code: 3375,
name: "GDM2000 / Peninsula RSO",
area_of_use: "",
unit: "metre",
}),
3376 => Some(EpsgInfo {
code: 3376,
name: "GDM2000 / East Malaysia BRSO",
area_of_use: "",
unit: "metre",
}),
5247 => Some(EpsgInfo {
code: 5247,
name: "GDBD2009 / Brunei BRSO",
area_of_use: "",
unit: "metre",
}),
29871 => Some(EpsgInfo {
code: 29871,
name: "Timbalai 1948 / RSO Borneo (ch)",
area_of_use: "",
unit: "British chain (Sears 1922)",
}),
29872 => Some(EpsgInfo {
code: 29872,
name: "Timbalai 1948 / RSO Borneo (ftSe)",
area_of_use: "",
unit: "British foot (Sears 1922)",
}),
29873 => Some(EpsgInfo {
code: 29873,
name: "Timbalai 1948 / RSO Borneo (m)",
area_of_use: "",
unit: "metre",
}),
29874 => Some(EpsgInfo {
code: 29874,
name: "Timbalai 1948 / RSO Sarawak LSD (m)",
area_of_use: "",
unit: "metre",
}),
2985 => Some(EpsgInfo {
code: 2985,
name: "Petrels 1972 / Terre Adelie Polar Stereographic",
area_of_use: "",
unit: "metre",
}),
2986 => Some(EpsgInfo {
code: 2986,
name: "Perroud 1950 / Terre Adelie Polar Stereographic",
area_of_use: "",
unit: "metre",
}),
2963 => Some(EpsgInfo {
code: 2963,
name: "Lisbon 1890 (Lisbon) / Portugal Bonne",
area_of_use: "",
unit: "metre",
}),
5017 => Some(EpsgInfo {
code: 5017,
name: "Lisbon 1890 / Portugal Bonne New",
area_of_use: "",
unit: "metre",
}),
8441 => Some(EpsgInfo {
code: 8441,
name: "Tananarive / Laborde Grid",
area_of_use: "",
unit: "metre",
}),
29371 => Some(EpsgInfo {
code: 29371,
name: "Schwarzeck / Lo22/11",
area_of_use: "",
unit: "German legal metre",
}),
29373 => Some(EpsgInfo {
code: 29373,
name: "Schwarzeck / Lo22/13",
area_of_use: "",
unit: "German legal metre",
}),
29375 => Some(EpsgInfo {
code: 29375,
name: "Schwarzeck / Lo22/15",
area_of_use: "",
unit: "German legal metre",
}),
29377 => Some(EpsgInfo {
code: 29377,
name: "Schwarzeck / Lo22/17",
area_of_use: "",
unit: "German legal metre",
}),
29379 => Some(EpsgInfo {
code: 29379,
name: "Schwarzeck / Lo22/19",
area_of_use: "",
unit: "German legal metre",
}),
29381 => Some(EpsgInfo {
code: 29381,
name: "Schwarzeck / Lo22/21",
area_of_use: "",
unit: "German legal metre",
}),
29383 => Some(EpsgInfo {
code: 29383,
name: "Schwarzeck / Lo22/23",
area_of_use: "",
unit: "German legal metre",
}),
29385 => Some(EpsgInfo {
code: 29385,
name: "Schwarzeck / Lo22/25",
area_of_use: "",
unit: "German legal metre",
}),
29701 => Some(EpsgInfo {
code: 29701,
name: "Tananarive (Paris) / Laborde Grid",
area_of_use: "",
unit: "metre",
}),
22300 => Some(EpsgInfo {
code: 22300,
name: "Carthage (Paris) / Tunisia Mining Grid",
area_of_use: "",
unit: "kilometre",
}),
22700 => Some(EpsgInfo {
code: 22700,
name: "Deir ez Zor / Levant Zone",
area_of_use: "",
unit: "metre",
}),
31300 => Some(EpsgInfo {
code: 31300,
name: "BD72 / Belge Lambert 72",
area_of_use: "",
unit: "metre",
}),
32600 => Some(EpsgInfo {
code: 32600,
name: "WGS 84 / UTM grid system (northern hemisphere)",
area_of_use: "",
unit: "metre",
}),
32700 => Some(EpsgInfo {
code: 32700,
name: "WGS 84 / UTM grid system (southern hemisphere)",
area_of_use: "",
unit: "metre",
}),
27200 => Some(EpsgInfo {
code: 27200,
name: "NZGD49 / New Zealand Map Grid",
area_of_use: "",
unit: "metre",
}),
9895 => Some(EpsgInfo {
code: 9895,
name: "LUREF / Luxembourg TM (3D)",
area_of_use: "",
unit: "metre",
}),
_ => None,
}
}