diff --git a/benchmarks/stores.ts b/benchmarks/stores.ts index 19b8b952..b209a624 100644 --- a/benchmarks/stores.ts +++ b/benchmarks/stores.ts @@ -7,7 +7,8 @@ import tmp from 'tmp'; tmp.setGracefulCleanup(); const dir = tmp.dirSync({ prefix: 'store_benchmarks' }); -const TEST_SIZE = 1_000_000; +// const TEST_SIZE = 1_000_000; +const TEST_SIZE = 100_000; const mmapStore = new S2MMapStore<{ a: number }>(`${dir.name}/mmap`, false, false); // const fileStore = new S2FileStore<{ a: number }>(`${dir.name}/file`, false, false); @@ -59,11 +60,23 @@ console.info('mmap total time: ', mmapAddSeconds + mmapSortSeconds + mmapQuerySe // const myDB = open({ path: `${dir.name}/lmdb` }); // const lmdbAddStart = Bun.nanoseconds(); -// for (let i = 0; i < 10_000; i++) await myDB.put(String(i), { a: i }); +// for (let i = 0; i < TEST_SIZE; i++) { +// const rand = getRandomInt(0, TEST_SIZE); +// await myDB.put(String(rand), { a: rand }); +// } // const lmdbAddEnd = Bun.nanoseconds(); // const lmdbAddSeconds = (lmdbAddEnd - lmdbAddStart) / 1_000_000_000; // console.info('lmdb Add time: ', lmdbAddSeconds); +// // Let's perform a simple lookup to simulate a query +// const lmdbQueryStart = Bun.nanoseconds(); +// await myDB.get('22'); +// const lmdbQueryEnd = Bun.nanoseconds(); +// const lmdbQuerySeconds = (lmdbQueryEnd - lmdbQueryStart) / 1_000_000_000; +// console.info('lmdb Query time: ', lmdbQuerySeconds); + +// console.info('lmdb total time: ', lmdbAddSeconds + lmdbQuerySeconds); + // await myDB.close(); /// ---------------------------------------------- diff --git a/bun.lockb b/bun.lockb index b504f6d2..008a64f6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/deno.lock b/deno.lock new file mode 100644 index 00000000..eba694f6 --- /dev/null +++ b/deno.lock @@ -0,0 +1,2804 @@ +{ + "version": "3", + "packages": { + "specifiers": { + "npm:@skypack/package-check@^0.2.2": "npm:@skypack/package-check@0.2.2", + "npm:@types/bun@^1.1.9": "npm:@types/bun@1.1.10", + "npm:@types/node@^22.5.5": "npm:@types/node@22.7.1", + "npm:@types/tmp@^0.2.6": "npm:@types/tmp@0.2.6", + "npm:earclip@^1.1.0": "npm:earclip@1.1.0", + "npm:eslint-config-prettier@^9.1.0": "npm:eslint-config-prettier@9.1.0_eslint@9.11.1", + "npm:eslint-plugin-jsdoc@^50.2.3": "npm:eslint-plugin-jsdoc@50.2.4_eslint@9.11.1", + "npm:eslint-plugin-prettier@^5.2.1": "npm:eslint-plugin-prettier@5.2.1_eslint@9.11.1_eslint-config-prettier@9.1.0__eslint@9.11.1_prettier@3.3.3", + "npm:eslint-plugin-tsdoc@^0.3.0": "npm:eslint-plugin-tsdoc@0.3.0", + "npm:eslint@^9.10.0": "npm:eslint@9.11.1", + "npm:geotiff@^2.1.3": "npm:geotiff@2.1.3", + "npm:latest@^0.2.0": "npm:latest@0.2.0", + "npm:lmdb@^3.1.2": "npm:lmdb@3.1.3", + "npm:nextafter@^1.0.0": "npm:nextafter@1.0.0", + "npm:open-vector-tile@^1.3.0": "npm:open-vector-tile@1.3.0", + "npm:prettier@^3.3.3": "npm:prettier@3.3.3", + "npm:robust-orientation@^1.2.1": "npm:robust-orientation@1.2.1", + "npm:s2-tilejson@^1.6.0": "npm:s2-tilejson@1.6.0", + "npm:s2json-spec@^1.5.5": "npm:s2json-spec@1.5.5_typescript@5.6.2", + "npm:sharp@^0.33.5": "npm:sharp@0.33.5", + "npm:tmp@^0.2.3": "npm:tmp@0.2.3", + "npm:typedoc-plugin-coverage@^3.3.0": "npm:typedoc-plugin-coverage@3.3.0_typedoc@0.26.7__typescript@5.6.2_typescript@5.6.2", + "npm:typedoc@^0.26.7": "npm:typedoc@0.26.7_typescript@5.6.2", + "npm:typescript-eslint@^8.5.0": "npm:typescript-eslint@8.7.0_@typescript-eslint+parser@8.7.0__eslint@9.11.1__typescript@5.6.2_eslint@9.11.1_typescript@5.6.2", + "npm:typescript@^5.6.2": "npm:typescript@5.6.2" + }, + "npm": { + "@emnapi/runtime@1.2.0": { + "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", + "dependencies": { + "tslib": "tslib@2.7.0" + } + }, + "@es-joy/jsdoccomment@0.48.0": { + "integrity": "sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==", + "dependencies": { + "comment-parser": "comment-parser@1.4.1", + "esquery": "esquery@1.6.0", + "jsdoc-type-pratt-parser": "jsdoc-type-pratt-parser@4.1.0" + } + }, + "@eslint-community/eslint-utils@4.4.0_eslint@9.11.1": { + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dependencies": { + "eslint": "eslint@9.11.1", + "eslint-visitor-keys": "eslint-visitor-keys@3.4.3" + } + }, + "@eslint-community/regexpp@4.11.1": { + "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==", + "dependencies": {} + }, + "@eslint/config-array@0.18.0": { + "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", + "dependencies": { + "@eslint/object-schema": "@eslint/object-schema@2.1.4", + "debug": "debug@4.3.7", + "minimatch": "minimatch@3.1.2" + } + }, + "@eslint/core@0.6.0": { + "integrity": "sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==", + "dependencies": {} + }, + "@eslint/eslintrc@3.1.0": { + "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", + "dependencies": { + "ajv": "ajv@6.12.6", + "debug": "debug@4.3.7", + "espree": "espree@10.1.0_acorn@8.12.1", + "globals": "globals@14.0.0", + "ignore": "ignore@5.3.2", + "import-fresh": "import-fresh@3.3.0", + "js-yaml": "js-yaml@4.1.0", + "minimatch": "minimatch@3.1.2", + "strip-json-comments": "strip-json-comments@3.1.1" + } + }, + "@eslint/js@9.11.1": { + "integrity": "sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==", + "dependencies": {} + }, + "@eslint/object-schema@2.1.4": { + "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", + "dependencies": {} + }, + "@eslint/plugin-kit@0.2.0": { + "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==", + "dependencies": { + "levn": "levn@0.4.1" + } + }, + "@humanwhocodes/module-importer@1.0.1": { + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dependencies": {} + }, + "@humanwhocodes/retry@0.3.0": { + "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==", + "dependencies": {} + }, + "@img/sharp-darwin-arm64@0.33.5": { + "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", + "dependencies": { + "@img/sharp-libvips-darwin-arm64": "@img/sharp-libvips-darwin-arm64@1.0.4" + } + }, + "@img/sharp-darwin-x64@0.33.5": { + "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", + "dependencies": { + "@img/sharp-libvips-darwin-x64": "@img/sharp-libvips-darwin-x64@1.0.4" + } + }, + "@img/sharp-libvips-darwin-arm64@1.0.4": { + "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", + "dependencies": {} + }, + "@img/sharp-libvips-darwin-x64@1.0.4": { + "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", + "dependencies": {} + }, + "@img/sharp-libvips-linux-arm64@1.0.4": { + "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", + "dependencies": {} + }, + "@img/sharp-libvips-linux-arm@1.0.5": { + "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", + "dependencies": {} + }, + "@img/sharp-libvips-linux-s390x@1.0.4": { + "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", + "dependencies": {} + }, + "@img/sharp-libvips-linux-x64@1.0.4": { + "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", + "dependencies": {} + }, + "@img/sharp-libvips-linuxmusl-arm64@1.0.4": { + "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", + "dependencies": {} + }, + "@img/sharp-libvips-linuxmusl-x64@1.0.4": { + "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", + "dependencies": {} + }, + "@img/sharp-linux-arm64@0.33.5": { + "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", + "dependencies": { + "@img/sharp-libvips-linux-arm64": "@img/sharp-libvips-linux-arm64@1.0.4" + } + }, + "@img/sharp-linux-arm@0.33.5": { + "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", + "dependencies": { + "@img/sharp-libvips-linux-arm": "@img/sharp-libvips-linux-arm@1.0.5" + } + }, + "@img/sharp-linux-s390x@0.33.5": { + "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", + "dependencies": { + "@img/sharp-libvips-linux-s390x": "@img/sharp-libvips-linux-s390x@1.0.4" + } + }, + "@img/sharp-linux-x64@0.33.5": { + "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", + "dependencies": { + "@img/sharp-libvips-linux-x64": "@img/sharp-libvips-linux-x64@1.0.4" + } + }, + "@img/sharp-linuxmusl-arm64@0.33.5": { + "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", + "dependencies": { + "@img/sharp-libvips-linuxmusl-arm64": "@img/sharp-libvips-linuxmusl-arm64@1.0.4" + } + }, + "@img/sharp-linuxmusl-x64@0.33.5": { + "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", + "dependencies": { + "@img/sharp-libvips-linuxmusl-x64": "@img/sharp-libvips-linuxmusl-x64@1.0.4" + } + }, + "@img/sharp-wasm32@0.33.5": { + "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", + "dependencies": { + "@emnapi/runtime": "@emnapi/runtime@1.2.0" + } + }, + "@img/sharp-win32-ia32@0.33.5": { + "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", + "dependencies": {} + }, + "@img/sharp-win32-x64@0.33.5": { + "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", + "dependencies": {} + }, + "@lmdb/lmdb-darwin-arm64@3.1.3": { + "integrity": "sha512-VV667lP23gIsQkb80rnQwAHjj6F1uZp30qTnvLSlep3pOomzXcQBMFp4ZmJLeGJnnPy54JjNsYBFyg9X95wCPw==", + "dependencies": {} + }, + "@lmdb/lmdb-darwin-x64@3.1.3": { + "integrity": "sha512-kuhKKJxGCQr9gBtUd7cVBBn6OtwQg7vIiD5gHEZb+jWLJulg6N4uPSLTab8W9tvpb3ryRTAejMt7F89/2MoRrQ==", + "dependencies": {} + }, + "@lmdb/lmdb-linux-arm64@3.1.3": { + "integrity": "sha512-XnSHGKsJ1Fr5LBjyDkG7JnVJlduhg7AhV1J6YQujStsKnehuiidsNW0InEJrAO4QMHqquwnCfLvU9PPJfpFVYw==", + "dependencies": {} + }, + "@lmdb/lmdb-linux-arm@3.1.3": { + "integrity": "sha512-R0CkYoJPHUfxPe2LaAqMGwTf5+1eXchUMNISO8OKEvKkS/zg2emIYTOb29v1k8WGSmdJkgQneBav/W3h5NorzA==", + "dependencies": {} + }, + "@lmdb/lmdb-linux-x64@3.1.3": { + "integrity": "sha512-epvFL9/Tem00evtuq05kqWbRppJ4G/D8wa6LnQmOu779VmbrY6+M3v3h4fnt2QqMQt3+J6Cg/gZACDlDcH+eUw==", + "dependencies": {} + }, + "@lmdb/lmdb-win32-x64@3.1.3": { + "integrity": "sha512-S6P96biJyrt/CUYSP0v4OH1U9ITzHhHCh1kn7hHOscS3S1+T/D74sCJKQ9xb/Raos2NJHqtZ8EyQVEVjOzmqbg==", + "dependencies": {} + }, + "@microsoft/tsdoc-config@0.17.0": { + "integrity": "sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==", + "dependencies": { + "@microsoft/tsdoc": "@microsoft/tsdoc@0.15.0", + "ajv": "ajv@8.12.0", + "jju": "jju@1.4.0", + "resolve": "resolve@1.22.8" + } + }, + "@microsoft/tsdoc@0.15.0": { + "integrity": "sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==", + "dependencies": {} + }, + "@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3": { + "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", + "dependencies": {} + }, + "@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3": { + "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", + "dependencies": {} + }, + "@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3": { + "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", + "dependencies": {} + }, + "@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3": { + "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", + "dependencies": {} + }, + "@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3": { + "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", + "dependencies": {} + }, + "@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3": { + "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", + "dependencies": {} + }, + "@nodelib/fs.scandir@2.1.5": { + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dependencies": { + "@nodelib/fs.stat": "@nodelib/fs.stat@2.0.5", + "run-parallel": "run-parallel@1.2.0" + } + }, + "@nodelib/fs.stat@2.0.5": { + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dependencies": {} + }, + "@nodelib/fs.walk@1.2.8": { + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dependencies": { + "@nodelib/fs.scandir": "@nodelib/fs.scandir@2.1.5", + "fastq": "fastq@1.17.1" + } + }, + "@petamoriken/float16@3.8.7": { + "integrity": "sha512-/Ri4xDDpe12NT6Ex/DRgHzLlobiQXEW/hmG08w1wj/YU7hLemk97c+zHQFp0iZQ9r7YqgLEXZR2sls4HxBf9NA==", + "dependencies": {} + }, + "@pkgr/core@0.1.1": { + "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", + "dependencies": {} + }, + "@shikijs/core@1.18.0": { + "integrity": "sha512-VK4BNVCd2leY62Nm2JjyxtRLkyrZT/tv104O81eyaCjHq4Adceq2uJVFJJAIof6lT1mBwZrEo2qT/T+grv3MQQ==", + "dependencies": { + "@shikijs/engine-javascript": "@shikijs/engine-javascript@1.18.0", + "@shikijs/engine-oniguruma": "@shikijs/engine-oniguruma@1.18.0", + "@shikijs/types": "@shikijs/types@1.18.0", + "@shikijs/vscode-textmate": "@shikijs/vscode-textmate@9.2.2", + "@types/hast": "@types/hast@3.0.4", + "hast-util-to-html": "hast-util-to-html@9.0.3" + } + }, + "@shikijs/engine-javascript@1.18.0": { + "integrity": "sha512-qoP/aO/ATNwYAUw1YMdaip/YVEstMZEgrwhePm83Ll9OeQPuxDZd48szZR8oSQNQBT8m8UlWxZv8EA3lFuyI5A==", + "dependencies": { + "@shikijs/types": "@shikijs/types@1.18.0", + "@shikijs/vscode-textmate": "@shikijs/vscode-textmate@9.2.2", + "oniguruma-to-js": "oniguruma-to-js@0.4.3" + } + }, + "@shikijs/engine-oniguruma@1.18.0": { + "integrity": "sha512-B9u0ZKI/cud+TcmF8Chyh+R4V5qQVvyDOqXC2l2a4x73PBSBc6sZ0JRAX3eqyJswqir6ktwApUUGBYePdKnMJg==", + "dependencies": { + "@shikijs/types": "@shikijs/types@1.18.0", + "@shikijs/vscode-textmate": "@shikijs/vscode-textmate@9.2.2" + } + }, + "@shikijs/types@1.18.0": { + "integrity": "sha512-O9N36UEaGGrxv1yUrN2nye7gDLG5Uq0/c1LyfmxsvzNPqlHzWo9DI0A4+fhW2y3bGKuQu/fwS7EPdKJJCowcVA==", + "dependencies": { + "@shikijs/vscode-textmate": "@shikijs/vscode-textmate@9.2.2", + "@types/hast": "@types/hast@3.0.4" + } + }, + "@shikijs/vscode-textmate@9.2.2": { + "integrity": "sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==", + "dependencies": {} + }, + "@skypack/package-check@0.2.2": { + "integrity": "sha512-T4Wyi9lUuz0a1C2OHuzqZ0aFOCI0AmaGTb2LP9sHgWdoHXlB3JU02gfBpa0Y081G/gFsJYpQ/R0iCJRzF/nknw==", + "dependencies": { + "kleur": "kleur@4.1.5", + "yargs-parser": "yargs-parser@20.2.9" + } + }, + "@types/bun@1.1.10": { + "integrity": "sha512-76KYVSwrHwr9zsnk6oLXOGs9KvyBg3U066GLO4rk6JZk1ypEPGCUDZ5yOiESyIHWs9cx9iC8r01utYN32XdmgA==", + "dependencies": { + "bun-types": "bun-types@1.1.29" + } + }, + "@types/estree@1.0.6": { + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dependencies": {} + }, + "@types/hast@3.0.4": { + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3" + } + }, + "@types/json-schema@7.0.15": { + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dependencies": {} + }, + "@types/mdast@4.0.4": { + "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3" + } + }, + "@types/node@18.16.19": { + "integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==", + "dependencies": {} + }, + "@types/node@20.12.14": { + "integrity": "sha512-scnD59RpYD91xngrQQLGkE+6UrHUPzeKZWhhjBSa3HSkwjbQc38+q3RoIVEwxQGRw3M+j5hpNAM+lgV3cVormg==", + "dependencies": { + "undici-types": "undici-types@5.26.5" + } + }, + "@types/node@22.7.1": { + "integrity": "sha512-adOMRLVmleuWs/5V/w5/l7o0chDK/az+5ncCsIapTKogsu/3MVWvSgP58qVTXi5IwpfGt8pMobNq9rOWtJyu5Q==", + "dependencies": { + "undici-types": "undici-types@6.19.8" + } + }, + "@types/tmp@0.2.6": { + "integrity": "sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==", + "dependencies": {} + }, + "@types/unist@3.0.3": { + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", + "dependencies": {} + }, + "@types/ws@8.5.12": { + "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", + "dependencies": { + "@types/node": "@types/node@18.16.19" + } + }, + "@typescript-eslint/eslint-plugin@8.7.0_@typescript-eslint+parser@8.7.0__eslint@9.11.1__typescript@5.6.2_eslint@9.11.1_typescript@5.6.2": { + "integrity": "sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==", + "dependencies": { + "@eslint-community/regexpp": "@eslint-community/regexpp@4.11.1", + "@typescript-eslint/parser": "@typescript-eslint/parser@8.7.0_eslint@9.11.1_typescript@5.6.2", + "@typescript-eslint/scope-manager": "@typescript-eslint/scope-manager@8.7.0", + "@typescript-eslint/type-utils": "@typescript-eslint/type-utils@8.7.0_eslint@9.11.1_typescript@5.6.2", + "@typescript-eslint/utils": "@typescript-eslint/utils@8.7.0_eslint@9.11.1_typescript@5.6.2", + "@typescript-eslint/visitor-keys": "@typescript-eslint/visitor-keys@8.7.0", + "eslint": "eslint@9.11.1", + "graphemer": "graphemer@1.4.0", + "ignore": "ignore@5.3.2", + "natural-compare": "natural-compare@1.4.0", + "ts-api-utils": "ts-api-utils@1.3.0_typescript@5.6.2" + } + }, + "@typescript-eslint/parser@8.7.0_eslint@9.11.1_typescript@5.6.2": { + "integrity": "sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "@typescript-eslint/scope-manager@8.7.0", + "@typescript-eslint/types": "@typescript-eslint/types@8.7.0", + "@typescript-eslint/typescript-estree": "@typescript-eslint/typescript-estree@8.7.0_typescript@5.6.2", + "@typescript-eslint/visitor-keys": "@typescript-eslint/visitor-keys@8.7.0", + "debug": "debug@4.3.7", + "eslint": "eslint@9.11.1" + } + }, + "@typescript-eslint/scope-manager@8.7.0": { + "integrity": "sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==", + "dependencies": { + "@typescript-eslint/types": "@typescript-eslint/types@8.7.0", + "@typescript-eslint/visitor-keys": "@typescript-eslint/visitor-keys@8.7.0" + } + }, + "@typescript-eslint/type-utils@8.7.0_eslint@9.11.1_typescript@5.6.2": { + "integrity": "sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==", + "dependencies": { + "@typescript-eslint/typescript-estree": "@typescript-eslint/typescript-estree@8.7.0_typescript@5.6.2", + "@typescript-eslint/utils": "@typescript-eslint/utils@8.7.0_eslint@9.11.1_typescript@5.6.2", + "debug": "debug@4.3.7", + "ts-api-utils": "ts-api-utils@1.3.0_typescript@5.6.2" + } + }, + "@typescript-eslint/types@8.7.0": { + "integrity": "sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==", + "dependencies": {} + }, + "@typescript-eslint/typescript-estree@8.7.0_typescript@5.6.2": { + "integrity": "sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==", + "dependencies": { + "@typescript-eslint/types": "@typescript-eslint/types@8.7.0", + "@typescript-eslint/visitor-keys": "@typescript-eslint/visitor-keys@8.7.0", + "debug": "debug@4.3.7", + "fast-glob": "fast-glob@3.3.2", + "is-glob": "is-glob@4.0.3", + "minimatch": "minimatch@9.0.5", + "semver": "semver@7.6.3", + "ts-api-utils": "ts-api-utils@1.3.0_typescript@5.6.2" + } + }, + "@typescript-eslint/utils@8.7.0_eslint@9.11.1_typescript@5.6.2": { + "integrity": "sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==", + "dependencies": { + "@eslint-community/eslint-utils": "@eslint-community/eslint-utils@4.4.0_eslint@9.11.1", + "@typescript-eslint/scope-manager": "@typescript-eslint/scope-manager@8.7.0", + "@typescript-eslint/types": "@typescript-eslint/types@8.7.0", + "@typescript-eslint/typescript-estree": "@typescript-eslint/typescript-estree@8.7.0_typescript@5.6.2", + "eslint": "eslint@9.11.1" + } + }, + "@typescript-eslint/visitor-keys@8.7.0": { + "integrity": "sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==", + "dependencies": { + "@typescript-eslint/types": "@typescript-eslint/types@8.7.0", + "eslint-visitor-keys": "eslint-visitor-keys@3.4.3" + } + }, + "@ungap/structured-clone@1.2.0": { + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dependencies": {} + }, + "abbrev@1.0.9": { + "integrity": "sha512-LEyx4aLEC3x6T0UguF6YILf+ntvmOaWsVfENmIW0E9H09vKlLDGelMjjSm0jkDHALj8A8quZ/HapKNigzwge+Q==", + "dependencies": {} + }, + "acorn-jsx@5.3.2_acorn@8.12.1": { + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dependencies": { + "acorn": "acorn@8.12.1" + } + }, + "acorn@8.12.1": { + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "dependencies": {} + }, + "ajv@6.12.6": { + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "fast-deep-equal@3.1.3", + "fast-json-stable-stringify": "fast-json-stable-stringify@2.1.0", + "json-schema-traverse": "json-schema-traverse@0.4.1", + "uri-js": "uri-js@4.4.1" + } + }, + "ajv@8.12.0": { + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "fast-deep-equal@3.1.3", + "json-schema-traverse": "json-schema-traverse@1.0.0", + "require-from-string": "require-from-string@2.0.2", + "uri-js": "uri-js@4.4.1" + } + }, + "ansi-regex@2.1.1": { + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dependencies": {} + }, + "ansi-regex@5.0.1": { + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dependencies": {} + }, + "ansi-styles@2.2.1": { + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", + "dependencies": {} + }, + "ansi-styles@4.3.0": { + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "color-convert@2.0.1" + } + }, + "ansi@0.3.1": { + "integrity": "sha512-iFY7JCgHbepc0b82yLaw4IMortylNb6wG4kL+4R0C3iv6i+RHGHux/yUX5BTiRvSX/shMnngjR1YyNMnXEFh5A==", + "dependencies": {} + }, + "ansicolors@0.3.2": { + "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==", + "dependencies": {} + }, + "ansistyles@0.1.3": { + "integrity": "sha512-6QWEyvMgIXX0eO972y7YPBLSBsq7UWKFAoNNTLGaOJ9bstcEL9sCbcjf96dVfNDdUsRoGOK82vWFJlKApXds7g==", + "dependencies": {} + }, + "archy@1.0.0": { + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", + "dependencies": {} + }, + "are-docs-informative@0.0.2": { + "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "dependencies": {} + }, + "are-we-there-yet@1.1.7": { + "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==", + "dependencies": { + "delegates": "delegates@1.0.0", + "readable-stream": "readable-stream@2.3.8" + } + }, + "argparse@2.0.1": { + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dependencies": {} + }, + "asap@2.0.6": { + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dependencies": {} + }, + "asn1@0.2.6": { + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dependencies": { + "safer-buffer": "safer-buffer@2.1.2" + } + }, + "assert-plus@0.2.0": { + "integrity": "sha512-u1L0ZLywRziOVjUhRxI0Qg9G+4RnFB9H/Rq40YWn0dieDgO7vAYeJz6jKAO6t/aruzlDFLAPkQTT87e+f8Imaw==", + "dependencies": {} + }, + "assert-plus@1.0.0": { + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "dependencies": {} + }, + "async-some@1.0.2": { + "integrity": "sha512-VbEsqdl4ztEqzb3Cgpk9L81Q4eyMl3XFdA0i+12Qmyw/bNx4aDAJqmIMKXh1mKGJ2IaPvGvN682YKZDaJMLUdA==", + "dependencies": { + "dezalgo": "dezalgo@1.0.4" + } + }, + "async@2.6.4": { + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dependencies": { + "lodash": "lodash@4.17.21" + } + }, + "aws-sign2@0.6.0": { + "integrity": "sha512-JnJpAS0p9RmixkOvW2XwDxxzs1bd4/VAGIl6Q0EC5YOo+p+hqIhtDhn/nmFnB/xUNXbLkpE2mOjgVIBRKD4xYw==", + "dependencies": {} + }, + "aws4@1.13.2": { + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", + "dependencies": {} + }, + "balanced-match@1.0.2": { + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dependencies": {} + }, + "bcrypt-pbkdf@1.0.2": { + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "dependencies": { + "tweetnacl": "tweetnacl@0.14.5" + } + }, + "bl@1.1.2": { + "integrity": "sha512-uVVYHEQk+OuWvCi5U+iquVXvvGCWXKawjwELIR2XMLsqfV/e2sGDClVBs8OlGIgGsStPRY/Es311YKYIlYCWAg==", + "dependencies": { + "readable-stream": "readable-stream@2.0.6" + } + }, + "block-stream@0.0.9": { + "integrity": "sha512-OorbnJVPII4DuUKbjARAe8u8EfqOmkEEaSFIyoQ7OjTHn6kafxWl0wLgoZ2rXaYd7MyLcDaU4TmhfxtwgcccMQ==", + "dependencies": { + "inherits": "inherits@2.0.4" + } + }, + "boom@2.10.1": { + "integrity": "sha512-KbiZEa9/vofNcVJXGwdWWn25reQ3V3dHBWbS07FTF3/TOehLnm9GEhJV4T6ZvGPkShRpmUqYwnaCrkj0mRnP6Q==", + "dependencies": { + "hoek": "hoek@2.16.3" + } + }, + "brace-expansion@1.1.11": { + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "balanced-match@1.0.2", + "concat-map": "concat-map@0.0.1" + } + }, + "brace-expansion@2.0.1": { + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "balanced-match@1.0.2" + } + }, + "braces@3.0.3": { + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dependencies": { + "fill-range": "fill-range@7.1.1" + } + }, + "buffer-from@1.1.2": { + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dependencies": {} + }, + "buffer-shims@1.0.0": { + "integrity": "sha512-Zy8ZXMyxIT6RMTeY7OP/bDndfj6bwCan7SS98CEndS6deHwWPpseeHlwarNcBim+etXnF9HBc1non5JgDaJU1g==", + "dependencies": {} + }, + "builtin-modules@1.1.1": { + "integrity": "sha512-wxXCdllwGhI2kCC0MnvTGYTMvnVZTvqgypkiTI8Pa5tcz2i6VqsqwYGgqwXji+4RgCzms6EajE4IxiUH6HH8nQ==", + "dependencies": {} + }, + "builtins@0.0.7": { + "integrity": "sha512-T8uCGKc0/2aLVt6omt8JxDRBoWEMkku+wFesxnhxnt4NygVZG99zqxo7ciK8eebszceKamGoUiLdkXCgGQyrQw==", + "dependencies": {} + }, + "builtins@1.0.3": { + "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==", + "dependencies": {} + }, + "bun-types@1.1.29": { + "integrity": "sha512-En3/TzSPMPyl5UlUB1MHzHpcrZDakTm7mS203eLoX1fBoEa3PW+aSS8GAqVJ7Is/m34Z5ogL+ECniLY0uDaCPw==", + "dependencies": { + "@types/node": "@types/node@20.12.14", + "@types/ws": "@types/ws@8.5.12" + } + }, + "callsites@3.1.0": { + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dependencies": {} + }, + "caseless@0.11.0": { + "integrity": "sha512-ODLXH644w9C2fMPAm7bMDQ3GRvipZWZfKc+8As6hIadRIelE0n0xZuN38NS6kiK3KPEVrpymmQD8bvncAHWQkQ==", + "dependencies": {} + }, + "ccount@2.0.1": { + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "dependencies": {} + }, + "chalk@1.1.3": { + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "dependencies": { + "ansi-styles": "ansi-styles@2.2.1", + "escape-string-regexp": "escape-string-regexp@1.0.5", + "has-ansi": "has-ansi@2.0.0", + "strip-ansi": "strip-ansi@3.0.1", + "supports-color": "supports-color@2.0.0" + } + }, + "chalk@4.1.2": { + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "ansi-styles@4.3.0", + "supports-color": "supports-color@7.2.0" + } + }, + "char-spinner@1.0.1": { + "integrity": "sha512-acv43vqJ0+N0rD+Uw3pDHSxP30FHrywu2NO6/wBaHChJIizpDeBUd6NjqhNhy9LGaEAhZAXn46QzmlAvIWd16g==", + "dependencies": {} + }, + "character-entities-html4@2.1.0": { + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "dependencies": {} + }, + "character-entities-legacy@3.0.0": { + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "dependencies": {} + }, + "chmodr@1.0.2": { + "integrity": "sha512-oHosCxCZpaI/Db320r8M5SHHZuVfnFJVwkSGkI81QLnnVg25pDw//NgD4fy1WvvydhZNi2G+jrbNSprRkfbRYA==", + "dependencies": {} + }, + "chownr@1.0.1": { + "integrity": "sha512-cKnqUJAC8G6cuN1DiRRTifu+s1BlAQNtalzGphFEV0pl0p46dsxJD4l1AOlyKJeLZOFzo3c34R7F3djxaCu8Kw==", + "dependencies": {} + }, + "clone@1.0.4": { + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dependencies": {} + }, + "cmd-shim@2.0.2": { + "integrity": "sha512-NLt0ntM0kvuSNrToO0RTFiNRHdioWsLW+OgDAEVDvIivsYwR+AjlzvLaMJ2Z+SNRpV3vdsDrHp1WI00eetDYzw==", + "dependencies": { + "graceful-fs": "graceful-fs@4.1.15", + "mkdirp": "mkdirp@0.5.6" + } + }, + "color-convert@2.0.1": { + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "color-name@1.1.4" + } + }, + "color-name@1.1.4": { + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dependencies": {} + }, + "color-string@1.9.1": { + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "dependencies": { + "color-name": "color-name@1.1.4", + "simple-swizzle": "simple-swizzle@0.2.2" + } + }, + "color@4.2.3": { + "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", + "dependencies": { + "color-convert": "color-convert@2.0.1", + "color-string": "color-string@1.9.1" + } + }, + "columnify@1.5.4": { + "integrity": "sha512-rFl+iXVT1nhLQPfGDw+3WcS8rmm7XsLKUmhsGE3ihzzpIikeGrTaZPIRKYWeLsLBypsHzjXIvYEltVUZS84XxQ==", + "dependencies": { + "strip-ansi": "strip-ansi@3.0.1", + "wcwidth": "wcwidth@1.0.1" + } + }, + "combined-stream@1.0.8": { + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "delayed-stream@1.0.0" + } + }, + "comma-separated-tokens@2.0.3": { + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "dependencies": {} + }, + "commander@2.20.3": { + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dependencies": {} + }, + "comment-parser@1.4.1": { + "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", + "dependencies": {} + }, + "concat-map@0.0.1": { + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dependencies": {} + }, + "concat-stream@1.6.2": { + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dependencies": { + "buffer-from": "buffer-from@1.1.2", + "inherits": "inherits@2.0.4", + "readable-stream": "readable-stream@2.3.8", + "typedarray": "typedarray@0.0.6" + } + }, + "config-chain@1.1.13": { + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "dependencies": { + "ini": "ini@1.3.8", + "proto-list": "proto-list@1.2.4" + } + }, + "core-util-is@1.0.2": { + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "dependencies": {} + }, + "core-util-is@1.0.3": { + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dependencies": {} + }, + "cross-spawn@7.0.3": { + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "path-key@3.1.1", + "shebang-command": "shebang-command@2.0.0", + "which": "which@2.0.2" + } + }, + "cryptiles@2.0.5": { + "integrity": "sha512-FFN5KwpvvQTTS5hWPxrU8/QE4kQUc6uwZcrnlMBN82t1MgAtq8mnoDwINBly9Tdr02seeIIhtdF+UH1feBYGog==", + "dependencies": { + "boom": "boom@2.10.1" + } + }, + "dashdash@1.14.1": { + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "dependencies": { + "assert-plus": "assert-plus@1.0.0" + } + }, + "debug@4.3.7": { + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dependencies": { + "ms": "ms@2.1.3" + } + }, + "debuglog@1.0.1": { + "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", + "dependencies": {} + }, + "deep-is@0.1.4": { + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dependencies": {} + }, + "defaults@1.0.4": { + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dependencies": { + "clone": "clone@1.0.4" + } + }, + "delayed-stream@1.0.0": { + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dependencies": {} + }, + "delegates@1.0.0": { + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "dependencies": {} + }, + "dequal@2.0.3": { + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dependencies": {} + }, + "detect-libc@2.0.3": { + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "dependencies": {} + }, + "devlop@1.1.0": { + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "dependencies": { + "dequal": "dequal@2.0.3" + } + }, + "dezalgo@1.0.4": { + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "dependencies": { + "asap": "asap@2.0.6", + "wrappy": "wrappy@1.0.2" + } + }, + "double-bits@1.1.1": { + "integrity": "sha512-BCLEIBq0O/DWoA7BsCu/R+RP0ZXiowP8BhtJT3qeuuQEBpnS8LK/Wo6UTJQv6v8mK1fj8n90YziHLwGdM5whSg==", + "dependencies": {} + }, + "earclip@1.1.0": { + "integrity": "sha512-kKdLSboa8JVH/9Z4MU9J0nbZmC3AlPh4ExDWfyRmW6oB45AkrMQKpEVim8Wtl0bxpuGG+6emUuMcpPNHjGhu3A==", + "dependencies": {} + }, + "ecc-jsbn@0.1.2": { + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "dependencies": { + "jsbn": "jsbn@0.1.1", + "safer-buffer": "safer-buffer@2.1.2" + } + }, + "editor@1.0.0": { + "integrity": "sha512-SoRmbGStwNYHgKfjOrX2L0mUvp9bUVv0uPppZSOMAntEbcFtoC3MKF5b3T6HQPXKIV+QGY3xPO3JK5it5lVkuw==", + "dependencies": {} + }, + "entities@4.5.0": { + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dependencies": {} + }, + "es-module-lexer@1.5.4": { + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "dependencies": {} + }, + "escape-string-regexp@1.0.5": { + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dependencies": {} + }, + "escape-string-regexp@4.0.0": { + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dependencies": {} + }, + "eslint-config-prettier@9.1.0_eslint@9.11.1": { + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", + "dependencies": { + "eslint": "eslint@9.11.1" + } + }, + "eslint-plugin-jsdoc@50.2.4_eslint@9.11.1": { + "integrity": "sha512-020jA+dXaXdb+TML3ZJBvpPmzwbNROjnYuTYi/g6A5QEmEjhptz4oPJDKkOGMIByNxsPpdTLzSU1HYVqebOX1w==", + "dependencies": { + "@es-joy/jsdoccomment": "@es-joy/jsdoccomment@0.48.0", + "are-docs-informative": "are-docs-informative@0.0.2", + "comment-parser": "comment-parser@1.4.1", + "debug": "debug@4.3.7", + "escape-string-regexp": "escape-string-regexp@4.0.0", + "eslint": "eslint@9.11.1", + "espree": "espree@10.1.0_acorn@8.12.1", + "esquery": "esquery@1.6.0", + "parse-imports": "parse-imports@2.2.1", + "semver": "semver@7.6.3", + "spdx-expression-parse": "spdx-expression-parse@4.0.0", + "synckit": "synckit@0.9.1" + } + }, + "eslint-plugin-prettier@5.2.1_eslint@9.11.1_eslint-config-prettier@9.1.0__eslint@9.11.1_prettier@3.3.3": { + "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==", + "dependencies": { + "eslint": "eslint@9.11.1", + "eslint-config-prettier": "eslint-config-prettier@9.1.0_eslint@9.11.1", + "prettier": "prettier@3.3.3", + "prettier-linter-helpers": "prettier-linter-helpers@1.0.0", + "synckit": "synckit@0.9.1" + } + }, + "eslint-plugin-tsdoc@0.3.0": { + "integrity": "sha512-0MuFdBrrJVBjT/gyhkP2BqpD0np1NxNLfQ38xXDlSs/KVVpKI2A6vN7jx2Rve/CyUsvOsMGwp9KKrinv7q9g3A==", + "dependencies": { + "@microsoft/tsdoc": "@microsoft/tsdoc@0.15.0", + "@microsoft/tsdoc-config": "@microsoft/tsdoc-config@0.17.0" + } + }, + "eslint-scope@8.0.2": { + "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", + "dependencies": { + "esrecurse": "esrecurse@4.3.0", + "estraverse": "estraverse@5.3.0" + } + }, + "eslint-visitor-keys@3.4.3": { + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dependencies": {} + }, + "eslint-visitor-keys@4.0.0": { + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "dependencies": {} + }, + "eslint@9.11.1": { + "integrity": "sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==", + "dependencies": { + "@eslint-community/eslint-utils": "@eslint-community/eslint-utils@4.4.0_eslint@9.11.1", + "@eslint-community/regexpp": "@eslint-community/regexpp@4.11.1", + "@eslint/config-array": "@eslint/config-array@0.18.0", + "@eslint/core": "@eslint/core@0.6.0", + "@eslint/eslintrc": "@eslint/eslintrc@3.1.0", + "@eslint/js": "@eslint/js@9.11.1", + "@eslint/plugin-kit": "@eslint/plugin-kit@0.2.0", + "@humanwhocodes/module-importer": "@humanwhocodes/module-importer@1.0.1", + "@humanwhocodes/retry": "@humanwhocodes/retry@0.3.0", + "@nodelib/fs.walk": "@nodelib/fs.walk@1.2.8", + "@types/estree": "@types/estree@1.0.6", + "@types/json-schema": "@types/json-schema@7.0.15", + "ajv": "ajv@6.12.6", + "chalk": "chalk@4.1.2", + "cross-spawn": "cross-spawn@7.0.3", + "debug": "debug@4.3.7", + "escape-string-regexp": "escape-string-regexp@4.0.0", + "eslint-scope": "eslint-scope@8.0.2", + "eslint-visitor-keys": "eslint-visitor-keys@4.0.0", + "espree": "espree@10.1.0_acorn@8.12.1", + "esquery": "esquery@1.6.0", + "esutils": "esutils@2.0.3", + "fast-deep-equal": "fast-deep-equal@3.1.3", + "file-entry-cache": "file-entry-cache@8.0.0", + "find-up": "find-up@5.0.0", + "glob-parent": "glob-parent@6.0.2", + "ignore": "ignore@5.3.2", + "imurmurhash": "imurmurhash@0.1.4", + "is-glob": "is-glob@4.0.3", + "is-path-inside": "is-path-inside@3.0.3", + "json-stable-stringify-without-jsonify": "json-stable-stringify-without-jsonify@1.0.1", + "lodash.merge": "lodash.merge@4.6.2", + "minimatch": "minimatch@3.1.2", + "natural-compare": "natural-compare@1.4.0", + "optionator": "optionator@0.9.4", + "strip-ansi": "strip-ansi@6.0.1", + "text-table": "text-table@0.2.0" + } + }, + "espree@10.1.0_acorn@8.12.1": { + "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", + "dependencies": { + "acorn": "acorn@8.12.1", + "acorn-jsx": "acorn-jsx@5.3.2_acorn@8.12.1", + "eslint-visitor-keys": "eslint-visitor-keys@4.0.0" + } + }, + "esquery@1.6.0": { + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", + "dependencies": { + "estraverse": "estraverse@5.3.0" + } + }, + "esrecurse@4.3.0": { + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dependencies": { + "estraverse": "estraverse@5.3.0" + } + }, + "estraverse@5.3.0": { + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dependencies": {} + }, + "esutils@2.0.3": { + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dependencies": {} + }, + "extend@3.0.2": { + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dependencies": {} + }, + "extsprintf@1.3.0": { + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "dependencies": {} + }, + "fast-deep-equal@3.1.3": { + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dependencies": {} + }, + "fast-diff@1.3.0": { + "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", + "dependencies": {} + }, + "fast-glob@3.3.2": { + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dependencies": { + "@nodelib/fs.stat": "@nodelib/fs.stat@2.0.5", + "@nodelib/fs.walk": "@nodelib/fs.walk@1.2.8", + "glob-parent": "glob-parent@5.1.2", + "merge2": "merge2@1.4.1", + "micromatch": "micromatch@4.0.8" + } + }, + "fast-json-stable-stringify@2.1.0": { + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dependencies": {} + }, + "fast-levenshtein@2.0.6": { + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dependencies": {} + }, + "fastq@1.17.1": { + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dependencies": { + "reusify": "reusify@1.0.4" + } + }, + "file-entry-cache@8.0.0": { + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "dependencies": { + "flat-cache": "flat-cache@4.0.1" + } + }, + "fill-range@7.1.1": { + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dependencies": { + "to-regex-range": "to-regex-range@5.0.1" + } + }, + "find-up@5.0.0": { + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dependencies": { + "locate-path": "locate-path@6.0.0", + "path-exists": "path-exists@4.0.0" + } + }, + "flat-cache@4.0.1": { + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dependencies": { + "flatted": "flatted@3.3.1", + "keyv": "keyv@4.5.4" + } + }, + "flatted@3.3.1": { + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dependencies": {} + }, + "forever-agent@0.6.1": { + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "dependencies": {} + }, + "form-data@1.0.1": { + "integrity": "sha512-M4Yhq2mLogpCtpUmfopFlTTuIe6mSCTgKvnlMhDj3NcgVhA1uS20jT0n+xunKPzpmL5w2erSVtp+SKiJf1TlWg==", + "dependencies": { + "async": "async@2.6.4", + "combined-stream": "combined-stream@1.0.8", + "mime-types": "mime-types@2.1.35" + } + }, + "fs-vacuum@1.2.10": { + "integrity": "sha512-bwbv1FcWYwxN1F08I1THN8nS4Qe/pGq0gM8dy1J34vpxxp3qgZKJPPaqex36RyZO0sD2J+2ocnbwC2d/OjYICQ==", + "dependencies": { + "graceful-fs": "graceful-fs@4.1.15", + "path-is-inside": "path-is-inside@1.0.2", + "rimraf": "rimraf@2.5.4" + } + }, + "fs-write-stream-atomic@1.0.10": { + "integrity": "sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==", + "dependencies": { + "graceful-fs": "graceful-fs@4.1.15", + "iferr": "iferr@0.1.5", + "imurmurhash": "imurmurhash@0.1.4", + "readable-stream": "readable-stream@2.1.5" + } + }, + "fs.realpath@1.0.0": { + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dependencies": {} + }, + "fstream-ignore@1.0.5": { + "integrity": "sha512-VVRuOs41VUqptEGiR0N5ZoWEcfGvbGRqLINyZAhHRnF3DH5wrqjNkYr3VbRoZnI41BZgO7zIVdiobc13TVI1ow==", + "dependencies": { + "fstream": "fstream@1.0.12", + "inherits": "inherits@2.0.4", + "minimatch": "minimatch@3.1.2" + } + }, + "fstream-npm@1.1.1": { + "integrity": "sha512-zKZuzxog3e6wPg22PC1UoI+efTOCtngC2b6qAZpUZu3t9oB3A+MuLIUosVPPFVmq6+WZsHZ3h1bhGazc4E9a7Q==", + "dependencies": { + "fstream-ignore": "fstream-ignore@1.0.5", + "inherits": "inherits@2.0.4" + } + }, + "fstream@1.0.12": { + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "dependencies": { + "graceful-fs": "graceful-fs@4.1.15", + "inherits": "inherits@2.0.4", + "mkdirp": "mkdirp@0.5.6", + "rimraf": "rimraf@2.5.4" + } + }, + "function-bind@1.1.2": { + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dependencies": {} + }, + "gauge@1.2.7": { + "integrity": "sha512-fVbU2wRE91yDvKUnrIaQlHKAWKY5e08PmztCrwuH5YVQ+Z/p3d0ny2T48o6uvAAXHIUnfaQdHkmxYbQft1eHVA==", + "dependencies": { + "ansi": "ansi@0.3.1", + "has-unicode": "has-unicode@2.0.1", + "lodash.pad": "lodash.pad@4.5.1", + "lodash.padend": "lodash.padend@4.6.1", + "lodash.padstart": "lodash.padstart@4.6.1" + } + }, + "generate-function@2.3.1": { + "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==", + "dependencies": { + "is-property": "is-property@1.0.2" + } + }, + "generate-object-property@1.2.0": { + "integrity": "sha512-TuOwZWgJ2VAMEGJvAyPWvpqxSANF0LDpmyHauMjFYzaACvn+QTT/AZomvPCzVBV7yDN3OmwHQ5OvHaeLKre3JQ==", + "dependencies": { + "is-property": "is-property@1.0.2" + } + }, + "geotiff@2.1.3": { + "integrity": "sha512-PT6uoF5a1+kbC3tHmZSUsLHBp2QJlHasxxxxPW47QIY1VBKpFB+FcDvX+MxER6UzgLQZ0xDzJ9s48B9JbOCTqA==", + "dependencies": { + "@petamoriken/float16": "@petamoriken/float16@3.8.7", + "lerc": "lerc@3.0.0", + "pako": "pako@2.1.0", + "parse-headers": "parse-headers@2.0.5", + "quick-lru": "quick-lru@6.1.2", + "web-worker": "web-worker@1.3.0", + "xml-utils": "xml-utils@1.10.1", + "zstddec": "zstddec@0.1.0" + } + }, + "getpass@0.1.7": { + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "dependencies": { + "assert-plus": "assert-plus@1.0.0" + } + }, + "github-url-from-git@1.4.0": { + "integrity": "sha512-Vd1uAwEIbUaaYodSvEZRgMOdLUvY7+kZ+PuJNPVBXldTuVcHFtcLENvl2Ds9KKO9q6Ld2o+eVmA/wabaN3/2mQ==", + "dependencies": {} + }, + "github-url-from-username-repo@1.0.2": { + "integrity": "sha512-Tj8CQqRoFVTglGdQ8FQmfq8gOOoOYZX7tnOKP8jq8Hdz2OTDhxvtlkLAbrqMYZ7X/YdaYQoUG1IBWxISBfqZ+Q==", + "dependencies": {} + }, + "glob-parent@5.1.2": { + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "is-glob@4.0.3" + } + }, + "glob-parent@6.0.2": { + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dependencies": { + "is-glob": "is-glob@4.0.3" + } + }, + "glob@7.0.6": { + "integrity": "sha512-f8c0rE8JiCxpa52kWPAOa3ZaYEnzofDzCQLCn3Vdk0Z5OVLq3BsRFJI4S4ykpeVW6QMGBUkMeUpoEgWnMTnw5Q==", + "dependencies": { + "fs.realpath": "fs.realpath@1.0.0", + "inflight": "inflight@1.0.6", + "inherits": "inherits@2.0.4", + "minimatch": "minimatch@3.1.2", + "once": "once@1.4.0", + "path-is-absolute": "path-is-absolute@1.0.1" + } + }, + "glob@7.2.3": { + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "fs.realpath@1.0.0", + "inflight": "inflight@1.0.6", + "inherits": "inherits@2.0.4", + "minimatch": "minimatch@3.1.2", + "once": "once@1.4.0", + "path-is-absolute": "path-is-absolute@1.0.1" + } + }, + "globals@14.0.0": { + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dependencies": {} + }, + "graceful-fs@4.1.15": { + "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", + "dependencies": {} + }, + "graphemer@1.4.0": { + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dependencies": {} + }, + "har-validator@2.0.6": { + "integrity": "sha512-P6tFV+wCcUL3nbyTDAvveDySfbhy0XkDtAIfZP6HITjM2WUsiPna/Eg1Yy93SFXvahqoX+kt0n+6xlXKDXYowA==", + "dependencies": { + "chalk": "chalk@1.1.3", + "commander": "commander@2.20.3", + "is-my-json-valid": "is-my-json-valid@2.20.6", + "pinkie-promise": "pinkie-promise@2.0.1" + } + }, + "has-ansi@2.0.0": { + "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", + "dependencies": { + "ansi-regex": "ansi-regex@2.1.1" + } + }, + "has-flag@4.0.0": { + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dependencies": {} + }, + "has-unicode@2.0.1": { + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "dependencies": {} + }, + "hasown@2.0.2": { + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "function-bind@1.1.2" + } + }, + "hast-util-to-html@9.0.3": { + "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", + "dependencies": { + "@types/hast": "@types/hast@3.0.4", + "@types/unist": "@types/unist@3.0.3", + "ccount": "ccount@2.0.1", + "comma-separated-tokens": "comma-separated-tokens@2.0.3", + "hast-util-whitespace": "hast-util-whitespace@3.0.0", + "html-void-elements": "html-void-elements@3.0.0", + "mdast-util-to-hast": "mdast-util-to-hast@13.2.0", + "property-information": "property-information@6.5.0", + "space-separated-tokens": "space-separated-tokens@2.0.2", + "stringify-entities": "stringify-entities@4.0.4", + "zwitch": "zwitch@2.0.4" + } + }, + "hast-util-whitespace@3.0.0": { + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "dependencies": { + "@types/hast": "@types/hast@3.0.4" + } + }, + "hawk@3.1.3": { + "integrity": "sha512-X8xbmTc1cbPXcQV4WkLcRMALuyoxhfpFATmyuCxJPOAvrDS4DNnsTAOmKUxMTOWU6TzrTOkxPKwIx5ZOpJVSrg==", + "dependencies": { + "boom": "boom@2.10.1", + "cryptiles": "cryptiles@2.0.5", + "hoek": "hoek@2.16.3", + "sntp": "sntp@1.0.9" + } + }, + "hoek@2.16.3": { + "integrity": "sha512-V6Yw1rIcYV/4JsnggjBU0l4Kr+EXhpwqXRusENU1Xx6ro00IHPHYNynCuBTOZAPlr3AAmLvchH9I7N/VUdvOwQ==", + "dependencies": {} + }, + "hosted-git-info@2.1.5": { + "integrity": "sha512-5sLwVGWIA8493A2PzG/py8s+uBrYqrwmLp6C6U5+Gpw5Ll49OOigsuD4LKbUTExbgedTNPvPb/0GV5ohHYYNBg==", + "dependencies": {} + }, + "html-void-elements@3.0.0": { + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", + "dependencies": {} + }, + "http-signature@1.1.1": { + "integrity": "sha512-iUn0NcRULlDGtqNLN1Jxmzayk8ogm7NToldASyZBpM2qggbphjXzNOiw3piN8tgz+e/DRs6X5gAzFwTI6BCRcg==", + "dependencies": { + "assert-plus": "assert-plus@0.2.0", + "jsprim": "jsprim@1.4.2", + "sshpk": "sshpk@1.18.0" + } + }, + "iferr@0.1.5": { + "integrity": "sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==", + "dependencies": {} + }, + "ignore@5.3.2": { + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dependencies": {} + }, + "import-fresh@3.3.0": { + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dependencies": { + "parent-module": "parent-module@1.0.1", + "resolve-from": "resolve-from@4.0.0" + } + }, + "imurmurhash@0.1.4": { + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dependencies": {} + }, + "inflight@1.0.6": { + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "once@1.4.0", + "wrappy": "wrappy@1.0.2" + } + }, + "inherits@2.0.4": { + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dependencies": {} + }, + "ini@1.3.8": { + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dependencies": {} + }, + "init-package-json@1.9.6": { + "integrity": "sha512-ocaj90F9qTLDpkhhy+ZemKVexbybm2S0fo65/v13KJDI75kyB7eb8ShhRkxZrbGzzS9833A+o5Bus8aFdQEfOg==", + "dependencies": { + "glob": "glob@7.2.3", + "npm-package-arg": "npm-package-arg@4.1.1", + "promzard": "promzard@0.3.0", + "read": "read@1.0.7", + "read-package-json": "read-package-json@2.0.13", + "semver": "semver@5.1.1", + "validate-npm-package-license": "validate-npm-package-license@3.0.4", + "validate-npm-package-name": "validate-npm-package-name@3.0.0" + } + }, + "is-arrayish@0.3.2": { + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", + "dependencies": {} + }, + "is-builtin-module@1.0.0": { + "integrity": "sha512-C2wz7Juo5pUZTFQVer9c+9b4qw3I5T/CHQxQyhVu7BJel6C22FmsLIWsdseYyOw6xz9Pqy9eJWSkQ7+3iN1HVw==", + "dependencies": { + "builtin-modules": "builtin-modules@1.1.1" + } + }, + "is-core-module@2.15.1": { + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "dependencies": { + "hasown": "hasown@2.0.2" + } + }, + "is-extglob@2.1.1": { + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dependencies": {} + }, + "is-glob@4.0.3": { + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "is-extglob@2.1.1" + } + }, + "is-my-ip-valid@1.0.1": { + "integrity": "sha512-jxc8cBcOWbNK2i2aTkCZP6i7wkHF1bqKFrwEHuN5Jtg5BSaZHUZQ/JTOJwoV41YvHnOaRyWWh72T/KvfNz9DJg==", + "dependencies": {} + }, + "is-my-json-valid@2.20.6": { + "integrity": "sha512-1JQwulVNjx8UqkPE/bqDaxtH4PXCe/2VRh/y3p99heOV87HG4Id5/VfDswd+YiAfHcRTfDlWgISycnHuhZq1aw==", + "dependencies": { + "generate-function": "generate-function@2.3.1", + "generate-object-property": "generate-object-property@1.2.0", + "is-my-ip-valid": "is-my-ip-valid@1.0.1", + "jsonpointer": "jsonpointer@5.0.1", + "xtend": "xtend@4.0.2" + } + }, + "is-number@7.0.0": { + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dependencies": {} + }, + "is-path-inside@3.0.3": { + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dependencies": {} + }, + "is-property@1.0.2": { + "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==", + "dependencies": {} + }, + "is-typedarray@1.0.0": { + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dependencies": {} + }, + "isarray@1.0.0": { + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dependencies": {} + }, + "isexe@2.0.0": { + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dependencies": {} + }, + "isstream@0.1.2": { + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "dependencies": {} + }, + "jju@1.4.0": { + "integrity": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==", + "dependencies": {} + }, + "js-yaml@4.1.0": { + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "argparse@2.0.1" + } + }, + "jsbn@0.1.1": { + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", + "dependencies": {} + }, + "jsdoc-type-pratt-parser@4.1.0": { + "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==", + "dependencies": {} + }, + "json-buffer@3.0.1": { + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dependencies": {} + }, + "json-parse-better-errors@1.0.2": { + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dependencies": {} + }, + "json-schema-traverse@0.4.1": { + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dependencies": {} + }, + "json-schema-traverse@1.0.0": { + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dependencies": {} + }, + "json-schema@0.4.0": { + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "dependencies": {} + }, + "json-stable-stringify-without-jsonify@1.0.1": { + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dependencies": {} + }, + "json-stringify-safe@5.0.1": { + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dependencies": {} + }, + "jsonpointer@5.0.1": { + "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "dependencies": {} + }, + "jsprim@1.4.2": { + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "dependencies": { + "assert-plus": "assert-plus@1.0.0", + "extsprintf": "extsprintf@1.3.0", + "json-schema": "json-schema@0.4.0", + "verror": "verror@1.10.0" + } + }, + "keyv@4.5.4": { + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dependencies": { + "json-buffer": "json-buffer@3.0.1" + } + }, + "kleur@4.1.5": { + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", + "dependencies": {} + }, + "latest@0.2.0": { + "integrity": "sha512-nsIM/FjwLcsKZ1KDAw5CivnM26zzMs3zGBL4SdjYXHI5tMcOWjGhFDMBKIum4WNAkZmeVw7zU1jR2H2UiKoQVA==", + "dependencies": { + "npm": "npm@2.15.12" + } + }, + "lerc@3.0.0": { + "integrity": "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==", + "dependencies": {} + }, + "levn@0.4.1": { + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dependencies": { + "prelude-ls": "prelude-ls@1.2.1", + "type-check": "type-check@0.4.0" + } + }, + "linkify-it@5.0.0": { + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "dependencies": { + "uc.micro": "uc.micro@2.1.0" + } + }, + "lmdb@3.1.3": { + "integrity": "sha512-WQcfSoOTw+XfBXQN4dRN1Ke5vv+NgmOWs4wH8oh4jYFmPZIaVPiQVF+0nGdjQDLGDcrMMyr2C34cG6WZPes6xQ==", + "dependencies": { + "@lmdb/lmdb-darwin-arm64": "@lmdb/lmdb-darwin-arm64@3.1.3", + "@lmdb/lmdb-darwin-x64": "@lmdb/lmdb-darwin-x64@3.1.3", + "@lmdb/lmdb-linux-arm": "@lmdb/lmdb-linux-arm@3.1.3", + "@lmdb/lmdb-linux-arm64": "@lmdb/lmdb-linux-arm64@3.1.3", + "@lmdb/lmdb-linux-x64": "@lmdb/lmdb-linux-x64@3.1.3", + "@lmdb/lmdb-win32-x64": "@lmdb/lmdb-win32-x64@3.1.3", + "msgpackr": "msgpackr@1.11.0", + "node-addon-api": "node-addon-api@6.1.0", + "node-gyp-build-optional-packages": "node-gyp-build-optional-packages@5.2.2", + "ordered-binary": "ordered-binary@1.5.2", + "weak-lru-cache": "weak-lru-cache@1.2.2" + } + }, + "locate-path@6.0.0": { + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dependencies": { + "p-locate": "p-locate@5.0.0" + } + }, + "lockfile@1.0.4": { + "integrity": "sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==", + "dependencies": { + "signal-exit": "signal-exit@3.0.7" + } + }, + "lodash.merge@4.6.2": { + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dependencies": {} + }, + "lodash.pad@4.5.1": { + "integrity": "sha512-mvUHifnLqM+03YNzeTBS1/Gr6JRFjd3rRx88FHWUvamVaT9k2O/kXha3yBSOwB9/DTQrSTLJNHvLBBt2FdX7Mg==", + "dependencies": {} + }, + "lodash.padend@4.6.1": { + "integrity": "sha512-sOQs2aqGpbl27tmCS1QNZA09Uqp01ZzWfDUoD+xzTii0E7dSQfRKcRetFwa+uXaxaqL+TKm7CgD2JdKP7aZBSw==", + "dependencies": {} + }, + "lodash.padstart@4.6.1": { + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "dependencies": {} + }, + "lodash@4.17.21": { + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dependencies": {} + }, + "lru-cache@4.0.2": { + "integrity": "sha512-uQw9OqphAGiZhkuPlpFGmdTU2tEuhxTourM/19qGJrxBPHAr/f8BT1a0i/lOclESnGatdJG/UCkP9kZB/Lh1iw==", + "dependencies": { + "pseudomap": "pseudomap@1.0.2", + "yallist": "yallist@2.1.2" + } + }, + "lunr@2.3.9": { + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "dependencies": {} + }, + "markdown-it@14.1.0": { + "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", + "dependencies": { + "argparse": "argparse@2.0.1", + "entities": "entities@4.5.0", + "linkify-it": "linkify-it@5.0.0", + "mdurl": "mdurl@2.0.0", + "punycode.js": "punycode.js@2.3.1", + "uc.micro": "uc.micro@2.1.0" + } + }, + "mdast-util-to-hast@13.2.0": { + "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", + "dependencies": { + "@types/hast": "@types/hast@3.0.4", + "@types/mdast": "@types/mdast@4.0.4", + "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", + "devlop": "devlop@1.1.0", + "micromark-util-sanitize-uri": "micromark-util-sanitize-uri@2.0.0", + "trim-lines": "trim-lines@3.0.1", + "unist-util-position": "unist-util-position@5.0.0", + "unist-util-visit": "unist-util-visit@5.0.0", + "vfile": "vfile@6.0.3" + } + }, + "mdurl@2.0.0": { + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", + "dependencies": {} + }, + "merge2@1.4.1": { + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dependencies": {} + }, + "micromark-util-character@2.1.0": { + "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", + "dependencies": { + "micromark-util-symbol": "micromark-util-symbol@2.0.0", + "micromark-util-types": "micromark-util-types@2.0.0" + } + }, + "micromark-util-encode@2.0.0": { + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + "dependencies": {} + }, + "micromark-util-sanitize-uri@2.0.0": { + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + "dependencies": { + "micromark-util-character": "micromark-util-character@2.1.0", + "micromark-util-encode": "micromark-util-encode@2.0.0", + "micromark-util-symbol": "micromark-util-symbol@2.0.0" + } + }, + "micromark-util-symbol@2.0.0": { + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "dependencies": {} + }, + "micromark-util-types@2.0.0": { + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + "dependencies": {} + }, + "micromatch@4.0.8": { + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dependencies": { + "braces": "braces@3.0.3", + "picomatch": "picomatch@2.3.1" + } + }, + "mime-db@1.52.0": { + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dependencies": {} + }, + "mime-types@2.1.35": { + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "mime-db@1.52.0" + } + }, + "minimatch@3.0.8": { + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "dependencies": { + "brace-expansion": "brace-expansion@1.1.11" + } + }, + "minimatch@3.1.2": { + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "brace-expansion@1.1.11" + } + }, + "minimatch@9.0.5": { + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dependencies": { + "brace-expansion": "brace-expansion@2.0.1" + } + }, + "minimist@1.2.8": { + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dependencies": {} + }, + "mkdirp@0.5.6": { + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dependencies": { + "minimist": "minimist@1.2.8" + } + }, + "ms@2.1.3": { + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dependencies": {} + }, + "msgpackr-extract@3.0.3": { + "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", + "dependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm": "@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-x64": "@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3", + "@msgpackr-extract/msgpackr-extract-win32-x64": "@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3", + "node-gyp-build-optional-packages": "node-gyp-build-optional-packages@5.2.2" + } + }, + "msgpackr@1.11.0": { + "integrity": "sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw==", + "dependencies": { + "msgpackr-extract": "msgpackr-extract@3.0.3" + } + }, + "mute-stream@0.0.8": { + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dependencies": {} + }, + "natural-compare@1.4.0": { + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dependencies": {} + }, + "nextafter@1.0.0": { + "integrity": "sha512-7PO+A89Tll2rSEfyrjtqO0MaI37+nnxBdnQcPypfbEYYuGaJxWGCqaOwQX4a3GHNTS08l1kazuiLEWZniZjMUQ==", + "dependencies": { + "double-bits": "double-bits@1.1.1" + } + }, + "node-addon-api@6.1.0": { + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", + "dependencies": {} + }, + "node-gyp-build-optional-packages@5.2.2": { + "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==", + "dependencies": { + "detect-libc": "detect-libc@2.0.3" + } + }, + "node-gyp@3.6.3": { + "integrity": "sha512-7789TDMqJpv5iHxn1cAESCBEC/sBHAFxAvgXAcvzWenEWl0qf6E2Kk/Xwdl5ZclktUJzxJPVa27OMkBvaHKqCQ==", + "dependencies": { + "fstream": "fstream@1.0.12", + "glob": "glob@7.2.3", + "graceful-fs": "graceful-fs@4.1.15", + "minimatch": "minimatch@3.1.2", + "mkdirp": "mkdirp@0.5.6", + "nopt": "nopt@3.0.6", + "npmlog": "npmlog@2.0.4", + "osenv": "osenv@0.1.5", + "request": "request@2.74.0", + "rimraf": "rimraf@2.5.4", + "semver": "semver@5.3.0", + "tar": "tar@2.2.2", + "which": "which@1.2.14" + } + }, + "node-uuid@1.4.8": { + "integrity": "sha512-TkCET/3rr9mUuRp+CpO7qfgT++aAxfDRaalQhwPFzI9BY/2rCDn6OfpZOVggi1AXfTPpfkTrg5f5WQx5G1uLxA==", + "dependencies": {} + }, + "nopt@3.0.6": { + "integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==", + "dependencies": { + "abbrev": "abbrev@1.0.9" + } + }, + "normalize-git-url@3.0.2": { + "integrity": "sha512-UEmKT33ssKLLoLCsFJ4Si4fmNQsedNwivXpuNTR4V1I97jU9WZlicTV1xn5QAG5itE5B3Z9zhl8OItP6wIGkRA==", + "dependencies": {} + }, + "normalize-package-data@2.3.8": { + "integrity": "sha512-tRXZ2ujyDLIynwO6Dw81AvuedQ6tLgfdD5GCvT4K6yOFgYeanngGfW+eeqd9msmRgUuiZxd5kwrQrb2nsncOZw==", + "dependencies": { + "hosted-git-info": "hosted-git-info@2.1.5", + "is-builtin-module": "is-builtin-module@1.0.0", + "semver": "semver@5.3.0", + "validate-npm-package-license": "validate-npm-package-license@3.0.4" + } + }, + "npm-cache-filename@1.0.2": { + "integrity": "sha512-5v2y1KG06izpGvZJDSBR5q1Ej+NaPDO05yAAWBJE6+3eiId0R176Gz3Qc2vEmJnE+VGul84g6Qpq8fXzD82/JA==", + "dependencies": {} + }, + "npm-install-checks@1.0.7": { + "integrity": "sha512-IyaSpkt3NMXaXezbnHxwEZ6HBWpQFlKBUZ0ZEoUCyq3LoAaZEWJ2mchhJPauuvevhkvi8SNW67FiWZLpUhJ82w==", + "dependencies": { + "npmlog": "npmlog@2.0.4", + "semver": "semver@5.3.0" + } + }, + "npm-package-arg@4.1.1": { + "integrity": "sha512-sKJDnYGLVs+x2ITFUtVB7kk70F4atWShCs55uhrrt2oP1hRMdYLWIzBGUSDSsT4ZASPcdhr8xRQ2r9JY6ouq7Q==", + "dependencies": { + "hosted-git-info": "hosted-git-info@2.1.5", + "semver": "semver@5.3.0" + } + }, + "npm-registry-client@7.2.1": { + "integrity": "sha512-igXKTHWr0ipuL+pKNRBV2p2H4xqfnpVtYiWQmTKfq5/eFmZxKh9U+PyoqdKzqyvPTFLNQVqMGy5W5GjOr1Ukeg==", + "dependencies": { + "concat-stream": "concat-stream@1.6.2", + "graceful-fs": "graceful-fs@4.1.15", + "normalize-package-data": "normalize-package-data@2.3.8", + "npm-package-arg": "npm-package-arg@4.1.1", + "npmlog": "npmlog@2.0.4", + "once": "once@1.4.0", + "request": "request@2.74.0", + "retry": "retry@0.10.1", + "semver": "semver@5.3.0", + "slide": "slide@1.1.6" + } + }, + "npm-user-validate@0.1.5": { + "integrity": "sha512-86IbFCunHe+6drSd71Aafs8H8xg55lHE9O1/6VS4s+OsBh53xEtQNY1lspkgoaO2b3hhfvDW2FA0eS47inrs1w==", + "dependencies": {} + }, + "npm@2.15.12": { + "integrity": "sha512-WMoAJ518W0vHjWy1abYnTeyG9YQpSoYGPxAx7d0C0L7U7Jo44bZsrvTjccmDohCJGxpasdKfqsKsl6o/RUPx6A==", + "dependencies": { + "abbrev": "abbrev@1.0.9", + "ansi": "ansi@0.3.1", + "ansi-regex": "ansi-regex@5.0.1", + "ansicolors": "ansicolors@0.3.2", + "ansistyles": "ansistyles@0.1.3", + "archy": "archy@1.0.0", + "async-some": "async-some@1.0.2", + "block-stream": "block-stream@0.0.9", + "char-spinner": "char-spinner@1.0.1", + "chmodr": "chmodr@1.0.2", + "chownr": "chownr@1.0.1", + "cmd-shim": "cmd-shim@2.0.2", + "columnify": "columnify@1.5.4", + "config-chain": "config-chain@1.1.13", + "dezalgo": "dezalgo@1.0.4", + "editor": "editor@1.0.0", + "fs-vacuum": "fs-vacuum@1.2.10", + "fs-write-stream-atomic": "fs-write-stream-atomic@1.0.10", + "fstream": "fstream@1.0.12", + "fstream-npm": "fstream-npm@1.1.1", + "github-url-from-git": "github-url-from-git@1.4.0", + "github-url-from-username-repo": "github-url-from-username-repo@1.0.2", + "glob": "glob@7.0.6", + "graceful-fs": "graceful-fs@4.1.15", + "hosted-git-info": "hosted-git-info@2.1.5", + "imurmurhash": "imurmurhash@0.1.4", + "inflight": "inflight@1.0.6", + "inherits": "inherits@2.0.4", + "ini": "ini@1.3.8", + "init-package-json": "init-package-json@1.9.6", + "lockfile": "lockfile@1.0.4", + "lru-cache": "lru-cache@4.0.2", + "minimatch": "minimatch@3.0.8", + "mkdirp": "mkdirp@0.5.6", + "node-gyp": "node-gyp@3.6.3", + "nopt": "nopt@3.0.6", + "normalize-git-url": "normalize-git-url@3.0.2", + "normalize-package-data": "normalize-package-data@2.3.8", + "npm-cache-filename": "npm-cache-filename@1.0.2", + "npm-install-checks": "npm-install-checks@1.0.7", + "npm-package-arg": "npm-package-arg@4.1.1", + "npm-registry-client": "npm-registry-client@7.2.1", + "npm-user-validate": "npm-user-validate@0.1.5", + "npmlog": "npmlog@2.0.4", + "once": "once@1.4.0", + "opener": "opener@1.4.3", + "osenv": "osenv@0.1.5", + "path-is-inside": "path-is-inside@1.0.2", + "read": "read@1.0.7", + "read-installed": "read-installed@4.0.3", + "read-package-json": "read-package-json@2.0.13", + "readable-stream": "readable-stream@2.1.5", + "realize-package-specifier": "realize-package-specifier@3.0.3", + "request": "request@2.74.0", + "retry": "retry@0.10.1", + "rimraf": "rimraf@2.5.4", + "semver": "semver@5.1.1", + "sha": "sha@2.0.1", + "slide": "slide@1.1.6", + "sorted-object": "sorted-object@2.0.1", + "spdx-license-ids": "spdx-license-ids@1.2.2", + "strip-ansi": "strip-ansi@3.0.1", + "tar": "tar@2.2.2", + "text-table": "text-table@0.2.0", + "uid-number": "uid-number@0.0.6", + "umask": "umask@1.1.0", + "validate-npm-package-license": "validate-npm-package-license@3.0.4", + "validate-npm-package-name": "validate-npm-package-name@2.2.2", + "which": "which@1.2.14", + "wrappy": "wrappy@1.0.2", + "write-file-atomic": "write-file-atomic@1.1.4" + } + }, + "npmlog@2.0.4": { + "integrity": "sha512-DaL6RTb8Qh4tMe2ttPT1qWccETy2Vi5/8p+htMpLBeXJTr2CAqnF5WQtSP2eFpvaNbhLZ5uilDb98mRm4Q+lZQ==", + "dependencies": { + "ansi": "ansi@0.3.1", + "are-we-there-yet": "are-we-there-yet@1.1.7", + "gauge": "gauge@1.2.7" + } + }, + "oauth-sign@0.8.2": { + "integrity": "sha512-VlF07iu3VV3+BTXj43Nmp6Irt/G7j/NgEctUS6IweH1RGhURjjCc2NWtzXFPXXWWfc7hgbXQdtiQu2LGp6MxUg==", + "dependencies": {} + }, + "once@1.4.0": { + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "wrappy@1.0.2" + } + }, + "oniguruma-to-js@0.4.3": { + "integrity": "sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==", + "dependencies": { + "regex": "regex@4.3.2" + } + }, + "open-vector-tile@1.3.0": { + "integrity": "sha512-JBfreavo3I0TQu5oOBdC05SHHptJXISle+oNTbg0GmdmpLBUdoMgjQVQ7Z+h3QPa//V/zhH9YooImHP81dG0DQ==", + "dependencies": {} + }, + "opener@1.4.3": { + "integrity": "sha512-4Im9TrPJcjAYyGR5gBe3yZnBzw5n3Bfh1ceHHGNOpMurINKc6RdSIPXMyon4BZacJbJc36lLkhipioGbWh5pwg==", + "dependencies": {} + }, + "optionator@0.9.4": { + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dependencies": { + "deep-is": "deep-is@0.1.4", + "fast-levenshtein": "fast-levenshtein@2.0.6", + "levn": "levn@0.4.1", + "prelude-ls": "prelude-ls@1.2.1", + "type-check": "type-check@0.4.0", + "word-wrap": "word-wrap@1.2.5" + } + }, + "ordered-binary@1.5.2": { + "integrity": "sha512-JTo+4+4Fw7FreyAvlSLjb1BBVaxEQAacmjD3jjuyPZclpbEghTvQZbXBb2qPd2LeIMxiHwXBZUcpmG2Gl/mDEA==", + "dependencies": {} + }, + "os-homedir@1.0.2": { + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "dependencies": {} + }, + "os-tmpdir@1.0.2": { + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dependencies": {} + }, + "osenv@0.1.5": { + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dependencies": { + "os-homedir": "os-homedir@1.0.2", + "os-tmpdir": "os-tmpdir@1.0.2" + } + }, + "p-limit@3.1.0": { + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dependencies": { + "yocto-queue": "yocto-queue@0.1.0" + } + }, + "p-locate@5.0.0": { + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dependencies": { + "p-limit": "p-limit@3.1.0" + } + }, + "pako@2.1.0": { + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", + "dependencies": {} + }, + "parent-module@1.0.1": { + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dependencies": { + "callsites": "callsites@3.1.0" + } + }, + "parse-headers@2.0.5": { + "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==", + "dependencies": {} + }, + "parse-imports@2.2.1": { + "integrity": "sha512-OL/zLggRp8mFhKL0rNORUTR4yBYujK/uU+xZL+/0Rgm2QE4nLO9v8PzEweSJEbMGKmDRjJE4R3IMJlL2di4JeQ==", + "dependencies": { + "es-module-lexer": "es-module-lexer@1.5.4", + "slashes": "slashes@3.0.12" + } + }, + "path-exists@4.0.0": { + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dependencies": {} + }, + "path-is-absolute@1.0.1": { + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dependencies": {} + }, + "path-is-inside@1.0.2": { + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", + "dependencies": {} + }, + "path-key@3.1.1": { + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dependencies": {} + }, + "path-parse@1.0.7": { + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dependencies": {} + }, + "picomatch@2.3.1": { + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dependencies": {} + }, + "pinkie-promise@2.0.1": { + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dependencies": { + "pinkie": "pinkie@2.0.4" + } + }, + "pinkie@2.0.4": { + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dependencies": {} + }, + "prelude-ls@1.2.1": { + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dependencies": {} + }, + "prettier-linter-helpers@1.0.0": { + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", + "dependencies": { + "fast-diff": "fast-diff@1.3.0" + } + }, + "prettier@3.3.3": { + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "dependencies": {} + }, + "process-nextick-args@1.0.7": { + "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==", + "dependencies": {} + }, + "process-nextick-args@2.0.1": { + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dependencies": {} + }, + "promzard@0.3.0": { + "integrity": "sha512-JZeYqd7UAcHCwI+sTOeUDYkvEU+1bQ7iE0UT1MgB/tERkAPkesW46MrpIySzODi+owTjZtiF8Ay5j9m60KmMBw==", + "dependencies": { + "read": "read@1.0.7" + } + }, + "property-information@6.5.0": { + "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", + "dependencies": {} + }, + "proto-list@1.2.4": { + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "dependencies": {} + }, + "pseudomap@1.0.2": { + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dependencies": {} + }, + "punycode.js@2.3.1": { + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", + "dependencies": {} + }, + "punycode@1.4.1": { + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dependencies": {} + }, + "punycode@2.3.1": { + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dependencies": {} + }, + "qs@6.2.4": { + "integrity": "sha512-E57gmgKXqDda+qWTkUJgIwgJICK7zgMfqZZopTRKZ6mY9gzLlmJN9EpXNnDrTxXFlOM/a+I28kJkF/60rqgnYw==", + "dependencies": {} + }, + "queue-microtask@1.2.3": { + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dependencies": {} + }, + "quick-lru@6.1.2": { + "integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==", + "dependencies": {} + }, + "read-installed@4.0.3": { + "integrity": "sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ==", + "dependencies": { + "debuglog": "debuglog@1.0.1", + "graceful-fs": "graceful-fs@4.1.15", + "read-package-json": "read-package-json@2.0.13", + "readdir-scoped-modules": "readdir-scoped-modules@1.1.0", + "semver": "semver@5.3.0", + "slide": "slide@1.1.6", + "util-extend": "util-extend@1.0.3" + } + }, + "read-package-json@2.0.13": { + "integrity": "sha512-/1dZ7TRZvGrYqE0UAfN6qQb5GYBsNcqS1C0tNK601CFOJmtHI7NIGXwetEPU/OtoFHZL3hDxm4rolFFVE9Bnmg==", + "dependencies": { + "glob": "glob@7.2.3", + "graceful-fs": "graceful-fs@4.1.15", + "json-parse-better-errors": "json-parse-better-errors@1.0.2", + "normalize-package-data": "normalize-package-data@2.3.8", + "slash": "slash@1.0.0" + } + }, + "read@1.0.7": { + "integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==", + "dependencies": { + "mute-stream": "mute-stream@0.0.8" + } + }, + "readable-stream@2.0.6": { + "integrity": "sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==", + "dependencies": { + "core-util-is": "core-util-is@1.0.3", + "inherits": "inherits@2.0.4", + "isarray": "isarray@1.0.0", + "process-nextick-args": "process-nextick-args@1.0.7", + "string_decoder": "string_decoder@0.10.31", + "util-deprecate": "util-deprecate@1.0.2" + } + }, + "readable-stream@2.1.5": { + "integrity": "sha512-NkXT2AER7VKXeXtJNSaWLpWIhmtSE3K2PguaLEeWr4JILghcIKqoLt1A3wHrnpDC5+ekf8gfk1GKWkFXe4odMw==", + "dependencies": { + "buffer-shims": "buffer-shims@1.0.0", + "core-util-is": "core-util-is@1.0.3", + "inherits": "inherits@2.0.4", + "isarray": "isarray@1.0.0", + "process-nextick-args": "process-nextick-args@1.0.7", + "string_decoder": "string_decoder@0.10.31", + "util-deprecate": "util-deprecate@1.0.2" + } + }, + "readable-stream@2.3.8": { + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dependencies": { + "core-util-is": "core-util-is@1.0.3", + "inherits": "inherits@2.0.4", + "isarray": "isarray@1.0.0", + "process-nextick-args": "process-nextick-args@2.0.1", + "safe-buffer": "safe-buffer@5.1.2", + "string_decoder": "string_decoder@1.1.1", + "util-deprecate": "util-deprecate@1.0.2" + } + }, + "readdir-scoped-modules@1.1.0": { + "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", + "dependencies": { + "debuglog": "debuglog@1.0.1", + "dezalgo": "dezalgo@1.0.4", + "graceful-fs": "graceful-fs@4.1.15", + "once": "once@1.4.0" + } + }, + "realize-package-specifier@3.0.3": { + "integrity": "sha512-BwF/SVs7c0BFrh9DI5ovZKu1r95uYPwOcj/LlzKW2rNs+HgivxIN0f/RAtNCl+2++RB/tKI1uz63IMzWD1OqIg==", + "dependencies": { + "dezalgo": "dezalgo@1.0.4", + "npm-package-arg": "npm-package-arg@4.1.1" + } + }, + "regex@4.3.2": { + "integrity": "sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==", + "dependencies": {} + }, + "request@2.74.0": { + "integrity": "sha512-m3uMovC42y63jXe/Sr49/qJdqpSYwQAgYIc487l0zSXI6Z6f5cV/V4a86h2Z+AAwKpt5bfB66KrZxOfOSdh6FQ==", + "dependencies": { + "aws-sign2": "aws-sign2@0.6.0", + "aws4": "aws4@1.13.2", + "bl": "bl@1.1.2", + "caseless": "caseless@0.11.0", + "combined-stream": "combined-stream@1.0.8", + "extend": "extend@3.0.2", + "forever-agent": "forever-agent@0.6.1", + "form-data": "form-data@1.0.1", + "har-validator": "har-validator@2.0.6", + "hawk": "hawk@3.1.3", + "http-signature": "http-signature@1.1.1", + "is-typedarray": "is-typedarray@1.0.0", + "isstream": "isstream@0.1.2", + "json-stringify-safe": "json-stringify-safe@5.0.1", + "mime-types": "mime-types@2.1.35", + "node-uuid": "node-uuid@1.4.8", + "oauth-sign": "oauth-sign@0.8.2", + "qs": "qs@6.2.4", + "stringstream": "stringstream@0.0.6", + "tough-cookie": "tough-cookie@2.3.4", + "tunnel-agent": "tunnel-agent@0.4.3" + } + }, + "require-from-string@2.0.2": { + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dependencies": {} + }, + "resolve-from@4.0.0": { + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dependencies": {} + }, + "resolve@1.22.8": { + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dependencies": { + "is-core-module": "is-core-module@2.15.1", + "path-parse": "path-parse@1.0.7", + "supports-preserve-symlinks-flag": "supports-preserve-symlinks-flag@1.0.0" + } + }, + "retry@0.10.1": { + "integrity": "sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==", + "dependencies": {} + }, + "reusify@1.0.4": { + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dependencies": {} + }, + "rimraf@2.5.4": { + "integrity": "sha512-Lw7SHMjssciQb/rRz7JyPIy9+bbUshEucPoLRvWqy09vC5zQixl8Uet+Zl+SROBB/JMWHJRdCk1qdxNWHNMvlQ==", + "dependencies": { + "glob": "glob@7.2.3" + } + }, + "robust-orientation@1.2.1": { + "integrity": "sha512-FuTptgKwY6iNuU15nrIJDLjXzCChWB+T4AvksRtwPS/WZ3HuP1CElCm1t+OBfgQKfWbtZIawip+61k7+buRKAg==", + "dependencies": { + "robust-scale": "robust-scale@1.0.2", + "robust-subtract": "robust-subtract@1.0.0", + "robust-sum": "robust-sum@1.0.0", + "two-product": "two-product@1.0.2" + } + }, + "robust-scale@1.0.2": { + "integrity": "sha512-jBR91a/vomMAzazwpsPTPeuTPPmWBacwA+WYGNKcRGSh6xweuQ2ZbjRZ4v792/bZOhRKXRiQH0F48AvuajY0tQ==", + "dependencies": { + "two-product": "two-product@1.0.2", + "two-sum": "two-sum@1.0.0" + } + }, + "robust-subtract@1.0.0": { + "integrity": "sha512-xhKUno+Rl+trmxAIVwjQMiVdpF5llxytozXJOdoT4eTIqmqsndQqFb1A0oiW3sZGlhMRhOi6pAD4MF1YYW6o/A==", + "dependencies": {} + }, + "robust-sum@1.0.0": { + "integrity": "sha512-AvLExwpaqUqD1uwLU6MwzzfRdaI6VEZsyvQ3IAQ0ZJ08v1H+DTyqskrf2ZJyh0BDduFVLN7H04Zmc+qTiahhAw==", + "dependencies": {} + }, + "run-parallel@1.2.0": { + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dependencies": { + "queue-microtask": "queue-microtask@1.2.3" + } + }, + "s2-tilejson@1.6.0": { + "integrity": "sha512-B5b/9EMF1W1eZVR5IIv1iWm++5M+MFXQ7bPGXidwWk6j9tQ6nGrnZyOL+P6bkkkc8qIMfwE07zLRvuHEHLelbA==", + "dependencies": {} + }, + "s2json-spec@1.5.5_typescript@5.6.2": { + "integrity": "sha512-91+6gAlwvayxQCEp93HEwgbwyN3CQsU0QOpZe8xVqnPNylWe73oD7h55q4FgHsN8zkh5jtmQJU+a0N+Khf5nnw==", + "dependencies": { + "typescript": "typescript@5.6.2" + } + }, + "safe-buffer@5.1.2": { + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dependencies": {} + }, + "safer-buffer@2.1.2": { + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dependencies": {} + }, + "semver@5.1.1": { + "integrity": "sha512-bNx9Zdbi1OUN62PbKeG4IgGG8YILX/nkHJ0NQEBwg5FmX8qTJfqhYd3reqkm0DxHCC8nkazb6UjNiBSHCBWVtA==", + "dependencies": {} + }, + "semver@5.3.0": { + "integrity": "sha512-mfmm3/H9+67MCVix1h+IXTpDwL6710LyHuk7+cWC9T1mE0qz4iHhh6r4hU2wrIT9iTsAAC2XQRvfblL028cpLw==", + "dependencies": {} + }, + "semver@7.6.3": { + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dependencies": {} + }, + "sha@2.0.1": { + "integrity": "sha512-Lj/GiNro+/4IIvhDvTo2HDqTmQkbqgg/O3lbkM5lMgagriGPpWamxtq1KJPx7mCvyF1/HG6Hs7zaYaj4xpfXbA==", + "dependencies": { + "graceful-fs": "graceful-fs@4.1.15", + "readable-stream": "readable-stream@2.1.5" + } + }, + "sharp@0.33.5": { + "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", + "dependencies": { + "@img/sharp-darwin-arm64": "@img/sharp-darwin-arm64@0.33.5", + "@img/sharp-darwin-x64": "@img/sharp-darwin-x64@0.33.5", + "@img/sharp-libvips-darwin-arm64": "@img/sharp-libvips-darwin-arm64@1.0.4", + "@img/sharp-libvips-darwin-x64": "@img/sharp-libvips-darwin-x64@1.0.4", + "@img/sharp-libvips-linux-arm": "@img/sharp-libvips-linux-arm@1.0.5", + "@img/sharp-libvips-linux-arm64": "@img/sharp-libvips-linux-arm64@1.0.4", + "@img/sharp-libvips-linux-s390x": "@img/sharp-libvips-linux-s390x@1.0.4", + "@img/sharp-libvips-linux-x64": "@img/sharp-libvips-linux-x64@1.0.4", + "@img/sharp-libvips-linuxmusl-arm64": "@img/sharp-libvips-linuxmusl-arm64@1.0.4", + "@img/sharp-libvips-linuxmusl-x64": "@img/sharp-libvips-linuxmusl-x64@1.0.4", + "@img/sharp-linux-arm": "@img/sharp-linux-arm@0.33.5", + "@img/sharp-linux-arm64": "@img/sharp-linux-arm64@0.33.5", + "@img/sharp-linux-s390x": "@img/sharp-linux-s390x@0.33.5", + "@img/sharp-linux-x64": "@img/sharp-linux-x64@0.33.5", + "@img/sharp-linuxmusl-arm64": "@img/sharp-linuxmusl-arm64@0.33.5", + "@img/sharp-linuxmusl-x64": "@img/sharp-linuxmusl-x64@0.33.5", + "@img/sharp-wasm32": "@img/sharp-wasm32@0.33.5", + "@img/sharp-win32-ia32": "@img/sharp-win32-ia32@0.33.5", + "@img/sharp-win32-x64": "@img/sharp-win32-x64@0.33.5", + "color": "color@4.2.3", + "detect-libc": "detect-libc@2.0.3", + "semver": "semver@7.6.3" + } + }, + "shebang-command@2.0.0": { + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "shebang-regex@3.0.0" + } + }, + "shebang-regex@3.0.0": { + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dependencies": {} + }, + "shiki@1.18.0": { + "integrity": "sha512-8jo7tOXr96h9PBQmOHVrltnETn1honZZY76YA79MHheGQg55jBvbm9dtU+MI5pjC5NJCFuA6rvVTLVeSW5cE4A==", + "dependencies": { + "@shikijs/core": "@shikijs/core@1.18.0", + "@shikijs/engine-javascript": "@shikijs/engine-javascript@1.18.0", + "@shikijs/engine-oniguruma": "@shikijs/engine-oniguruma@1.18.0", + "@shikijs/types": "@shikijs/types@1.18.0", + "@shikijs/vscode-textmate": "@shikijs/vscode-textmate@9.2.2", + "@types/hast": "@types/hast@3.0.4" + } + }, + "signal-exit@3.0.7": { + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dependencies": {} + }, + "simple-swizzle@0.2.2": { + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "dependencies": { + "is-arrayish": "is-arrayish@0.3.2" + } + }, + "slash@1.0.0": { + "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==", + "dependencies": {} + }, + "slashes@3.0.12": { + "integrity": "sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==", + "dependencies": {} + }, + "slide@1.1.6": { + "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", + "dependencies": {} + }, + "sntp@1.0.9": { + "integrity": "sha512-7bgVOAnPj3XjrKY577S+puCKGCRlUrcrEdsMeRXlg9Ghf5df/xNi6sONUa43WrHUd3TjJBF7O04jYoiY0FVa0A==", + "dependencies": { + "hoek": "hoek@2.16.3" + } + }, + "sorted-object@2.0.1": { + "integrity": "sha512-oKAAs26HeTu3qbawzUGCkTOBv/5MRrcuJyRWwbfEnWdpXnXsj+WEM3HTvarV73tMcf9uBEZNZoNDVRL62VLxzA==", + "dependencies": {} + }, + "space-separated-tokens@2.0.2": { + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "dependencies": {} + }, + "spdx-correct@3.2.0": { + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dependencies": { + "spdx-expression-parse": "spdx-expression-parse@3.0.1", + "spdx-license-ids": "spdx-license-ids@3.0.20" + } + }, + "spdx-exceptions@2.5.0": { + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dependencies": {} + }, + "spdx-expression-parse@3.0.1": { + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dependencies": { + "spdx-exceptions": "spdx-exceptions@2.5.0", + "spdx-license-ids": "spdx-license-ids@3.0.20" + } + }, + "spdx-expression-parse@4.0.0": { + "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", + "dependencies": { + "spdx-exceptions": "spdx-exceptions@2.5.0", + "spdx-license-ids": "spdx-license-ids@3.0.20" + } + }, + "spdx-license-ids@1.2.2": { + "integrity": "sha512-qIBFhkh6ILCWNeWEe3ODFPKDYhPJrZpqdNCI2Z+w9lNdH5hoVEkfRLLbRfoIi8fb4xRYmpEOaaMH4G2pwYp/iQ==", + "dependencies": {} + }, + "spdx-license-ids@3.0.20": { + "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==", + "dependencies": {} + }, + "sshpk@1.18.0": { + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", + "dependencies": { + "asn1": "asn1@0.2.6", + "assert-plus": "assert-plus@1.0.0", + "bcrypt-pbkdf": "bcrypt-pbkdf@1.0.2", + "dashdash": "dashdash@1.14.1", + "ecc-jsbn": "ecc-jsbn@0.1.2", + "getpass": "getpass@0.1.7", + "jsbn": "jsbn@0.1.1", + "safer-buffer": "safer-buffer@2.1.2", + "tweetnacl": "tweetnacl@0.14.5" + } + }, + "string_decoder@0.10.31": { + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "dependencies": {} + }, + "string_decoder@1.1.1": { + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "safe-buffer@5.1.2" + } + }, + "stringify-entities@4.0.4": { + "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", + "dependencies": { + "character-entities-html4": "character-entities-html4@2.1.0", + "character-entities-legacy": "character-entities-legacy@3.0.0" + } + }, + "stringstream@0.0.6": { + "integrity": "sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA==", + "dependencies": {} + }, + "strip-ansi@3.0.1": { + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dependencies": { + "ansi-regex": "ansi-regex@2.1.1" + } + }, + "strip-ansi@6.0.1": { + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "ansi-regex@5.0.1" + } + }, + "strip-json-comments@3.1.1": { + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dependencies": {} + }, + "supports-color@2.0.0": { + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", + "dependencies": {} + }, + "supports-color@7.2.0": { + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "has-flag@4.0.0" + } + }, + "supports-preserve-symlinks-flag@1.0.0": { + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dependencies": {} + }, + "synckit@0.9.1": { + "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", + "dependencies": { + "@pkgr/core": "@pkgr/core@0.1.1", + "tslib": "tslib@2.7.0" + } + }, + "tar@2.2.2": { + "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", + "dependencies": { + "block-stream": "block-stream@0.0.9", + "fstream": "fstream@1.0.12", + "inherits": "inherits@2.0.4" + } + }, + "text-table@0.2.0": { + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dependencies": {} + }, + "tmp@0.2.3": { + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "dependencies": {} + }, + "to-regex-range@5.0.1": { + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "is-number@7.0.0" + } + }, + "tough-cookie@2.3.4": { + "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", + "dependencies": { + "punycode": "punycode@1.4.1" + } + }, + "trim-lines@3.0.1": { + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "dependencies": {} + }, + "ts-api-utils@1.3.0_typescript@5.6.2": { + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "dependencies": { + "typescript": "typescript@5.6.2" + } + }, + "tslib@2.7.0": { + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dependencies": {} + }, + "tunnel-agent@0.4.3": { + "integrity": "sha512-e0IoVDWx8SDHc/hwFTqJDQ7CCDTEeGhmcT9jkWJjoGQSpgBz20nAMr80E3Tpk7PatJ1b37DQDgJR3CNSzcMOZQ==", + "dependencies": {} + }, + "tweetnacl@0.14.5": { + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "dependencies": {} + }, + "two-product@1.0.2": { + "integrity": "sha512-vOyrqmeYvzjToVM08iU52OFocWT6eB/I5LUWYnxeAPGXAhAxXYU/Yr/R2uY5/5n4bvJQL9AQulIuxpIsMoT8XQ==", + "dependencies": {} + }, + "two-sum@1.0.0": { + "integrity": "sha512-phP48e8AawgsNUjEY2WvoIWqdie8PoiDZGxTDv70LDr01uX5wLEQbOgSP7Z/B6+SW5oLtbe8qaYX2fKJs3CGTw==", + "dependencies": {} + }, + "type-check@0.4.0": { + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dependencies": { + "prelude-ls": "prelude-ls@1.2.1" + } + }, + "typedarray@0.0.6": { + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "dependencies": {} + }, + "typedoc-plugin-coverage@3.3.0_typedoc@0.26.7__typescript@5.6.2_typescript@5.6.2": { + "integrity": "sha512-wpywQ95tqGSD6IbYUPMXSKiwnSWboSKdx2y9X6SJQKzQvBqZoz5iiUyDJFixtW8v7+xmrqXFR/B6Wy37FNhVqA==", + "dependencies": { + "typedoc": "typedoc@0.26.7_typescript@5.6.2" + } + }, + "typedoc@0.26.7_typescript@5.6.2": { + "integrity": "sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==", + "dependencies": { + "lunr": "lunr@2.3.9", + "markdown-it": "markdown-it@14.1.0", + "minimatch": "minimatch@9.0.5", + "shiki": "shiki@1.18.0", + "typescript": "typescript@5.6.2", + "yaml": "yaml@2.5.1" + } + }, + "typescript-eslint@8.7.0_@typescript-eslint+parser@8.7.0__eslint@9.11.1__typescript@5.6.2_eslint@9.11.1_typescript@5.6.2": { + "integrity": "sha512-nEHbEYJyHwsuf7c3V3RS7Saq+1+la3i0ieR3qP0yjqWSzVmh8Drp47uOl9LjbPANac4S7EFSqvcYIKXUUwIfIQ==", + "dependencies": { + "@typescript-eslint/eslint-plugin": "@typescript-eslint/eslint-plugin@8.7.0_@typescript-eslint+parser@8.7.0__eslint@9.11.1__typescript@5.6.2_eslint@9.11.1_typescript@5.6.2", + "@typescript-eslint/parser": "@typescript-eslint/parser@8.7.0_eslint@9.11.1_typescript@5.6.2", + "@typescript-eslint/utils": "@typescript-eslint/utils@8.7.0_eslint@9.11.1_typescript@5.6.2" + } + }, + "typescript@5.6.2": { + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "dependencies": {} + }, + "uc.micro@2.1.0": { + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", + "dependencies": {} + }, + "uid-number@0.0.6": { + "integrity": "sha512-c461FXIljswCuscZn67xq9PpszkPT6RjheWFQTgCyabJrTUozElanb0YEqv2UGgk247YpcJkFBuSGNvBlpXM9w==", + "dependencies": {} + }, + "umask@1.1.0": { + "integrity": "sha512-lE/rxOhmiScJu9L6RTNVgB/zZbF+vGC0/p6D3xnkAePI2o0sMyFG966iR5Ki50OI/0mNi2yaRnxfLsPmEZF/JA==", + "dependencies": {} + }, + "undici-types@5.26.5": { + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dependencies": {} + }, + "undici-types@6.19.8": { + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dependencies": {} + }, + "unist-util-is@6.0.0": { + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3" + } + }, + "unist-util-position@5.0.0": { + "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3" + } + }, + "unist-util-stringify-position@4.0.0": { + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3" + } + }, + "unist-util-visit-parents@6.0.1": { + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3", + "unist-util-is": "unist-util-is@6.0.0" + } + }, + "unist-util-visit@5.0.0": { + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3", + "unist-util-is": "unist-util-is@6.0.0", + "unist-util-visit-parents": "unist-util-visit-parents@6.0.1" + } + }, + "uri-js@4.4.1": { + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "punycode@2.3.1" + } + }, + "util-deprecate@1.0.2": { + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dependencies": {} + }, + "util-extend@1.0.3": { + "integrity": "sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA==", + "dependencies": {} + }, + "validate-npm-package-license@3.0.4": { + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dependencies": { + "spdx-correct": "spdx-correct@3.2.0", + "spdx-expression-parse": "spdx-expression-parse@3.0.1" + } + }, + "validate-npm-package-name@2.2.2": { + "integrity": "sha512-zt38kWHt0j/tv8ZKqZB5lEVT3A41JarczU/ib7L+OXZFAjC2l9kPeujQI1m4smU1nmSwF06MqEetltqVkDmnuQ==", + "dependencies": { + "builtins": "builtins@0.0.7" + } + }, + "validate-npm-package-name@3.0.0": { + "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "dependencies": { + "builtins": "builtins@1.0.3" + } + }, + "verror@1.10.0": { + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", + "dependencies": { + "assert-plus": "assert-plus@1.0.0", + "core-util-is": "core-util-is@1.0.2", + "extsprintf": "extsprintf@1.3.0" + } + }, + "vfile-message@4.0.2": { + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3", + "unist-util-stringify-position": "unist-util-stringify-position@4.0.0" + } + }, + "vfile@6.0.3": { + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", + "dependencies": { + "@types/unist": "@types/unist@3.0.3", + "vfile-message": "vfile-message@4.0.2" + } + }, + "wcwidth@1.0.1": { + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dependencies": { + "defaults": "defaults@1.0.4" + } + }, + "weak-lru-cache@1.2.2": { + "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", + "dependencies": {} + }, + "web-worker@1.3.0": { + "integrity": "sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==", + "dependencies": {} + }, + "which@1.2.14": { + "integrity": "sha512-16uPglFkRPzgiUXYMi1Jf8Z5EzN1iB4V0ZtMXcHZnwsBtQhhHeCqoWw7tsUY42hJGNDWtUsVLTjakIa5BgAxCw==", + "dependencies": { + "isexe": "isexe@2.0.0" + } + }, + "which@2.0.2": { + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "isexe@2.0.0" + } + }, + "word-wrap@1.2.5": { + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dependencies": {} + }, + "wrappy@1.0.2": { + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dependencies": {} + }, + "write-file-atomic@1.1.4": { + "integrity": "sha512-c5qespPIeoD/YQTLgdOTe9mcjhK0MhK/URjnIlpuF+4Hoec1flfMRcZY+SWrqGHHRC1oGY1VyNC44wiLQgJMiw==", + "dependencies": { + "graceful-fs": "graceful-fs@4.1.15", + "imurmurhash": "imurmurhash@0.1.4", + "slide": "slide@1.1.6" + } + }, + "xml-utils@1.10.1": { + "integrity": "sha512-Dn6vJ1Z9v1tepSjvnCpwk5QqwIPcEFKdgnjqfYOABv1ngSofuAhtlugcUC3ehS1OHdgDWSG6C5mvj+Qm15udTQ==", + "dependencies": {} + }, + "xtend@4.0.2": { + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dependencies": {} + }, + "yallist@2.1.2": { + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dependencies": {} + }, + "yaml@2.5.1": { + "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==", + "dependencies": {} + }, + "yargs-parser@20.2.9": { + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dependencies": {} + }, + "yocto-queue@0.1.0": { + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dependencies": {} + }, + "zstddec@0.1.0": { + "integrity": "sha512-w2NTI8+3l3eeltKAdK8QpiLo/flRAr2p8AGeakfMZOXBxOg9HIu4LVDxBi81sYgVhFhdJjv1OrB5ssI8uFPoLg==", + "dependencies": {} + }, + "zwitch@2.0.4": { + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "dependencies": {} + } + } + }, + "remote": {}, + "workspace": { + "packageJson": { + "dependencies": [ + "npm:@skypack/package-check@^0.2.2", + "npm:@types/bun@^1.1.9", + "npm:@types/node@^22.5.5", + "npm:@types/tmp@^0.2.6", + "npm:earclip@^1.1.0", + "npm:eslint-config-prettier@^9.1.0", + "npm:eslint-plugin-jsdoc@^50.2.3", + "npm:eslint-plugin-prettier@^5.2.1", + "npm:eslint-plugin-tsdoc@^0.3.0", + "npm:eslint@^9.10.0", + "npm:geotiff@^2.1.3", + "npm:latest@^0.2.0", + "npm:lmdb@^3.1.2", + "npm:nextafter@^1.0.0", + "npm:open-vector-tile@^1.3.0", + "npm:prettier@^3.3.3", + "npm:robust-orientation@^1.2.1", + "npm:s2-tilejson@^1.6.0", + "npm:s2json-spec@^1.5.5", + "npm:sharp@^0.33.5", + "npm:tmp@^0.2.3", + "npm:typedoc-plugin-coverage@^3.3.0", + "npm:typedoc@^0.26.7", + "npm:typescript-eslint@^8.5.0", + "npm:typescript@^5.6.2" + ] + } + } +} diff --git a/eslint.config.mjs b/eslint.config.mjs index cc4fb77f..1014859c 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -21,16 +21,33 @@ export default tseslint.config( }, }, }, - jsdoc.configs['flat/recommended-typescript-error'], + jsdoc.configs['flat/recommended-typescript'], { rules: { // ensure explicit comparisons eqeqeq: ['error', 'always'], - 'no-implicit-coercion': ['error', { boolean: false }], + 'no-implicit-coercion': ['error', { boolean: false, number: true, string: true }], + '@typescript-eslint/strict-boolean-expressions': [ + 'error', + { + allowString: false, + allowNumber: false, + allowNullableObject: false, + allowNullableBoolean: false, + allowNullableString: false, + allowNullableNumber: false, + allowAny: false, + }, + ], 'no-extra-boolean-cast': 'error', 'no-constant-condition': ['error', { checkLoops: false }], 'no-unused-expressions': ['error', { allowTernary: true, allowShortCircuit: true }], + // manage promises correctly '@typescript-eslint/no-misused-promises': 'error', + 'no-async-promise-executor': 'error', + '@typescript-eslint/no-floating-promises': 'error', + '@typescript-eslint/prefer-promise-reject-errors': 'error', + '@typescript-eslint/promise-function-async': 'error', 'require-await': 'error', // console logs 'no-console': ['error', { allow: ['info', 'warn', 'error'] }], diff --git a/package.json b/package.json index 485480ca..2054e57b 100755 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "package-check": "package-check", "test:dev": "bun test --watch --coverage", "test": "bun test", + "test:fast": "FAST_TESTS_ONLY=true bun test", "test:coverage": "bun run test --coverage", "test:cov": "bun run tools/buildCoverage.ts", "docs": "typedoc" @@ -70,6 +71,7 @@ "eslint-plugin-jsdoc": "^50.2.3", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-tsdoc": "^0.3.0", + "geotiff": "^2.1.3", "lmdb": "^3.1.2", "nextafter": "^1.0.0", "prettier": "^3.3.3", @@ -82,6 +84,7 @@ }, "dependencies": { "earclip": "^1.1.0", + "latest": "^0.2.0", "open-vector-tile": "^1.3.0", "s2-tilejson": "^1.6.0", "s2json-spec": "^1.5.5", diff --git a/src/converters/toJSON/index.ts b/src/converters/toJSON/index.ts index 125b669e..daea4979 100644 --- a/src/converters/toJSON/index.ts +++ b/src/converters/toJSON/index.ts @@ -58,7 +58,7 @@ export async function toJSON( await writer.appendString('\n\t],'); await writer.appendString(`\n\t"faces": ${JSON.stringify([...faces])}`); - if (bbox) await writer.appendString(`,\n\t"bbox": ${JSON.stringify(bbox)}`); + if (bbox !== undefined) await writer.appendString(`,\n\t"bbox": ${JSON.stringify(bbox)}`); await writer.appendString('\n}'); } @@ -89,7 +89,7 @@ export async function toJSONLD( for (const convertedFeature of convertedFeatures) { const userFeature = onFeature(convertedFeature); if (userFeature === undefined) continue; - writer.appendString(JSON.stringify(userFeature) + '\n'); + await writer.appendString(JSON.stringify(userFeature) + '\n'); } } } diff --git a/src/converters/toTiles/index.ts b/src/converters/toTiles/index.ts index 5cebeb31..0a4e7de8 100644 --- a/src/converters/toTiles/index.ts +++ b/src/converters/toTiles/index.ts @@ -68,7 +68,7 @@ export interface BuildGuide { * Build vector tiles give a guide on what sources to parse data from and how to store it * @param buildGuide - the user defined guide on building the vector tiles */ -export function toVectorTiles(buildGuide: BuildGuide): void { +export async function toTiles(buildGuide: BuildGuide): Promise { const { tileWriter } = buildGuide; // first setup our metadata builder @@ -81,7 +81,7 @@ export function toVectorTiles(buildGuide: BuildGuide): void { // FINISH: const metadata = metaBuilder.commit(); - tileWriter.commit(metadata); + await tileWriter.commit(metadata); } /** diff --git a/src/dataStore/externalSort/worker.ts b/src/dataStore/externalSort/worker.ts index 56b9cb17..a04f9c5a 100644 --- a/src/dataStore/externalSort/worker.ts +++ b/src/dataStore/externalSort/worker.ts @@ -16,7 +16,7 @@ export interface SortChunk { * @param event - the sort chunk message */ self.onmessage = (event: Bun.MessageEvent): void => { - sortChunk(event.data).then((outFile): void => { + void sortChunk(event.data).then((outFile): void => { postMessage(outFile); }); }; diff --git a/src/dataStore/file.ts b/src/dataStore/file.ts index 7cb213b3..d8a7af83 100644 --- a/src/dataStore/file.ts +++ b/src/dataStore/file.ts @@ -111,7 +111,7 @@ export class S2FileStore { readSync(this.#valueFd, valueBuf, 0, valueLength, valueOffset); res.push(JSON.parse(valueBuf.toString()) as V); } - if (max && res.length >= max) break; + if (max !== undefined && res.length >= max) break; lowerIndex++; if (lowerIndex >= this.#size) break; } diff --git a/src/dataStore/kv/file.ts b/src/dataStore/kv/file.ts index 2474cc3d..3606c549 100644 --- a/src/dataStore/kv/file.ts +++ b/src/dataStore/kv/file.ts @@ -1,4 +1,4 @@ -import { closeSync, openSync, readSync, writeSync } from 'fs'; +import { closeSync, openSync, writeSync } from 'fs'; import type { KVStore } from '.'; import type { Key, Stringifiable } from '..'; diff --git a/src/dataStore/mmap.ts b/src/dataStore/mmap.ts index ac430a77..8cd3620f 100644 --- a/src/dataStore/mmap.ts +++ b/src/dataStore/mmap.ts @@ -97,7 +97,7 @@ export class S2MMapStore { * @returns the value if the map contains values for the key */ get(key: Key, max?: number, bigint = false): V[] | undefined { - this.switchToReadState(); + if (!this.#sorted) throw new Error('Not sorted, please call "switchToReadState" first'); let lowerIndex = this.#lowerBound(key); if (lowerIndex >= this.#size) return undefined; const { low: lowID, high: highID } = this.#getLowHigh(key); @@ -116,7 +116,7 @@ export class S2MMapStore { const valueBuf = Buffer.from(valSlice); res.push(JSON.parse(valueBuf.toString()) as V); } - if (max && res.length >= max) break; + if (max !== undefined && res.length >= max) break; lowerIndex++; if (lowerIndex >= this.#size) break; } @@ -131,7 +131,7 @@ export class S2MMapStore { * @returns true if the map contains value(s) for the key */ has(key: Key): boolean { - this.switchToReadState(); + if (!this.#sorted) throw new Error('Not sorted, please call "switchToReadState" first'); const lowerIndex = this.#lowerBound(key); if (lowerIndex >= this.#size) return false; const { low: lowID, high: highID } = this.#getLowHigh(key); @@ -166,7 +166,6 @@ export class S2MMapStore { */ #lowerBound(id: Key): number { const loHiID = this.#getLowHigh(id); - this.#sort(); // lower bound search let lo: number = 0; let hi: number = this.#size; diff --git a/src/dataStructures/cache.ts b/src/dataStructures/cache.ts index 66e93d68..5284381f 100644 --- a/src/dataStructures/cache.ts +++ b/src/dataStructures/cache.ts @@ -46,7 +46,7 @@ export default class Cache extends Map { */ delete(key: K): boolean { const value = super.get(key); - if (value !== undefined && this.onDelete) this.onDelete(key, value); + if (value !== undefined && this.onDelete !== undefined) this.onDelete(key, value); return super.delete(key); } } diff --git a/src/dataStructures/tile.ts b/src/dataStructures/tile.ts index 074eed8c..4137f9ff 100644 --- a/src/dataStructures/tile.ts +++ b/src/dataStructures/tile.ts @@ -50,7 +50,7 @@ export class Tile { const { metadata = {} } = feature; const layerName = (metadata.layer as string) ?? layer ?? 'default'; - if (!this.layers[layerName]) { + if (this.layers[layerName] === undefined) { this.layers[layerName] = new Layer(layerName, []); } this.layers[layerName].features.push(feature); diff --git a/src/geometry/clip.ts b/src/geometry/clip.ts index e21af1bb..0991b3da 100644 --- a/src/geometry/clip.ts +++ b/src/geometry/clip.ts @@ -375,7 +375,9 @@ function _clipLine( const { x: bx, y: by, z: bz, m: bm } = geom[i + 1]; const a = axis === 0 ? ax : ay; const b = axis === 0 ? bx : by; - const z = az && bz ? (az + bz) / 2 : az ? az : bz ? bz : undefined; + const azNU = az !== undefined; + const bzNU = bz !== undefined; + const z = azNU && bzNU ? (az + bz) / 2 : azNU ? az : bzNU ? bz : undefined; let entered = false; let exited = false; let intP: VectorPoint | undefined; @@ -401,7 +403,7 @@ function _clipLine( } // Update the intersection point and offset if the intP exists - if (intP) { + if (intP !== undefined) { // our first enter will change the offset for the line if (entered && !firstEnter) { curOffset = accOffset + distance(prevP, intP); diff --git a/src/geometry/geometry.spec.ts b/src/geometry/geometry.spec.ts index 4b129530..9ab784d1 100644 --- a/src/geometry/geometry.spec.ts +++ b/src/geometry/geometry.spec.ts @@ -213,24 +213,24 @@ export interface VectorPoint { t?: number; } /** Definition of a Vector MultiPoint */ -export type VectorMultiPoint = VectorPoint[]; +export type VectorMultiPoint = VectorPoint[]; /** Definition of a Vector LineString */ -export type VectorLineString = VectorPoint[]; +export type VectorLineString = VectorPoint[]; /** Definition of a Vector MultiLineString */ -export type VectorMultiLineString = VectorLineString[]; +export type VectorMultiLineString = VectorLineString[]; /** Definition of a Vector Polygon */ -export type VectorPolygon = VectorLineString[]; +export type VectorPolygon = VectorLineString[]; /** Definition of a Vector MultiPolygon */ -export type VectorMultiPolygon = VectorPolygon[]; +export type VectorMultiPolygon = VectorPolygon[]; /** All possible geometry coordinates */ -export type VectorCoordinates = - | VectorPoint - | VectorMultiPoint - | VectorLineString - | VectorMultiLineString - | VectorPolygon - | VectorMultiPolygon; +export type VectorCoordinates = + | VectorPoint + | VectorMultiPoint + | VectorLineString + | VectorMultiLineString + | VectorPolygon + | VectorMultiPolygon; /** All possible geometry types */ export type VectorGeometryType = @@ -241,9 +241,9 @@ export type VectorGeometryType = | 'Polygon' | 'MultiPolygon'; /** All possible geometry shapes */ -export type VectorGeometry = - | VectorPointGeometry - | VectorMultiPointGeometry +export type VectorGeometry = + | VectorPointGeometry + | VectorMultiPointGeometry | VectorLineStringGeometry | VectorMultiLineStringGeometry | VectorPolygonGeometry @@ -284,37 +284,47 @@ export type VectorPolygonOffset = VectorLineOffset[]; export type VectorMultiPolygonOffset = VectorPolygonOffset[]; /** PointGeometry is a point */ -export type VectorPointGeometry = VectorBaseGeometry<'Point', VectorPoint, undefined, BBOX>; +export type VectorPointGeometry = VectorBaseGeometry< + 'Point', + VectorPoint, + undefined, + BBOX +>; /** MultiPointGeometry contains multiple points */ -export type VectorMultiPointGeometry = VectorBaseGeometry< +export type VectorMultiPointGeometry = VectorBaseGeometry< 'MultiPoint', - VectorMultiPoint, + VectorMultiPoint, undefined, BBOX >; /** LineStringGeometry is a line */ -export type VectorLineStringGeometry = VectorBaseGeometry< +export type VectorLineStringGeometry = VectorBaseGeometry< 'LineString', - VectorLineString, + VectorLineString, VectorLineOffset, BBOX >; /** MultiLineStringGeometry contians multiple lines */ -export type VectorMultiLineStringGeometry = VectorBaseGeometry< +export type VectorMultiLineStringGeometry = VectorBaseGeometry< 'MultiLineString', - VectorMultiLineString, + VectorMultiLineString, VectorMultiLineOffset, BBOX >; /** PolygonGeometry is a polygon with potential holes */ -export interface VectorPolygonGeometry - extends VectorBaseGeometry<'Polygon', VectorPolygon, VectorPolygonOffset, BBOX> { +export interface VectorPolygonGeometry + extends VectorBaseGeometry<'Polygon', VectorPolygon, VectorPolygonOffset, BBOX> { indices?: number[]; tesselation?: number[]; } /** MultiPolygonGeometry is a polygon with multiple polygons with their own potential holes */ -export interface VectorMultiPolygonGeometry - extends VectorBaseGeometry<'MultiPolygon', VectorMultiPolygon, VectorMultiPolygonOffset, BBOX> { +export interface VectorMultiPolygonGeometry + extends VectorBaseGeometry< + 'MultiPolygon', + VectorMultiPolygon, + VectorMultiPolygonOffset, + BBOX + > { indices?: number[]; tesselation?: number[]; } diff --git a/src/geometry/index.ts b/src/geometry/index.ts index 65d8d420..c08c12c4 100644 --- a/src/geometry/index.ts +++ b/src/geometry/index.ts @@ -14,9 +14,6 @@ export * from './geometry.spec'; export { MValue, Properties }; // export * from 's2json-spec'; -// import * as schema from './s2json.schema.json'; -// export { schema }; - // NOTE: S2 -> S2Geometry // NOTE: WG -> WGS84 @@ -40,13 +37,17 @@ export interface BaseFeatureCollection bbox?: BBOX; } /** WG FeatureCollection */ -export type FeatureCollection> = BaseFeatureCollection< - 'FeatureCollection', - Feature | VectorFeature ->; +export type FeatureCollection< + M = Record, + D extends MValue = MValue, + P extends Properties = Properties, +> = BaseFeatureCollection<'FeatureCollection', Feature | VectorFeature>; /** S2 FeatureCollection */ -export interface S2FeatureCollection> - extends BaseFeatureCollection<'S2FeatureCollection', S2Feature> { +export interface S2FeatureCollection< + M = Record, + D extends MValue = MValue, + P extends Properties = Properties, +> extends BaseFeatureCollection<'S2FeatureCollection', S2Feature> { faces: Face[]; } @@ -57,9 +58,10 @@ export type FeatureType = 'Feature' | 'VectorFeature' | 'S2Feature'; /** Base component to build either an S2 or WG Feature */ export interface BaseFeature< T = FeatureType, - P extends Properties = Properties, - G = Geometry | VectorGeometry, M = Record, + D extends MValue = MValue, + P extends Properties = Properties, + G = Geometry | VectorGeometry, > { type: T; id?: number; @@ -71,22 +73,24 @@ export interface BaseFeature< /** WG Feature */ export type Feature< M = Record, - P extends Properties = Properties, D extends MValue = MValue, + P extends Properties = Properties, G = Geometry, -> = BaseFeature<'Feature', P, G, M>; +> = BaseFeature<'Feature', M, D, P, G>; /** WG Vector Feature */ export type VectorFeature< M = Record, + D extends MValue = MValue, P extends Properties = Properties, G = VectorGeometry, -> = BaseFeature<'VectorFeature', P, G, M>; +> = BaseFeature<'VectorFeature', M, D, P, G>; /** S2 Feature */ export interface S2Feature< M = Record, + D extends MValue = MValue, P extends Properties = Properties, G = VectorGeometry, -> extends BaseFeature<'S2Feature', P, G, M> { +> extends BaseFeature<'S2Feature', M, D, P, G> { face: Face; } @@ -100,18 +104,29 @@ export interface S2Feature< export type Attributions = Record; /** Either an S2 or WG FeatureCollection */ -export type FeatureCollections> = - | FeatureCollection - | S2FeatureCollection; +export type FeatureCollections< + M = Record, + D extends MValue = MValue, + P extends Properties = Properties, +> = FeatureCollection | S2FeatureCollection; /** Either an S2 or WG Feature */ -export type Features> = Feature | VectorFeature | S2Feature; +export type Features< + M = Record, + D extends MValue = MValue, + P extends Properties = Properties, +> = Feature | VectorFeature | S2Feature; /** Any Vector Geometry type */ -export type VectorFeatures> = VectorFeature | S2Feature; +export type VectorFeatures< + M = Record, + D extends MValue = MValue, + P extends Properties = Properties, +> = VectorFeature | S2Feature; /** All major S2JSON types */ -export type JSONCollection> = - | FeatureCollection - | S2FeatureCollection - | Features; +export type JSONCollection< + M = Record, + D extends MValue = MValue, + P extends Properties = Properties, +> = FeatureCollection | S2FeatureCollection | Features; diff --git a/src/geometry/s2/cap.ts b/src/geometry/s2/cap.ts index f2c08820..c3653d09 100644 --- a/src/geometry/s2/cap.ts +++ b/src/geometry/s2/cap.ts @@ -113,7 +113,7 @@ export function isEmpty(cap: S2Cap): boolean { * @returns - true if the cap is full */ export function isFull(cap: S2Cap): boolean { - return cap.radius == 4; + return cap.radius === 4; } /** diff --git a/src/geometry/s2/metrics.ts b/src/geometry/s2/metrics.ts index 5387c959..03a3262a 100644 --- a/src/geometry/s2/metrics.ts +++ b/src/geometry/s2/metrics.ts @@ -56,7 +56,7 @@ export class Metric { * @returns - the minimum level such that the metric is at most the given value */ getClosestLevel(value: number): number { - return this.getLevelForMaxValue((this.dim == 1 ? Math.sqrt(2) : 2) * value); + return this.getLevelForMaxValue((this.dim === 1 ? Math.sqrt(2) : 2) * value); } /** diff --git a/src/geometry/wm/convert.ts b/src/geometry/wm/convert.ts index a1dfc51d..5ffdf09b 100644 --- a/src/geometry/wm/convert.ts +++ b/src/geometry/wm/convert.ts @@ -102,7 +102,7 @@ function convertPoint(point: Point | Point3D, m?: MValue, bbox?: BBOX): VectorPo function convertGeometry(geometry: Geometry, buildBBox?: boolean): VectorGeometry { const { type, coordinates: coords, mValues, bbox } = geometry; const newBBox: BBOX | undefined = - buildBBox && bbox === undefined ? ([] as unknown as BBOX) : undefined; + buildBBox === true && bbox === undefined ? ([] as unknown as BBOX) : undefined; let coordinates: VectorCoordinates; if (type === 'Point' || type === 'Point3D') coordinates = convertPoint(coords, mValues, newBBox); diff --git a/src/proj4/common.ts b/src/proj4/common.ts index 6b3df67f..8b581489 100644 --- a/src/proj4/common.ts +++ b/src/proj4/common.ts @@ -235,7 +235,7 @@ export function hypot(x: number, y: number): number { x = abs(x); y = abs(y); const a = max(x, y); - const b = min(x, y) / (a ? a : 1); + const b = min(x, y) / (a !== 0 ? a : 1); return a * sqrt(1 + pow(b, 2)); } @@ -425,7 +425,7 @@ export function pjInvMlfn(arg: number, es: number, en: En): number { const MAX_ITER = 20; const k = 1 / (1 - es); let phi = arg; - for (let i = MAX_ITER; i; --i) { + for (let i = MAX_ITER; i !== 0; --i) { /* rarely goes over 2 iterations */ const s = sin(phi); let t = 1 - es * s * s; diff --git a/src/proj4/constants/derives.ts b/src/proj4/constants/derives.ts index c5169ea0..6e4225a7 100644 --- a/src/proj4/constants/derives.ts +++ b/src/proj4/constants/derives.ts @@ -26,7 +26,7 @@ export function deriveEccentricity(el: EccentricityParams): void { const b2 = b * b; // used in geocentric let es = (a2 - b2) / a2; // e ^ 2 let e = 0; - if (el.rA) { + if (el.rA === true) { a *= 1 - es * (SIXTH + es * (RA4 + es * RA6)); a2 = a * a; es = 0; @@ -62,13 +62,13 @@ export function deriveSphere(obj: SphereParams): void { obj.b = ellipse.b; obj.rf = ellipse.rf; } - if (obj.rf && !obj.b) { + if (obj.rf !== undefined && obj.b === undefined) { obj.b = (1.0 - 1.0 / obj.rf) * obj.a; } - if (obj.rf === undefined && obj.b) { + if (obj.rf === undefined && obj.b !== undefined) { obj.rf = (obj.a - obj.b) / obj.a; } - if (obj.rf === 0 || (obj.b && Math.abs(obj.a - obj.b) < EPSLN)) { + if (obj.rf === 0 || (obj.b !== undefined && Math.abs(obj.a - obj.b) < EPSLN)) { obj.sphere = true; obj.b = obj.a; } diff --git a/src/proj4/constants/ellipsoid.ts b/src/proj4/constants/ellipsoid.ts index c77ade0a..baedc0f8 100644 --- a/src/proj4/constants/ellipsoid.ts +++ b/src/proj4/constants/ellipsoid.ts @@ -51,6 +51,9 @@ const NWL9D: Ellipsoid = { rf: 298.25, }; +/** Naval Weapons Lab., 1965 */ +const NWL10D: Ellipsoid = NWL9D; + /** Modified Airy */ const mod_airy: Ellipsoid = { a: 6_377_340.189, @@ -81,12 +84,24 @@ const bessel: Ellipsoid = { rf: 299.1528128, }; +/** Bessel 1841 (Modified) */ +const mod_bessel: Ellipsoid = { + a: 6_377_390.0, + rf: 299.1528128, +}; + /** Bessel 1841 (Namibia) */ const bess_nam: Ellipsoid = { a: 6_377_483.865, rf: 299.1528128, }; +/** Clarke 1858 */ +const clrk58: Ellipsoid = { + a: 6_378_293.645208759, + rf: 294.2606763692654, +}; + /** Clarke 1866 */ const clrk66: Ellipsoid = { a: 6_378_206.4, @@ -99,6 +114,18 @@ const clrk80: Ellipsoid = { rf: 293.4663, }; +/** Clarke 1866 (Michigan) */ +const clrk80mich: Ellipsoid = { + a: 6_378_450.0475489, + b: 6_356_826.62148844, +}; + +/** Clarke 1880 (Benoit) */ +const clrk80ben: Ellipsoid = { + a: 6378300.789, + b: 6356566.435, +}; + /** Clarke 1880 (IGN) */ const clrk80ign: Ellipsoid = { a: 6378249.2, @@ -106,10 +133,22 @@ const clrk80ign: Ellipsoid = { rf: 293.4660213, }; -/** Clarke 1858 */ -const clrk58: Ellipsoid = { - a: 6_378_293.645208759, - rf: 294.2606763692654, +/** Clarke 1880 (RGS) */ +const clrk80rgs: Ellipsoid = { + a: 6_378_249.145, + rf: 293.465, +}; + +/** Clarke 1880 (Arc) */ +const clrk80arc: Ellipsoid = { + a: 6_378_249.145, + rf: 293.4663077, +}; + +/** Clarke 1880 (SGA) */ +const clrk80sga: Ellipsoid = { + a: 6_378_249.2, + rf: 293.46598, }; /** Comm. des Poids et Mesures 1799 */ @@ -130,7 +169,7 @@ const engelis: Ellipsoid = { rf: 298.2566, }; -/** Everest 1830 (Angola) */ +/** Everest 1830 (1937 Adjustment) */ const evrst30: Ellipsoid = { a: 6_377_276.345, rf: 300.8017, @@ -142,22 +181,34 @@ const evrst48: Ellipsoid = { rf: 300.8017, }; +/** Everest 1830 Modified */ +const evrst30_mod: Ellipsoid = evrst48; + /** Everest 1956 */ const evrst56: Ellipsoid = { a: 6_377_301.243, rf: 300.8017, }; +/** Everest (Sabah & Sarawak) */ +const evrstSS: Ellipsoid = { + a: 6_377_298.556, + rf: 300.8017, +}; + +/** Everest 1830 (1967 Definition) */ +const evrst67: Ellipsoid = evrstSS; + /** Everest 1969 */ const evrst69: Ellipsoid = { a: 6_377_295.664, rf: 300.8017, }; -/** Everest (Sabah & Sarawak) */ -const evrstSS: Ellipsoid = { - a: 6_377_298.556, - rf: 300.8017, +/** Everest 1830 (1975 Definition) */ +const evrst75: Ellipsoid = { + a: 6_377_299.151, + rf: 300.8017255, }; /** Fischer (Mercury Datum) 1960 */ @@ -190,12 +241,30 @@ const hough: Ellipsoid = { rf: 297.0, }; +/** Indonesian National Spheroid */ +const indonesian: Ellipsoid = { + a: 6_378_160, + rf: 298.247, +}; + /** International 1909 (Hayford) */ const intl: Ellipsoid = { a: 6_378_388.0, rf: 297.0, }; +/** International 1909 (Hayford) */ +const intl09: Ellipsoid = intl; + +/** International 1924 */ +const intl24: Ellipsoid = { + a: 6_378_388, + rf: 297.0, +}; + +/** International 1967 */ +const intl67: Ellipsoid = aust_SA; + /** Kaula 1961 */ const kaula: Ellipsoid = { a: 6_378_163.0, @@ -238,12 +307,24 @@ const SEasia: Ellipsoid = { b: 6_356_773.3205, }; +/** Struve 1860 */ +const struve: Ellipsoid = { + a: 6_378_298.3, + rf: 294.73, +}; + /** Walbeck */ const walbeck: Ellipsoid = { a: 6_376_896.0, b: 6_355_834.8467, }; +/** War Office */ +const WARO: Ellipsoid = { + a: 6_378_300.0, + rf: 296.0, +}; + /** WGS 60 */ const WGS60: Ellipsoid = { a: 6_378_165.0, @@ -268,6 +349,21 @@ const WGS84: Ellipsoid = { rf: 298.257223563, }; +/** GEM 10C */ +const GEM10C: Ellipsoid = WGS84; + +/** OSU86F */ +const OSU86F: Ellipsoid = { + a: 6_378_136.2, + rf: 298.257223563, +}; + +/** OSU91A */ +const OSU91A: Ellipsoid = { + a: 6_378_136.3, + rf: 298.257223563, +}; + /** Normal Sphere (r=6370997) */ const SPHERE: Ellipsoid = { a: 6370997.0, @@ -282,38 +378,57 @@ const ellipsoids: Record = { airy, APL4, NWL9D, + NWL10D, mod_airy, andrae, aust_SA, GRS67, bessel, + mod_bessel, bess_nam, + clrk58, clrk66, clrk80, + clrk80mich, + clrk80ben, clrk80ign, - clrk58, + clrk80rgs, + clrk80arc, + clrk80sga, CPM, delmbr, engelis, evrst30, evrst48, + evrst30_mod, evrst56, - evrst69, evrstSS, + evrst67, + evrst69, + evrst75, + GEM10C, fschr60, fschr60m, fschr68, helmert, hough, + indonesian, intl, + intl09, + intl24, + intl67, kaula, lerch, mprts, new_intl, + OSU86F, + OSU91A, plessis, krass, SEasia, + struve, walbeck, + WARO, WGS60, WGS66, WGS7, diff --git a/src/proj4/constants/primeMeridian.ts b/src/proj4/constants/primeMeridian.ts index aa8261cf..b546b6f3 100644 --- a/src/proj4/constants/primeMeridian.ts +++ b/src/proj4/constants/primeMeridian.ts @@ -13,8 +13,4 @@ export const PRIME_MERIDIAN = { athens: 23.7163375, // "23d42'58.815\"E", budapest: 19.040236111111, // "19d0'36.9\"E", oslo: 10.722916666667, // "10d55'39.5\"E", - washington_dc: -77.0365, // "77d2'11.4\"W", - st_petersburg: 30.3351, // "30d20'6.36\"E", - tokyo: 139.767, // "139d46'1.2\"E", - pulkovo: 30.3242, // "30d19'27\"E", }; diff --git a/src/proj4/constants/values.ts b/src/proj4/constants/values.ts index 42e60124..95304ee9 100644 --- a/src/proj4/constants/values.ts +++ b/src/proj4/constants/values.ts @@ -19,9 +19,29 @@ export const EPSLN = 1.0e-10; // you'd think you could use Number.EPSILON above but that makes // Mollweide get into an infinate loop. +/** 1 degree = π/180 radians */ export const D2R = 0.01745329251994329577; +/** 1 radian = 180/pi degrees */ export const R2D = 57.29577951308232088; +/** An arc minute is 1/60th of a degree [(π/180) / 60 radians] */ +export const MIN2R = 0.0002908882086657216; +/** An arc second is 1/60th of an arc minute, or 1/3600th of a degree [(π/180) / 3600 radians] */ +export const SEC2R = 0.00000484813681109536; +/** + * The grad, or gradian, is a unit of angular measure where a right angle is 100 grads, + * and a full circle is 400 grads. + * [1 grad = π/200 radians] + */ +export const GRD2R = 0.015707963267948967; +/** + * The gon is equivalent to the grad and is primarily used in surveying. + * A full circle is 400 gons. + * [1 gon = π/200 radians] + */ +export const GON2R = GRD2R; +/** 1/4 π */ export const QUART_PI = Math.PI / 4; +/** 2 π */ export const TWO_PI = Math.PI * 2; // SPI is slightly greater than Math.PI, so values that exceed the -180..180 // degree range by a tiny amount don't get wrapped. This prevents points that @@ -31,3 +51,4 @@ export const SPI = 3.14159265359; export const FT_TO_M = 0.3048; export const US_FT_TO_M = 1200 / 3937; +export const US_MOD_FT_TO_M = 0.30481225298450597; diff --git a/src/proj4/datum.ts b/src/proj4/datum.ts index 31ed3f87..a1780419 100644 --- a/src/proj4/datum.ts +++ b/src/proj4/datum.ts @@ -121,7 +121,7 @@ export function compareDatums(source: ProjectionTransform, dest: ProjectionTrans export function geodeticToGeocentric(p: VectorPoint, es: number, a: number): void { let Longitude = p.x; let Latitude = p.y; - const Height = p.z ? p.z : 0; //Z value not always supplied + const Height = p.z !== undefined ? p.z : 0; //Z value not always supplied /* ** Don't blow up if Latitude is just a little out of the value @@ -174,7 +174,7 @@ export function geocentricToGeodetic(p: VectorPoint, es: number, a: number, b: n const X = p.x; const Y = p.y; - const Z = p.z ? p.z : 0.0; //Z value not always supplied + const Z = p.z !== undefined ? p.z : 0.0; //Z value not always supplied let Longitude; let Latitude; let Height; @@ -517,7 +517,7 @@ function applySubgridShift(pin, inverse, ct) { function nadInterpolate(pin: VectorPoint, ct): VectorPoint { const t = { x: pin.x / ct.del[0], y: pin.y / ct.del[1] }; const indx = { x: floor(t.x), y: floor(t.y) }; - const frct = { x: t.x - 1.0 * indx.x, y: t.y - 1.0 * indx.y }; + const frct = { x: t.x - 1 * indx.x, y: t.y - 1.0 * indx.y }; const val = { x: NaN, y: NaN }; let inx; if (indx.x < 0 || indx.x >= ct.lim[0]) return val; diff --git a/src/proj4/index.ts b/src/proj4/index.ts index 96995831..198932f7 100644 --- a/src/proj4/index.ts +++ b/src/proj4/index.ts @@ -3,3 +3,5 @@ export * from './projections'; export * from './common'; export * from './mgrs'; export * from './transformer'; + +// TODO: Support labrd (https://github.com/OSGeo/PROJ/blob/4297e098b31662f390be5ff0c4f08b4e2a3176f5/src/projections/labrd.cpp#L53) diff --git a/src/proj4/mgrs.ts b/src/proj4/mgrs.ts index 46fc8a66..c76ffc37 100644 --- a/src/proj4/mgrs.ts +++ b/src/proj4/mgrs.ts @@ -489,7 +489,7 @@ function getLetter100kID(column: number, row: number, parm: number): string { * zoneNumber and accuracy (in meters) properties. */ function decode(mgrsString: string): UTM { - if (mgrsString && mgrsString.length === 0) { + if (mgrsString.length === 0) { throw new TypeError('MGRSPoint coverting from nothing'); } diff --git a/src/proj4/parseCode.ts b/src/proj4/parseCode.ts index ba15e84f..224936c3 100644 --- a/src/proj4/parseCode.ts +++ b/src/proj4/parseCode.ts @@ -13,12 +13,16 @@ import type { DatumParams } from 's2-tools/readers/wkt'; import type { ProjectionParams } from './projections'; /** + * TODO: Support json objects that use the https://proj.org/schemas/v0.7/projjson.schema.json * @param code * @param proj */ -export function parseProjStr(code: string): ProjectionParams { - const params = - code[0] === '+' ? parseProj4Str(code) : isWKTProjection(code) ? parseWKTProjection(code) : {}; +export function parseProj(code: string | ProjectionParams): ProjectionParams { + let params: ProjectionParams = {}; + if (typeof code === 'object') params = code; + else if (code[0] === '+') params = parseProj4Str(code); + else if (isWKTProjection(code)) params = parseWKTProjection(code); + else throw new Error(`Invalid projection string: ${code}`); // adjust params as needed deriveSphere(params); deriveEccentricity(params); @@ -117,6 +121,3 @@ function parseProj4StrKeyValue(res: ProjectionParams, key: string, value: string // @ts-expect-error - key is a string in ProjectionParams else res[key as keyof ProjectionParams] = value; } - -// noOff: false, -// noRot: false, diff --git a/src/proj4/projections/aeqd.ts b/src/proj4/projections/aeqd.ts index 03cf5c5d..390ce1bc 100644 --- a/src/proj4/projections/aeqd.ts +++ b/src/proj4/projections/aeqd.ts @@ -108,7 +108,7 @@ export class AzimuthalEquidistant extends ProjectionBase implements ProjectionTr //default case cos_c = this.sinP12 * sinphi + this.cosP12 * cosphi * cos(dlon); c = acos(cos_c); - kp = c ? c / sin(c) : 1; + kp = c !== 0 ? c / sin(c) : 1; p.x = this.x0 + this.a * kp * cosphi * sin(dlon); p.y = this.y0 + this.a * kp * (this.cosP12 * sinphi - this.sinP12 * cosphi * cos(dlon)); return; diff --git a/src/proj4/projections/base.ts b/src/proj4/projections/base.ts index 3eedf91f..a14690a1 100644 --- a/src/proj4/projections/base.ts +++ b/src/proj4/projections/base.ts @@ -18,6 +18,7 @@ export interface ProjectionParams { lat0?: number; lat1?: number; lat2?: number; + lamc?: number; latTs?: number; a?: number; b?: number; @@ -67,9 +68,6 @@ export class ProjectionBase implements ProjectionTransform { datumParams: DatumParams = [0, 0, 0, 0, 0, 0, 0]; srsCode = ''; // these are all variables must have a default value across all projections - lon0 = 0; - lon1 = 0; - lon2 = 0; long0 = 0; long1 = 0; lat0 = 0; @@ -94,7 +92,7 @@ export class ProjectionBase implements ProjectionTransform { rectifiedGridAngle?: number; utmSouth = false; toMeter?: number; - units = 'ft'; + units = 'm'; fromGreenwich = 0; approx = false; axis = 'enu'; diff --git a/src/proj4/projections/bonne.ts b/src/proj4/projections/bonne.ts index ad761709..412b1d6a 100644 --- a/src/proj4/projections/bonne.ts +++ b/src/proj4/projections/bonne.ts @@ -88,7 +88,7 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { * @returns - an Bonne Werner point */ eFwd(p: VectorPoint): VectorPoint { - const lam = adjustLon(p.x - (this.long0 || 0)); + const lam = adjustLon(p.x - (this.long0 ?? 0)); const phi = p.y; let E, c; const rh = this.am1 + this.m1 - pjMlfn(phi, (E = sin(phi)), (c = cos(phi)), this.en); @@ -96,8 +96,8 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { p.x = rh * sin(E); p.y = this.am1 - rh * cos(E); - p.x = this.a * p.x + (this.x0 || 0); - p.y = this.a * p.y + (this.y0 || 0); + p.x = this.a * p.x + (this.x0 ?? 0); + p.y = this.a * p.y + (this.y0 ?? 0); return p; } @@ -107,8 +107,8 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { * @returns - lon-lat WGS84 point */ eInv(p: VectorPoint): VectorPoint { - p.x = (p.x - (this.x0 || 0)) / this.a; - p.y = (p.y - (this.y0 || 0)) / this.a; + p.x = (p.x - (this.x0 ?? 0)) / this.a; + p.y = (p.y - (this.y0 ?? 0)) / this.a; let s: number, lam: number; const rh = hypot(p.x, (p.y = this.am1 - p.y)); @@ -121,7 +121,7 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { } else { throw new Error(); } - p.x = adjustLon(lam + (this.long0 || 0)); + p.x = adjustLon(lam + (this.long0 ?? 0)); p.y = adjustLat(phi); return p; } @@ -132,7 +132,7 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { * @returns - an Bonne Werner point */ sFwd(p: VectorPoint): VectorPoint { - const lam = adjustLon(p.x - (this.long0 || 0)); + const lam = adjustLon(p.x - (this.long0 ?? 0)); const phi = p.y; let E: number; const rh = this.cphi1 + this.phi1 - phi; @@ -143,8 +143,8 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { p.x = p.y = 0; } - p.x = this.a * p.x + (this.x0 || 0); - p.y = this.a * p.y + (this.y0 || 0); + p.x = this.a * p.x + (this.x0 ?? 0); + p.y = this.a * p.y + (this.y0 ?? 0); return p; } @@ -154,8 +154,8 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { * @returns - lon-lat WGS84 point */ sInv(p: VectorPoint): VectorPoint { - p.x = (p.x - (this.x0 || 0)) / this.a; - p.y = (p.y - (this.y0 || 0)) / this.a; + p.x = (p.x - (this.x0 ?? 0)) / this.a; + p.y = (p.y - (this.y0 ?? 0)) / this.a; let lam: number; const rh = hypot(p.x, (p.y = this.cphi1 - p.y)); @@ -168,7 +168,7 @@ export class BonneWerner extends ProjectionBase implements ProjectionTransform { } else { lam = (rh * atan2(p.x, p.y)) / cos(phi); } - p.x = adjustLon(lam + (this.long0 || 0)); + p.x = adjustLon(lam + (this.long0 ?? 0)); p.y = adjustLat(phi); return p; } diff --git a/src/proj4/projections/eqc.ts b/src/proj4/projections/eqc.ts index 46b9bca8..e14f20a5 100644 --- a/src/proj4/projections/eqc.ts +++ b/src/proj4/projections/eqc.ts @@ -107,11 +107,11 @@ export class EquidistantCylindrical extends ProjectionBase implements Projection constructor(params?: ProjectionParams) { super(params); - this.x0 = this.x0 || 0; - this.y0 = this.y0 || 0; - this.lat0 = this.lat0 || 0; - this.long0 = this.long0 || 0; - this.latTs = this.latTs || 0; + this.x0 = this.x0 ?? 0; + this.y0 = this.y0 ?? 0; + this.lat0 = this.lat0 ?? 0; + this.long0 = this.long0 ?? 0; + this.latTs = this.latTs ?? 0; this.rc = Math.cos(this.latTs); } diff --git a/src/proj4/projections/eqdc.ts b/src/proj4/projections/eqdc.ts index 6f9e527c..ffa05155 100644 --- a/src/proj4/projections/eqdc.ts +++ b/src/proj4/projections/eqdc.ts @@ -73,7 +73,7 @@ export class EquidistantConic extends ProjectionBase implements ProjectionTransf if (abs(this.lat1 + this.lat2) < EPSLN) throw new Error('Standard parallels cannot be equal and on opposite sides of the equator'); - this.lat2 = this.lat2 || this.lat1; + this.lat2 = this.lat2 ?? this.lat1; this.temp = this.b / this.a; this.es = 1 - Math.pow(this.temp, 2); this.e = Math.sqrt(this.es); diff --git a/src/proj4/projections/etmerc.ts b/src/proj4/projections/etmerc.ts index 0195f788..074e1518 100644 --- a/src/proj4/projections/etmerc.ts +++ b/src/proj4/projections/etmerc.ts @@ -38,7 +38,7 @@ export class ExtendedTransverseMercator extends TransverseMercator implements Pr precompute?: (etmerc: ExtendedTransverseMercator) => void, ) { super(params); - if (precompute) precompute(this); + if (precompute !== undefined) precompute(this); if (!this.approx && (this.ep2 === Infinity || this.es <= 0)) { throw new Error( diff --git a/src/proj4/projections/geos.ts b/src/proj4/projections/geos.ts index 07dbd464..b8e1bdb0 100644 --- a/src/proj4/projections/geos.ts +++ b/src/proj4/projections/geos.ts @@ -51,7 +51,7 @@ export class GeostationarySatelliteView extends ProjectionBase implements Projec ]; // GeostationarySatelliteView specific variables declare sweep: string; - flip_axis: number; + flip_axis: 0 | 1; declare h: number; radiusG: number; radiusG1: number; @@ -114,7 +114,7 @@ export class GeostationarySatelliteView extends ProjectionBase implements Projec throw new Error('h/a out of range'); } tmp = this.radiusG - v_x; - if (this.flip_axis) { + if (this.flip_axis === 1) { p.x = this.radiusG1 * atan(v_y / hypot(v_z, tmp)); p.y = this.radiusG1 * atan(v_z / tmp); } else { @@ -127,7 +127,7 @@ export class GeostationarySatelliteView extends ProjectionBase implements Projec v_y = sin(lon) * tmp; v_z = sin(lat); tmp = this.radiusG - v_x; - if (this.flip_axis) { + if (this.flip_axis === 1) { p.x = this.radiusG1 * atan(v_y / hypot(v_z, tmp)); p.y = this.radiusG1 * atan(v_z / tmp); } else { @@ -151,7 +151,7 @@ export class GeostationarySatelliteView extends ProjectionBase implements Projec p.x = p.x / this.a; p.y = p.y / this.a; if (this.shape === 'ellipse') { - if (this.flip_axis) { + if (this.flip_axis === 1) { v_z = tan(p.y / this.radiusG1); v_y = tan(p.x / this.radiusG1) * hypot(1.0, v_z); } else { @@ -173,7 +173,7 @@ export class GeostationarySatelliteView extends ProjectionBase implements Projec p.y = atan((v_z * cos(p.x)) / v_x); p.y = atan(this.radiusPInv2 * tan(p.y)); } else if (this.shape === 'sphere') { - if (this.flip_axis) { + if (this.flip_axis === 1) { v_z = tan(p.y / this.radiusG1); v_y = tan(p.x / this.radiusG1) * sqrt(1.0 + v_z * v_z); } else { diff --git a/src/proj4/projections/gnom.ts b/src/proj4/projections/gnom.ts index 8b181d5d..6afbc8e7 100644 --- a/src/proj4/projections/gnom.ts +++ b/src/proj4/projections/gnom.ts @@ -117,7 +117,6 @@ export class Gnomonic extends ProjectionBase implements ProjectionTransform { * @param p - Gnomonic point */ inverse(p: VectorPoint): void { - let rh; /* Rho */ let sinc, cosc; let c; let lon, lat; @@ -127,7 +126,8 @@ export class Gnomonic extends ProjectionBase implements ProjectionTransform { p.y = (p.y - this.y0) / this.a; p.x /= this.k0; p.y /= this.k0; - if ((rh = sqrt(p.x * p.x + p.y * p.y))) { + const rh = sqrt(p.x * p.x + p.y * p.y); /* Rho */ + if (rh !== 0) { c = atan2(rh, this.rc); sinc = sin(c); cosc = cos(c); diff --git a/src/proj4/projections/krovak.ts b/src/proj4/projections/krovak.ts index df16dcd1..8ade45ab 100644 --- a/src/proj4/projections/krovak.ts +++ b/src/proj4/projections/krovak.ts @@ -87,14 +87,14 @@ export class Krovak extends ProjectionBase implements ProjectionTransform { this.a = 6377397.155; this.es = 0.006674372230614; this.e = sqrt(this.es); - if (!this.lat0) { + if (this.lat0 === 0) { this.lat0 = 0.863937979737193; } - if (!this.long0) { + if (this.long0 === 0) { this.long0 = 0.7417649320975901 - 0.308341501185665; } /* if scale not set default to 0.9999 */ - if (!this.k0) { + if (this.k0 === undefined) { this.k0 = 0.9999; } this.s45 = 0.785398163397448; /* 45 */ @@ -136,7 +136,7 @@ export class Krovak extends ProjectionBase implements ProjectionTransform { (this.ro0 * pow(tan(this.s0 / 2 + this.s45), this.n)) / pow(tan(s / 2 + this.s45), this.n); p.y = (ro * cos(eps)) / 1; p.x = (ro * sin(eps)) / 1; - if (!this.czech) { + if (this.czech === undefined) { p.y *= -1; p.x *= -1; } @@ -153,7 +153,7 @@ export class Krovak extends ProjectionBase implements ProjectionTransform { const tmp = p.x; p.x = p.y; p.y = tmp; - if (!this.czech) { + if (this.czech === undefined) { p.y *= -1; p.x *= -1; } diff --git a/src/proj4/projections/laea.ts b/src/proj4/projections/laea.ts index b8f14ff9..adf34163 100644 --- a/src/proj4/projections/laea.ts +++ b/src/proj4/projections/laea.ts @@ -312,7 +312,7 @@ export class LambertAzimuthalEqualArea extends ProjectionBase implements Project y = -y; } q = x * x + y * y; - if (!q) { + if (q === 0) { p.x = this.long0; p.y = this.lat0; return; diff --git a/src/proj4/projections/lcc.ts b/src/proj4/projections/lcc.ts index 1bc21d8b..1d62d67d 100644 --- a/src/proj4/projections/lcc.ts +++ b/src/proj4/projections/lcc.ts @@ -101,14 +101,9 @@ export class LambertConformalConic extends ProjectionBase implements ProjectionT //the above value can be set with proj4.defs //example: proj4.defs("EPSG:2154","+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"); - if (!this.lat2) { - this.lat2 = this.lat1; - } //if lat2 is not defined - if (!this.k0) { - this.k0 = 1; - } - this.x0 = this.x0 || 0; - this.y0 = this.y0 || 0; + if (this.lat2 === 0) this.lat2 = this.lat1; + this.x0 = this.x0 ?? 0; + this.y0 = this.y0 ?? 0; // Standard Parallels cannot be equal and on opposite sides of the equator if (abs(this.lat1 + this.lat2) < EPSLN) { return; diff --git a/src/proj4/projections/merc.ts b/src/proj4/projections/merc.ts index 4fb52c43..2b50212c 100644 --- a/src/proj4/projections/merc.ts +++ b/src/proj4/projections/merc.ts @@ -131,7 +131,7 @@ export class Mercator extends ProjectionBase implements ProjectionTransform { const con = this.b / this.a; this.es = 1 - con * con; this.e = sqrt(this.es); - if (this.latTs) { + if (this.latTs !== undefined) { if (this.sphere) { this.k0 = cos(this.latTs); } else { @@ -139,7 +139,7 @@ export class Mercator extends ProjectionBase implements ProjectionTransform { } } else { if (this.k0 === undefined) { - if (this.k) { + if (this.k !== undefined) { this.k0 = this.k; } else { this.k0 = 1; diff --git a/src/proj4/projections/poly.ts b/src/proj4/projections/poly.ts index b3ea4a3a..a0369fce 100644 --- a/src/proj4/projections/poly.ts +++ b/src/proj4/projections/poly.ts @@ -120,7 +120,7 @@ export class Polyconic extends ProjectionBase implements ProjectionTransform { bl = (x * x) / this.a / this.a + al * al; phi = al; let tanphi; - for (i = 20; i; --i) { + for (i = 20; i !== 0; --i) { tanphi = tan(phi); dphi = (-1 * (al * (phi * tanphi + 1) - phi - 0.5 * (phi * phi + bl) * tanphi)) / @@ -142,7 +142,7 @@ export class Polyconic extends ProjectionBase implements ProjectionTransform { phi = al; let cl, mln, mlnp, ma; let con; - for (i = 20; i; --i) { + for (i = 20; i !== 0; --i) { con = this.e * sin(phi); cl = sqrt(1 - con * con) * tan(phi); mln = this.a * mlfn(this.e0, this.e1, this.e2, this.e3, phi); diff --git a/src/proj4/projections/qsc.ts b/src/proj4/projections/qsc.ts index 2a877856..040ae1ec 100644 --- a/src/proj4/projections/qsc.ts +++ b/src/proj4/projections/qsc.ts @@ -429,7 +429,7 @@ export class QuadrilateralizedSphericalCube extends ProjectionBase implements Pr const tanphi = tan(lp.phi); const xa = this.b / sqrt(tanphi * tanphi + this.oneMinusFSquared); lp.phi = atan(sqrt(this.a * this.a - xa * xa) / (this.oneMinusF * xa)); - if (invert_sign) { + if (invert_sign !== 0) { lp.phi = -lp.phi; } } diff --git a/src/proj4/projections/references.ts b/src/proj4/projections/references.ts index e39b372c..320d8452 100644 --- a/src/proj4/projections/references.ts +++ b/src/proj4/projections/references.ts @@ -1,5 +1,6 @@ /** - * A collection of projection codes + * A collection of projection codes that are useful for other projects like the + * geotiff reader. */ /** @@ -11,66 +12,89582 @@ export const WGS84 = '+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees'; /** - * **NAD83** projection - * - NAD83 - * - EPSG:4269 + * NAD83(NSRS2007) / UTM zone 14N + * - **CRS-PROJCRS** [3721] + * - **Area**: United States (USA) - between 102°W and 96°W onshore and offshore - Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-102,25.83,-96` */ -export const NAD83 = - '+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees'; +export const EPSG_3721 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; /** - * **PseudoMercator** projection - * - PseudoMercator - * - EPSG:3857 - * - EPSG:3785 - * - EPSG:900913 - * - EPSG:102113 - * - GOOGLE + * NAD83(HARN) / North Dakota South + * - **CRS-PROJCRS** [2833] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` */ -export const PseudoMercator = - '+title=WGS 84 / Pseudo-Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs'; +export const EPSG_2833 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; /** - * **UTM Zone 33N** projection (Northern Hemisphere) - * - UTM Zone 33N - * - EPSG:32633 + * NAD 1983 (CORS96) SPCS California VI + * - **CRS-PROJCRS** [103237] + * - **Area**: USA - California - SPCS - 6 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` */ -export const UTM33N = '+title=UTM Zone 33N +proj=utm +zone=33 +datum=WGS84 +units=m +no_defs'; +export const EPSG_103237 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=32.7833333333333 +lat_2=33.8833333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; /** - * **UTM Zone 33S** projection (Southern Hemisphere) - * - UTM Zone 33S - * - EPSG:32733 + * GSK-2011 / GSK 3GK CM 129E + * - **CRS-PROJCRS** [21343] + * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.59,127.5,42.67,130.5` */ -export const UTM33S = '+title=UTM Zone 33S +proj=utm +zone=33 +datum=WGS84 +units=m +no_defs'; +export const EPSG_21343 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; /** - * **British National Grid** projection - * - OSGB36 - * - EPSG:27700 + * NAD83(2011) / Nevada West (ftUS) + * - **CRS-PROJCRS** [6523] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` */ -export const BritishNationalGrid = - '+title=OSGB 1936 / British National Grid +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +datum=OSGB36 +units=m +no_defs'; +export const EPSG_6523 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.00001016 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; /** - * **NAD27** projection - * - NAD27 - * - EPSG:4267 + * NAD83(2011) / Massachusetts Island + * - **CRS-PROJCRS** [6489] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` */ -export const NAD27 = '+title=NAD27 (long/lat) +proj=longlat +datum=NAD27 +no_defs'; +export const EPSG_6489 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; /** - * **Lambert Conformal Conic** projection (France) - * - Lambert 93 - * - EPSG:2154 + * NAD27 / UTM zone 60N + * - **CRS-PROJCRS** [3371] + * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.67,174,47.92,180` */ -export const Lambert93 = - '+title=RGF93 / Lambert-93 +proj=lcc +lat_1=44 +lat_2=49 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +datum=RGF93 +units=m +no_defs'; +export const EPSG_3371 = + '+proj=utm +zone=60 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; /** - * **Swiss Grid** projection - * - CH1903+ - * - EPSG:2056 + * NAD 1983 HARN Adj. Minnesota Pope (meter) + * - **CRS-PROJCRS** [103667] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ -export const SwissGrid = - '+title=CH1903+ / LV95 +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel +units=m +no_defs'; +export const EPSG_103667 = + '+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + NAP height + * - **CRS-COMPOUNDCRS** [9286] + * - **Area**: Netherlands - onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.77,2.53,50.75,7.22` + */ +export const EPSG_9286 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N + NN54 height + * - **CRS-COMPOUNDCRS** [6173] + * - **Area**: Norway - onshore - between 12°E and 18°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.96,12,59.88,18.01` + */ +export const EPSG_6173 = '+proj=utm +zone=33 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Grand Comoros / UTM zone 38S + * - **CRS-PROJCRS** [2999] + * - **Area**: Comoros - Njazidja (Grande Comore). + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `-11.31,43.16,-11.99,43.55` + */ +export const EPSG_2999 = + '+proj=utm +zone=38 +south +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B27H1 + * - **CRS-PROJCRS** [112076] + * - **Area**: UK - Highways England - B27 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7829,1.002,52.0069,1.2031` + */ +export const EPSG_112076 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999466845245835 +x_0=-195973.641905265 +y_0=110985.072711655 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Observation Point 2000 + * - **CRS-PROJCRS** [2130] + * - **Area**: New Zealand - South Island - Observation Point meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-44.61,169.77,-45.82,171.24` + */ +export const EPSG_2130 = + '+proj=tmerc +lat_0=-45.8161111111111 +lon_0=170.628333333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 6 + * - **CRS-PROJCRS** [102426] + * - **Area**: ARC System - Zone 6 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `72,-180,68,180` + */ +export const EPSG_102426 = + '+proj=eqc +lat_ts=70.10896259 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS LaGrange-Noble (ftUS) + * - **CRS-PROJCRS** [7332] + * - **Area**: United States (USA) - Indiana - counties of LaGrange and Noble. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-85.66,41.26,-85.19` + */ +export const EPSG_7332 = + '+proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Fountain-Warren (ftUS) + * - **CRS-PROJCRS** [7298] + * - **Area**: United States (USA) - Indiana - counties of Fountain and Warren. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.48,-87.54,39.95,-87.09` + */ +export const EPSG_7298 = + '+proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 43 + * - **CRS-PROJCRS** [2560] + * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.59,127.5,42.67,130.5` + */ +export const EPSG_2560 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 55 / 3 + * - **CRS-PROJCRS** [102076] + * - **Area**: Australia - New South Wales - 148~E to 150~E (ISG 55/3) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,148,-47.2,150` + */ +export const EPSG_102076 = + '+proj=tmerc +lat_0=0 +lon_0=149 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Haryana + * - **CRS-PROJCRS** [7762] + * - **Area**: India - Haryana including Chandigarh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.94,74.46,27.65,77.6` + */ +export const EPSG_7762 = + '+proj=lcc +lat_0=29.25226266 +lon_0=76 +lat_1=28.0833333333333 +lat_2=30.4166666666667 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Albania TM 2010 + * - **CRS-PROJCRS** [6870] + * - **Area**: Albania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.67,19.22,39.64,21.06` + */ +export const EPSG_6870 = + '+proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Douglas (ftUS) + * - **CRS-PROJCRS** [8182] + * - **Area**: United States (USA) - Wisconsin - Douglas county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.76,-92.3,46.15,-91.55` + */ +export const EPSG_8182 = + '+proj=tmerc +lat_0=45.8833333333333 +lon_0=-91.9166666666667 +k=1.0000385418 +x_0=59131.3182626365 +y_0=0.00396240792481585 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Clay (m) + * - **CRS-PROJCRS** [7277] + * - **Area**: United States (USA) - Indiana - Clay county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.61,-87.25,39.16,-86.93` + */ +export const EPSG_7277 = + '+proj=tmerc +lat_0=39.15 +lon_0=-87.15 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 12 + * - **CRS-PROJCRS** [2075] + * - **Area**: Libya - onshore between 22°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `32.97,22,19.5,24` + */ +export const EPSG_2075 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo21 (E-N) + * - **CRS-PROJCRS** [102563] + * - **Area**: South Africa - 20~E to 22~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-24.76,19.99,-34.88,22.01` + */ +export const EPSG_102563 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / BCSG2020 + * - **CRS-PROJCRS** [20047] + * - **Area**: 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` + * - **Accuracy**: `3` + * - **BBOX**: `-24.64,152.37,-29.36,153.69` + */ +export const EPSG_20047 = + '+proj=tmerc +lat_0=-28 +lon_0=153 +k=0.99999 +x_0=150000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Price (ftUS) + * - **CRS-PROJCRS** [7627] + * - **Area**: United States (USA) - Wisconsin - Price county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.99,-90.68,45.37,-90.04` + */ +export const EPSG_7627 = + '+proj=tmerc +lat_0=44.5555555555556 +lon_0=-90.4888888888889 +k=1.0000649554 +x_0=227990.854457709 +y_0=0.0109728219456439 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GR96 + * - **CRS-GCENCRS** [4908] + * - **Area**: Greenland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `87.02,-75,56.38,7.99` + */ +export const EPSG_4908 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 84E + * - **CRS-PROJCRS** [2425] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_2425 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 UTM zone 33N + * - **CRS-PROJCRS** [102133] + * - **Area**: Norway - onshore - 12~E to 18~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.96,12,59.88,18.01` + */ +export const EPSG_102133 = + '+proj=utm +zone=33 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / KUN2020 + * - **CRS-PROJCRS** [8028] + * - **Area**: Australia - Western Australia - Kununurra area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-14.75,128.5,-16.75,129` + */ +export const EPSG_8028 = + '+proj=tmerc +lat_0=0 +lon_0=128.75 +k=1.0000165 +x_0=50000 +y_0=2100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 / Lambert-93 + * - **CRS-PROJCRS** [9793] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9793 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wadena (meter) + * - **CRS-PROJCRS** [103688] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103688 = + '+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Vienna height + * - **CRS-VERTCRS** [8881] + * - **Area**: Austria - Vienna city state. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.34,16.18,48.12,16.59` + */ +export const EPSG_8881 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kansas North + * - **CRS-PROJCRS** [6466] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_6466 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas Central (ftUS) + * - **CRS-PROJCRS** [3664] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_3664 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=699999.999898399 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C18H2 + * - **CRS-PROJCRS** [112099] + * - **Area**: UK - Highways England - C18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.3908,-0.9642,53.9276,-0.4907` + */ +export const EPSG_112099 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999952743314832 +x_0=-58020.3934851199 +y_0=126044.303088364 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Tahiti 52 / UTM zone 6S + * - **CRS-PROJCRS** [2976] + * - **Area**: French Polynesia - Society Islands - Moorea and Tahiti. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-17.41,-150,-17.93,-149.09` + */ +export const EPSG_2976 = + '+proj=utm +zone=6 +south +ellps=intl +towgs84=162,117,154,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) Maine 2000 East Zone + * - **CRS-PROJCRS** [103372] + * - **Area**: USA - Maine - CS2000 - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.37,-68.58,44.18,-66.91` + */ +export const EPSG_103372 = + '+proj=tmerc +lat_0=43.8333333333333 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR45-46 + * - **CRS-PROJCRS** [3234] + * - **Area**: Antarctica - 68°S to 72°S and 84°E to 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,84,-72,96` + */ +export const EPSG_3234 = + '+proj=lcc +lat_0=-90 +lon_0=90 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cook North (US foot) + * - **CRS-PROJCRS** [103722] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103722 = + '+proj=lcc +lat_0=47.8833333333333 +lon_0=-90.25 +lat_1=47.9333333333333 +lat_2=48.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378647.541 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 23S + * - **CRS-PROJCRS** [5533] + * - **Area**: Brazil - between 48°W and 42°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `5.13,-48,-33.5,-42` + */ +export const EPSG_5533 = + '+proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 13 + * - **CRS-PROJCRS** [22353] + * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.59,-85.5,46,-82.5` + */ +export const EPSG_22353 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GWWWA22 Grid + * - **CRS-PROJCRS** [10222] + * - **Area**: United Kingdom (UK) - on or related to the rail routes from Swansea to Pembroke Dock, Milford Haven and Fishguard. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.06,-5.16,51.55,-3.6` + */ +export const EPSG_10222 = + '+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC43 + * - **CRS-PROJCRS** [9843] + * - **Area**: France - mainland onshore south of 44°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.01,-1.79,42.33,7.65` + */ +export const EPSG_9843 = + '+proj=lcc +lat_0=43 +lon_0=3 +lat_1=42.25 +lat_2=43.75 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Minnesota Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8751] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_8751 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000.00001016 +y_0=99999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) + NAVD88 height + * - **CRS-COMPOUNDCRS** [5499] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5499 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 + * - **CRS-GEOGCRS** [4322] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4322 = '+proj=longlat +ellps=WGS72 +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 17N + * - **CRS-PROJCRS** [31986] + * - **Area**: South America between 84°W and 78°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `15.51,-84,0.9,-78` + */ +export const EPSG_31986 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 + El Hierro height + * - **CRS-COMPOUNDCRS** [9510] + * - **Area**: Spain - Canary Islands - El Hierro onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `27.9,-18.22,27.58,-17.83` + */ +export const EPSG_9510 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 10 + * - **CRS-PROJCRS** [26740] + * - **Area**: United States (USA) - Alaska - Aleutian Islands onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_26740 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=53.8333333333333 +lat_2=51.8333333333333 +x_0=914401.828803657 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 53S + * - **CRS-PROJCRS** [32353] + * - **Area**: Between 132°E and 138°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,132,-80,138` + */ +export const EPSG_32353 = + '+proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 36 + * - **CRS-PROJCRS** [4772] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_4772 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * KOSOVAREF01 + * - **CRS-GEOGCRS** [9140] + * - **Area**: Kosovo. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.25,19.97,41.85,21.8` + */ +export const EPSG_9140 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 3S + * - **CRS-PROJCRS** [32703] + * - **Area**: Between 168°W and 162°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-168,-80,-162` + */ +export const EPSG_32703 = '+proj=utm +zone=3 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Loma Quintana + * - **CRS-GEOGCRS** [4288] + * - **Area**: Venezuela - onshore north of approximately 7°45'N. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `12.25,-73.38,7.75,-59.8` + */ +export const EPSG_4288 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * Helle 1954 / Jan Mayen Grid + * - **CRS-PROJCRS** [3058] + * - **Area**: Jan Mayen - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.24,-9.17,70.75,-7.87` + */ +export const EPSG_3058 = + '+proj=tmerc +lat_0=0 +lon_0=-8.5 +k=1 +x_0=50000 +y_0=-7800000 +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 16N + * - **CRS-PROJCRS** [32216] + * - **Area**: Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-90,0,-84` + */ +export const EPSG_32216 = + '+proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 + * - **CRS-GEOGCRS** [4267] + * - **Area**: North and central America: Antigua and Barbuda - onshore. Bahamas - onshore plus offshore over internal continental shelf only. Belize - onshore. British Virgin Islands - onshore. Canada onshore - Alberta, British Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Northwest Territories, Nova Scotia, Nunavut, Ontario, Prince Edward Island, Quebec, Saskatchewan and Yukon - plus offshore east coast. Cuba - onshore and offshore. El Salvador - onshore. Guatemala - onshore. Honduras - onshore. Panama - onshore. Puerto Rico - onshore. Mexico - onshore plus offshore east coast. Nicaragua - onshore. United States (USA) onshore and offshore - Alabama, Alaska, 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 and Wyoming - plus offshore . US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `83.17,167.65,7.15,-47.74` + */ +export const EPSG_4267 = '+proj=longlat +ellps=clrk66 +nadgrids=NTv2_0.gsb +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Sherburne + * - **CRS-GEOGCRS** [104771] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104771 = '+proj=longlat +a=6378443.325 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * IGS00 + * - **CRS-GEOG3DCRS** [9005] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9005 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 46N + * - **CRS-PROJCRS** [32646] + * - **Area**: Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore. Bangladesh. Bhutan. China. Indonesia. Mongolia. Myanmar (Burma). Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,90,0,96` + */ +export const EPSG_32646 = '+proj=utm +zone=46 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NSIDC EASE-Grid North + * - **CRS-PROJCRS** [3408] + * - **Area**: Northern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_3408 = + '+proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +R=6371228 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 15N + * - **CRS-PROJCRS** [31969] + * - **Area**: Latin America - Central and South America - between 96°W and 90°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26,-96,0,-90` + */ +export const EPSG_31969 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF91 + * - **CRS-GCENCRS** [7918] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7918 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone A5 + * - **CRS-PROJCRS** [5925] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.01,132,75,-138` + */ +export const EPSG_5925 = + '+proj=lcc +lat_0=81.317226 +lon_0=177 +lat_1=85 +lat_2=77 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Perroud 1950 + * - **CRS-GEOGCRS** [4637] + * - **Area**: Antarctica - Adelie Land - coastal area between 136°E and 142°E. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-65.61,136,-67.13,142` + */ +export const EPSG_4637 = + '+proj=longlat +ellps=intl +towgs84=325,154,172,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 + * - **CRS-GEOG3DCRS** [8244] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8244 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [2649] + * - **Area**: Russian Federation - onshore between 43°30'E and 46°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.8,43.5,41.89,46.5` + */ +export const EPSG_2649 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 16N + * - **CRS-PROJCRS** [22216] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_22216 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ATS77 / UTM zone 19N + * - **CRS-PROJCRS** [2219] + * - **Area**: Canada - New Brunswick and Nova Scotia - west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.07,-69,43.64,-66` + */ +export const EPSG_2219 = + '+proj=utm +zone=19 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 6 + * - **CRS-PROJCRS** [22646] + * - **Area**: Canada - Labrador - west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.34,-67.81,52.05,-66` + */ +export const EPSG_22646 = + '+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Louisiana South + * - **CRS-PROJCRS** [26982] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_26982 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone IV + NGF-IGN78 height + * - **CRS-COMPOUNDCRS** [5708] + * - **Area**: France - Corsica onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_5708 = + '+proj=lcc +lat_1=42.165 +lat_0=42.165 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +ellps=clrk80ign +pm=paris +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Grants Pass-Ashland zone (ft) + * - **CRS-PROJCRS** [6827] + * - **Area**: United States (USA) - Oregon - Grants Pass-Ashland area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-123.95,41.88,-122.37` + */ +export const EPSG_6827 = + '+proj=tmerc +lat_0=41.75 +lon_0=-123.333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [2537] + * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 61°30'E and 64°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.77,61.5,35.14,64.5` + */ +export const EPSG_2537 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Stereographic South Pole + * - **CRS-PROJCRS** [102021] + * - **Area**: World - south of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_102021 = + '+proj=stere +lat_0=-90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Florence (m) + * - **CRS-PROJCRS** [8090] + * - **Area**: United States (USA) - Wisconsin - Florence county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.03,-88.69,45.71,-88.05` + */ +export const EPSG_8090 = + '+proj=tmerc +lat_0=45.4388888888889 +lon_0=-88.1416666666667 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2002 + * - **CRS-GCENCRS** [5358] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_5358 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Vanderburgh (m) + * - **CRS-PROJCRS** [7365] + * - **Area**: United States (USA) - Indiana - Vanderburgh county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-87.71,37.82,-87.44` + */ +export const EPSG_7365 = + '+proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo17 + * - **CRS-PROJCRS** [102471] + * - **Area**: South Africa - west of 18~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.03,16.45,-33.1,18` + */ +export const EPSG_102471 = + '+proj=tmerc +lat_0=0 +lon_0=17 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * GDA94 / BIO94 + * - **CRS-PROJCRS** [10449] + * - **Area**: Australia - Western Australia - Barrow Island and Onslow area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-20.21,114.9,-22.2,115.59` + */ +export const EPSG_10449 = + '+proj=tmerc +lat_0=0 +lon_0=115.25 +k=1.0000022 +x_0=60000 +y_0=2600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-12 + * - **CRS-PROJCRS** [6124] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,-169,72.83,-141` + */ +export const EPSG_6124 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-155 +lat_1=77 +lat_2=73.6666666666667 +x_0=12500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A12H2 + * - **CRS-PROJCRS** [112021] + * - **Area**: UK - Highways England - A12 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.814,-3.9022,50.2351,-3.6549` + */ +export const EPSG_112021 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999841726023814 +x_0=144034.639234272 +y_0=71017.0790668981 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 28 + * - **CRS-PROJCRS** [3326] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 27°E and 29°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.24,27,-7.36,29` + */ +export const EPSG_3326 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Fillmore (meter) + * - **CRS-PROJCRS** [103630] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103630 = + '+proj=lcc +lat_0=43.5 +lon_0=-92.0833333333333 +lat_1=43.55 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378464.661 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 / UTM zone 39N + * - **CRS-PROJCRS** [8839] + * - **Area**: Saudi Arabia - onshore and offshore - between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.94,47.99,17.94,54.01` + */ +export const EPSG_8839 = + '+proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NVD 1992 height + * - **CRS-VERTCRS** [9681] + * - **Area**: Bangladesh - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,20.52,92.67` + */ +export const EPSG_9681 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 42E + * - **CRS-PROJCRS** [21314] + * - **Area**: Russian Federation - onshore between 40°30'E and 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.74,40.5,42.87,43.5` + */ +export const EPSG_21314 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Belleville (ftUS) + * - **CRS-PROJCRS** [23329] + * - **Area**: United States (USA) - Illinois - counties of Madison, Monroe and St Clair. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39,-90.38,38.08,-89.59` + */ +export const EPSG_23329 = + '+proj=tmerc +lat_0=32.35 +lon_0=-90 +k=1.000016 +x_0=2949860.2997206 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF93 + * - **CRS-GEOGCRS** [8993] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8993 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / South Dakota South (ftUS) + * - **CRS-PROJCRS** [6574] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_6574 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 120E + * - **CRS-PROJCRS** [4549] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_4549 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 38S + * - **CRS-PROJCRS** [32538] + * - **Area**: Between 42°E and 48°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,42,-80,48` + */ +export const EPSG_32538 = + '+proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alberta 3TM ref merid 114 W + * - **CRS-PROJCRS** [3776] + * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60,-115.5,48.99,-112.5` + */ +export const EPSG_3776 = + '+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming West Central + * - **CRS-PROJCRS** [2864] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_2864 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Georgia East + * - **CRS-PROJCRS** [103260] + * - **Area**: USA - Georgia - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_103260 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST13-16 + * - **CRS-PROJCRS** [3263] + * - **Area**: Antarctica - 76°S to 80°S and 108°W to 84°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-108,-80,-84` + */ +export const EPSG_3263 = + '+proj=lcc +lat_0=-90 +lon_0=-96 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis North (US foot) + * - **CRS-PROJCRS** [103775] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103775 = + '+proj=lcc +lat_0=47.8333333333333 +lon_0=-92.45 +lat_1=47.9833333333333 +lat_2=48.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378543.909 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [20913] + * - **Area**: Russian Federation - onshore between 72°E and 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,72,53.17,78` + */ +export const EPSG_20913 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ibiza height + * - **CRS-VERTCRS** [9394] + * - **Area**: Spain - Balearic Islands - Ibiza - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `39.17,1.12,38.77,1.68` + */ +export const EPSG_9394 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTQ Lambert + * - **CRS-PROJCRS** [3799] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_3799 = + '+proj=lcc +lat_0=44 +lon_0=-70 +lat_1=50 +lat_2=46 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 5-45 + * - **CRS-PROJCRS** [6061] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-32,69.5,-12` + */ +export const EPSG_6061 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-22 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=45500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / North Dakota North + * - **CRS-PROJCRS** [3633] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_3633 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah North (ft) + * - **CRS-PROJCRS** [2921] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_2921 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.0001504 +y_0=999999.999996 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 51 + * - **CRS-PROJCRS** [21251] + * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,151.5,46.72,154.5` + */ +export const EPSG_21251 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 7 + * - **CRS-PROJCRS** [32187] + * - **Area**: Canada - Quebec - between 72°W and 69°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `61.8,-72,45.01,-69` + */ +export const EPSG_32187 = + '+proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Colorado South + * - **CRS-PROJCRS** [6431] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_6431 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2472] + * - **Area**: Russian Federation - onshore between 72°E and 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,72,53.17,78` + */ +export const EPSG_2472 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Lisboa Hayford Gauss IGeoE + * - **CRS-PROJCRS** [102164] + * - **Area**: Portugal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-6.19` + */ +export const EPSG_102164 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=200000 +y_0=300000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [20010] + * - **Area**: Russian Federation - onshore between 54°E and 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,54,50.47,60` + */ +export const EPSG_20010 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Azores Occidental 1939 / UTM zone 25N + * - **CRS-PROJCRS** [2188] + * - **Area**: Portugal - western Azores onshore - Flores, Corvo. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `39.77,-31.34,39.3,-31.02` + */ +export const EPSG_2188 = + '+proj=utm +zone=25 +ellps=intl +towgs84=-422.651,-172.995,84.02,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [28420] + * - **Area**: Russian Federation - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `75.96,114,49.51,120` + */ +export const EPSG_28420 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Albania LCC 2010 + * - **CRS-PROJCRS** [6962] + * - **Area**: Albania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.67,19.22,39.64,21.06` + */ +export const EPSG_6962 = + '+proj=lcc +lat_0=41 +lon_0=20 +lat_1=39 +lat_2=43 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 13 + * - **CRS-PROJCRS** [2022] + * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `55.59,-85.5,46,-82.5` + */ +export const EPSG_2022 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria GK West Zone + * - **CRS-PROJCRS** [31251] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_31251 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 7 + * - **CRS-PROJCRS** [22187] + * - **Area**: Argentina - east of 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25.49,-55.5,-28.11,-53.65` + */ +export const EPSG_22187 = + '+proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ain el Abd / UTM zone 40N + * - **CRS-PROJCRS** [20440] + * - **Area**: Saudi Arabia - east of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `22.77,54,19.66,55.67` + */ +export const EPSG_20440 = + '+proj=utm +zone=40 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 54S + * - **CRS-PROJCRS** [32754] + * - **Area**: Between 138°E and 144°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. Indonesia. Papua New Guinea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,138,-80,144` + */ +export const EPSG_32754 = '+proj=utm +zone=54 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Natural Earth II + * - **CRS-PROJCRS** [54078] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54078 = + '+proj=natearth2 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Yemen NGN96 / UTM zone 40N + * - **CRS-PROJCRS** [5837] + * - **Area**: Yemen - east of 54°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `14.95,54,8.95,57.96` + */ +export const EPSG_5837 = + '+proj=utm +zone=40 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Johnston Island 1961 + * - **CRS-GEOGCRS** [4725] + * - **Area**: United States Minor Outlying Islands - Johnston Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `16.79,-169.59,16.67,-169.47` + */ +export const EPSG_4725 = + '+proj=longlat +ellps=intl +towgs84=189,-79,-202,0,0,0,0 +no_defs +type=crs'; + +/** + * LTF2004(G) + * - **CRS-GEOGCRS** [9547] + * - **Area**: France and Italy - on or related to the rail route from Lyon to Turin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `45.89,4.65,44.87,7.88` + */ +export const EPSG_9547 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 17N + * - **CRS-PROJCRS** [26717] + * - **Area**: North America - between 84°W and 78°W. Bahamas. Canada - Nunavut; Ontario; Quebec. Costa Rica. Cuba. Honduras. Nicaragua. United States (USA) - Florida; Georgia; Kentucky; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia. Onshore for Canadian Arctic. onshore and offshore for US east coast and Cuba, with usage in Bahamas onshore plus offshore over internal continental shelf only. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `83.03,-84,7.98,-78` + */ +export const EPSG_26717 = + '+proj=utm +zone=17 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * TC(1948) / UTM zone 39N + * - **CRS-PROJCRS** [30339] + * - **Area**: United Arab Emirates (UAE) - Abu Dhabi onshore west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.32,51.56,22.76,54.01` + */ +export const EPSG_30339 = '+proj=utm +zone=39 +ellps=helmert +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 4S + * - **CRS-PROJCRS** [32304] + * - **Area**: Between 162°W and 156°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-162,-80,-156` + */ +export const EPSG_32304 = + '+proj=utm +zone=4 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 19N + * - **CRS-PROJCRS** [6348] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-72,33.61,-65.99` + */ +export const EPSG_6348 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Montana (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8706] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_8706 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS St Mary (m) + * - **CRS-PROJCRS** [7109] + * - **Area**: United States (USA) - Montana - St Mary's Valley area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-113.97,48.55,-113` + */ +export const EPSG_7109 = + '+proj=tmerc +lat_0=48.5 +lon_0=-112.5 +k=1.00016 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 46N + * - **CRS-PROJCRS** [23846] + * - **Area**: Indonesia - onshore west of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `5.97,95.16,2.55,96` + */ +export const EPSG_23846 = + '+proj=utm +zone=46 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * SMITB20 Grid + * - **CRS-PROJCRS** [10275] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.85,-4.1,50.65,-3.6` + */ +export const EPSG_10275 = + '+proj=tmerc +lat_0=50.75 +lon_0=-3.85 +k=1 +x_0=110693.666 +y_0=102089.2943 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 / RT90 2.5 gon O emulation + * - **CRS-PROJCRS** [3849] + * - **Area**: Sweden - communes between approximately 19°10'E and 21°25'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.07,18.4,63.37,22.2` + */ +export const EPSG_3849 = + '+proj=tmerc +lat_0=0 +lon_0=20.3063166666667 +k=1.0000052 +x_0=1500102.765 +y_0=-670.706 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Conakry 1905 / UTM zone 28N + * - **CRS-PROJCRS** [31528] + * - **Area**: Guinea - onshore west of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `30` + * - **BBOX**: `12.68,-15.13,9.01,-12` + */ +export const EPSG_31528 = + '+proj=utm +zone=28 +ellps=clrk80ign +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Marathon (m) + * - **CRS-PROJCRS** [7559] + * - **Area**: United States (USA) - Wisconsin - Marathon county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.13,-90.32,44.68,-89.22` + */ +export const EPSG_7559 = + '+proj=lcc +lat_1=44.9009044236111 +lat_0=44.9009044236111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493 +y_0=55049.2669 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger zone 6 + * - **CRS-PROJCRS** [5564] + * - **Area**: Ukraine - between 30°E and 36°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.38,30,43.18,36` + */ +export const EPSG_5564 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Conus Albers + * - **CRS-PROJCRS** [5071] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5071 = + '+proj=aea +lat_0=23 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 11N + * - **CRS-PROJCRS** [22611] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_22611 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ISN93 / Lambert 1993 + ISH2004 height + * - **CRS-COMPOUNDCRS** [9951] + * - **Area**: Iceland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_9951 = + '+proj=lcc +lat_0=65 +lon_0=-19 +lat_1=64.25 +lat_2=65.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Brown (ftUS) + * - **CRS-PROJCRS** [8213] + * - **Area**: United States (USA) - Wisconsin - Brown county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.26,44.24,-87.76` + */ +export const EPSG_8213 = + '+proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31599.9998983998 +y_0=4599.99989839979 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N + NN2000 height + * - **CRS-COMPOUNDCRS** [5972] + * - **Area**: Norway - onshore - between 6°E and 12°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `67.58,6,57.9,12.01` + */ +export const EPSG_5972 = '+proj=utm +zone=32 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Helle 1954 + * - **CRS-GEOGCRS** [4660] + * - **Area**: Jan Mayen - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `71.24,-9.17,70.75,-7.87` + */ +export const EPSG_4660 = + '+proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 11N + * - **CRS-PROJCRS** [32611] + * - **Area**: Between 120°W and 114°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - Alberta; British Columbia (BC); Northwest Territories (NWT); Nunavut. Mexico. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-120,0,-114` + */ +export const EPSG_32611 = '+proj=utm +zone=11 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ED50 + * - **CRS-GEOGCRS** [4230] + * - **Area**: Europe - west: Andorra; Cyprus; Denmark - onshore and offshore; Faroe Islands - onshore; France - offshore; Germany - offshore North Sea; Gibraltar; Greece - offshore; Israel - offshore; Italy including San Marino and Vatican City State; Ireland offshore; Malta; Netherlands - offshore; North Sea; Norway including Svalbard - onshore and offshore; Portugal - mainland - offshore; Spain - onshore; Türkiye (Turkey) - onshore and offshore; United Kingdom - UKCS offshore east of 6°W including Channel Islands (Guernsey and Jersey). Egypt - Western Desert; Iraq - onshore; Jordan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `84.73,-16.1,25.71,48.61` + */ +export const EPSG_4230 = + '+proj=longlat +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Hennepin + * - **CRS-GEOGCRS** [104726] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104726 = '+proj=longlat +a=6378418.941 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Ceuta 2 height + * - **CRS-VERTCRS** [9402] + * - **Area**: Spain - Ceuta onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.97,-5.4,35.82,-5.24` + */ +export const EPSG_9402 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Rhode Island (US Feet) + * - **CRS-PROJCRS** [103519] + * - **Area**: USA - Rhode Island + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_103519 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 41N + * - **CRS-PROJCRS** [32241] + * - **Area**: Between 60°E and 66°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,60,0,66` + */ +export const EPSG_32241 = + '+proj=utm +zone=41 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Indiana East (US Feet) + * - **CRS-PROJCRS** [103276] + * - **Area**: USA - Indiana - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_103276 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966666666667 +x_0=100000 +y_0=250000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Jamaica 1875 / Jamaica (Old Grid) + * - **CRS-PROJCRS** [24100] + * - **Area**: Jamaica - onshore. + * - **Unit**: `Clarke's foot` + * - **Accuracy**: `null` + * - **BBOX**: `18.58,-78.43,17.64,-76.17` + */ +export const EPSG_24100 = + '+proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=167638.49597 +y_0=121918.90616 +a=6378249.14480801 +b=6356514.96620413 +to_meter=0.3047972654 +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 3 (ftUS) + * - **CRS-PROJCRS** [2872] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_2872 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 1-23 + * - **CRS-PROJCRS** [6098] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `87.84,-120,82.83,-60` + */ +export const EPSG_6098 = + '+proj=lcc +lat_0=85.4371183333333 +lon_0=-90 +lat_1=87 +lat_2=83.6666666666667 +x_0=23500000 +y_0=1500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Hawaii zone 3 (ftUS) + * - **CRS-PROJCRS** [3760] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_3760 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Pennsylvania North + * - **CRS-PROJCRS** [6562] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_6562 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR14P01 + * - **CRS-GEOGCRS** [8985] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8985 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * REDGEOMIN / UTM zone 12S + * - **CRS-PROJCRS** [9697] + * - **Area**: Chile - Easter Island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-27.01,-109.51,-27.25,-109.16` + */ +export const EPSG_9697 = '+proj=utm +zone=12 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 01 Dinajpur + * - **CRS-PROJCRS** [102934] + * - **Area**: Bangladesh - Dinajpur + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.6334,88.0833,25.2166,89.3` + */ +export const EPSG_102934 = + '+proj=cass +lat_0=25.5 +lon_0=88.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Dakota (meter) + * - **CRS-PROJCRS** [103626] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103626 = + '+proj=lcc +lat_0=44.4719444444445 +lon_0=-93.3166666666667 +lat_1=44.5166666666667 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378421.989 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 6 + * - **CRS-PROJCRS** [3330] + * - **Area**: Albania - onshore west of 19°30'E. Czechia - east of 16°30'E. Hungary and Poland - onshore between 16°30'E and 19°30'E. Slovakia - west of 19°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,16.5,40.14,19.5` + */ +export const EPSG_3330 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A20H1 + * - **CRS-PROJCRS** [112037] + * - **Area**: UK - Highways England - A20 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0371,-0.369,50.7659,-0.0755` + */ +export const EPSG_112037 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99982572992683 +x_0=-105023.57751484 +y_0=71015.9428909868 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * CBVD61 height (ft) + * - **CRS-VERTCRS** [6132] + * - **Area**: Cayman Islands - Cayman Brac. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `19.78,-79.92,19.66,-79.69` + */ +export const EPSG_6132 = '+vunits=ft +no_defs +type=crs'; + +/** + * ONGD14 + * - **CRS-GEOGCRS** [7373] + * - **Area**: Oman - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_7373 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ISN2016 + * - **CRS-GEOGCRS** [8086] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_8086 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 1984 Orthographic South Pole + * - **CRS-PROJCRS** [102037] + * - **Area**: World - south of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_102037 = + '+proj=ortho +f=0 +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 177W + * - **CRS-PROJCRS** [2521] + * - **Area**: Russian Federation - onshore between 180°E and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.65,-180,64.35,-174` + */ +export const EPSG_2521 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Gresham-Warm Springs zone (ft) + * - **CRS-PROJCRS** [6831] + * - **Area**: United States (USA) - Oregon - Gresham-Warm Springs area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.55,-122.43,45.02,-121.68` + */ +export const EPSG_6831 = + '+proj=tmerc +lat_0=45 +lon_0=-122.333333333333 +k=1.00005 +x_0=10000.0000152 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Mississippi East + * - **CRS-PROJCRS** [26994] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_26994 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone III + * - **CRS-PROJCRS** [27393] + * - **Area**: Norway - between 1°10'W and 1°15'E of Oslo (9°33'22.5"E and 11°58'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `67.58,9.55,58.78,11.98` + */ +export const EPSG_27393 = + '+proj=tmerc +lat_0=58 +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 1 + * - **CRS-PROJCRS** [22191] + * - **Area**: Argentina - west of 70°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-36.16,-73.59,-52,-70.5` + */ +export const EPSG_22191 = + '+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / UTM zone 20N + * - **CRS-PROJCRS** [2034] + * - **Area**: Canada - Quebec - between 66°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `60.42,-66,47.16,-60` + */ +export const EPSG_2034 = + '+proj=utm +zone=20 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * LKS-92 + * - **CRS-GEOG3DCRS** [4949] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_4949 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo31 + * - **CRS-PROJCRS** [102488] + * - **Area**: South Africa - 30~E to 32~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.22,29.99,-31.38,32.02` + */ +export const EPSG_102488 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 6 + * - **CRS-PROJCRS** [20006] + * - **Area**: Russian Federation - onshore between 30°E and 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,30,50.34,36` + */ +export const EPSG_20006 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 27E + * - **CRS-PROJCRS** [2464] + * - **Area**: Russian Federation - onshore between 24°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.47,26.61,55.69,30` + */ +export const EPSG_2464 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 11 + * - **CRS-PROJCRS** [32191] + * - **Area**: Canada - Ontario - south of 46°N and west of 81°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `46,-83.6,41.67,-81` + */ +export const EPSG_32191 = + '+proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Colorado Central + * - **CRS-PROJCRS** [6427] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_6427 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 47 + * - **CRS-PROJCRS** [21247] + * - **Area**: Russian Federation - onshore between 139°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.23,139.5,45.84,142.5` + */ +export const EPSG_21247 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone A3 + * - **CRS-PROJCRS** [2937] + * - **Area**: Armenia and Georgia east of 46°02'E; Azerbaijan between 46°02' and 49°02'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `42.1,46.03,38.38,49.04` + */ +export const EPSG_2937 = + '+proj=tmerc +lat_0=0.116666666666667 +lon_0=47.5333333333333 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York East + * - **CRS-PROJCRS** [3625] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_3625 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 3-13 + * - **CRS-PROJCRS** [6077] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,34.99,76.16,67.01` + */ +export const EPSG_6077 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=52 +lat_1=80.3333333333333 +lat_2=77 +x_0=13500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [20905] + * - **Area**: Russian Federation - onshore between 24°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.47,26.61,55.69,30` + */ +export const EPSG_20905 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Maine West (US Feet) + * - **CRS-PROJCRS** [103299] + * - **Area**: USA - Maine - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_103299 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966666666667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pennington (US foot) + * - **CRS-PROJCRS** [103763] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103763 = + '+proj=lcc +lat_0=47.4988888888889 +lon_0=-96.3666666666667 +lat_1=47.6 +lat_2=48.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378445.763 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * Gulshan 303 / Bangladesh Transverse Mercator + * - **CRS-PROJCRS** [9678] + * - **Area**: Bangladesh - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.64,88.01,20.52,92.67` + */ +export const EPSG_9678 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=-2000000 +ellps=evrst30 +towgs84=283.729,735.942,261.143,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU01-05 + * - **CRS-PROJCRS** [3275] + * - **Area**: Antarctica - 80°S to 84°S and 180°W to 150°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-180,-84,-150` + */ +export const EPSG_3275 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-165 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 12N + * - **CRS-PROJCRS** [22312] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_22312 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Siskiyou Pass zone (ft) + * - **CRS-PROJCRS** [8340] + * - **Area**: United States (USA) - Oregon - Siskiyou Pass area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.46,-122.71,41.95,-121.96` + */ +export const EPSG_8340 = + '+proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-122.583333333333 +k_0=1.00015 +x_0=10000.0000152 +y_0=59999.99999976 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ID74 / UTM zone 50N + * - **CRS-PROJCRS** [23850] + * - **Area**: Indonesia - onshore north of equator and between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `4.37,114,0,120` + */ +export const EPSG_23850 = + '+proj=utm +zone=50 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 22 + * - **CRS-PROJCRS** [5122] + * - **Area**: Norway - onshore - between 22°E and 23°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.93,22,68.69,23.01` + */ +export const EPSG_5122 = + '+proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Oregon South (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8710] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_8710 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000.0001464 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * Le Pouce 1934 + * - **CRS-GEOGCRS** [4699] + * - **Area**: Mauritius - mainland onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-19.94,57.25,-20.57,57.85` + */ +export const EPSG_4699 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-770.1,158.4,-498.2,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 12S + * - **CRS-PROJCRS** [32312] + * - **Area**: Between 114°W and 108°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-114,-80,-108` + */ +export const EPSG_32312 = + '+proj=utm +zone=12 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 1N + * - **CRS-PROJCRS** [26701] + * - **Area**: United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_26701 = + '+proj=utm +zone=1 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * Wake Island 1952 + * - **CRS-GEOGCRS** [4733] + * - **Area**: Wake atoll - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `19.38,166.55,19.22,166.72` + */ +export const EPSG_4733 = + '+proj=longlat +ellps=intl +towgs84=276,-57,149,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 42S + * - **CRS-PROJCRS** [32742] + * - **Area**: Between 66°E and 72°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,66,-80,72` + */ +export const EPSG_32742 = '+proj=utm +zone=42 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 57N + * - **CRS-PROJCRS** [32257] + * - **Area**: Between 156°E and 162°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,156,0,162` + */ +export const EPSG_32257 = + '+proj=utm +zone=57 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * RT90 7.5 gon V + * - **CRS-PROJCRS** [3019] + * - **Area**: Sweden - communes west of approximately 12°26'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `59.73,10.93,57.29,12.91` + */ +export const EPSG_3019 = + '+proj=tmerc +lat_0=0 +lon_0=11.3082777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Itasca South + * - **CRS-GEOGCRS** [104730] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104730 = '+proj=longlat +a=6378574.389 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Kalianpur 1975 / India zone IVa + * - **CRS-PROJCRS** [24383] + * - **Area**: India - mainland onshore south of 15°N. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `15.01,73.94,8.02,80.4` + */ +export const EPSG_24383 = + '+proj=lcc +lat_1=12 +lat_0=12 +lon_0=80 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JAD2001 / UTM zone 17N + * - **CRS-PROJCRS** [3449] + * - **Area**: Jamaica - west of 78°W onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `19.36,-80.6,14.16,-77.99` + */ +export const EPSG_3449 = + '+proj=utm +zone=17 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 7N + * - **CRS-PROJCRS** [32607] + * - **Area**: Between 144°W and 138°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - British Columbia (BC); Yukon. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-144,0,-138` + */ +export const EPSG_32607 = '+proj=utm +zone=7 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Vientiane 1982 + * - **CRS-GEOGCRS** [4676] + * - **Area**: Laos. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4676 = + '+proj=longlat +ellps=krass +towgs84=-2.227,6.524,2.178,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 24 + NN2000 height + * - **CRS-COMPOUNDCRS** [5964] + * - **Area**: Norway - onshore - between 24°E and 25°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.17,24,68.58,25.01` + */ +export const EPSG_5964 = + '+proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E + * - **CRS-PROJCRS** [2608] + * - **Area**: Russian Federation - onshore between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.35,94.5,49.73,97.5` + */ +export const EPSG_2608 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Lisbon (Lisbon) / Portuguese National Grid + * - **CRS-PROJCRS** [20790] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_20790 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=1 +k=1 +x_0=200000 +y_0=300000 +ellps=intl +pm=lisbon +units=m +no_defs +type=crs'; + +/** + * BH_ETRS89 + * - **CRS-GCENCRS** [10326] + * - **Area**: Bosnia and Herzegovina. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.27,15.74,42.56,19.62` + */ +export const EPSG_10326 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (m) + * - **CRS-PROJCRS** [8205] + * - **Area**: United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-88.89,43.54,-88.04` + */ +export const EPSG_8205 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico Central (ftUS) + * - **CRS-PROJCRS** [2258] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_2258 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ISN2004 / LAEA Iceland + * - **CRS-PROJCRS** [9947] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_9947 = + '+proj=laea +lat_0=65 +lon_0=-19 +x_0=1700000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 7N + * - **CRS-PROJCRS** [22607] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_22607 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Rajasthan + * - **CRS-PROJCRS** [7774] + * - **Area**: India - Rajasthan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.2,69.48,23.06,78.27` + */ +export const EPSG_7774 = + '+proj=lcc +lat_0=26.88505546 +lon_0=73.875 +lat_1=24.2916666666667 +lat_2=29.4583333333333 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * St. Marys height + * - **CRS-VERTCRS** [5749] + * - **Area**: United Kingdom (UK) - Great Britain - England - Isles of Scilly onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.99,-6.41,49.86,-6.23` + */ +export const EPSG_5749 = '+vunits=m +no_defs +type=crs'; + +/** + * D48 Slovenia TM + * - **CRS-PROJCRS** [102060] + * - **Area**: Slovenia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_102060 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 59 + * - **CRS-PROJCRS** [2576] + * - **Area**: Russian Federation - onshore between 175°30'E and 178°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.1,175.5,62.09,178.5` + */ +export const EPSG_2576 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jefferson (ftUS) + * - **CRS-PROJCRS** [7324] + * - **Area**: United States (USA) - Indiana - Jefferson county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.92,-85.69,38.58,-85.2` + */ +export const EPSG_7324 = + '+proj=tmerc +lat_0=38.55 +lon_0=-85.35 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / West Virginia North (ftUS) + * - **CRS-PROJCRS** [26869] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_26869 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 10 + * - **CRS-PROJCRS** [102430] + * - **Area**: ARC System - Zone 10 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-32,180` + */ +export const EPSG_102430 = + '+proj=eqc +lat_ts=-22.94791772 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Timaru 2000 + * - **CRS-PROJCRS** [2126] + * - **Area**: New Zealand - South Island - Timaru meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.35,169.82,-44.98,171.55` + */ +export const EPSG_2126 = + '+proj=tmerc +lat_0=-44.4019444444444 +lon_0=171.057222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B16H1 + * - **CRS-PROJCRS** [112060] + * - **Area**: UK - Highways England - B16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9359,-2.6703,52.0472,-1.482` + */ +export const EPSG_112060 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00001177155717 +x_0=54022.1758344197 +y_0=111045.58365964 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Naparima 1955 + * - **CRS-GEOGCRS** [4158] + * - **Area**: Trinidad and Tobago - Trinidad - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `10.9,-61.98,9.99,-60.85` + */ +export const EPSG_4158 = + '+proj=longlat +ellps=intl +towgs84=-0.465,372.095,171.736,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 25 + NN54 height + * - **CRS-COMPOUNDCRS** [6165] + * - **Area**: Norway - onshore - between 25°E and 26°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,25,68.59,26.01` + */ +export const EPSG_6165 = + '+proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 + MSL NL depth + * - **CRS-COMPOUNDCRS** [9290] + * - **Area**: Netherlands - offshore North Sea and nearshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.77,2.53,51.32,7.21` + */ +export const EPSG_9290 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Renville (meter) + * - **CRS-PROJCRS** [103671] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103671 = + '+proj=lcc +lat_0=44.4561111111111 +lon_0=-94.6333333333333 +lat_1=44.5333333333333 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378414.369 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Pennsylvania South + * - **CRS-PROJCRS** [32129] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_32129 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN Astro 1960 / UTM zone 28N + * - **CRS-PROJCRS** [3367] + * - **Area**: Mauritania - onshore west of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.46,-17.08,14.72,-12` + */ +export const EPSG_3367 = + '+proj=utm +zone=28 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [4508] + * - **Area**: China - onshore and offshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,108,16.7,114` + */ +export const EPSG_4508 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 3 + * - **CRS-PROJCRS** [32083] + * - **Area**: Canada - Newfoundland west of 57°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `50.54,-59.48,47.5,-57.5` + */ +export const EPSG_32083 = + '+proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York Central (ftUS) + * - **CRS-PROJCRS** [6535] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_6535 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=249999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 165E + * - **CRS-PROJCRS** [21355] + * - **Area**: Russian Federation - onshore between 163°30'E and 166°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.82,163.5,54.69,166.5` + */ +export const EPSG_21355 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alabama West + * - **CRS-PROJCRS** [103221] + * - **Area**: USA - Alabama - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_103221 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Mexico East + * - **CRS-PROJCRS** [2825] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_2825 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming East Central (ftUS) + * - **CRS-PROJCRS** [3737] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_3737 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Hennepin (US foot) + * - **CRS-PROJCRS** [103734] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103734 = + '+proj=lcc +lat_0=44.7911111111111 +lon_0=-93.3833333333333 +lat_1=44.8833333333333 +lat_2=45.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378418.941 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR15-16 + * - **CRS-PROJCRS** [3222] + * - **Area**: Antarctica - 68°S to 72°S and 96°W to 84°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-96,-72,-84` + */ +export const EPSG_3222 = + '+proj=lcc +lat_0=-90 +lon_0=-90 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * EPSG example I=J+90 bin grid (real values) + * - **CRS-DRVDCRS** [32596] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `(bin)` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32596 = 'null'; + +/** + * NAD83(CSRS) / UTM zone 19N + * - **CRS-PROJCRS** [2960] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_2960 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas South (ftUS) + * - **CRS-PROJCRS** [3672] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_3672 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Caspian Sea Mercator + * - **CRS-PROJCRS** [3388] + * - **Area**: Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `46.97,46.95,37.35,53.93` + */ +export const EPSG_3388 = + '+proj=merc +lat_ts=42 +lon_0=51 +x_0=0 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kentucky North + * - **CRS-PROJCRS** [6470] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_6470 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 10 + * - **CRS-PROJCRS** [21210] + * - **Area**: Russian Federation - onshore between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.85,28.5,52.85,31.5` + */ +export const EPSG_21210 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EPSG example wellbore local vertical CRS (ft) + * - **CRS-VERTCRS** [8897] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8897 = '+vunits=ft +no_defs +type=crs'; + +/** + * RGF93 v2b + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [9785] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_9785 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 108E + * - **CRS-PROJCRS** [2433] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_2433 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kansas LCC (ftUS) + * - **CRS-PROJCRS** [6923] + * - **Area**: United States (USA) - Kansas. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `40.01,-102.06,36.99,-94.58` + */ +export const EPSG_6923 = + '+proj=lcc +lat_0=36 +lon_0=-98.25 +lat_1=39.5 +lat_2=37.5 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Sauk (ftUS) + * - **CRS-PROJCRS** [7631] + * - **Area**: United States (USA) - Wisconsin - Sauk county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-90.32,43.14,-89.59` + */ +export const EPSG_7631 = + '+proj=tmerc +lat_0=42.8194444444444 +lon_0=-89.9 +k=1.0000373868 +x_0=185623.571551943 +y_0=0.00518161036322072 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 25N using TM Complex + * - **CRS-PROJCRS** [102575] + * - **Area**: World - N hemisphere - 36~W to 30~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-36,0,-30` + */ +export const EPSG_102575 = '+proj=utm +zone=25 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E + * - **CRS-PROJCRS** [2599] + * - **Area**: Kazakhstan, Kyrgyzstan, Russian Federation onshore, Tajikistan and Uzbekistan - between 70°30'E and 73°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.57,70.5,36.67,73.5` + */ +export const EPSG_2599 = + '+proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Bartholomew (m) + * - **CRS-PROJCRS** [7261] + * - **Area**: United States (USA) - Indiana - Bartholomew county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.36,-86.09,39.03,-85.68` + */ +export const EPSG_7261 = + '+proj=tmerc +lat_0=39 +lon_0=-85.85 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 15S + * - **CRS-PROJCRS** [32715] + * - **Area**: Between 96°W and 90°W, southern hemisphere between 80°S and equator, onshore and offshore. Ecuador - Galapagos. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-96,-80,-90` + */ +export const EPSG_32715 = '+proj=utm +zone=15 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RSAO13 / UTM zone 32S + * - **CRS-PROJCRS** [9156] + * - **Area**: Angola - west of 12°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-5.03,8.2,-17.28,12.01` + */ +export const EPSG_9156 = + '+proj=utm +zone=32 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 + * - **CRS-GEOGCRS** [4764] + * - **Area**: Antarctica - Ross Sea Region - nominally between 160°E and 150°W but includes buffer on eastern hemisphere margin to include Transantarctic Mountains + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-59.99,144.99,-90,-144.99` + */ +export const EPSG_4764 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 19S + * - **CRS-PROJCRS** [5876] + * - **Area**: Brazil - between 72°W and 66°W, northern and southern hemispheres. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `2.15,-72,-11.14,-65.99` + */ +export const EPSG_5876 = + '+proj=utm +zone=19 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 45S + * - **CRS-PROJCRS** [32345] + * - **Area**: Between 84°E and 90°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,84,-80,90` + */ +export const EPSG_32345 = + '+proj=utm +zone=45 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Connecticut + * - **CRS-PROJCRS** [26756] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_26756 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=182880.365760731 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + Ceuta 2 height + * - **CRS-COMPOUNDCRS** [9506] + * - **Area**: Spain - Ceuta onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.97,-5.4,35.82,-5.24` + */ +export const EPSG_9506 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 21N + * - **CRS-PROJCRS** [31990] + * - **Area**: South America between 60°W and 54°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `10.7,-60,0,-54` + */ +export const EPSG_31990 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGRS93 + * - **CRS-GCENCRS** [6309] + * - **Area**: Cyprus - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.74,32.2,34.59,34.65` + */ +export const EPSG_6309 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maryland (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8747] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_8747 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=399999.9998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-56 Rivne + * - **CRS-PROJCRS** [9855] + * - **Area**: Ukraine - Rivne region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.95,25.08,50,27.74` + */ +export const EPSG_9855 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 15N + * - **CRS-PROJCRS** [22715] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_22715 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Modified Central Belt Jeju + * - **CRS-PROJCRS** [5175] + * - **Area**: Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `33.61,126.09,33.14,127.01` + */ +export const EPSG_5175 = + '+proj=tmerc +lat_0=38 +lon_0=127.002890277778 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Dayville-Prairie City zone (m) + * - **CRS-PROJCRS** [8317] + * - **Area**: United States (USA) - Oregon - Dayville-Prairie City area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.94,-119.89,44.24,-118.61` + */ +export const EPSG_8317 = + '+proj=tmerc +lat_0=44.25 +lon_0=-119.633333333333 +k=1.00012 +x_0=20000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 10 + * - **CRS-PROJCRS** [22650] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `47.33,-81,42.26,-77.99` + */ +export const EPSG_22650 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / El Salvador Lambert + * - **CRS-PROJCRS** [5460] + * - **Area**: El Salvador - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `14.44,-90.11,13.1,-87.69` + */ +export const EPSG_5460 = + '+proj=lcc +lat_1=13.7833333333333 +lat_0=13.7833333333333 +lon_0=-89 +k_0=0.99996704 +x_0=500000 +y_0=295809.184 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 + * - **CRS-GEOGCRS** [8252] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8252 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Cais da Vila depth + * - **CRS-VERTCRS** [10371] + * - **Area**: Portugal - Porto Santo island (Madeira archipelago) onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.15,-16.44,32.96,-16.23` + */ +export const EPSG_10371 = '+vunits=m +no_defs +type=crs'; + +/** + * Fort Marigot + * - **CRS-GEOGCRS** [4621] + * - **Area**: Guadeloupe - onshore - St Martin and St Barthélemy islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `18.17,-63.21,17.82,-62.73` + */ +export const EPSG_4621 = + '+proj=longlat +ellps=intl +towgs84=137,248,-430,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone C3 + * - **CRS-PROJCRS** [5933] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `71,-12,59,78.01` + */ +export const EPSG_5933 = + '+proj=lcc +lat_0=65.1012708888889 +lon_0=33 +lat_1=69 +lat_2=61 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 50N + * - **CRS-PROJCRS** [32650] + * - **Area**: Between 114°E and 120°E, northern hemisphere between equator and 84°N, onshore and offshore. Brunei. China. Hong Kong. Indonesia. Malaysia - East Malaysia - Sarawak. Mongolia. Philippines. Russian Federation. Taiwan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,114,0,120` + */ +export const EPSG_32650 = '+proj=utm +zone=50 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGS08 + * - **CRS-GEOG3DCRS** [9013] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.05` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9013 = + '+proj=longlat +ellps=GRS80 +towgs84=-0.214,0.119,0.156,-0.01182,0.00811,-0.01677,-0.0059 +no_defs +type=crs'; + +/** + * NAD83 / BC Albers + * - **CRS-PROJCRS** [42102] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42102 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis North + * - **CRS-GEOGCRS** [104767] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104767 = '+proj=longlat +a=6378543.909 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Naparima 1972 + * - **CRS-GEOGCRS** [4271] + * - **Area**: Trinidad and Tobago - Tobago - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `26` + * - **BBOX**: `11.41,-60.9,11.08,-60.44` + */ +export const EPSG_4271 = '+proj=longlat +ellps=intl +towgs84=-2,374,172,0,0,0,0 +no_defs +type=crs'; + +/** + * Fischer 1960 + * - **CRS-GEOGCRS** [37002] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37002 = '+proj=longlat +ellps=fschr60 +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 107-45 + * - **CRS-PROJCRS** [5899] + * - **Area**: Vietnam - Quang Ninh province; Da Nang municipality and Quang Nam province; Ba Ria-Vung Tau, Dong Nai and Lam Dong provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `21.67,106.43,8.57,108.76` + */ +export const EPSG_5899 = + '+proj=tmerc +lat_0=0 +lon_0=107.75 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Vermont + * - **CRS-PROJCRS** [103558] + * - **Area**: USA - Vermont + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_103558 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964285714286 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / New York West + * - **CRS-PROJCRS** [32017] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_32017 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS58-60 + * - **CRS-PROJCRS** [3259] + * - **Area**: Antarctica - 72°S to 76°S and 162°E to 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,162,-76,180` + */ +export const EPSG_3259 = + '+proj=lcc +lat_0=-90 +lon_0=171 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR17P01 + * - **CRS-GEOG3DCRS** [8946] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8946 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [20929] + * - **Area**: Russian Federation - onshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,168,54.45,174` + */ +export const EPSG_20929 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nevada East + * - **CRS-PROJCRS** [3609] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_3609 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 47N + * - **CRS-PROJCRS** [32447] + * - **Area**: Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,96,0,102` + */ +export const EPSG_32447 = + '+proj=utm +zone=47 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS VI + * - **CRS-PROJCRS** [2448] + * - **Area**: Japan - onshore - Honshu between approximately 135°10'E and 136°45'E - Kyoto-fu; Osaka-fu; Fukui-ken; Shiga-ken; Mie-ken; Nara-ken; Wakayama-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.33,134.86,33.4,136.99` + */ +export const EPSG_2448 = + '+proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Pan IAU 2015 + * - **CRS-GEOGCRS** [104989] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104989 = '+proj=longlat +R=14000 +no_defs +type=crs'; + +/** + * NZGD49 / Nelson Circuit + * - **CRS-PROJCRS** [27215] + * - **Area**: New Zealand - South Island - Nelson meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.66,172.4,-42.18,174.08` + */ +export const EPSG_27215 = + '+proj=tmerc +lat_0=-41.2745447222222 +lon_0=173.299316805556 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * St. Stephen Grid (Ferro) + * - **CRS-PROJCRS** [8045] + * - **Area**: Austria - Lower Austria. Czechia - Moravia and Czech Silesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.45,14.41,47.42,18.86` + */ +export const EPSG_8045 = + '+proj=cass +lat_0=48.2087611111111 +lon_0=34.0409222222222 +x_0=0 +y_0=0 +a=6376045 +rf=310 +pm=ferro +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS V + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10166] + * - **Area**: Japan - onshore - Honshu between approximately 133°15'E and 135°10'E - Hyogo-ken; Tottori-ken; Okayama-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.71,133.13,34.13,135.47` + */ +export const EPSG_10166 = + '+proj=tmerc +lat_0=36 +lon_0=134.333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * RGF93 v1 + * - **CRS-GEOG3DCRS** [4965] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_4965 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5677] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `55.09,7.5,47.27,10.51` + */ +export const EPSG_5677 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 9 + * - **CRS-PROJCRS** [2018] + * - **Area**: Canada - Ontario - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.25,-78,43.63,-75` + */ +export const EPSG_2018 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Delaware + * - **CRS-PROJCRS** [26957] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_26957 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Segara (Jakarta) + * - **CRS-GEOGCRS** [4820] + * - **Area**: Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `4.29,114.55,-4.24,119.06` + */ +export const EPSG_4820 = '+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs'; + +/** + * Belfast height + * - **CRS-VERTCRS** [5732] + * - **Area**: United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.36,-8.18,53.96,-5.34` + */ +export const EPSG_5732 = '+vunits=m +no_defs +type=crs'; + +/** + * MGI / Austria M28 + * - **CRS-PROJCRS** [31284] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_31284 = + '+proj=tmerc +lat_0=0 +lon_0=10.3333333333333 +k=1 +x_0=150000 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Waupaca (ftUS) + * - **CRS-PROJCRS** [8100] + * - **Area**: United States (USA) - Wisconsin - Waupaca county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.23,44.24,-88.6` + */ +export const EPSG_8100 = + '+proj=tmerc +lat_0=43.4202777777778 +lon_0=-88.8166666666667 +k=1.0000333645 +x_0=185013.970942342 +y_0=0.00701041402082804 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Neptune - Proteus + * - **CRS-GEOGCRS** [104966] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104966 = '+proj=longlat +R=208000 +no_defs +type=crs'; + +/** + * ShAb07 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10189] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Aberystwyth. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.77,-4.16,52.37,-2.6` + */ +export const EPSG_10189 = + '+proj=tmerc +lat_0=52.6 +lon_0=-3.35 +k=1 +x_0=56023.5377 +y_0=24567.6764 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2002 / UTM zone 18S + * - **CRS-PROJCRS** [5362] + * - **Area**: Chile - 78°W to 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.35,-78,-59.36,-71.99` + */ +export const EPSG_5362 = '+proj=utm +zone=18 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / Lambert-93 + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [5698] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_5698 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * BBT2000 + * - **CRS-GCENCRS** [10473] + * - **Area**: Austria and Italy - on or related to the Brenner Base Tunnel rail route from Innsbruck to Fortezza (Franzensfeste). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.33,11.04,46.45,11.91` + */ +export const EPSG_10473 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB36 / British National Grid + * - **CRS-PROJCRS** [27700] + * - **Area**: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `61.01,-9.01,49.75,2.01` + */ +export const EPSG_27700 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +nadgrids=OSTN15_NTv2_OSGBtoETRS.gsb +units=m +no_defs +type=crs'; + +/** + * KKJ + * - **CRS-GEOGCRS** [4123] + * - **Area**: Finland - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `70.09,19.24,59.75,31.59` + */ +export const EPSG_4123 = + '+proj=longlat +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin North + * - **CRS-PROJCRS** [32152] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_32152 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 1 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8803] + * - **Area**: United States (USA) - Alaska - east of 141°W; i.e. Panhandle. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_8803 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 23N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [9711] + * - **Area**: Canada offshore Atlantic - 48°W to 42°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.47,-48,39.85,-42` + */ +export const EPSG_9711 = '+proj=utm +zone=23 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Bloomington (ftUS) + * - **CRS-PROJCRS** [23313] + * - **Area**: United States (USA) - Illinois - McLean county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.76,-89.27,40.28,-88.45` + */ +export const EPSG_23313 = + '+proj=lcc +lat_1=40.5 +lat_0=40.5 +lon_0=-88.85 +k_0=1.000031 +x_0=1150012.7000254 +y_0=530048.26009652 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [4573] + * - **Area**: China - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,102,21.53,108` + */ +export const EPSG_4573 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Eckert V + * - **CRS-PROJCRS** [53011] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53011 = + '+proj=eck5 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 2S + * - **CRS-PROJCRS** [32502] + * - **Area**: Between 174°W and 168°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-174,-80,-168` + */ +export const EPSG_32502 = + '+proj=utm +zone=2 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 39S + * - **CRS-PROJCRS** [7076] + * - **Area**: French Southern Territories - Crozet onshore and offshore between 48°E to 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.61,48,-49.82,54.01` + */ +export const EPSG_7076 = + '+proj=utm +zone=39 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / NCRS Las Vegas (m) + * - **CRS-PROJCRS** [8383] + * - **Area**: United States (USA) - Nevada - Las Vegas area below approximately 3000 feet. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8383 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.0001 +x_0=100000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI 1901 / Balkans zone 8 + * - **CRS-PROJCRS** [8679] + * - **Area**: North Macedonia - east of 22°30'E; Serbia - east of 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `44.7,22.5,41.11,23.04` + */ +export const EPSG_8679 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=8500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Datum 73 / UTM zone 29N + * - **CRS-PROJCRS** [27429] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_27429 = + '+proj=utm +zone=29 +ellps=intl +towgs84=-239.749,88.181,30.488,-0.263,-0.082,-1.211,2.229 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Tennessee (ftUS) + * - **CRS-PROJCRS** [2274] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_2274 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ID74 / UTM zone 53S + * - **CRS-PROJCRS** [23893] + * - **Area**: Indonesia - onshore south of equator and between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-0.29,132,-8.49,138` + */ +export const EPSG_23893 = + '+proj=utm +zone=53 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E + * - **CRS-PROJCRS** [2624] + * - **Area**: Russian Federation - onshore between 142°30'E and 145°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `75.98,142.5,43.61,145.5` + */ +export const EPSG_2624 = + '+proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 + * - **CRS-GEOG3DCRS** [6667] + * - **Area**: Japan - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,122.38,17.09,157.65` + */ +export const EPSG_6667 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 8 + NN2000 height + * - **CRS-COMPOUNDCRS** [5948] + * - **Area**: Norway - onshore - between 8°E and 9°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64.1,8,58,9.01` + */ +export const EPSG_5948 = + '+proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 39E + * - **CRS-PROJCRS** [21007] + * - **Area**: Russian Federation - onshore between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.23,36,43.18,42.01` + */ +export const EPSG_21007 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Mexico East (US Feet) + * - **CRS-PROJCRS** [103489] + * - **Area**: USA - New Mexico - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_103489 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909090909091 +x_0=165000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ETRF2005 + * - **CRS-GEOGCRS** [9068] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9068 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alabama East + * - **CRS-PROJCRS** [3465] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_3465 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [21457] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_21457 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Minna / Nigeria Mid Belt + * - **CRS-PROJCRS** [26392] + * - **Area**: Nigeria between 6°30'E and 10°30'E, onshore and offshore shelf. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `13.53,6.5,3.57,10.51` + */ +export const EPSG_26392 = + '+proj=tmerc +lat_0=4 +lon_0=8.5 +k=0.99975 +x_0=670553.98 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS South Dakota S + * - **CRS-PROJCRS** [103523] + * - **Area**: USA - South Dakota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_103523 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=42.8333333333333 +lat_2=44.4 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89-extended / LAEA Europe + * - **CRS-PROJCRS** [3035] + * - **Area**: Europe - European Union (EU) countries and candidates. Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Iceland; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal including Madeira and Azores; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain including Canary Islands; Sweden; Switzerland; Türkiye (Turkey); United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.73,-35.58,24.6,44.83` + */ +export const EPSG_3035 = + '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Georgia West + * - **CRS-PROJCRS** [3520] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_3520 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / CKIG92 + * - **CRS-PROJCRS** [6722] + * - **Area**: Cocos (Keeling) Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-11.76,96.76,-12.27,96.99` + */ +export const EPSG_6722 = + '+proj=tmerc +lat_0=0 +lon_0=96.875 +k=1 +x_0=50000 +y_0=1400000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Winkel Tripel (NGS version) + * - **CRS-PROJCRS** [54042] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54042 = + '+proj=wintri +lon_0=0 +lat_1=50.467 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone X6 + * - **CRS-PROJCRS** [7830] + * - **Area**: Ukraine - between 37°E and 40°E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `50.44,37,46.8,40.01` + */ +export const EPSG_7830 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=38.5 +k=1 +x_0=6300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / UTM zone 51N + * - **CRS-PROJCRS** [6688] + * - **Area**: Japan - west of 126°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.71,122.38,21.1,126` + */ +export const EPSG_6688 = + '+proj=utm +zone=51 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 / UTM zone 58S + * - **CRS-PROJCRS** [3170] + * - **Area**: New Caledonia - between 162°E and 168°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-14.83,162,-26.45,168` + */ +export const EPSG_3170 = + '+proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 / LCC + * - **CRS-PROJCRS** [6372] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_6372 = + '+proj=lcc +lat_0=12 +lon_0=-102 +lat_1=17.5 +lat_2=29.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [2331] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_2331 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 (lon-lat) + * - **CRS-GEOGCRS** [7133] + * - **Area**: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-20.91,37.98,-67.13,142` + */ +export const EPSG_7133 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arizona East + * - **CRS-PROJCRS** [2761] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_2761 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK19FIN + * - **CRS-PROJCRS** [3873] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `60.34,19.24,60.08,19.5` + */ +export const EPSG_3873 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=19500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Oconto (m) + * - **CRS-PROJCRS** [7563] + * - **Area**: United States (USA) - Wisconsin - Oconto county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.38,-88.69,44.67,-87.76` + */ +export const EPSG_7563 = + '+proj=tmerc +lat_0=44.3972222222222 +lon_0=-87.9083333333333 +k=1.0000236869 +x_0=182880.3676 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Europa IAU 2015 + * - **CRS-GEOGCRS** [104874] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104874 = '+proj=longlat +R=1560800 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 10N + * - **CRS-PROJCRS** [22410] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_22410 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [5270] + * - **Area**: Türkiye (Turkey) - between 28°30'E and 31°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.46,28.5,36.06,31.5` + */ +export const EPSG_5270 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 + * - **CRS-GEOG3DCRS** [4898] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_4898 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * CHTRS95 + * - **CRS-GCENCRS** [4932] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4932 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * IGN 1988 SM height + * - **CRS-VERTCRS** [5620] + * - **Area**: Guadeloupe - onshore - St Martin island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.17,-63.21,18.01,-62.96` + */ +export const EPSG_5620 = '+vunits=m +no_defs +type=crs'; + +/** + * ETRS 1989 Slovenia TM + * - **CRS-PROJCRS** [102109] + * - **Area**: Slovenia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_102109 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 10N + * - **CRS-PROJCRS** [32410] + * - **Area**: Between 126°W and 120°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-126,0,-120` + */ +export const EPSG_32410 = + '+proj=utm +zone=10 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * MMS + * - **CRS-GEOGCRS** [9253] + * - **Area**: Argentina - Tierra del Fuego onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2.5` + * - **BBOX**: `-52.59,-68.64,-55.11,-63.73` + */ +export const EPSG_9253 = + '+proj=longlat +ellps=intl +towgs84=-78.1,101.6,133.3,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD27 / Texas South Central + * - **CRS-PROJCRS** [32040] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. Gulf of Mexico outer continental shelf (GoM OCS) protraction areas: Matagorda Island; Brazos; Galveston; High Island, Sabine Pass (TX). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.41` + */ +export const EPSG_32040 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=28.3833333333333 +lat_2=30.2833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * DACR52 height + * - **CRS-VERTCRS** [8911] + * - **Area**: Costa Rica - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.22,-85.97,7.98,-82.53` + */ +export const EPSG_8911 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cass North (US foot) + * - **CRS-PROJCRS** [103718] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103718 = + '+proj=lcc +lat_0=46.8036111111111 +lon_0=-94.2166666666667 +lat_1=46.9166666666667 +lat_2=47.3166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378567.378 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan South + * - **CRS-PROJCRS** [2809] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_2809 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Craster Parabolic + * - **CRS-PROJCRS** [53046] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53046 = + '+proj=crast +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 55S + * - **CRS-PROJCRS** [32555] + * - **Area**: Between 144°E and 150°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,144,-80,150` + */ +export const EPSG_32555 = + '+proj=utm +zone=55 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 36 + * - **CRS-PROJCRS** [4524] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_4524 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nevada Central (ftUS) + * - **CRS-PROJCRS** [6519] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_6519 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Sierra Leone 1924 + * - **CRS-GEOGCRS** [4174] + * - **Area**: Sierra Leone - Freetown Peninsula. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `8.55,-13.34,8.32,-13.13` + */ +export const EPSG_4174 = '+proj=longlat +a=6378300 +rf=296 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 9 + NN54 height + * - **CRS-COMPOUNDCRS** [6149] + * - **Area**: Norway - onshore - between 9°E and 10°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64.25,9,58.44,10.01` + */ +export const EPSG_6149 = + '+proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 18S + * - **CRS-PROJCRS** [24878] + * - **Area**: South America (Chile - north of 45°S; Ecuador; Peru) between 78°W and 72°W, southern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `0,-78,-43.5,-71.99` + */ +export const EPSG_24878 = + '+proj=utm +zone=18 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Helene + * - **CRS-GEOGCRS** [104931] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104931 = '+proj=longlat +R=16000 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Hancock-Madison (ftUS) + * - **CRS-PROJCRS** [7308] + * - **Area**: United States (USA) - Indiana - counties of Hancock and Madison. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.38,-85.96,39.69,-85.57` + */ +export const EPSG_7308 = + '+proj=tmerc +lat_0=39.65 +lon_0=-85.8 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Kewaunee, Manitowoc and Sheboygan (m) + * - **CRS-PROJCRS** [8157] + * - **Area**: United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.17,43.54,-87.37` + */ +export const EPSG_8157 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Adindan / UTM zone 38N + * - **CRS-PROJCRS** [20138] + * - **Area**: Ethiopia - east of 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `12.85,42,4.11,47.99` + */ +export const EPSG_20138 = + '+proj=utm +zone=38 +a=6378249.145 +rf=293.465 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Assam + * - **CRS-PROJCRS** [7758] + * - **Area**: India - Assam. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.98,89.69,24.13,96.03` + */ +export const EPSG_7758 = + '+proj=lcc +lat_0=26.00257703 +lon_0=92.75 +lat_1=24.6666666666667 +lat_2=27.3333333333333 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Napier 1962 height + * - **CRS-VERTCRS** [5765] + * - **Area**: New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-38.87,175.8,-40.57,178.07` + */ +export const EPSG_5765 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wisconsin North (US Feet) + * - **CRS-PROJCRS** [103574] + * - **Area**: USA - Wisconsin - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_103574 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=45.5666666666667 +lat_2=46.7666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Azores Oriental 1995 / UTM zone 26N + * - **CRS-PROJCRS** [3062] + * - **Area**: Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.96,-25.92,36.87,-24.72` + */ +export const EPSG_3062 = + '+proj=utm +zone=26 +ellps=intl +towgs84=-208.719,129.685,52.092,0.195,0.014,-0.327,0.198 +units=m +no_defs +type=crs'; + +/** + * Jamestown 1971 height + * - **CRS-VERTCRS** [7888] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7888 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Mississippi East (ftUS) + * - **CRS-PROJCRS** [3598] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_3598 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Monteria urban grid + * - **CRS-PROJCRS** [6260] + * - **Area**: Colombia - Monteria city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `8.81,-75.94,8.7,-75.82` + */ +export const EPSG_6260 = + '+proj=col_urban +lat_0=8.77308575555556 +lon_0=-75.8795533305556 +x_0=1131814.934 +y_0=1462131.119 +h_0=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Jersey (ftUS) + * - **CRS-PROJCRS** [3432] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_3432 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(PA11) / Hawaii zone 3 + * - **CRS-PROJCRS** [6630] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_6630 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRF93 + * - **CRS-GCENCRS** [7922] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7922 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Mississippi West + * - **CRS-PROJCRS** [26795] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_26795 = + '+proj=tmerc +lat_0=30.5 +lon_0=-90.3333333333333 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 60N + * - **CRS-PROJCRS** [102365] + * - **Area**: USA - 174~E to 180~E - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56.67,174,47.92,180` + */ +export const EPSG_102365 = '+proj=utm +zone=60 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 39 + * - **CRS-PROJCRS** [2673] + * - **Area**: Russian Federation - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74.43,115.5,49.51,118.5` + */ +export const EPSG_2673 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 132E + * - **CRS-PROJCRS** [2389] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_2389 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8784] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_8784 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.00001016 +y_0=999999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Arizona Central (ft) + * - **CRS-PROJCRS** [2223] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_2223 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Burnett (m) + * - **CRS-PROJCRS** [7534] + * - **Area**: United States (USA) - Wisconsin - Burnett county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.89,45.63,-92.03` + */ +export const EPSG_7534 = + '+proj=lcc +lat_1=45.8987148658333 +lat_0=45.8987148658333 +lon_0=-92.4577777777778 +k_0=1.0000383841 +x_0=64008.1276 +y_0=59445.9043 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 54 + * - **CRS-PROJCRS** [20354] + * - **Area**: Australia - South Australia east of 138°E, Queensland west of 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-9.86,138,-38.13,144.01` + */ +export const EPSG_20354 = + '+proj=utm +zone=54 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin Transverse Mercator - US Ft + * - **CRS-PROJCRS** [102220] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_102220 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4479999.99999999 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GWWAB22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10218] + * - **Area**: United Kingdom (UK) - on or related to the rail routes around Cardiff and the valleys. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.81,-3.6,51.35,-3.12` + */ +export const EPSG_10218 = + '+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Tete / UTM zone 36S + * - **CRS-PROJCRS** [2736] + * - **Area**: Mozambique - onshore west of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `-11.41,30.21,-26.87,36` + */ +export const EPSG_2736 = + '+proj=utm +zone=36 +south +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TWD97 + * - **CRS-GEOGCRS** [3824] + * - **Area**: Taiwan, Republic of China - onshore and offshore - Taiwan Island, Penghu (Pescadores) Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `26.96,114.32,17.36,123.61` + */ +export const EPSG_3824 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / PEI Stereographic + * - **CRS-PROJCRS** [22739] + * - **Area**: Canada - Prince Edward Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.09,-64.49,45.9,-61.9` + */ +export const EPSG_22739 = + '+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 42 + * - **CRS-PROJCRS** [2366] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_2366 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(MA11) + * - **CRS-GEOGCRS** [6325] + * - **Area**: Guam, Northern Mariana Islands and Palau; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,129.48,1.64,149.55` + */ +export const EPSG_6325 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NGN + * - **CRS-GEOGCRS** [4318] + * - **Area**: Kuwait - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_4318 = + '+proj=longlat +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK20FIN + * - **CRS-PROJCRS** [3127] + * - **Area**: Finland - onshore between 19°30'E and 20°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.48,19.5,59.92,20.5` + */ +export const EPSG_3127 = + '+proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Vanua Levu 1915 + * - **CRS-GEOGCRS** [4748] + * - **Area**: Fiji - Vanua Levu and Taveuni. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `50` + * - **BBOX**: `-16.1,178.42,-17.07,-179.77` + */ +export const EPSG_4748 = + '+proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=51,391,-36,0,0,0,0 +no_defs +type=crs'; + +/** + * Eckert I + * - **CRS-PROJCRS** [54015] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54015 = + '+proj=eck1 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 50N + * - **CRS-PROJCRS** [9480] + * - **Area**: Indonesia - north of equator and between 114°E and 120°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `4.37,114,0,120` + */ +export const EPSG_9480 = '+proj=utm +zone=50 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA94 / Australian Albers + * - **CRS-PROJCRS** [3577] + * - **Area**: Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.86,112.85,-43.7,153.69` + */ +export const EPSG_3577 = + '+proj=aea +lat_0=0 +lon_0=132 +lat_1=-18 +lat_2=-36 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 39S + * - **CRS-PROJCRS** [32739] + * - **Area**: Between 48°E and 54°E, southern hemisphere between 80°S and equator, onshore and offshore. Madagascar. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,48,-80,54` + */ +export const EPSG_32739 = '+proj=utm +zone=39 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CR-SIRGAS + * - **CRS-GEOGCRS** [8907] + * - **Area**: Costa Rica - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_8907 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ53-54 + * - **CRS-PROJCRS** [3218] + * - **Area**: Antarctica - 64°S to 68°S and 132°E to 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,132,-68,144` + */ +export const EPSG_3218 = + '+proj=lcc +lat_0=-90 +lon_0=138 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Wyoming East Central + * - **CRS-PROJCRS** [32056] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_32056 = + '+proj=tmerc +lat_0=40.6666666666667 +lon_0=-107.333333333333 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * CGVD2013a(2010) height + * - **CRS-VERTCRS** [9245] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_9245 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 6N + * - **CRS-PROJCRS** [32406] + * - **Area**: Between 150°W and 144°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-150,0,-144` + */ +export const EPSG_32406 = + '+proj=utm +zone=6 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oregon South (ft) + * - **CRS-PROJCRS** [3648] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_3648 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 33 + * - **CRS-PROJCRS** [2409] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_2409 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / LAEA Europe + * - **CRS-PROJCRS** [5636] + * - **Area**: Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.45,25.62,34.42,44.83` + */ +export const EPSG_5636 = + '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mauritania 1999 + * - **CRS-GCENCRS** [4924] + * - **Area**: Mauritania - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.3,-20.04,14.72,-4.8` + */ +export const EPSG_4924 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 21S + * - **CRS-PROJCRS** [24881] + * - **Area**: Bolivia - east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `-16.27,-60,-20.17,-57.52` + */ +export const EPSG_24881 = + '+proj=utm +zone=21 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 16N + * - **CRS-PROJCRS** [26916] + * - **Area**: North America - between 90°W and 84°W - onshore and offshore. Canada - Manitoba; Nunavut; Ontario. United States (USA) - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-90,23.97,-84` + */ +export const EPSG_26916 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50(ED77) / UTM zone 39N + * - **CRS-PROJCRS** [2059] + * - **Area**: Iran - onshore and offshore between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `39.71,48,25.47,54` + */ +export const EPSG_2059 = + '+proj=utm +zone=39 +ellps=intl +towgs84=-110.33,-97.73,-119.85,0.3423,1.1634,0.2715,0.063 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Bhutan National Grid + * - **CRS-PROJCRS** [5266] + * - **Area**: Bhutan. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.33,88.74,26.7,92.13` + */ +export const EPSG_5266 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EGM96 height + * - **CRS-VERTCRS** [5773] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5773 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Oconto (m) + * - **CRS-PROJCRS** [8141] + * - **Area**: United States (USA) - Wisconsin - Oconto county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.38,-88.69,44.67,-87.76` + */ +export const EPSG_8141 = + '+proj=tmerc +lat_0=44.3972222222222 +lon_0=-87.9083333333333 +k=1.0000236869 +x_0=182880.3676 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ISN2004 + * - **CRS-GEOG3DCRS** [5323] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_5323 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Saturn - Calypso + * - **CRS-GEOGCRS** [104927] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104927 = '+proj=longlat +R=9500 +no_defs +type=crs'; + +/** + * NAD83 / West Virginia North (ftUS) + * - **CRS-PROJCRS** [26853] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_26853 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Korean 1985 + * - **CRS-GEOGCRS** [4162] + * - **Area**: Republic of Korea (South Korea) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `38.64,124.53,33.14,131.01` + */ +export const EPSG_4162 = + '+proj=longlat +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 10N + * - **CRS-PROJCRS** [22810] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_22810 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [4498] + * - **Area**: China - onshore and offshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.52,114,19.02,120` + */ +export const EPSG_4498 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico Central + * - **CRS-PROJCRS** [32113] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_32113 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 44 + * - **CRS-PROJCRS** [4532] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_4532 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) + * - **CRS-GEOGCRS** [104024] + * - **Area**: USA - California and borders of NV, AZ, OR and MX + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.53,-124.45,32.25,-113.6` + */ +export const EPSG_104024 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * HS2 Survey Grid + * - **CRS-PROJCRS** [9300] + * - **Area**: United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.3,-2.75,51.45,0` + */ +export const EPSG_9300 = + '+proj=tmerc +lat_0=52.3 +lon_0=-1.5 +k=1 +x_0=198873.0046 +y_0=375064.3871 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 43S + * - **CRS-PROJCRS** [32543] + * - **Area**: Between 72°E and 78°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,72,-80,78` + */ +export const EPSG_32543 = + '+proj=utm +zone=43 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * RGR92 (lon-lat) + * - **CRS-GEOGCRS** [7037] + * - **Area**: Reunion - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-18.28,51.83,-24.72,58.24` + */ +export const EPSG_7037 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Delaware (ftUS) + * - **CRS-PROJCRS** [2235] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_2235 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MOLDOR11 Grid + * - **CRS-PROJCRS** [9880] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Manchester via Ordsall Lane and the Hope Valley to Dore Junction. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.55,-2.4,53.25,-1.39` + */ +export const EPSG_9880 = + '+proj=tmerc +lat_0=53.35 +lon_0=-1.9 +k=1 +x_0=226574.2032 +y_0=390894.838 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / West Virginia North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8792] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_8792 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Michigan Central (Feet) + * - **CRS-PROJCRS** [102689] + * - **Area**: USA - Michigan - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_102689 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=44.1833333333333 +lat_2=45.7 +x_0=6000000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [2665] + * - **Area**: Russian Federation - onshore between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.26,91.5,50.16,94.5` + */ +export const EPSG_2665 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 8 + * - **CRS-PROJCRS** [102373] + * - **Area**: USA - Alaska - north of 54.5~N; 168~W to 164~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_102373 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Maine East + * - **CRS-PROJCRS** [26783] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_26783 = + '+proj=tmerc +lat_0=43.8333333333333 +lon_0=-68.5 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Utah North (ftUS) + * - **CRS-PROJCRS** [6626] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_6626 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.00001016 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / New Jersey (ftUS) + * - **CRS-PROJCRS** [3424] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_3424 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [21416] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_21416 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine CS2000 West + * - **CRS-PROJCRS** [3074] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `46.58,-71.09,43.07,-69.6` + */ +export const EPSG_3074 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Virginia South (US Feet) + * - **CRS-PROJCRS** [103562] + * - **Area**: USA - Virginia - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_103562 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=36.7666666666667 +lat_2=37.9666666666667 +x_0=3500000.00000001 +y_0=1000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 49N + * - **CRS-PROJCRS** [9479] + * - **Area**: Indonesia - north of equator and between 108°E and 114°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.37,108,0,114` + */ +export const EPSG_9479 = '+proj=utm +zone=49 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Old Hawaiian / Hawaii zone 1 + * - **CRS-PROJCRS** [3561] + * - **Area**: United States (USA) - Hawaii - island of Hawaii - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `0.2` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_3561 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +units=us-ft +no_defs +type=crs'; + +/** + * Miller Cylindrical + * - **CRS-PROJCRS** [54003] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54003 = + '+proj=mill +R_A +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK24FIN + * - **CRS-PROJCRS** [3131] + * - **Area**: Finland - onshore between 23°30'E and 24°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.84,23.5,59.86,24.5` + */ +export const EPSG_3131 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Jefferson (US feet) + * - **CRS-PROJCRS** [103427] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103427 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.726390653 +y_0=0.00762001524003048 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 4N + * - **CRS-PROJCRS** [6333] + * - **Area**: United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-162,50.98,-155.99` + */ +export const EPSG_6333 = + '+proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2370] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_2370 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Germany Zone 3 + * - **CRS-PROJCRS** [103974] + * - **Area**: Germany - West-Germany - 7.5~E to 10.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,7.5,47.27,10.51` + */ +export const EPSG_103974 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * WGS 84 / PDC Mercator + * - **CRS-PROJCRS** [3832] + * - **Area**: Pacific Ocean - American Samoa, Antarctica, Australia, Brunei Darussalam, Cambodia, Canada, Chile, China, China - Hong Kong, China - Macao, Cook Islands, Ecuador, Fiji, French Polynesia, Guam, Indonesia, Japan, Kiribati, Democratic People's Republic of Korea (North Korea), Republic of Korea (South Korea), Malaysia, Marshall Islands, Federated States of Micronesia, Nauru, New Caledonia, New Zealand, Niue, Norfolk Island, Northern Mariana Islands, Palau, Panama, Papua New Guinea (PNG), Peru, Philippines, Pitcairn, Russian Federation, Samoa, Singapore, Solomon Islands, Taiwan, Thailand, Tokelau, Tonga, Tuvalu, United States (USA), United States Minor Outlying Islands, Vanuatu, Venezuela, Vietnam, Wallis and Futuna. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `66.67,98.69,-60,-68` + */ +export const EPSG_3832 = + '+proj=merc +lon_0=150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E + * - **CRS-PROJCRS** [2720] + * - **Area**: Russian Federation - onshore between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.56,82.5,49.58,85.5` + */ +export const EPSG_2720 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Luzon 1911 / Philippines zone IV + * - **CRS-PROJCRS** [25394] + * - **Area**: Philippines - onshore approximately between 122°E and 124°E - southeast Luzon (east of 122°E); Tablas; Masbate; Panay; Cebu; Negros; northwest Mindanao (west of 124°E). + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `18.58,121.74,6.35,124.29` + */ +export const EPSG_25394 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2014 + * - **CRS-GEOG3DCRS** [8403] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_8403 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / California zone 1 + * - **CRS-PROJCRS** [26941] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_26941 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MSL depth (ftUS) + * - **CRS-VERTCRS** [8053] + * - **Area**: United States (USA) - onshore and offshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,15.56,-65.69` + */ +export const EPSG_8053 = '+vunits=us-ft +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS IX + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10170] + * - **Area**: Japan - onshore - Honshu - Tokyo-to. (Excludes offshore island areas of Tokyo-to). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.98,138.4,34.84,141.11` + */ +export const EPSG_10170 = + '+proj=tmerc +lat_0=36 +lon_0=139.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 60N (ftUS) + * - **CRS-PROJCRS** [4420] + * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `56.67,174,47.92,180` + */ +export const EPSG_4420 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Fahud / UTM zone 40N + * - **CRS-PROJCRS** [23240] + * - **Area**: Oman - mainland onshore east of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `26.42,54,16.89,59.91` + */ +export const EPSG_23240 = + '+proj=utm +zone=40 +a=6378249.145 +rf=293.465 +towgs84=-345,3,223,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 106-15 + * - **CRS-PROJCRS** [9212] + * - **Area**: Vietnam - Binh Phuoc and Quang Tri provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `17.22,106.41,11.3,107.43` + */ +export const EPSG_9212 = + '+proj=tmerc +lat_0=0 +lon_0=106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 51N + * - **CRS-PROJCRS** [32451] + * - **Area**: Between 120°E and 126°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,120,0,126` + */ +export const EPSG_32451 = + '+proj=utm +zone=51 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Everest - India and Nepal + * - **CRS-GEOGCRS** [37203] + * - **Area**: India + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.51,65.6,3.87,97.42` + */ +export const EPSG_37203 = '+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs'; + +/** + * NAD83 / Albers NorthAm + * - **CRS-PROJCRS** [42303] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42303 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota Nobles (US foot) + * - **CRS-PROJCRS** [103759] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103759 = + '+proj=lcc +lat_0=43.5 +lon_0=-95.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378624.681 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2010 / UTM zone 18S + * - **CRS-PROJCRS** [8950] + * - **Area**: Chile - 78°W to 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.35,-78,-59.36,-71.99` + */ +export const EPSG_8950 = '+proj=utm +zone=18 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Montana North + * - **CRS-PROJCRS** [32001] + * - **Area**: United States (USA) - Montana north of approximately 47°50'N - counties of Blaine; Chouteau; Daniels; Flathead; Glacier; Hill; Liberty; Lincoln; Phillips; Pondera; Roosevelt; Sheridan; Teton; Toole; Valley. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,47.41,-104.04` + */ +export const EPSG_32001 = + '+proj=lcc +lat_0=47 +lon_0=-109.5 +lat_1=48.7166666666667 +lat_2=47.85 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * KSA-GRF17 / UTM zone 37N + * - **CRS-PROJCRS** [9357] + * - **Area**: Saudi Arabia - onshore and offshore - between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.16,36,16.29,42` + */ +export const EPSG_9357 = + '+proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,-8.393,0.749,-10.276,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 14S + * - **CRS-PROJCRS** [32514] + * - **Area**: Between 102°W and 96°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-102,-80,-96` + */ +export const EPSG_32514 = + '+proj=utm +zone=14 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas South + * - **CRS-PROJCRS** [2848] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_2848 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon North + * - **CRS-PROJCRS** [6558] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_6558 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 114E + * - **CRS-PROJCRS** [21338] + * - **Area**: Russian Federation - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.7,112.5,49.49,115.5` + */ +export const EPSG_21338 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Moline (ftUS) + * - **CRS-PROJCRS** [23305] + * - **Area**: United States (USA) - Illinois - Rock Island county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.79,-91.08,41.32,-90.15` + */ +export const EPSG_23305 = + '+proj=lcc +lat_1=41.55 +lat_0=41.55 +lon_0=-90.6 +k_0=1.000024 +x_0=1749860.2997206 +y_0=230124.46024892 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 + EGM96 height + * - **CRS-COMPOUNDCRS** [9707] + * - **Area**: World. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9707 = '+proj=longlat +datum=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * Barbados 1938 / Barbados National Grid + * - **CRS-PROJCRS** [21292] + * - **Area**: Barbados - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `13.39,-59.71,13,-59.37` + */ +export const EPSG_21292 = + '+proj=tmerc +lat_0=13.1763888888889 +lon_0=-59.5597222222222 +k=0.9999986 +x_0=30000 +y_0=75000 +a=6378249.145 +rf=293.465 +towgs84=31.95,300.99,419.19,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Missouri West + NAVD88 height + * - **CRS-COMPOUNDCRS** [8815] + * - **Area**: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_8815 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Utah South + * - **CRS-PROJCRS** [32144] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_32144 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XIX + * - **CRS-PROJCRS** [30179] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island). + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `24.35,153.91,24.22,154.05` + */ +export const EPSG_30179 = + '+proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 5-35 + * - **CRS-PROJCRS** [6108] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-121,69.5,-101` + */ +export const EPSG_6108 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-111 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=35500000 +y_0=5500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Old Hawaiian + * - **CRS-GEOGCRS** [4135] + * - **Area**: United States (USA) - Hawaii - main islands onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.2` + * - **BBOX**: `22.29,-160.3,18.87,-154.74` + */ +export const EPSG_4135 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * GDA94 / PHG94 + * - **CRS-PROJCRS** [10465] + * - **Area**: Australia - Western Australia - Port Hedland area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-20.1,118.25,-20.79,118.97` + */ +export const EPSG_10465 = + '+proj=tmerc +lat_0=0 +lon_0=118.6 +k=1.00000135 +x_0=50000 +y_0=2400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Posey (m) + * - **CRS-PROJCRS** [7349] + * - **Area**: United States (USA) - Indiana - Posey county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.24,-88.1,37.77,-87.68` + */ +export const EPSG_7349 = + '+proj=tmerc +lat_0=37.75 +lon_0=-87.95 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pluto - Charon + * - **CRS-GEOGCRS** [104970] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104970 = '+proj=longlat +R=593000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Taylor (ftUS) + * - **CRS-PROJCRS** [8116] + * - **Area**: United States (USA) - Wisconsin - Taylor county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.39,-90.93,45.03,-90.04` + */ +export const EPSG_8116 = + '+proj=lcc +lat_1=45.1778220858333 +lat_0=45.1778220858333 +lon_0=-90.4833333333333 +k_0=1.0000597566 +x_0=187147.574295148 +y_0=107746.752146304 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * PHD93 height + * - **CRS-VERTCRS** [5724] + * - **Area**: Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.58,51.99,16.59,59.91` + */ +export const EPSG_5724 = '+vunits=m +no_defs +type=crs'; + +/** + * RT90 2.5 gon O + * - **CRS-PROJCRS** [3023] + * - **Area**: Sweden - communes between approximately 19°10'E and 21°25'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.07,18.4,63.37,22.2` + */ +export const EPSG_3023 = + '+proj=tmerc +lat_0=0 +lon_0=20.3082777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 6 + * - **CRS-PROJCRS** [3473] + * - **Area**: United States (USA) - Alaska - between 160°W and 156°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_3473 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 63E + * - **CRS-PROJCRS** [21011] + * - **Area**: Russian Federation - onshore between 60°E and 66°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,60,50.66,66` + */ +export const EPSG_21011 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 29N + * - **CRS-PROJCRS** [3189] + * - **Area**: Greenland - 12°W to 6°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-12,72.43,-6` + */ +export const EPSG_3189 = + '+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS III + * - **CRS-PROJCRS** [6671] + * - **Area**: Japan - onshore - Honshu west of approximately 133°15'E - Yamaguchi-ken; Shimane-ken; Hiroshima-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.38,130.81,33.72,133.49` + */ +export const EPSG_6671 = + '+proj=tmerc +lat_0=36 +lon_0=132.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Puerto Rico / UTM zone 20N + * - **CRS-PROJCRS** [3920] + * - **Area**: British Virgin Islands - onshore - Anegada, Jost Van Dyke, Tortola, and Virgin Gorda. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `18.78,-64.88,18.28,-64.25` + */ +export const EPSG_3920 = + '+proj=utm +zone=20 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E + * - **CRS-PROJCRS** [2632] + * - **Area**: Russian Federation - onshore between 166°30'E and 169°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.07,166.5,54.45,169.5` + */ +export const EPSG_2632 = + '+proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 50 + * - **CRS-PROJCRS** [20250] + * - **Area**: Australia - onshore and offshore to 200 nautical mile EEZ boundary between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-12.61,114,-38.53,120` + */ +export const EPSG_20250 = + '+proj=utm +zone=50 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York West (ftUS) + * - **CRS-PROJCRS** [2262] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_2262 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kentucky North + * - **CRS-PROJCRS** [2798] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_2798 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 4 + * - **CRS-PROJCRS** [7060] + * - **Area**: United States (USA) - Iowa - counties of Buena Vista; Calhoun; Cherokee; Franklin; Hamilton; Hardin; Humboldt; Ida; Plymouth; Pocahontas; Sac; Webster; Woodbury; Wright. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.92,-96.65,42.2,-93` + */ +export const EPSG_7060 = + '+proj=lcc +lat_1=42.5333333333333 +lat_0=42.5333333333333 +lon_0=-94.8333333333333 +k_0=1.000045 +x_0=4419608.83921768 +y_0=2621285.24257048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo17 (E-N) + * - **CRS-PROJCRS** [103889] + * - **Area**: South Africa - west of 18~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.03,16.45,-33.1,18` + */ +export const EPSG_103889 = + '+proj=tmerc +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS St. Croix (m) + * - **CRS-PROJCRS** [7575] + * - **Area**: United States (USA) - Wisconsin - St. Croix county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.22,-92.81,44.85,-92.13` + */ +export const EPSG_7575 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-92.6333333333333 +k=1.0000381803 +x_0=165506.7302 +y_0=0.0103 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida East + * - **CRS-PROJCRS** [2777] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_2777 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Crow (ft) + * - **CRS-PROJCRS** [7125] + * - **Area**: United States (USA) - Montana - Crow Indian Reservation. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.09,-108.84,44.99,-106.66` + */ +export const EPSG_7125 = + '+proj=tmerc +lat_0=44.75 +lon_0=-107.75 +k=1.000148 +x_0=199999.9999992 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 18 + * - **CRS-PROJCRS** [5118] + * - **Area**: Norway - onshore - between 18°E and 19°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.29,18,68.04,19.01` + */ +export const EPSG_5118 = + '+proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [2327] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_2327 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Zanderij / TM 54 NW + * - **CRS-PROJCRS** [31154] + * - **Area**: Suriname - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `11` + * - **BBOX**: `9.35,-57.25,5.34,-52.66` + */ +export const EPSG_31154 = + '+proj=tmerc +lat_0=0 +lon_0=-54 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-23 Zaporizhzhia + * - **CRS-PROJCRS** [9838] + * - **Area**: Ukraine - Zaporizhzhia region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.15,34.17,46.07,37.25` + */ +export const EPSG_9838 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 1 (Feet) + * - **CRS-PROJCRS** [102631] + * - **Area**: USA - Alaska - Panhandle + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_102631 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=-36.8698976458333 +gamma=-36.8698976458333 +k=0.9999 +x_0=5000000.00000001 +y_0=-5000000.00000001 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Mexico ITRF2008 + * - **CRS-GEOG3DCRS** [6364] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_6364 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NEA74 Noumea / Noumea Lambert 2 + * - **CRS-PROJCRS** [3166] + * - **Area**: New Caledonia - Grande Terre - Noumea district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.19,166.35,-22.37,166.54` + */ +export const EPSG_3166 = + '+proj=lcc +lat_0=-22.2697222222222 +lon_0=166.4425 +lat_1=-22.2447222222222 +lat_2=-22.2947222222222 +x_0=8.313 +y_0=-2.354 +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 28S + * - **CRS-PROJCRS** [32328] + * - **Area**: Between 18°W and 12°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-18,-80,-12` + */ +export const EPSG_32328 = + '+proj=utm +zone=28 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Winnebago (US feet) + * - **CRS-PROJCRS** [103470] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103470 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.889204978 +y_0=0.00487680975361951 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone X2 + * - **CRS-PROJCRS** [7826] + * - **Area**: Ukraine - between 25°E and 28°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `51.96,25,47.72,28.01` + */ +export const EPSG_7826 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=26.5 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Iwo Jima 1945 + * - **CRS-GEOGCRS** [4709] + * - **Area**: Japan - Iwo Jima island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `24.89,141.2,24.67,141.42` + */ +export const EPSG_4709 = + '+proj=longlat +ellps=intl +towgs84=145,75,-272,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Iowa North + * - **CRS-PROJCRS** [3536] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_3536 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Nord Sahara 1959 / UTM zone 32N + * - **CRS-PROJCRS** [30732] + * - **Area**: Algeria - east of 6°E (of Greenwich), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.8,6,19.6,11.99` + */ +export const EPSG_30732 = + '+proj=utm +zone=32 +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 + * - **CRS-GEOGCRS** [4284] + * - **Area**: Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.91,19.57,35.14,-168.97` + */ +export const EPSG_4284 = + '+proj=longlat +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kansas North (ftUS) + * - **CRS-PROJCRS** [3541] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_3541 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Loximuthal + * - **CRS-PROJCRS** [54023] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54023 = + '+proj=loxim +lat_1=40 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 51 + * - **CRS-PROJCRS** [7851] + * - **Area**: Australia - onshore and offshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.46,120,-38.07,126.01` + */ +export const EPSG_7851 = + '+proj=utm +zone=51 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / Vicgrid + * - **CRS-PROJCRS** [3111] + * - **Area**: Australia - Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.98,140.96,-39.2,150.04` + */ +export const EPSG_3111 = + '+proj=lcc +lat_0=-37 +lon_0=145 +lat_1=-36 +lat_2=-38 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Calumet (US feet) + * - **CRS-PROJCRS** [103407] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103407 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.889204978 +y_0=0.00487680975361951 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [2350] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_2350 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Belgian Lambert 2008 + * - **CRS-PROJCRS** [3812] + * - **Area**: Belgium - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_3812 = + '+proj=lcc +lat_0=50.797815 +lon_0=4.35921583333333 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=649328 +y_0=665262 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E + * - **CRS-PROJCRS** [2700] + * - **Area**: Russian Federation - onshore between 22°30'E and 25°30'E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.07,22.5,54.34,22.87` + */ +export const EPSG_2700 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * GDA 1994 Perth Coastal Grid 1994 + * - **CRS-PROJCRS** [102216] + * - **Area**: Australia - Perth Coast + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-31.33333333333333,115.4416666666667,-33.41666666666666,116.0833333333333` + */ +export const EPSG_102216 = + '+proj=tmerc +lat_0=0 +lon_0=115.816666666667 +k=0.99999906 +x_0=50000 +y_0=3800000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Manoca 1962 / UTM zone 32N + * - **CRS-PROJCRS** [2215] + * - **Area**: Cameroon - coastal area. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `4.99,8.45,2.16,10.4` + */ +export const EPSG_2215 = + '+proj=utm +zone=32 +ellps=clrk80ign +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PACP00 UTM Zone 2S + * - **CRS-PROJCRS** [102703] + * - **Area**: American Samoa - 2 main island groups and Rose Island + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-14.11,-170.88,-14.59,-168.09` + */ +export const EPSG_102703 = '+proj=utm +zone=2 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PNG08 height + * - **CRS-VERTCRS** [7447] + * - **Area**: Papua New Guinea - between 0°N and 12°S and 140°E and 158°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0.01,140,-12,158.01` + */ +export const EPSG_7447 = '+vunits=m +no_defs +type=crs'; + +/** + * KGD2002 / West Belt + * - **CRS-PROJCRS** [5180] + * - **Area**: Republic of Korea (South Korea) - onshore between 124°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.04,124.53,33.99,126` + */ +export const EPSG_5180 = + '+proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [2645] + * - **Area**: Russian Federation - onshore between 31°30'E and 34°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,31.5,51.24,34.5` + */ +export const EPSG_2645 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v5 + * - **CRS-GEOG3DCRS** [8248] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8248 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone B4 + * - **CRS-PROJCRS** [5929] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `79.01,60,67,150.01` + */ +export const EPSG_5929 = + '+proj=lcc +lat_0=73.1557408611111 +lon_0=105 +lat_1=77 +lat_2=69 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRF89 + * - **CRS-GCENCRS** [7914] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7914 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin North + * - **CRS-PROJCRS** [6606] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_6606 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / North Carolina (ftUS) + * - **CRS-PROJCRS** [3404] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_3404 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.219202438 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 11N + * - **CRS-PROJCRS** [31965] + * - **Area**: Latin America between 120°W and 114°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.72,-120,15.01,-114` + */ +export const EPSG_31965 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGb00 + * - **CRS-GEOGCRS** [9009] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9009 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Manizales urban grid + * - **CRS-PROJCRS** [6256] + * - **Area**: Colombia - Manizales city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.11,-75.54,5.02,-75.44` + */ +export const EPSG_6256 = + '+proj=col_urban +lat_0=5.06815388888889 +lon_0=-75.5110947222222 +x_0=1173727.04 +y_0=1052391.13 +h_0=2100 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hjorsey 1955 / UTM zone 26N + * - **CRS-PROJCRS** [3054] + * - **Area**: Iceland - mainland west of 24°W. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `65.85,-24.66,64.71,-24` + */ +export const EPSG_3054 = + '+proj=utm +zone=26 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 102E + * - **CRS-PROJCRS** [4791] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_4791 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas South Cent. + * - **CRS-PROJCRS** [103542] + * - **Area**: USA - Texas - SPCS83 - SC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_103542 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=28.3833333333333 +lat_2=30.2833333333333 +x_0=600000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NGNC69 height + * - **CRS-VERTCRS** [5753] + * - **Area**: New Caledonia - Grande Terre. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-20.03,163.92,-22.45,167.09` + */ +export const EPSG_5753 = '+vunits=m +no_defs +type=crs'; + +/** + * Korean 1985 / East Belt + * - **CRS-PROJCRS** [2096] + * - **Area**: Republic of Korea (South Korea) - onshore between 128°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.64,128,34.49,129.65` + */ +export const EPSG_2096 = + '+proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 30N using TM Complex + * - **CRS-PROJCRS** [102580] + * - **Area**: World - N hemisphere - 6~W to 0~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-6,0,0` + */ +export const EPSG_102580 = '+proj=utm +zone=30 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Jackson (m) + * - **CRS-PROJCRS** [8161] + * - **Area**: United States (USA) - Wisconsin - Jackson county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.17,44.07,-90.31` + */ +export const EPSG_8161 = + '+proj=tmerc +lat_0=44.2533351277778 +lon_0=-90.8442965194444 +k=1.0000353 +x_0=27000 +y_0=25000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Elkhart-Kosciusko-Wabash (ftUS) + * - **CRS-PROJCRS** [7294] + * - **Area**: United States (USA) - Indiana - counties of Elkhart, Kosciusko and Wabash. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.08,40.65,-85.63` + */ +export const EPSG_7294 = + '+proj=tmerc +lat_0=40.65 +lon_0=-85.85 +k=1.000033 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DRUKREF 03 / Samtse TM + * - **CRS-PROJCRS** [5303] + * - **Area**: Bhutan - Samtse district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.28,88.74,26.8,89.38` + */ +export const EPSG_5303 = + '+proj=tmerc +lat_0=0 +lon_0=89.0666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mars - Phobos + * - **CRS-GEOGCRS** [104907] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104907 = '+proj=longlat +R=11100 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 + * - **CRS-GCENCRS** [10412] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_10412 = + '+proj=geocent +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 13 + * - **CRS-PROJCRS** [8531] + * - **Area**: United States (USA) - Kansas - counties of Finney; Gray; Haskell; Lane; Meade; Scott; Seward. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-101.13,36.99,-100.08` + */ +export const EPSG_8531 = + '+proj=tmerc +lat_0=36.75 +lon_0=-100.4 +k=1.000109 +x_0=4114808.22961646 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Virginia South + * - **CRS-PROJCRS** [3687] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_3687 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Locodjo 1965 + * - **CRS-GEOGCRS** [4142] + * - **Area**: Côte d'Ivoire (Ivory Coast) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `15` + * - **BBOX**: `10.74,-8.61,1.02,-2.48` + */ +export const EPSG_4142 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-125,53,467,0,0,0,0 +no_defs +type=crs'; + +/** + * IGN53 Mare / UTM zone 58S + * - **CRS-PROJCRS** [2995] + * - **Area**: New Caledonia - Loyalty Islands - Mare - west of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-21.32,167.75,-21.71,168` + */ +export const EPSG_2995 = + '+proj=utm +zone=58 +south +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Minnesota Central (US Feet) + * - **CRS-PROJCRS** [103391] + * - **Area**: USA - Minnesota - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_103391 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=45.6166666666667 +lat_2=47.05 +x_0=800000.000000001 +y_0=100000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine West + * - **CRS-PROJCRS** [6485] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_6485 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Carolina + * - **CRS-PROJCRS** [32133] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_32133 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Louisiana Offshore + * - **CRS-PROJCRS** [32099] + * - **Area**: United States (USA) - Louisiana. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,28.85,-88.75` + */ +export const EPSG_32099 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-91.3333333333333 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [4512] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_4512 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF06P01 + * - **CRS-GCENCRS** [8927] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8927 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR53-54 + * - **CRS-PROJCRS** [3238] + * - **Area**: Antarctica - 68°S to 72°S and 132°E to 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,132,-72,144` + */ +export const EPSG_3238 = + '+proj=lcc +lat_0=-90 +lon_0=138 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / UTM zone 19S + * - **CRS-PROJCRS** [9265] + * - **Area**: Argentina - Tierra del Fuego offshore Atlantic west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-51.65,-68.62,-54.61,-66` + */ +export const EPSG_9265 = + '+proj=utm +zone=19 +south +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * BD72 / Belgian Lambert 72 + Ostend height + * - **CRS-COMPOUNDCRS** [6190] + * - **Area**: Belgium - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_6190 = + '+proj=lcc +lat_0=90 +lon_0=4.36748666666667 +lat_1=51.1666672333333 +lat_2=49.8333339 +x_0=150000.013 +y_0=5400088.438 +ellps=intl +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas North (ftUS) + * - **CRS-PROJCRS** [3668] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_3668 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 26N + * - **CRS-PROJCRS** [32426] + * - **Area**: Between 30°W and 24°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-30,0,-24` + */ +export const EPSG_32426 = + '+proj=utm +zone=26 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C16H4 + * - **CRS-PROJCRS** [112095] + * - **Area**: UK - Highways England - C16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.8321,-2.7026,53.935,-1.4571` + */ +export const EPSG_112095 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00008677900318 +x_0=54026.2278521588 +y_0=126061.198321704 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Dakota North (ftUS) + * - **CRS-PROJCRS** [4457] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_4457 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Karbala 1979 / UTM zone 38N + * - **CRS-PROJCRS** [3392] + * - **Area**: Iraq - between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.39,42,29.06,48` + */ +export const EPSG_3392 = + '+proj=utm +zone=38 +a=6378249.145 +rf=293.465 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Swift (meter) + * - **CRS-PROJCRS** [103684] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103684 = + '+proj=lcc +lat_0=45.1522222222222 +lon_0=-96.05 +lat_1=45.2166666666667 +lat_2=45.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378470.757 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / GOLD2020 + * - **CRS-PROJCRS** [8024] + * - **Area**: Australia - Western Australia - Kalgoorlie area. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-28.75,121,-32.25,121.84` + */ +export const EPSG_8024 = + '+proj=tmerc +lat_0=0 +lon_0=121.5 +k=1.00004949 +x_0=60000 +y_0=3800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 96E + * - **CRS-PROJCRS** [2429] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_2429 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN 1988 LS height + * - **CRS-VERTCRS** [5616] + * - **Area**: Guadeloupe - onshore - Les Saintes. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `15.94,-61.68,15.8,-61.52` + */ +export const EPSG_5616 = '+vunits=m +no_defs +type=crs'; + +/** + * Lisbon 1890 (Lisbon) + * - **CRS-GEOGCRS** [4904] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_4904 = '+proj=longlat +ellps=bessel +pm=lisbon +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 6 + * - **CRS-PROJCRS** [26936] + * - **Area**: United States (USA) - Alaska - between 160°W and 156°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_26936 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Kerala + * - **CRS-PROJCRS** [7781] + * - **Area**: India - Kerala; Mayyazhi (Mahe) area of Pudacherry territory. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `12.8,74.81,8.25,77.4` + */ +export const EPSG_7781 = + '+proj=tmerc +lat_0=10.5 +lon_0=76 +k=0.9999177 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ELD79 / UTM zone 34N + * - **CRS-PROJCRS** [2079] + * - **Area**: Libya - onshore between 18°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33,17.99,19.5,24` + */ +export const EPSG_2079 = + '+proj=utm +zone=34 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / World Mercator + EGM2008 height + * - **CRS-COMPOUNDCRS** [6893] + * - **Area**: World. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_6893 = + '+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E + * - **CRS-PROJCRS** [2583] + * - **Area**: Belarus, Estonia, Latvia, Lithuania, Russian Federation (Kaliningrad) and Ukraine - onshore between 22°30'E and 25°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.75,22.5,47.71,25.5` + */ +export const EPSG_2583 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * GDBD2009 + * - **CRS-GEOGCRS** [5246] + * - **Area**: Brunei Darussalam - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `6.31,112.37,4.01,115.37` + */ +export const EPSG_5246 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 8N + * - **CRS-PROJCRS** [22308] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_22308 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger CM 33E + * - **CRS-PROJCRS** [5568] + * - **Area**: Ukraine - between 30°E and 36°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.38,30,43.18,36` + */ +export const EPSG_5568 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Kewaunee, Manitowoc and Sheboygan (m) + * - **CRS-PROJCRS** [7555] + * - **Area**: United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.17,43.54,-87.37` + */ +export const EPSG_7555 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 / RT90 7.5 gon V emulation + * - **CRS-PROJCRS** [3845] + * - **Area**: Sweden - communes west of approximately 12°26'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `59.73,10.93,57.29,12.91` + */ +export const EPSG_3845 = + '+proj=tmerc +lat_0=0 +lon_0=11.30625 +k=1.000006 +x_0=1500025.141 +y_0=-667.282 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W + * - **CRS-PROJCRS** [2757] + * - **Area**: Russian Federation - onshore between 172°30'W and 169°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.06,-172.5,64.35,-169.57` + */ +export const EPSG_2757 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 55 + * - **CRS-PROJCRS** [28355] + * - **Area**: Australia - onshore and offshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.23,144,-50.89,150.01` + */ +export const EPSG_28355 = + '+proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 8 east + * - **CRS-PROJCRS** [2307] + * - **Area**: Greenland - onshore southwest coastal area south of 63°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `63,-50.72,59.74,-42.52` + */ +export const EPSG_2307 = + 'PROJCS["Qornoq 1927 / Greenland zone 8 east",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",61.5],PARAMETER["Longitude of natural origin",-48],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2307"]]'; + +/** + * NAD83(2011) / UTM zone 15N + * - **CRS-PROJCRS** [6344] + * - **Area**: United States (USA) - between 96°W and 90°W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-96.01,25.61,-90` + */ +export const EPSG_6344 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 8S + * - **CRS-PROJCRS** [32308] + * - **Area**: Between 138°W and 132°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-138,-80,-132` + */ +export const EPSG_32308 = + '+proj=utm +zone=8 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * PRS92 + * - **CRS-GEOGCRS** [4683] + * - **Area**: Philippines - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,116.04,3,129.95` + */ +export const EPSG_4683 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 34N + * - **CRS-PROJCRS** [25834] + * - **Area**: Europe between 18°E and 24°E: Finland - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.54,17.99,58.84,24.01` + */ +export const EPSG_25834 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Wagner IV + * - **CRS-PROJCRS** [54074] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54074 = + '+proj=wag4 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pitcairn 1967 + * - **CRS-GEOGCRS** [4729] + * - **Area**: Pitcairn - Pitcairn Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-25,-130.16,-25.14,-130.01` + */ +export const EPSG_4729 = '+proj=longlat +ellps=intl +towgs84=185,165,42,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida West + * - **CRS-PROJCRS** [3516] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_3516 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 58S + * - **CRS-PROJCRS** [32758] + * - **Area**: Between 162°E and 168°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,162,-80,168` + */ +export const EPSG_32758 = '+proj=utm +zone=58 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1962 / India zone I + * - **CRS-PROJCRS** [24376] + * - **Area**: Pakistan - between 28°N and 35°35'N. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `35.59,60.86,28,77.83` + */ +export const EPSG_24376 = + '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Monte Mario / Italy zone 1 + * - **CRS-PROJCRS** [3003] + * - **Area**: Italy - onshore and offshore - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.04,5.93,36.53,12` + */ +export const EPSG_3003 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Pennsylvania North (US Feet) + * - **CRS-PROJCRS** [103515] + * - **Area**: USA - Pennsylvania - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_103515 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=40.8833333333333 +lat_2=41.95 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [21461] + * - **Area**: China - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.56,120,26.34,126` + */ +export const EPSG_21461 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Michigan Central + * - **CRS-PROJCRS** [6201] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_6201 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3333333333333 +lat_1=44.1833333333333 +lat_2=45.7 +x_0=609601.219202438 +y_0=0 +k_0=1.0000382 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Kertau 1968 / Kedah and Perlis Grid + * - **CRS-PROJCRS** [4396] + * - **Area**: Malaysia - West Malaysia - Kedah and Perlis. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `6.72,99.59,5.08,101.12` + */ +export const EPSG_4396 = + '+proj=cass +lat_0=5.96514722222222 +lon_0=100.637594444444 +x_0=0 +y_0=0 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Louisiana Offshore (ftUS) + * - **CRS-PROJCRS** [3453] + * - **Area**: United States (USA) - Louisiana. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `33.03,-94.05,28.85,-88.75` + */ +export const EPSG_3453 = + '+proj=lcc +lat_0=25.5 +lon_0=-91.3333333333333 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 177W + * - **CRS-PROJCRS** [21031] + * - **Area**: Russian Federation - onshore between 180°E and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,-180,64.35,-174` + */ +export const EPSG_21031 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 8N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6651] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_6651 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * N2000 height + * - **CRS-VERTCRS** [3900] + * - **Area**: Finland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.24,59.75,31.59` + */ +export const EPSG_3900 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E + * - **CRS-PROJCRS** [2612] + * - **Area**: Russian Federation - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `78.4,106.5,49.25,109.5` + */ +export const EPSG_2612 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Bogota 1975 / Colombia East Central zone + * - **CRS-PROJCRS** [21898] + * - **Area**: Colombia - onshore between 1°30'E and 4°30'E of Bogota (approximately 72°35'W and 69°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `12.52,-72.59,-4.23,-69.58` + */ +export const EPSG_21898 = + '+proj=tmerc +lat_0=4.59904722222222 +lon_0=-71.0809166666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSHD93 + * - **CRS-COMPOUNDCRS** [7410] + * - **Area**: Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.58,51.99,16.59,59.91` + */ +export const EPSG_7410 = '+proj=longlat +a=6378249.145 +rf=293.465 +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho Central (ftUS) + * - **CRS-PROJCRS** [2242] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_2242 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Wisconsin Chippewa (meters) + * - **CRS-PROJCRS** [103846] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103846 = + '+proj=lcc +lat_0=44.5811111111111 +lon_0=-91.2944444444444 +lat_1=44.8138888888889 +lat_2=45.1416666666667 +x_0=60045.7200914402 +y_0=0 +a=6378412.542 +rf=298.270107115315 +units=m +no_defs +type=crs'; + +/** + * RGFG95 (lon-lat) + * - **CRS-GEOG3DCRS** [7040] + * - **Area**: French Guiana - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `8.88,-54.61,2.11,-49.45` + */ +export const EPSG_7040 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 / Origen-Nacional + * - **CRS-PROJCRS** [9377] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_9377 = + '+proj=tmerc +lat_0=4 +lon_0=-73 +k=0.9992 +x_0=5000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-32 + * - **CRS-PROJCRS** [6082] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,70,72.83,94.01` + */ +export const EPSG_6082 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=82 +lat_1=77 +lat_2=73.6666666666667 +x_0=32500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 34S + * - **CRS-PROJCRS** [32534] + * - **Area**: Between 18°E and 24°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,18,-80,24` + */ +export const EPSG_32534 = + '+proj=utm +zone=34 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arizona Central (ft) + * - **CRS-PROJCRS** [2868] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_2868 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Equidistant Conic + * - **CRS-PROJCRS** [53027] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53027 = + '+proj=eqdc +lat_0=0 +lon_0=0 +lat_1=60 +lat_2=60 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 108E + * - **CRS-PROJCRS** [4545] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_4545 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU26-30 + * - **CRS-PROJCRS** [3280] + * - **Area**: Antarctica - 80°S to 84°S and 30°W to 0°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-30,-84,0` + */ +export const EPSG_3280 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-15 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas Central (ftUS) + * - **CRS-PROJCRS** [6578] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_6578 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=699999.999898399 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Carlinville (ftUS) + * - **CRS-PROJCRS** [23325] + * - **Area**: United States (USA) - Illinois - counties of Greene and Macoupin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.53,-90.63,38.99,-89.69` + */ +export const EPSG_23325 = + '+proj=lcc +lat_1=39.3 +lat_0=39.3 +lon_0=-90.15 +k_0=1.00002 +x_0=1749860.2997206 +y_0=840030.48006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 54E + * - **CRS-PROJCRS** [21318] + * - **Area**: Russian Federation - onshore between 52°30'E and 55°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.41,52.5,50.52,55.5` + */ +export const EPSG_21318 = + '+proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 14N (ftUS) + * - **CRS-PROJCRS** [32164] + * - **Area**: United States (USA) - between 102°W and 96°W. Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas; Gulf of Mexico outer continental shelf (GoM OCS) west of approximately 96°W - protraction areas Corpus Christi; Port Isabel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-102,25.83,-95.87` + */ +export const EPSG_32164 = + '+proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Grand Cayman National Grid 1959 + * - **CRS-PROJCRS** [6128] + * - **Area**: Cayman Islands - Grand Cayman. + * - **Unit**: `foot` + * - **Accuracy**: `1` + * - **BBOX**: `19.41,-81.46,19.21,-81.04` + */ +export const EPSG_6128 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=499999.999998 +y_0=0 +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,7.862,-8.163,-6.042,-13.925 +units=ft +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 19N + * - **CRS-PROJCRS** [24819] + * - **Area**: South America (Aruba; Bonaire; Curacao; Venezuela) between 72°W and 66°W, northern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `12.68,-72,0.73,-66` + */ +export const EPSG_24819 = + '+proj=utm +zone=19 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kyrg-06 / zone 2 + * - **CRS-PROJCRS** [7693] + * - **Area**: Kyrgyzstan - between 70°01'E and 73°01'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.83,70.01,39.19,73.02` + */ +export const EPSG_7693 = + '+proj=tmerc +lat_0=0 +lon_0=71.5166666666667 +k=1 +x_0=2300000 +y_0=14743.5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IG05 Intermediate CRS + * - **CRS-GCENCRS** [6981] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6981 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 171W + * - **CRS-PROJCRS** [2491] + * - **Area**: Russian Federation - onshore east of 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.18,-174,64.2,-168.97` + */ +export const EPSG_2491 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Wells (m) + * - **CRS-PROJCRS** [7369] + * - **Area**: United States (USA) - Indiana - Wells county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.92,-85.45,40.56,-85.06` + */ +export const EPSG_7369 = + '+proj=tmerc +lat_0=40.55 +lon_0=-85.25 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MARGEN + * - **CRS-GEOGCRS** [5354] + * - **Area**: Bolivia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-9.67,-69.66,-22.91,-57.52` + */ +export const EPSG_5354 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Uranus - Desdemona + * - **CRS-GEOGCRS** [104950] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104950 = '+proj=longlat +R=27000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Polk (ftUS) + * - **CRS-PROJCRS** [8136] + * - **Area**: United States (USA) - Wisconsin - Polk county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.73,-92.89,45.2,-92.15` + */ +export const EPSG_8136 = + '+proj=tmerc +lat_0=44.6611111111111 +lon_0=-92.6333333333333 +k=1.0000433849 +x_0=141732.282245364 +y_0=0.00579121158242316 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Carthage (Paris) + * - **CRS-GEOGCRS** [4816] + * - **Area**: Tunisia - onshore. + * - **Unit**: `grad` + * - **Accuracy**: `null` + * - **BBOX**: `37.4,7.49,30.23,11.59` + */ +export const EPSG_4816 = '+proj=longlat +ellps=clrk80ign +pm=paris +no_defs +type=crs'; + +/** + * RGF93 v2b / Lambert-93 + NGF-IGN78 height + * - **CRS-COMPOUNDCRS** [10500] + * - **Area**: France - Corsica onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_10500 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Hawaii zone 1 + * - **CRS-PROJCRS** [26961] + * - **Area**: United States (USA) - Hawaii - island of Hawaii - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_26961 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / Brazil Mercator + * - **CRS-PROJCRS** [5641] + * - **Area**: Brazil - offshore - equatorial margin. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.04,-51.64,-5.74,-32.43` + */ +export const EPSG_5641 = + '+proj=merc +lat_ts=-2 +lon_0=-43 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moznet + * - **CRS-GEOG3DCRS** [4953] + * - **Area**: Mozambique - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-10.09,30.21,-27.71,43.03` + */ +export const EPSG_4953 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Voirol 1875 (degrees) Sud Algerie Ancienne + * - **CRS-PROJCRS** [102492] + * - **Area**: Algeria - 32~N to 34~39'N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.66,-2.95,31.99,9.09` + */ +export const EPSG_102492 = + '+proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * Sao Braz UTM Zone 26N + * - **CRS-PROJCRS** [102168] + * - **Area**: Portugal - Azores E - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.96,-25.92,36.87,-24.72` + */ +export const EPSG_102168 = '+proj=utm +zone=26 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * MSL UK & Ireland VORF08 depth + * - **CRS-VERTCRS** [10150] + * - **Area**: Ireland and United Kingdom (UK) (including Isle of Man and Channel Islands) - inshore, nearshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `63.89,-16.1,47.42,3.4` + */ +export const EPSG_10150 = '+vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Jacksons Bay Circuit + * - **CRS-PROJCRS** [27223] + * - **Area**: New Zealand - South Island - Jacksons Bay meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.67,168.02,-44.4,170.01` + */ +export const EPSG_27223 = + '+proj=tmerc +lat_0=-43.9778028888889 +lon_0=168.606267 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 60N (ftUS) + * - **CRS-PROJCRS** [4400] + * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `56.67,174,47.92,180` + */ +export const EPSG_4400 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Kenosha (meters) + * - **CRS-PROJCRS** [103329] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103329 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Cuba Norte + * - **CRS-PROJCRS** [3795] + * - **Area**: Cuba - onshore north of 21°30'N but also including all of Isla de la Juventud. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `23.25,-85.01,21.38,-76.91` + */ +export const EPSG_3795 = + '+proj=lcc +lat_0=22.35 +lon_0=-81 +lat_1=23 +lat_2=21.7 +x_0=500000 +y_0=280296.016 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 16 + * - **CRS-PROJCRS** [4050] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 15°E and 17°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.41,15,-7.31,17` + */ +export const EPSG_4050 = + '+proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Idaho Central (ftUS) + * - **CRS-PROJCRS** [2887] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_2887 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Tenerife height + * - **CRS-VERTCRS** [9398] + * - **Area**: Spain - Canary Islands - Tenerife onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.63,-16.96,27.93,-16.08` + */ +export const EPSG_9398 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kansas South + * - **CRS-PROJCRS** [103283] + * - **Area**: USA - Kansas - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_103283 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=37.2666666666667 +lat_2=38.5666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Sherburne (US foot) + * - **CRS-PROJCRS** [103779] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103779 = + '+proj=lcc +lat_0=44.9775 +lon_0=-93.8833333333333 +lat_1=45.0333333333333 +lat_2=45.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378443.325 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Washington North (ftUS) + * - **CRS-PROJCRS** [6597] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_6597 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / North Dakota South + * - **CRS-PROJCRS** [32021] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_32021 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=46.1833333333333 +lat_2=47.4833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 6 (ftUS) + * - **CRS-PROJCRS** [3500] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_3500 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Pepin (US feet) + * - **CRS-PROJCRS** [103446] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103446 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.335280671 +y_0=86033.0877317755 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Katanga 1955 + * - **CRS-GEOGCRS** [4695] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Katanga. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-4.99,21.74,-13.46,30.78` + */ +export const EPSG_4695 = + '+proj=longlat +ellps=clrk66 +towgs84=-102.283,-10.277,-257.396,-3.976,-0.002,-6.203,12.315 +no_defs +type=crs'; + +/** + * NAD83(2011) / EPSG Arctic zone 5-31 + * - **CRS-PROJCRS** [6352] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `74.51,-157,69.5,-137` + */ +export const EPSG_6352 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-147 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=31500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM 6 NE + * - **CRS-PROJCRS** [2311] + * - **Area**: Nigeria - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.38,2.66,1.92,8.49` + */ +export const EPSG_2311 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=0.9996 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Fort Peck Assiniboine (m) + * - **CRS-PROJCRS** [7113] + * - **Area**: United States (USA) - Montana - Fort Peck Indian Reservation - higher areas, notably in west and north. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.88,-107.57,48.01,-104.78` + */ +export const EPSG_7113 = + '+proj=lcc +lat_1=48.3333333333333 +lat_0=48.3333333333333 +lon_0=-105.5 +k_0=1.00012 +x_0=200000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E + * - **CRS-PROJCRS** [2741] + * - **Area**: Russian Federation - onshore between 139°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.23,139.5,45.84,142.5` + */ +export const EPSG_2741 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Douglas (m) + * - **CRS-PROJCRS** [7543] + * - **Area**: United States (USA) - Wisconsin - Douglas county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.76,-92.3,46.15,-91.55` + */ +export const EPSG_7543 = + '+proj=tmerc +lat_0=45.8833333333333 +lon_0=-91.9166666666667 +k=1.0000385418 +x_0=59131.3183 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RBEPP12 Grid + * - **CRS-PROJCRS** [10280] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.7,-5.63,50.05,-0.85` + */ +export const EPSG_10280 = + '+proj=lcc +lat_0=50.85 +lon_0=-3.25 +lat_1=50.3 +lat_2=51.45 +x_0=372382.8292 +y_0=217764.7796 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Mississippi East (ftUS) + * - **CRS-PROJCRS** [2254] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_2254 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * FEH2010 + * - **CRS-GCENCRS** [5591] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.83,10.66,54.33,12.01` + */ +export const EPSG_5591 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 + NGVD29 height (ftUS) + * - **CRS-COMPOUNDCRS** [7406] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_7406 = '+proj=longlat +datum=NAD27 +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Buffalo (m) + * - **CRS-PROJCRS** [8209] + * - **Area**: United States (USA) - Wisconsin - Buffalo county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-92.09,44.02,-91.52` + */ +export const EPSG_8209 = + '+proj=tmerc +lat_0=43.4813888888889 +lon_0=-91.7972222222222 +k=1.0000382778 +x_0=175260.3502 +y_0=0.0048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E + * - **CRS-PROJCRS** [2604] + * - **Area**: Kazakhstan and Russian Federation onshore - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.56,82.5,45.11,85.5` + */ +export const EPSG_2604 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * CGVD2013(CGG2013) height + * - **CRS-VERTCRS** [6647] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_6647 = '+vunits=m +no_defs +type=crs'; + +/** + * St. Helena Tritan / UTM zone 30S + Tritan 2011 height + * - **CRS-COMPOUNDCRS** [7955] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7955 = + '+proj=utm +zone=30 +south +ellps=WGS84 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 28 + NN2000 height + * - **CRS-COMPOUNDCRS** [5968] + * - **Area**: Norway - onshore - between 28°E and 29°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,28,69.03,29.01` + */ +export const EPSG_5968 = + '+proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 159E + * - **CRS-PROJCRS** [21027] + * - **Area**: Russian Federation - onshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,156,50.27,162` + */ +export const EPSG_21027 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * S-JTSK/05 (3D) + * - **CRS-GEOGCRS** [104696] + * - **Area**: Czechia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_104696 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Hampshire (ftUS) + * - **CRS-PROJCRS** [3445] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_3445 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS North Dakota S + * - **CRS-PROJCRS** [103503] + * - **Area**: USA - North Dakota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_103503 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=46.1833333333333 +lat_2=47.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 18 45 + * - **CRS-PROJCRS** [3015] + * - **Area**: Sweden - mainland communes between approximately 18°E and 19°30'E and between approximately 62°50'N and 66°N. Also Gotland. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `66.17,17.18,56.86,20.22` + */ +export const EPSG_3015 = + '+proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Missouri West + * - **CRS-PROJCRS** [26998] + * - **Area**: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_26998 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 2 + * - **CRS-PROJCRS** [22172] + * - **Area**: Argentina - between 70°30'W and 67°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-24.08,-70.5,-54.9,-67.49` + */ +export const EPSG_22172 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [4800] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_4800 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * AHD (Tasmania) height + * - **CRS-VERTCRS** [5712] + * - **Area**: Australia - Tasmania mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-40.24,144.55,-43.7,148.44` + */ +export const EPSG_5712 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Shawano (ftUS) + * - **CRS-PROJCRS** [8120] + * - **Area**: United States (USA) - Wisconsin - Shawano county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-89.23,44.58,-88.24` + */ +export const EPSG_8120 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-88.6055555555556 +k=1.000032144 +x_0=262433.32517145 +y_0=0.00944881889763779 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Uranus - Belinda + * - **CRS-GEOGCRS** [104946] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104946 = '+proj=longlat +R=33000 +no_defs +type=crs'; + +/** + * Corrego Alegre 1970-72 / UTM zone 22S + * - **CRS-PROJCRS** [22522] + * - **Area**: Brazil - onshore between 54°W and 48°W and south of 15°S. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-15,-54,-33.78,-48` + */ +export const EPSG_22522 = + '+proj=utm +zone=22 +south +ellps=intl +nadgrids=CA7072_003.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 165E + * - **CRS-PROJCRS** [2487] + * - **Area**: Russian Federation - onshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.03,162,54.47,168` + */ +export const EPSG_2487 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 + * - **CRS-GEOG3DCRS** [5342] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_5342 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Kyrg-06 + * - **CRS-GEOG3DCRS** [7685] + * - **Area**: Kyrgyzstan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.22,69.24,39.19,80.29` + */ +export const EPSG_7685 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GDA94 / COL94 + * - **CRS-PROJCRS** [10453] + * - **Area**: Australia - Western Australia - Collie area between 50m and 310m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.25,115.73,-34.67,116.4` + */ +export const EPSG_10453 = + '+proj=tmerc +lat_0=0 +lon_0=115.933333333333 +k=1.000019 +x_0=40000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 05 Pabna + * - **CRS-PROJCRS** [102938] + * - **Area**: Bangladesh - Pabna + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `24.7667,88.9833,23.8,89.8167` + */ +export const EPSG_102938 = + '+proj=cass +lat_0=24.5 +lon_0=89.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Metropolis (ftUS) + * - **CRS-PROJCRS** [23333] + * - **Area**: United States (USA) - Illinois - counties of Alexander, Hardin, Johnson, Massac, Pope, Pulaski and Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.61,-89.53,36.97,-88.06` + */ +export const EPSG_23333 = + '+proj=lcc +lat_1=37.2 +lat_0=37.2 +lon_0=-88.9 +k_0=1.00001 +x_0=1110083.82016764 +y_0=1170129.54025908 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF89 + * - **CRS-GEOGCRS** [8989] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8989 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Sibley (US foot) + * - **CRS-PROJCRS** [103780] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103780 = + '+proj=lcc +lat_0=44.4561111111111 +lon_0=-94.6333333333333 +lat_1=44.5333333333333 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378414.369 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 132E + * - **CRS-PROJCRS** [4553] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_4553 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGPF / UTM zone 5S + * - **CRS-PROJCRS** [3296] + * - **Area**: French Polynesia - west of 150°W onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-12.5,-158.13,-26.7,-150` + */ +export const EPSG_3296 = + '+proj=utm +zone=5 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,0.0183,-0.0003,0.007,-0.0093 +units=m +no_defs +type=crs'; + +/** + * Two-Point Equidistant + * - **CRS-PROJCRS** [53031] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53031 = + '+proj=tpeqd +lat_1=0 +lon_1=0 +lat_2=60 +lon_2=60 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / EPSG Arctic zone 5-29 + * - **CRS-PROJCRS** [6094] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `74.51,-173,69.5,-153` + */ +export const EPSG_6094 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-163 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=29500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 22S + * - **CRS-PROJCRS** [32522] + * - **Area**: Between 54°W and 48°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-54,-80,-48` + */ +export const EPSG_32522 = + '+proj=utm +zone=22 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas North + * - **CRS-PROJCRS** [6581] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_6581 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU21-25 + * - **CRS-PROJCRS** [3279] + * - **Area**: Antarctica - 80°S to 84°S and 60°W to 30°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-60,-84,-30` + */ +export const EPSG_3279 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-45 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Texas North + * - **CRS-PROJCRS** [32037] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_32037 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=34.65 +lat_2=36.1833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / USFS R6 Albers + * - **CRS-PROJCRS** [9674] + * - **Area**: United States (USA) - Oregon and Washington. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.05,-124.79,41.98,-116.47` + */ +export const EPSG_9674 = + '+proj=aea +lat_0=34 +lon_0=-120 +lat_1=43 +lat_2=48 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [20909] + * - **Area**: Russian Federation - onshore between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.4,48,41.39,54` + */ +export const EPSG_20909 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Louisiana South (US Feet) + * - **CRS-PROJCRS** [103295] + * - **Area**: USA - Louisiana - SPCS83 - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_103295 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=29.3 +lat_2=30.7 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kentucky North (ftUS) + * - **CRS-PROJCRS** [2891] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_2891 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pitcairn 2006 / Pitcairn TM 2006 + * - **CRS-PROJCRS** [3783] + * - **Area**: Pitcairn - Pitcairn Island. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25,-130.16,-25.14,-130.01` + */ +export const EPSG_3783 = + '+proj=tmerc +lat_0=-25.0685526111111 +lon_0=-130.112967111111 +k=1 +x_0=14200 +y_0=15500 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 + * - **CRS-GEOGCRS** [4046] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-3.41,11.79,-13.46,29.81` + */ +export const EPSG_4046 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/21 + * - **CRS-PROJCRS** [29381] + * - **Area**: Namibia - between 20°E and 22°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.85,19.99,-22.01,22` + */ +export const EPSG_29381 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=21 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York West + * - **CRS-PROJCRS** [3629] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_3629 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 51E + * - **CRS-PROJCRS** [2468] + * - **Area**: Russian Federation - onshore between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.4,48,41.39,54` + */ +export const EPSG_2468 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / PCCS zone 1 (ft) + * - **CRS-PROJCRS** [8065] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `32.52,-111.57,31.43,-110.44` + */ +export const EPSG_8065 = + '+proj=omerc +lat_0=32.25 +lonc=-111.4 +alpha=45 +gamma=45 +k=1.00011 +x_0=48768 +y_0=243840 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo23 + * - **CRS-PROJCRS** [102484] + * - **Area**: South Africa - 22~E to 24~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-25.26,22,-34.26,24.01` + */ +export const EPSG_102484 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * ISN93 + * - **CRS-GEOG3DCRS** [4945] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_4945 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Kansas North + * - **CRS-PROJCRS** [26977] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_26977 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 9 + * - **CRS-PROJCRS** [22349] + * - **Area**: Canada - Ontario - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.25,-78,43.63,-75` + */ +export const EPSG_22349 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E + * - **CRS-PROJCRS** [2716] + * - **Area**: Russian Federation - onshore between 70°30'E and 73°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.57,70.5,53.43,73.5` + */ +export const EPSG_2716 = + '+proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / Unified CS + * - **CRS-PROJCRS** [5179] + * - **Area**: Republic of Korea (South Korea) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `40.27,122.71,28.6,134.28` + */ +export const EPSG_5179 = + '+proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 19N + * - **CRS-PROJCRS** [22719] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_22719 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Arizona West (Feet) + * - **CRS-PROJCRS** [102650] + * - **Area**: USA - Arizona - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_102650 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333333333 +x_0=213360 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-65 Kherson + * - **CRS-PROJCRS** [9859] + * - **Area**: Ukraine - Kherson region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.6,31.51,45.75,35.11` + */ +export const EPSG_9859 = + '+proj=tmerc +lat_0=0 +lon_0=33.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2346] + * - **Area**: China - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,120,26.34,126` + */ +export const EPSG_2346 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * GDA94 / SA Lambert + * - **CRS-PROJCRS** [3107] + * - **Area**: Australia - South Australia. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-25.99,128.99,-38.13,141.01` + */ +export const EPSG_3107 = + '+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 49S + * - **CRS-PROJCRS** [32349] + * - **Area**: Between 108°E and 114°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,108,-80,114` + */ +export const EPSG_32349 = + '+proj=utm +zone=49 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [4768] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_4768 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 47 + * - **CRS-PROJCRS** [7847] + * - **Area**: Cocos (Keeling) Islands - onshore and offshore east of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.47,96,-15.56,100.34` + */ +export const EPSG_7847 = + '+proj=utm +zone=47 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wright + * - **CRS-GEOGCRS** [104784] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104784 = '+proj=longlat +a=6378443.325 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Sapper Hill 1943 + * - **CRS-GEOGCRS** [4292] + * - **Area**: Falkland Islands (Malvinas) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-50.96,-61.55,-52.51,-57.6` + */ +export const EPSG_4292 = '+proj=longlat +ellps=intl +towgs84=-355,21,72,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 19S + * - **CRS-PROJCRS** [32719] + * - **Area**: Between 72°W and 66°W, southern hemisphere between 80°S and equator, onshore and offshore. Argentina. Bolivia. Brazil. Chile. Colombia. Peru. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-72,-80,-66` + */ +export const EPSG_32719 = '+proj=utm +zone=19 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine East + * - **CRS-PROJCRS** [3557] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_3557 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah South (Intl Feet) + * - **CRS-PROJCRS** [103554] + * - **Area**: USA - Utah - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_103554 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=37.2166666666667 +lat_2=38.35 +x_0=500000 +y_0=3000000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 30N (N-E) + * - **CRS-PROJCRS** [3042] + * - **Area**: Europe between 6°W and 0°W: Faroe Islands offshore; Ireland - offshore; Jan Mayen - offshore; Norway including Svalbard - offshore; Spain - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.49,-6,35.26,0.01` + */ +export const EPSG_3042 = + '+proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 90E + * - **CRS-PROJCRS** [4787] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_4787 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [21420] + * - **Area**: China - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.52,114,22.14,120` + */ +export const EPSG_21420 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 19N + * - **CRS-PROJCRS** [31973] + * - **Area**: South America between 72°W and 66°W and north of approximately 2°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `15.64,-72,0,-66` + */ +export const EPSG_31973 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NSIDC Sea Ice Polar Stereographic South + * - **CRS-PROJCRS** [3412] + * - **Area**: Southern hemisphere - south of 60°S onshore and offshore - Antarctica. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_3412 = + '+proj=stere +lat_0=-90 +lat_ts=-70 +lon_0=0 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin Transverse Mercator + * - **CRS-PROJCRS** [6610] + * - **Area**: United States (USA) - Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_6610 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF90 + * - **CRS-GEOG3DCRS** [7902] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7902 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [2653] + * - **Area**: Russian Federation - onshore between 55°30'E and 58°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.89,55.5,50.53,58.5` + */ +export const EPSG_2653 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * REGVEN / UTM zone 20N + * - **CRS-PROJCRS** [2203] + * - **Area**: Venezuela - east of 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `16.75,-66,0.64,-58.95` + */ +export const EPSG_2203 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York Central + * - **CRS-PROJCRS** [2829] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_2829 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 177E + * - **CRS-PROJCRS** [21359] + * - **Area**: Russian Federation - onshore between 175°30'E and 178°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.1,175.5,62.09,178.5` + */ +export const EPSG_21359 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York Long Island (ftUS) + * - **CRS-PROJCRS** [6539] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_6539 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [4504] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_4504 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan Central + * - **CRS-PROJCRS** [6493] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_6493 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Oklahoma South + * - **CRS-PROJCRS** [32125] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_32125 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EWR2 Grid + * - **CRS-PROJCRS** [9766] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `52.24,-1.43,51.7,-0.36` + */ +export const EPSG_9766 = + '+proj=tmerc +lat_0=51.95 +lon_0=-0.9 +k=1 +x_0=192519.9715 +y_0=146942.6806 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Minnesota North + * - **CRS-PROJCRS** [103387] + * - **Area**: USA - Minnesota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_103387 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=47.0333333333333 +lat_2=48.6333333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Washington South + * - **CRS-PROJCRS** [3691] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_3691 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 29 + NN54 height + * - **CRS-COMPOUNDCRS** [6169] + * - **Area**: Norway - onshore - between 29°E and 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.94,29,69.02,30.01` + */ +export const EPSG_6169 = + '+proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ED50(ED77) + * - **CRS-GEOGCRS** [4154] + * - **Area**: Iran - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `39.78,44.03,23.34,63.34` + */ +export const EPSG_4154 = + '+proj=longlat +ellps=intl +towgs84=-110.33,-97.73,-119.85,0.3423,1.1634,0.2715,0.063 +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 10 + * - **CRS-PROJCRS** [8527] + * - **Area**: United States (USA) - Kansas - counties of Atchison; Brown; Doniphan; Jackson; Marshall; Nemaha. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-96.81,39.21,-94.85` + */ +export const EPSG_8527 = + '+proj=lcc +lat_1=39.6333333333333 +lat_0=39.6333333333333 +lon_0=-95.75 +k_0=1.00004 +x_0=3200406.4008128 +y_0=213360.426720853 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Minnesota North (ftUS) + * - **CRS-PROJCRS** [26865] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_26865 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jupiter - Ananke + * - **CRS-GEOGCRS** [104911] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104911 = '+proj=longlat +R=10000 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Johnson-Marion (ftUS) + * - **CRS-PROJCRS** [7328] + * - **Area**: United States (USA) - Indiana - counties of Johnson and Marion. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.93,-86.33,39.34,-85.93` + */ +export const EPSG_7328 = + '+proj=tmerc +lat_0=39.3 +lon_0=-86.15 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Crawford-Lawrence-Orange (ftUS) + * - **CRS-PROJCRS** [7282] + * - **Area**: United States (USA) - Indiana - counties of Crawford, Lawrence and Orange. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39,-86.69,38.1,-86.24` + */ +export const EPSG_7282 = + '+proj=tmerc +lat_0=38.1 +lon_0=-86.5 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Forest (ftUS) + * - **CRS-PROJCRS** [8177] + * - **Area**: United States (USA) - Wisconsin - Forest county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.08,-89.05,45.37,-88.42` + */ +export const EPSG_8177 = + '+proj=tmerc +lat_0=44.0055555555556 +lon_0=-88.6333333333333 +k=1.0000673004 +x_0=275844.553213106 +y_0=0.0158496316992634 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * North Rona height + * - **CRS-VERTCRS** [5745] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - North Rona onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59.19,-5.92,59.07,-5.73` + */ +export const EPSG_5745 = '+vunits=m +no_defs +type=crs'; + +/** + * ELD79 / UTM zone 35N + * - **CRS-PROJCRS** [2080] + * - **Area**: Libya - onshore east of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `32.15,24,19.99,25.21` + */ +export const EPSG_2080 = + '+proj=utm +zone=35 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Chhattisgarh + * - **CRS-PROJCRS** [7778] + * - **Area**: India - Chhattisgarh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.11,80.23,17.78,84.39` + */ +export const EPSG_7778 = + '+proj=tmerc +lat_0=21 +lon_0=82.25 +k=0.9998332 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Columbia (m) + * - **CRS-PROJCRS** [8198] + * - **Area**: United States (USA) - Wisconsin - Columbia county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-89.79,43.28,-89` + */ +export const EPSG_8198 = + '+proj=lcc +lat_1=43.4625466458333 +lat_0=43.4625466458333 +lon_0=-89.3944444444444 +k_0=1.00003498 +x_0=169164.3381 +y_0=111569.6134 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E + * - **CRS-PROJCRS** [2595] + * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 58°30'E and 61°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.91,58.5,35.51,61.5` + */ +export const EPSG_2595 = + '+proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * TUREF + * - **CRS-GCENCRS** [5250] + * - **Area**: Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.45,25.62,34.42,44.83` + */ +export const EPSG_5250 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon North (ft) + * - **CRS-PROJCRS** [6885] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_6885 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * BGS2005 + * - **CRS-GEOG3DCRS** [7797] + * - **Area**: Bulgaria - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `44.23,22.36,41.24,31.35` + */ +export const EPSG_7797 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 20N + * - **CRS-PROJCRS** [26920] + * - **Area**: North America - between 66°W and 60°W - onshore and offshore. British Virgin Islands. Canada - New Brunswick; Labrador; Nunavut; Prince Edward Island; Quebec. Puerto Rico. US Virgin Islands. United States (USA) offshore Atlantic. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-66,15.63,-60` + */ +export const EPSG_26920 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 29N using TM Complex + * - **CRS-PROJCRS** [102579] + * - **Area**: World - N hemisphere - 12~W to 6~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-12,0,-6` + */ +export const EPSG_102579 = '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ITRF90 + * - **CRS-GCENCRS** [4912] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4912 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NGPF height + * - **CRS-VERTCRS** [5600] + * - **Area**: French Polynesia - Society Islands - Bora Bora, Huahine, Maupiti, Moorea, Raiatea, Tahaa and Tahiti. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-16.17,-152.39,-17.93,-149.09` + */ +export const EPSG_5600 = '+vunits=m +no_defs +type=crs'; + +/** + * GDA2020 / PHG2020 + * - **CRS-PROJCRS** [8032] + * - **Area**: Australia - Western Australia - Port Hedland area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-20.1,118.25,-20.79,118.97` + */ +export const EPSG_8032 = + '+proj=tmerc +lat_0=0 +lon_0=118.6 +k=1.00000135 +x_0=50000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wright (meter) + * - **CRS-PROJCRS** [103692] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103692 = + '+proj=lcc +lat_0=44.9775 +lon_0=-93.8833333333333 +lat_1=45.0333333333333 +lat_2=45.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378443.325 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Perak Grid + * - **CRS-PROJCRS** [3384] + * - **Area**: Malaysia - West Malaysia - Perak. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `5.92,100.07,3.66,102` + */ +export const EPSG_3384 = + '+proj=cass +lat_0=4.85906302222222 +lon_0=100.815410586111 +x_0=-1.769 +y_0=133454.779 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C14H1 + * - **CRS-PROJCRS** [112083] + * - **Area**: UK - Highways England - C14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.7758,-3.5703,54.0079,-3.1904` + */ +export const EPSG_112083 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999913740994384 +x_0=111034.697926722 +y_0=126039.386835739 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Cais da Vila do Porto height + * - **CRS-VERTCRS** [6186] + * - **Area**: Portugal - eastern Azores onshore - Santa Maria, Formigas. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.34,-25.26,36.87,-24.72` + */ +export const EPSG_6186 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 30N + * - **CRS-PROJCRS** [32430] + * - **Area**: Between 6°W and 0°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-6,0,0` + */ +export const EPSG_32430 = + '+proj=utm +zone=30 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * MGI / Austria East + * - **CRS-PROJCRS** [9273] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_9273 = + '+proj=tmerc +lat_0=0 +lon_0=16.3333333333333 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD 1927 SPCS Zone St. Croix + * - **CRS-PROJCRS** [32060] + * - **Area**: Virgin Islands, US + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.83,-66.05,16.22,-63.88` + */ +export const EPSG_32060 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.0333333333333 +lat_2=18.4333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF08P01 + * - **CRS-GCENCRS** [8931] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8931 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Itasca South (US foot) + * - **CRS-PROJCRS** [103738] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103738 = + '+proj=lcc +lat_0=47.0263888888889 +lon_0=-93.7333333333333 +lat_1=47.0833333333333 +lat_2=47.4166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378574.389 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cass North + * - **CRS-GEOGCRS** [104710] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104710 = '+proj=longlat +a=6378567.378 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Agadez + * - **CRS-GEOGCRS** [4206] + * - **Area**: Niger. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `23.53,0.16,11.69,16` + */ +export const EPSG_4206 = '+proj=longlat +ellps=clrk80ign +no_defs +type=crs'; + +/** + * Cayman Islands National Grid 2011 + * - **CRS-PROJCRS** [6391] + * - **Area**: Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac. + * - **Unit**: `foot` + * - **Accuracy**: `1` + * - **BBOX**: `20.68,-83.6,17.58,-78.72` + */ +export const EPSG_6391 = + '+proj=lcc +lat_0=19.3333333333333 +lon_0=-80.5666666666667 +lat_1=19.3333333333333 +lat_2=19.7 +x_0=899160 +y_0=579120 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 27N + * - **CRS-PROJCRS** [32627] + * - **Area**: Between 24°W and 18°W, northern hemisphere between equator and 84°N, onshore and offshore. Greenland. Iceland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-24,0,-18` + */ +export const EPSG_32627 = '+proj=utm +zone=27 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 2 + * - **CRS-PROJCRS** [3469] + * - **Area**: United States (USA) - Alaska - between 144°W and 141°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_3469 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF94 + * - **CRS-GEOGCRS** [9064] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9064 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ED50 / UTM zone 36N + * - **CRS-PROJCRS** [23036] + * - **Area**: Europe - between 30°E and 36°E - Israel - offshore; Jordan; Norway including Svalbard - onshore and offshore; Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `84.7,30,29.19,36` + */ +export const EPSG_23036 = + '+proj=utm +zone=36 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Jersey (US Feet) + * - **CRS-PROJCRS** [103485] + * - **Area**: USA - New Jersey + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_103485 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [4656] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_4656 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 8 + * - **CRS-PROJCRS** [3193] + * - **Area**: Libya - onshore between 14°E and 16°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `32.79,14,22.61,16` + */ +export const EPSG_3193 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KOC WD height + * - **CRS-VERTCRS** [7979] + * - **Area**: Kuwait - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_7979 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E + * - **CRS-PROJCRS** [2628] + * - **Area**: Russian Federation - onshore between 154°30'E and 157°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.2,154.5,49.02,157.5` + */ +export const EPSG_2628 = + '+proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Adams and Juneau (m) + * - **CRS-PROJCRS** [8225] + * - **Area**: United States (USA) - Wisconsin - counties of Adams and Juneau. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-90.32,43.64,-89.59` + */ +export const EPSG_8225 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LKS-2020 / Latvia TM + * - **CRS-PROJCRS** [10306] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_10306 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=-6000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cape / Lo17 + * - **CRS-PROJCRS** [22277] + * - **Area**: South Africa - onshore west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-28.03,16.45,-33.1,18` + */ +export const EPSG_22277 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Walworth (m) + * - **CRS-PROJCRS** [7580] + * - **Area**: United States (USA) - Wisconsin - Walworth county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-88.78,42.49,-88.3` + */ +export const EPSG_7580 = + '+proj=lcc +lat_1=42.6694620969444 +lat_0=42.6694620969444 +lon_0=-88.5416666666667 +k_0=1.0000367192 +x_0=232562.8651 +y_0=111088.2224 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas South Central (ftUS) + * - **CRS-PROJCRS** [2278] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_2278 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * N43 height + * - **CRS-VERTCRS** [8675] + * - **Area**: Finland - onshore mainland south of approximately 66°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `66.73,20.95,59.75,31.59` + */ +export const EPSG_8675 = '+vunits=m +no_defs +type=crs'; + +/** + * HULLEE13 Grid + * - **CRS-PROJCRS** [9967] + * - **Area**: United Kingdom (UK) - on or related to the rail route from the Morley tunnel through Leeds to Hull. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.9,-1.7,53.6,-0.27` + */ +export const EPSG_9967 = + '+proj=tmerc +lat_0=53.75 +lon_0=-0.95 +k=1 +x_0=140859.7394 +y_0=247512.2812 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Hawaii zone 1 + * - **CRS-PROJCRS** [2782] + * - **Area**: United States (USA) - Hawaii - island of Hawaii - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_2782 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGRS / UTM zone 37N + * - **CRS-PROJCRS** [3890] + * - **Area**: Iraq - west of 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.75,38.79,31.14,42` + */ +export const EPSG_3890 = + '+proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2020 + * - **CRS-GCENCRS** [9988] + * - **Area**: World: Afghanistan, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antarctica, Antigua and Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Azerbaijan, Bahamas, Bahrain, Bangladesh, Barbados, Belgium, Belgium, Belize, Benin, Bermuda, Bhutan, Bolivia, Bonaire, Saint Eustasius and Saba, Bosnia and Herzegovina, Botswana, Bouvet Island, Brazil, British Indian Ocean Territory, British Virgin Islands, Brunei Darussalam, Bulgaria, Burkina Faso, Burundi, Cambodia, Cameroon, Canada, Cape Verde, Cayman Islands, Central African Republic, Chad, Chile, China, Christmas Island, Cocos (Keeling) Islands, Comoros, Congo, Cook Islands, Costa Rica, Côte d'Ivoire (Ivory Coast), Croatia, Cuba, Curacao, Cyprus, Czechia, Denmark, Djibouti, Dominica, Dominican Republic, East Timor, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eritrea, Estonia, Eswatini (Swaziland), Ethiopia, Falkland Islands (Malvinas), Faroe Islands, Fiji, Finland, France, French Guiana, French Polynesia, French Southern Territories, Gabon, Gambia, Georgia, Germany, Ghana, Gibraltar, Greece, Greenland, Grenada, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard Island and McDonald Islands, Holy See (Vatican City State), Honduras, China - Hong Kong, Hungary, Iceland, India, Indonesia, Islamic Republic of Iran, Iraq, Ireland, Israel, Italy, Jamaica, Japan, Jordan, Kazakhstan, Kenya, Kiribati, Democratic People's Republic of Korea (North Korea), Republic of Korea (South Korea), Kosovo, Kuwait, Kyrgyzstan, Lao People's Democratic Republic (Laos), Latvia, Lebanon, Lesotho, Liberia, Libyan Arab Jamahiriya, Liechtenstein, Lithuania, Luxembourg, China - Macao, Madagascar, Malawi, Malaysia, Maldives, Mali, Malta, Marshall Islands, Martinique, Mauritania, Mauritius, Mayotte, Mexico, Federated States of Micronesia, Monaco, Mongolia, Montenegro, Montserrat, Morocco, Mozambique, Myanmar (Burma), Namibia, Nauru, Nepal, Netherlands, New Caledonia, New Zealand, Nicaragua, Niger, Nigeria, Niue, Norfolk Island, North Macedonia, Northern Mariana Islands, Norway, Oman, Pakistan, Palau, Panama, Papua New Guinea (PNG), Paraguay, Peru, Philippines, Pitcairn, Poland, Portugal, Puerto Rico, Qatar, Reunion, Romania, Russian Federation, Rwanda, St Barthelemy, St Kitts and Nevis, St Helena, Ascension and Tristan da Cunha, St Lucia, St Martin, St Pierre and Miquelon, Saint Vincent and the Grenadines, Samoa, San Marino, Sao Tome and Principe, Saudi Arabia, Senegal, Serbia, Seychelles, Sierra Leone, Singapore, Slovakia (Slovak Republic), Slovenia, St Maarten, Solomon Islands, Somalia, South Africa, South Georgia and the South Sandwich Islands, South Sudan, Spain, Sri Lanka, Sudan, Suriname, Svalbard and Jan Mayen, Sweden, Switzerland, Syrian Arab Republic, Taiwan, Tajikistan, United Republic of Tanzania, Thailand, The Democratic Republic of the Congo (Zaire), Togo, Tokelau, Tonga, Trinidad and Tobago, Tunisia, Türkiye (Turkey), Turkmenistan, Turks and Caicos Islands, Tuvalu, Uganda, Ukraine, United Arab Emirates (UAE), United Kingdom (UK), United States (USA), United States Minor Outlying Islands, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, US Virgin Islands, Wallis and Futuna, Western Sahara, Yemen, Zambia, Zimbabwe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9988 = + '+proj=geocent +ellps=GRS80 +towgs84=1003.9,-1909.61,-541.17,26.78138,-0.42027,10.93206,-0.05109 +units=m +no_defs +type=crs'; + +/** + * Carthage / UTM zone 32N + * - **CRS-PROJCRS** [22332] + * - **Area**: Tunisia - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `38.41,7.81,33.22,13.67` + */ +export const EPSG_22332 = + '+proj=utm +zone=32 +ellps=clrk80ign +towgs84=-263,6,431,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) StatePlane CA III (US Feet) + * - **CRS-PROJCRS** [103893] + * - **Area**: USA - California - SPCS - 3 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_103893 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=37.0666666666667 +lat_2=38.4333333333333 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * PNG94 / PNGMG94 zone 56 + * - **CRS-PROJCRS** [5552] + * - **Area**: Papua New Guinea - between 150°E and 156°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `1.98,150,-14.75,156` + */ +export const EPSG_5552 = + '+proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Baltic 1957 height + * - **CRS-COMPOUNDCRS** [8360] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_8360 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / Alberta 3TM ref merid 111 W + * - **CRS-PROJCRS** [22762] + * - **Area**: Canada - Alberta - east of 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-112.5,48.99,-109.98` + */ +export const EPSG_22762 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 50N + * - **CRS-PROJCRS** [23870] + * - **Area**: Indonesia - north of equator and between 114°E and 120°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.37,114,0,120` + */ +export const EPSG_23870 = + '+proj=utm +zone=50 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8730] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_8730 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2 / CC42 + * - **CRS-PROJCRS** [9822] + * - **Area**: France onshore - mainland south of 43°N and Corsica. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.07,-1.06,41.31,9.63` + */ +export const EPSG_9822 = + '+proj=lcc +lat_0=42 +lon_0=3 +lat_1=41.25 +lat_2=42.75 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arkansas South + * - **CRS-PROJCRS** [3486] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_3486 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XVI + * - **CRS-PROJCRS** [6684] + * - **Area**: Japan - onshore - Okinawa-ken west of 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `24.94,122.83,23.98,125.51` + */ +export const EPSG_6684 = + '+proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 32S + * - **CRS-PROJCRS** [32332] + * - **Area**: Between 6°E and 12°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,6,-80,12` + */ +export const EPSG_32332 = + '+proj=utm +zone=32 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 21N + * - **CRS-PROJCRS** [26721] + * - **Area**: Canada between 60°W and 54°W, onshore and offshore - Newfoundland and Labrador; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `68.93,-60,40.57,-54` + */ +export const EPSG_26721 = + '+proj=utm +zone=21 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * Ayabelle Lighthouse + * - **CRS-GEOGCRS** [4713] + * - **Area**: Djibouti - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `17` + * - **BBOX**: `12.72,41.75,10.94,44.15` + */ +export const EPSG_4713 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-77,-128,142,0,0,0,0 +no_defs +type=crs'; + +/** + * Barcelona Grid B1 + * - **CRS-ENGCRS** [5801] + * - **Area**: Venezuela - Puerto La Cruz area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.31,-64.7,10,-64.5` + */ +export const EPSG_5801 = 'null'; + +/** + * EPSG example I=J+90 bin grid (integer values) + * - **CRS-DRVDCRS** [32762] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32762 = 'null'; + +/** + * NAD27(CGQ77) / SCoPQ zone 8 + * - **CRS-PROJCRS** [2014] + * - **Area**: Canada - Quebec - between 75°W and 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.53,-75,44.99,-72` + */ +export const EPSG_2014 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [28416] + * - **Area**: Russian Federation - onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.35,90,49.89,96` + */ +export const EPSG_28416 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [20026] + * - **Area**: Russian Federation - onshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,150,45.77,156` + */ +export const EPSG_20026 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Saturn - Janus IAU 2015 + * - **CRS-GEOGCRS** [104985] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104985 = '+proj=longlat +R=89200 +no_defs +type=crs'; + +/** + * NZGD49 / Amuri Circuit + * - **CRS-PROJCRS** [27219] + * - **Area**: New Zealand - South Island - Amuri meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.09,171.88,-42.95,173.55` + */ +export const EPSG_27219 = + '+proj=tmerc +lat_0=-42.6891165833333 +lon_0=173.010133388889 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * SIRGAS-ROU98 + * - **CRS-GEOGCRS** [5381] + * - **Area**: Uruguay - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-30.09,-58.49,-37.77,-50.01` + */ +export const EPSG_5381 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS II + * - **CRS-PROJCRS** [2444] + * - **Area**: Japan - onshore - Kyushu east of approximately 130°E - Fukuoka-ken; Saga-ken; Kumamoto-ken; Oita-ken; Miyazaki-ken; Kagoshima-ken (except for area within Japan Plane Rectangular Coordinate System zone I). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `33.99,129.76,30.18,132.05` + */ +export const EPSG_2444 = + '+proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Arizona East (ft) + * - **CRS-PROJCRS** [6407] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_6407 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 104-45 + * - **CRS-PROJCRS** [9208] + * - **Area**: Vietnam - An Giang, Lao Cai, Nghe An, Phu Tho and Yen Bai provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.85,103.53,10.18,105.86` + */ +export const EPSG_9208 = + '+proj=tmerc +lat_0=0 +lon_0=104.75 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Dodge (meters) + * - **CRS-PROJCRS** [103313] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103313 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas North Central (ftUS) + * - **CRS-PROJCRS** [2917] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_2917 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Montana (ft) + * - **CRS-PROJCRS** [3605] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_3605 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 4-22 + * - **CRS-PROJCRS** [6057] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-51,72.83,-26` + */ +export const EPSG_6057 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-39 +lat_1=77 +lat_2=73.6666666666667 +x_0=22500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [20925] + * - **Area**: Russian Federation - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,144,43.6,150` + */ +export const EPSG_20925 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Koochiching (US foot) + * - **CRS-PROJCRS** [103743] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103743 = + '+proj=lcc +lat_0=47.8458333333333 +lon_0=-93.75 +lat_1=48 +lat_2=48.6166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378525.621 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS46-48 + * - **CRS-PROJCRS** [3255] + * - **Area**: Antarctica - 72°S to 76°S and 90°E to 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,90,-76,108` + */ +export const EPSG_3255 = + '+proj=lcc +lat_0=-90 +lon_0=99 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Florida North + * - **CRS-PROJCRS** [103256] + * - **Area**: USA - Florida - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_103256 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=29.5833333333333 +lat_2=30.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Vermont + * - **CRS-PROJCRS** [2852] + * - **Area**: United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_2852 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 10N + * - **CRS-PROJCRS** [3740] + * - **Area**: United States (USA) - between 126°W and 120°W - onshore - California; Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,33.85,-119.99` + */ +export const EPSG_3740 = + '+proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / North Carolina + * - **CRS-PROJCRS** [6542] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_6542 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 66E + * - **CRS-PROJCRS** [21322] + * - **Area**: Russian Federation - onshore between 64°30'E and 67°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.25,64.5,54.31,67.5` + */ +export const EPSG_21322 = + '+proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Washington (meter) + * - **CRS-PROJCRS** [103606] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103606 = + '+proj=tmerc +lat_0=44.7458333333333 +lon_0=-92.8333333333333 +k=1.000039836799 +x_0=152406.37594092 +y_0=30481.2751881839 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS III + * - **CRS-PROJCRS** [30163] + * - **Area**: Japan - onshore - Honshu west of approximately 133°15'E - Yamaguchi-ken; Shimane-ken; Hiroshima-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `36.38,130.81,33.72,133.49` + */ +export const EPSG_30163 = + '+proj=tmerc +lat_0=36 +lon_0=132.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California Albers + * - **CRS-PROJCRS** [3310] + * - **Area**: United States (USA) - California. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_3310 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A11H1 + * - **CRS-PROJCRS** [112017] + * - **Area**: UK - Highways England - A11 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8105,-4.115,50.2315,-3.8791` + */ +export const EPSG_112017 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999766731181957 +x_0=159026.318551582 +y_0=71011.7523091972 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 6-20 + * - **CRS-PROJCRS** [6112] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-122,66.16,-103` + */ +export const EPSG_6112 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-113 +lat_1=70.3333333333333 +lat_2=67 +x_0=20500000 +y_0=6500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 3 (US Feet) + * - **CRS-PROJCRS** [102447] + * - **Area**: USA - Alaska - 148~W to 144~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_102447 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE + * - **CRS-GCENCRS** [4986] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4986 = '+proj=geocent +ellps=WGS72 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Ripley (m) + * - **CRS-PROJCRS** [7353] + * - **Area**: United States (USA) - Indiana - Ripley county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.32,-85.45,38.91,-85.06` + */ +export const EPSG_7353 = + '+proj=tmerc +lat_0=38.9 +lon_0=-85.3 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ShAb07-IRF + * - **CRS-GEOGCRS** [10185] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Aberystwyth. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.77,-4.16,52.37,-2.6` + */ +export const EPSG_10185 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Ain el Abd / Bahrain Grid + * - **CRS-PROJCRS** [20499] + * - **Area**: Bahrain - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `26.34,50.39,25.53,50.85` + */ +export const EPSG_20499 = + '+proj=utm +zone=39 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Lambert Azimuthal EqArea North Pole + * - **CRS-PROJCRS** [102017] + * - **Area**: World - north of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_102017 = + '+proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 63E + * - **CRS-PROJCRS** [2501] + * - **Area**: Kazakhstan; Russian Federation - onshore; Uzbekistan - 60°E to 66°E; Turkmenistan - east of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.77,60,35.14,66` + */ +export const EPSG_2501 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Columbia River West zone (ft) + * - **CRS-PROJCRS** [6811] + * - **Area**: United States (USA) - Oregon - Columbia River area west of approximately 121°30'W. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.56,-124.33,45.17,-121.47` + */ +export const EPSG_6811 = + '+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria zone M28 + * - **CRS-PROJCRS** [31288] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_31288 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=150000 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * DB_REF2003 zone 4 + * - **CRS-COMPOUNDCRS** [9930] + * - **Area**: Germany - onshore between 10°30'E and 13°30'E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.74,10.5,47.39,13.51` + */ +export const EPSG_9930 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Virginia North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8788] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_8788 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000.0001016 +y_0=2000000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 20N + * - **CRS-PROJCRS** [22220] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_22220 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 120E + * - **CRS-PROJCRS** [2385] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_2385 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 4 + * - **CRS-PROJCRS** [102369] + * - **Area**: USA - Alaska - 152~W to 148~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_102369 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California zone VII + * - **CRS-PROJCRS** [26799] + * - **Area**: United States (USA) - California - Los Angeles county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.83,-118.96,33.66,-117.63` + */ +export const EPSG_26799 = + '+proj=lcc +lat_0=34.1333333333333 +lon_0=-118.333333333333 +lat_1=34.4166666666667 +lat_2=33.8666666666667 +x_0=1276106.4505969 +y_0=1268253.00685801 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Antigua 1943 + * - **CRS-GEOGCRS** [4601] + * - **Area**: Antigua island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `17.22,-61.95,16.94,-61.61` + */ +export const EPSG_4601 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-255,-15,71,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Morrison + * - **CRS-GEOGCRS** [104747] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104747 = '+proj=longlat +a=6378502.761 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Minnesota Central + * - **CRS-PROJCRS** [3594] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_3594 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Liberia 1964 + * - **CRS-GEOGCRS** [4251] + * - **Area**: Liberia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `26` + * - **BBOX**: `8.52,-11.52,4.29,-7.36` + */ +export const EPSG_4251 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-90,40,88,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Bend-Burns zone (m) + * - **CRS-PROJCRS** [6796] + * - **Area**: United States (USA) - Oregon - Bend-Burns area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.28,-120.95,43.34,-118.8` + */ +export const EPSG_6796 = + '+proj=lcc +lat_1=43.6666666666667 +lat_0=43.6666666666667 +lon_0=-119.75 +k_0=1.0002 +x_0=120000 +y_0=60000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 20N + * - **CRS-PROJCRS** [32220] + * - **Area**: Between 66°W and 60°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-66,0,-60` + */ +export const EPSG_32220 = + '+proj=utm +zone=20 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SHGD2015 + * - **CRS-GCENCRS** [7884] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7884 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA2020 + AHD height + * - **CRS-COMPOUNDCRS** [9463] + * - **Area**: Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling Islands - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-9.86,96.76,-43.7,153.69` + */ +export const EPSG_9463 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming II EC + * - **CRS-PROJCRS** [103578] + * - **Area**: USA - Wyoming - SPCS - EC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_103578 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 35S + * - **CRS-PROJCRS** [32735] + * - **Area**: Between 24°E and 30°E, southern hemisphere between 80°S and equator, onshore and offshore. Botswana. Burundi. Democratic Republic of the Congo (Zaire). Rwanda. South Africa. Tanzania. Uganda. Zambia. Zimbabwe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,24,-80,30` + */ +export const EPSG_32735 = '+proj=utm +zone=35 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Nahrwan 1934 + * - **CRS-GEOGCRS** [4744] + * - **Area**: Iraq - onshore; Iran - onshore northern Gulf coast and west bordering southeast Iraq. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `30` + * - **BBOX**: `37.39,38.79,29.06,51.06` + */ +export const EPSG_4744 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Texas State Mapping System + * - **CRS-PROJCRS** [3081] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3081 = + '+proj=lcc +lat_0=31.1666666666667 +lon_0=-100 +lat_1=27.4166666666667 +lat_2=34.9166666666667 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Winkel II + * - **CRS-PROJCRS** [54019] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54019 = + '+proj=wink2 +lon_0=0 +lat_1=50.4597762521898 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 21 45 + RH2000 height + * - **CRS-COMPOUNDCRS** [5856] + * - **Area**: Sweden - communes in Norbotten east of approximately 19°30'E and south of approximately 65°50'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.43,19.63,65.01,22.91` + */ +export const EPSG_5856 = + '+proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Iowa South + * - **CRS-PROJCRS** [26776] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_26776 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(PA11) + ASVD02 height + * - **CRS-COMPOUNDCRS** [9526] + * - **Area**: American Samoa - Tutuila island. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-14.2,-170.88,-14.43,-170.51` + */ +export const EPSG_9526 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * North American Datum 1983 (3D) + * - **CRS-GEOGCRS** [104602] + * - **Area**: North America - NAD83 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.45,167.65,14.92,-40.73` + */ +export const EPSG_104602 = '+proj=longlat +datum=NAD83 +no_defs +type=crs'; + +/** + * DHDN + * - **CRS-GEOGCRS** [4314] + * - **Area**: Germany - states of former West Germany onshore - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Schleswig-Holstein. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `55.09,5.86,47.27,13.84` + */ +export const EPSG_4314 = '+proj=longlat +ellps=bessel +nadgrids=BETA2007.gsb +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 60N + * - **CRS-PROJCRS** [6329] + * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.67,174,47.92,180` + */ +export const EPSG_6329 = + '+proj=utm +zone=60 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York Long Island (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8767] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_8767 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * PNG94 / PNGMG94 zone 58 + * - **CRS-PROJCRS** [9875] + * - **Area**: Papua New Guinea - east of 162°E to EEZ limit. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-2.34,162,-4.36,162.81` + */ +export const EPSG_9875 = + '+proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 56 + * - **CRS-PROJCRS** [2690] + * - **Area**: Russian Federation - onshore between 166°30'E and 169°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.07,166.5,54.45,169.5` + */ +export const EPSG_2690 = + '+proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * TWD67 / TM2 zone 121 + * - **CRS-PROJCRS** [3828] + * - **Area**: Taiwan, Republic of China - onshore - Taiwan Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.34,119.99,21.87,122.06` + */ +export const EPSG_3828 = + '+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Riley-Lakeview zone (m) + * - **CRS-PROJCRS** [8337] + * - **Area**: United States (USA) - Oregon - Riley-Lakeview area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.45,-120.97,41.88,-119.15` + */ +export const EPSG_8337 = + '+proj=tmerc +lat_0=41.75 +lon_0=-120.333333333333 +k=1.000215 +x_0=70000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GWWAB22-IRF + * - **CRS-GEOGCRS** [10214] + * - **Area**: United Kingdom (UK) - on or related to the rail routes around Cardiff and the valleys. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.81,-3.6,51.35,-3.12` + */ +export const EPSG_10214 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Columbia (m) + * - **CRS-PROJCRS** [7538] + * - **Area**: United States (USA) - Wisconsin - Columbia county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-89.79,43.28,-89` + */ +export const EPSG_7538 = + '+proj=lcc +lat_1=43.4625466458333 +lat_0=43.4625466458333 +lon_0=-89.3944444444444 +k_0=1.00003498 +x_0=169164.3381 +y_0=111569.6134 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Blue Earth (US foot) + * - **CRS-PROJCRS** [103714] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103714 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.2666666666667 +lat_1=43.9333333333333 +lat_2=44.3666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378403.701 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * LGD2006 / UTM zone 34N + * - **CRS-PROJCRS** [3202] + * - **Area**: Libya - between 18°E and 24°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `35.03,17.99,19.5,24.01` + */ +export const EPSG_3202 = + '+proj=utm +zone=34 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Outagamie (meters) + * - **CRS-PROJCRS** [103344] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103344 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone K3 + * - **CRS-PROJCRS** [2940] + * - **Area**: Kazakhstan between 52°16'E and 55°16'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `51.79,52.26,41.46,55.27` + */ +export const EPSG_2940 = + '+proj=tmerc +lat_0=0.133333333333333 +lon_0=53.7666666666667 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Garoua + * - **CRS-GEOGCRS** [4197] + * - **Area**: Cameroon - Garoua area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `9.87,12.9,8.92,14.19` + */ +export const EPSG_4197 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-56.1,-167.8,13.1,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Pennsylvania South (ftUS) + * - **CRS-PROJCRS** [3652] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_3652 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Idaho East + * - **CRS-PROJCRS** [6450] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_6450 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 30 + * - **CRS-PROJCRS** [21230] + * - **Area**: Russian Federation - onshore between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.28,88.5,49.44,91.5` + */ +export const EPSG_21230 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 5 + * - **CRS-PROJCRS** [102105] + * - **Area**: Norway - zone V + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.27,15.05,66.15,18.89` + */ +export const EPSG_102105 = + '+proj=tmerc +lat_0=58 +lon_0=16.8895833333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 37 + * - **CRS-PROJCRS** [2413] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_2413 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Iron (ftUS) + * - **CRS-PROJCRS** [7611] + * - **Area**: United States (USA) - Wisconsin - Iron county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.6,-90.56,45.98,-89.92` + */ +export const EPSG_7611 = + '+proj=tmerc +lat_0=45.4333333333333 +lon_0=-90.2555555555556 +k=1.0000677153 +x_0=220980.441960884 +y_0=0.00853441706883413 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 14 + * - **CRS-PROJCRS** [102555] + * - **Area**: Turkey - 40.5~E to 43.5~E onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.6,40.5,37.02,43.5` + */ +export const EPSG_102555 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=0.9996 +x_0=14500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * JAD2001 + * - **CRS-GCENCRS** [4894] + * - **Area**: Jamaica - onshore and offshore. Includes Morant Cays and Pedro Cays. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `19.36,-80.6,14.08,-74.51` + */ +export const EPSG_4894 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Abidjan 1987 / UTM zone 29N + * - **CRS-PROJCRS** [2043] + * - **Area**: Côte d'Ivoire (Ivory Coast) west of 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `10.74,-8.61,4.29,-6` + */ +export const EPSG_2043 = + '+proj=utm +zone=29 +a=6378249.145 +rf=293.465 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Baltic 1982 height + * - **CRS-VERTCRS** [5786] + * - **Area**: Bulgaria - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.23,22.36,41.24,28.68` + */ +export const EPSG_5786 = '+vunits=m +no_defs +type=crs'; + +/** + * Saturn - Aegaeon IAU 2015 + * - **CRS-GEOGCRS** [104878] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104878 = '+proj=longlat +R=330 +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Pendleton zone (m) + * - **CRS-PROJCRS** [6846] + * - **Area**: United States (USA) - Oregon - Pendleton area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.02,-119.36,45.46,-118.17` + */ +export const EPSG_6846 = + '+proj=tmerc +lat_0=45.25 +lon_0=-119.166666666667 +k=1.000045 +x_0=60000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Taranaki 1970 height + * - **CRS-VERTCRS** [5769] + * - **Area**: New Zealand - North Island - Taranaki vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-38.41,173.68,-39.92,174.95` + */ +export const EPSG_5769 = '+vunits=m +no_defs +type=crs'; + +/** + * Saturn - Pandora IAU 2015 + * - **CRS-GEOGCRS** [104897] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104897 = '+proj=longlat +R=40600 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Chhukha TM + * - **CRS-PROJCRS** [5293] + * - **Area**: Bhutan - Chhukha district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.32,89.26,26.71,89.83` + */ +export const EPSG_5293 = + '+proj=tmerc +lat_0=0 +lon_0=89.55 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 39 + * - **CRS-PROJCRS** [2556] + * - **Area**: Russian Federation - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74.43,115.5,49.51,118.5` + */ +export const EPSG_2556 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Grant (ftUS) + * - **CRS-PROJCRS** [7304] + * - **Area**: United States (USA) - Indiana - Grant county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.66,-85.87,40.37,-85.44` + */ +export const EPSG_7304 = + '+proj=tmerc +lat_0=40.35 +lon_0=-85.7 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 10N + * - **CRS-PROJCRS** [102410] + * - **Area**: USA - 126~W to 120~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.09,-126,30.54,-119.99` + */ +export const EPSG_102410 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Minnesota North (ftUS) + * - **CRS-PROJCRS** [26849] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_26849 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Bay of Plenty 2000 + * - **CRS-PROJCRS** [2106] + * - **Area**: New Zealand - North Island - Bay of Plenty meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-37.22,175.75,-39.13,177.23` + */ +export const EPSG_2106 = + '+proj=tmerc +lat_0=-37.7611111111111 +lon_0=176.466111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A21H2 + * - **CRS-PROJCRS** [112040] + * - **Area**: UK - Highways England - A21 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0333,-0.128,50.7618,0.1722` + */ +export const EPSG_112040 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999795726082426 +x_0=-122023.732897634 +y_0=71013.8117682951 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 5 + NN54 height + * - **CRS-COMPOUNDCRS** [6145] + * - **Area**: Norway - onshore - west of 6°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.64,4.39,58.32,6.01` + */ +export const EPSG_6145 = + '+proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) + * - **CRS-GEOGCRS** [4178] + * - **Area**: Onshore Bulgaria, Czechia, Germany (former DDR), Hungary and Slovakia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `54.74,9.92,41.24,28.68` + */ +export const EPSG_4178 = + '+proj=longlat +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 10 Kushtia + * - **CRS-PROJCRS** [102943] + * - **Area**: Bangladesh - Kushtia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `24.2167,88.55,23.3666,89.35` + */ +export const EPSG_102943 = + '+proj=cass +lat_0=23.5 +lon_0=89.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * WGS 84 / Equal Earth Americas + * - **CRS-PROJCRS** [8858] + * - **Area**: World centred on the Americas. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,90.01,-90,89.99` + */ +export const EPSG_8858 = + '+proj=eqearth +lon_0=-90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mahnomen (meter) + * - **CRS-PROJCRS** [103651] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103651 = + '+proj=lcc +lat_0=47.1516666666667 +lon_0=-95.8166666666667 +lat_1=47.2 +lat_2=47.45 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378586.581 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Statistics Canada Lambert + * - **CRS-PROJCRS** [3347] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_3347 = + '+proj=lcc +lat_0=63.390675 +lon_0=-91.8666666666667 +lat_1=49 +lat_2=77 +x_0=6200000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nevada West + * - **CRS-PROJCRS** [32109] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_32109 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 + * - **CRS-GEOG3DCRS** [4482] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_4482 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Montana (ft) + * - **CRS-PROJCRS** [6515] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_6515 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 40 + * - **CRS-PROJCRS** [4528] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_4528 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Massachusetts Mainland + * - **CRS-PROJCRS** [2805] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_2805 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 59S + * - **CRS-PROJCRS** [32559] + * - **Area**: Between 168°E and 174°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,168,-80,174` + */ +export const EPSG_32559 = + '+proj=utm +zone=59 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 10N + * - **CRS-PROJCRS** [3717] + * - **Area**: United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.09,-126,30.54,-119.99` + */ +export const EPSG_3717 = + '+proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PZ-90.11 + * - **CRS-GEOGCRS** [9475] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9475 = '+proj=longlat +a=6378136 +rf=298.257839303 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 36N + * - **CRS-PROJCRS** [32236] + * - **Area**: Between 30°E and 36°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,30,0,36` + */ +export const EPSG_32236 = + '+proj=utm +zone=36 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan Oblique Mercator + * - **CRS-PROJCRS** [3078] + * - **Area**: United States (USA) - Michigan. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_3078 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maryland (ftUS) + * - **CRS-PROJCRS** [3582] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_3582 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=399999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * La Canoa + * - **CRS-GEOGCRS** [4247] + * - **Area**: Venezuela - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `15` + * - **BBOX**: `12.25,-73.38,0.64,-59.8` + */ +export const EPSG_4247 = + '+proj=longlat +ellps=intl +towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Nobles + * - **CRS-GEOGCRS** [104751] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104751 = '+proj=longlat +a=6378624.681 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kansas South (ftUS) + * - **CRS-PROJCRS** [3428] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_3428 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / BLM 16N (ftUS) + * - **CRS-PROJCRS** [32666] + * - **Area**: United States (USA) - Gulf of Mexico outer continental shelf (GoM OCS) between approximately 90°W and 84°W - protraction areas Mobile; Viosca Knoll; Mississippi Canyon; Atwater Valley; Lund; Lund South; Pensacola; Destin Dome; De Soto Canyon; Lloyd Ridge; Henderson; Florida Plain; Campeche Escarpment; Apalachicola; Florida Middle Ground; The Elbow; Vernon Basin; Howell Hook; Rankin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `30.25,-90.01,23.95,-83.91` + */ +export const EPSG_32666 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) + * - **CRS-GEOGCRS** [4617] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_4617 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 35 + * - **CRS-PROJCRS** [2669] + * - **Area**: Russian Federation - onshore between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.21,103.5,50.13,106.5` + */ +export const EPSG_2669 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / Costa Rica Norte + * - **CRS-PROJCRS** [5456] + * - **Area**: Costa Rica - onshore north of 9°32'N. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `11.22,-85.97,9.53,-82.53` + */ +export const EPSG_5456 = + '+proj=lcc +lat_1=10.4666666666667 +lat_0=10.4666666666667 +lon_0=-84.3333333333333 +k_0=0.99995696 +x_0=500000 +y_0=271820.522 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KKJ / Finland Uniform Coordinate System + * - **CRS-PROJCRS** [2393] + * - **Area**: Finland - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.09,25.5,60.18,28.51` + */ +export const EPSG_2393 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Georgia East (ftUS) + * - **CRS-PROJCRS** [2239] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_2239 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * S-JTSK / Krovak + * - **CRS-PROJCRS** [5513] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_5513 = + '+proj=krovak +axis=swu +lat_0=49.5 +lon_0=24.8333333333333 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Halfway zone (m) + * - **CRS-PROJCRS** [8321] + * - **Area**: United States (USA) - Oregon - Halfway area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.28,-117.61,44.61,-116.63` + */ +export const EPSG_8321 = + '+proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-117.25 +k_0=1.000085 +x_0=40000 +y_0=70000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Mercator 41 + * - **CRS-PROJCRS** [3994] + * - **Area**: Southwestern Pacific Ocean and Southern Ocean areas surrounding New Zealand. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-25,155,-60,-169.99` + */ +export const EPSG_3994 = + '+proj=merc +lat_ts=-41 +lon_0=100 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 52 + * - **CRS-PROJCRS** [2686] + * - **Area**: Russian Federation - onshore between 154°30'E and 157°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,154.5,49.02,157.5` + */ +export const EPSG_2686 = + '+proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 47.1 + * - **CRS-PROJCRS** [23831] + * - **Area**: Indonesia - onshore between 96°E and 99°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.42,96,-1.81,99` + */ +export const EPSG_23831 = + '+proj=tmerc +lat_0=0 +lon_0=97.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Fargo Ground Coordinate System (US Feet) + * - **CRS-PROJCRS** [102390] + * - **Area**: USA - North Dakota - Fargo + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47,-96.93,46.7,-96.75` + */ +export const EPSG_102390 = + '+proj=omerc +no_uoff +lat_0=46.9916361111111 +lonc=-96.8888638888889 +alpha=2.63389226 +gamma=0 +k=1.000038773618 +x_0=874578.083820168 +y_0=-5077268.7778918 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-74 Chernihiv + * - **CRS-PROJCRS** [9863] + * - **Area**: Ukraine - Chernihiv region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.38,30.48,50.34,33.51` + */ +export const EPSG_9863 = + '+proj=tmerc +lat_0=0 +lon_0=32 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Oklahoma North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8771] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_8771 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Trinidad 1903 + * - **CRS-GEOGCRS** [4302] + * - **Area**: Trinidad and Tobago - Trinidad - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `11.51,-62.09,9.83,-60` + */ +export const EPSG_4302 = + '+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +towgs84=-61.702,284.488,472.052,0,0,0,0 +no_defs +type=crs'; + +/** + * RGFG95 + NGG1977 height + * - **CRS-COMPOUNDCRS** [9530] + * - **Area**: French Guiana - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `5.81,-54.61,2.11,-51.61` + */ +export const EPSG_9530 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Florida North + * - **CRS-PROJCRS** [26760] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_26760 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Viti Levu 1912 + * - **CRS-GEOGCRS** [4752] + * - **Area**: Fiji - Viti Levu island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `-17.25,177.19,-18.32,178.75` + */ +export const EPSG_4752 = + '+proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +no_defs +type=crs'; + +/** + * JGD2000 / UTM zone 51N + * - **CRS-PROJCRS** [3097] + * - **Area**: Japan - west of 126°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.71,122.38,21.1,126` + */ +export const EPSG_3097 = + '+proj=utm +zone=51 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming I East (US Feet) + * - **CRS-PROJCRS** [103581] + * - **Area**: USA - Wyoming - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_103581 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 23S + * - **CRS-PROJCRS** [32723] + * - **Area**: Between 48°W and 42°W, southern hemisphere between 80°S and equator, onshore and offshore. Brazil. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-48,-80,-42` + */ +export const EPSG_32723 = '+proj=utm +zone=23 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Ain el Abd / UTM zone 37N + * - **CRS-PROJCRS** [20437] + * - **Area**: Saudi Arabia - onshore between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `32.16,36,16.59,42` + */ +export const EPSG_20437 = + '+proj=utm +zone=37 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Adams (m) + * - **CRS-PROJCRS** [7257] + * - **Area**: United States (USA) - Indiana - Adams county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.93,-85.08,40.56,-84.8` + */ +export const EPSG_7257 = + '+proj=tmerc +lat_0=40.55 +lon_0=-84.95 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo33 + * - **CRS-PROJCRS** [2055] + * - **Area**: South Africa - east of 32°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-26.8,31.95,-28.94,32.95` + */ +export const EPSG_2055 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KOC CD height + * - **CRS-VERTCRS** [5790] + * - **Area**: Kuwait - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_5790 = '+vunits=m +no_defs +type=crs'; + +/** + * Slovenia 1996 + * - **CRS-GCENCRS** [4882] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_4882 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Grant (ftUS) + * - **CRS-PROJCRS** [7607] + * - **Area**: United States (USA) - Wisconsin - Grant county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.22,-91.16,42.5,-90.42` + */ +export const EPSG_7607 = + '+proj=tmerc +lat_0=41.4111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.484023368 +y_0=0.0100584201168402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * POSGAR 94 + * - **CRS-GCENCRS** [4928] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_4928 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * South East Island 1943 / UTM zone 40N + * - **CRS-PROJCRS** [6915] + * - **Area**: Seychelles - Mahe, Silhouette, North, Aride Island, Praslin, La Digue and Frigate islands including adjacent smaller granitic islands on the Seychelles Bank, Bird Island and Denis Island. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.66,55.15,-4.86,56.01` + */ +export const EPSG_6915 = + '+proj=utm +zone=40 +a=6378249.145 +rf=293.465 +towgs84=-76.269,-16.683,68.562,-6.275,10.536,-4.286,-13.686 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [2405] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_2405 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / UTM zone 58S + * - **CRS-PROJCRS** [27258] + * - **Area**: New Zealand - nearshore west of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.59,165.87,-47.65,168` + */ +export const EPSG_27258 = + '+proj=utm +zone=58 +south +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 26 + * - **CRS-PROJCRS** [21226] + * - **Area**: Russian Federation - onshore between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,76.5,51.49,79.5` + */ +export const EPSG_21226 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Georgia West + * - **CRS-PROJCRS** [6446] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_6446 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LUREF + * - **CRS-GEOGCRS** [4181] + * - **Area**: Luxembourg. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_4181 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oregon GIC Lambert (ft) + * - **CRS-PROJCRS** [3644] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_3644 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 12N + * - **CRS-PROJCRS** [2956] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_2956 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Tapi Aike / Argentina 1 + * - **CRS-PROJCRS** [9249] + * - **Area**: Argentina - Santa Cruz province south of approximately 50°20'S and west of 70°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-50.33,-73.28,-52,-70.5` + */ +export const EPSG_9249 = + '+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-192.26,65.72,132.08,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ45-46 + * - **CRS-PROJCRS** [3214] + * - **Area**: Antarctica - 64°S to 68°S and 84°E to 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,84,-68,96` + */ +export const EPSG_3214 = + '+proj=lcc +lat_0=-90 +lon_0=90 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Clearwater (US foot) + * - **CRS-PROJCRS** [103702] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103702 = + '+proj=tmerc +lat_0=47.1516666666667 +lon_0=-95.3758333333333 +k=1.000072505661 +x_0=152411.354685446 +y_0=30482.2709370892 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wisconsin Transverse Mercator + * - **CRS-PROJCRS** [3701] + * - **Area**: United States (USA) - Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_3701 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Mississippi East + * - **CRS-PROJCRS** [2813] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_2813 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDM2008 + * - **CRS-GEOGCRS** [104028] + * - **Area**: Mauritius + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-8.43,53.8,-23.81,67.05` + */ +export const EPSG_104028 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 171W + * - **CRS-PROJCRS** [21363] + * - **Area**: Russian Federation - onshore between 172°30'W and 169°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.06,-172.5,64.35,-169.57` + */ +export const EPSG_21363 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Minnesota North (ftUS) + * - **CRS-PROJCRS** [6503] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_6503 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone C1 + * - **CRS-PROJCRS** [3351] + * - **Area**: Estonia, Latvia and Lithuania - onshore between 23°27'E and 26°27'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.72,23.45,53.89,26.45` + */ +export const EPSG_3351 = + '+proj=tmerc +lat_0=0.1 +lon_0=24.95 +k=1 +x_0=1250000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [4494] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_4494 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Le Sueur (meter) + * - **CRS-PROJCRS** [103647] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103647 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-93.1333333333333 +lat_1=44.3 +lat_2=44.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * UTM Gulshan + * - **CRS-PROJCRS** [102955] + * - **Area**: Bangladesh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_102955 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=0 +ellps=evrst30 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 13 + NN54 height + * - **CRS-COMPOUNDCRS** [6153] + * - **Area**: Norway - onshore - between 13°E and 14°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `68.4,13,64.01,14.01` + */ +export const EPSG_6153 = + '+proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A30H1 + * - **CRS-PROJCRS** [112056] + * - **Area**: UK - Highways England - A30 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.9997,1.3299,50.9186,1.5403` + */ +export const EPSG_112056 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999313972680282 +x_0=-223935.619349196 +y_0=70979.593633004 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Tuhirangi 2000 + * - **CRS-PROJCRS** [2110] + * - **Area**: New Zealand - North Island - Tuhirangi meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-38.87,174.88,-39.55,176.33` + */ +export const EPSG_2110 = + '+proj=tmerc +lat_0=-39.5122222222222 +lon_0=175.64 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 6N + * - **CRS-PROJCRS** [102406] + * - **Area**: USA - 150~W to 144~W - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_102406 = '+proj=utm +zone=6 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Henry (ftUS) + * - **CRS-PROJCRS** [7312] + * - **Area**: United States (USA) - Indiana - Henry county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.08,-85.6,39.78,-85.2` + */ +export const EPSG_7312 = + '+proj=tmerc +lat_0=39.75 +lon_0=-85.45 +k=1.000043 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 24 + * - **CRS-PROJCRS** [2540] + * - **Area**: Kazakhstan, Kyrgyzstan, Russian Federation onshore, Tajikistan and Uzbekistan - between 70°30'E and 73°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.57,70.5,36.67,73.5` + */ +export const EPSG_2540 = + '+proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Pendleton-La Grande zone (m) + * - **CRS-PROJCRS** [6850] + * - **Area**: United States (USA) - Oregon - Pendleton-La Grande area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.64,-118.64,45.13,-118.09` + */ +export const EPSG_6850 = + '+proj=tmerc +lat_0=45.0833333333333 +lon_0=-118.333333333333 +k=1.000175 +x_0=30000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fao 1979 height + * - **CRS-VERTCRS** [3886] + * - **Area**: Iraq - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.39,38.79,29.06,48.61` + */ +export const EPSG_3886 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Iowa North + * - **CRS-PROJCRS** [2794] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_2794 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2005 + * - **CRS-GEOG3DCRS** [8399] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_8399 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Clark (ftUS) + * - **CRS-PROJCRS** [7596] + * - **Area**: United States (USA) - Wisconsin - Clark county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.04,-90.93,44.42,-90.31` + */ +export const EPSG_7596 = + '+proj=tmerc +lat_0=43.6 +lon_0=-90.7083333333333 +k=1.0000463003 +x_0=199949.198983998 +y_0=0.00853441706883413 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 + * - **CRS-GCENCRS** [8233] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8233 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 49S + * - **CRS-PROJCRS** [23889] + * - **Area**: Indonesia - onshore south of equator and between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `0,108,-8.67,114` + */ +export const EPSG_23889 = + '+proj=utm +zone=49 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 UTM Zone 32N 7Stellen + * - **CRS-PROJCRS** [102328] + * - **Area**: Germany - west of 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.9,5.5,47.27,12` + */ +export const EPSG_102328 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=2500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGNC15 + * - **CRS-GEOGCRS** [10310] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10310 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 12 + NN2000 height + * - **CRS-COMPOUNDCRS** [5952] + * - **Area**: Norway - onshore - between 12°E and 13°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `68.16,12,59.88,13.01` + */ +export const EPSG_5952 = + '+proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 25N + * - **CRS-PROJCRS** [3185] + * - **Area**: Greenland - between 36°W and 30°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-36,60.16,-30` + */ +export const EPSG_3185 = + '+proj=utm +zone=25 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New York Central + * - **CRS-PROJCRS** [103493] + * - **Area**: USA - New York - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_103493 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(MARP00) + * - **CRS-GEOGCRS** [9072] + * - **Area**: Guam, Northern Mariana Islands and Palau; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,129.48,1.64,149.55` + */ +export const EPSG_9072 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 13 + * - **CRS-PROJCRS** [6387] + * - **Area**: Ukraine - east of 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.39,37.5,46.77,40.18` + */ +export const EPSG_6387 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 31N + * - **CRS-PROJCRS** [32631] + * - **Area**: Between 0°E and 6°E, northern hemisphere between equator and 84°N, onshore and offshore. Algeria. Andorra. Belgium. Benin. Burkina Faso. Denmark - North Sea. France. Germany - North Sea. Ghana. Luxembourg. Mali. Netherlands. Niger. Nigeria. Norway. Spain. Togo. United Kingdom (UK) - North Sea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,0,0,6` + */ +export const EPSG_32631 = '+proj=utm +zone=31 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Arc 1960 + * - **CRS-GEOGCRS** [4210] + * - **Area**: Burundi, Kenya, Rwanda, Tanzania and Uganda. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `35` + * - **BBOX**: `4.63,28.85,-11.75,41.91` + */ +export const EPSG_4210 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Blue Earth + * - **CRS-GEOGCRS** [104706] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104706 = '+proj=longlat +a=6378403.701 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas North + * - **CRS-PROJCRS** [103539] + * - **Area**: USA - Texas - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_103539 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=34.65 +lat_2=36.1833333333333 +x_0=200000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + EVRF2019 height + * - **CRS-COMPOUNDCRS** [9422] + * - **Area**: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,-9.56,35.95,31.59` + */ +export const EPSG_9422 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Tombak LNG plant + * - **CRS-ENGCRS** [5817] + * - **Area**: Iran - Kangan district. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.2,51.8,27.3,53.01` + */ +export const EPSG_5817 = 'null'; + +/** + * GDA94 / MGA zone 59 + * - **CRS-PROJCRS** [6738] + * - **Area**: Norfolk Island - offshore east of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-25.61,168,-32.48,173.35` + */ +export const EPSG_6738 = + '+proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mhast (offshore) + * - **CRS-GEOGCRS** [4705] + * - **Area**: Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-5.05,10.53,-6.04,12.37` + */ +export const EPSG_4705 = + '+proj=longlat +ellps=intl +towgs84=-255,-29,-105,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 7 + * - **CRS-PROJCRS** [26737] + * - **Area**: United States (USA) - Alaska - between 164°W and 160°W, onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_26737 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=213360.426720853 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * JGD2011 / UTM zone 55N + * - **CRS-PROJCRS** [6692] + * - **Area**: Japan - east of 144°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.65,144,23.03,147.86` + */ +export const EPSG_6692 = + '+proj=utm +zone=55 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 24S + * - **CRS-PROJCRS** [32324] + * - **Area**: Between 42°W and 36°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-42,-80,-36` + */ +export const EPSG_32324 = + '+proj=utm +zone=24 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 1 (ftUS) + * - **CRS-PROJCRS** [3490] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_3490 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Mexico ITRF2008 / UTM zone 13N + * - **CRS-PROJCRS** [6368] + * - **Area**: Mexico between 108°W and 102°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31.79,-108,14.05,-102` + */ +export const EPSG_6368 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-12 Dnipropetrovsk + * - **CRS-PROJCRS** [9834] + * - **Area**: Ukraine - Dnipropetrovsk region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.19,32.95,47.45,36.94` + */ +export const EPSG_9834 = + '+proj=tmerc +lat_0=0 +lon_0=35 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Florida East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8726] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_8726 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 14 + * - **CRS-PROJCRS** [5114] + * - **Area**: Norway - onshore - between 14°E and 15°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.07,14,64.03,15.01` + */ +export const EPSG_5114 = + '+proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 46N + * - **CRS-PROJCRS** [23866] + * - **Area**: Indonesia - north of equator and west of 96°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.79,92.01,0,96` + */ +export const EPSG_23866 = + '+proj=utm +zone=46 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PNG94 + * - **CRS-GCENCRS** [5544] + * - **Area**: Papua New Guinea - onshore and offshore. Includes Bismark archipelago, Louisade archipelago, Admiralty Islands, d'Entrecasteaux Islands, northern Solomon Islands, Trobriand Islands, New Britain, New Ireland, Woodlark, and associated islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `2.58,139.2,-14.75,162.81` + */ +export const EPSG_5544 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah Central (ft) + * - **CRS-PROJCRS** [2281] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_2281 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Vilas (m) + * - **CRS-PROJCRS** [7579] + * - **Area**: United States (USA) - Wisconsin - Vilas county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.3,-90.05,45.85,-88.93` + */ +export const EPSG_7579 = + '+proj=lcc +lat_1=46.0778440905556 +lat_0=46.0778440905556 +lon_0=-89.4888888888889 +k_0=1.0000730142 +x_0=134417.0689 +y_0=50337.1092 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mars 2000 Equidistant Cylindrical (sphere) + * - **CRS-PROJCRS** [103885] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_103885 = + '+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=3396190 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS07-09 + * - **CRS-PROJCRS** [3243] + * - **Area**: Antarctica - 72°S to 76°S and 144°W to 126°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-144,-76,-126` + */ +export const EPSG_3243 = + '+proj=lcc +lat_0=-90 +lon_0=-135 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [4586] + * - **Area**: China - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.52,114,22.14,120` + */ +export const EPSG_4586 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Morrison (US foot) + * - **CRS-PROJCRS** [103755] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103755 = + '+proj=lcc +lat_0=45.7738888888889 +lon_0=-94.2 +lat_1=45.85 +lat_2=46.2666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Hampshire + * - **CRS-PROJCRS** [3613] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_3613 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Montana (ft) + * - **CRS-PROJCRS** [2901] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_2901 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Arkansas North (ftUS) + * - **CRS-PROJCRS** [6411] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_6411 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS X + * - **CRS-PROJCRS** [2452] + * - **Area**: Japan - onshore - Honshu north of 38°N approximately - Aomori-ken; Akita-ken; Yamagata-ken; Iwate-ken; Miyagi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.58,139.49,37.73,142.14` + */ +export const EPSG_2452 = + '+proj=tmerc +lat_0=40 +lon_0=140.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Merchich (degrees) UTM Zone 28N + * - **CRS-PROJCRS** [102144] + * - **Area**: Africa - Morocco and Western Sahara - UTM 28N - 18~W to 12~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.97,-18,20.71,-12` + */ +export const EPSG_102144 = '+proj=utm +zone=28 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * Saturn - Prometheus IAU 2015 + * - **CRS-GEOGCRS** [104993] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104993 = '+proj=longlat +R=43100 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [20030] + * - **Area**: Russian Federation - onshore between 174°E and 180°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.59,174,61.65,180` + */ +export const EPSG_20030 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + DVR90(2002) height + * - **CRS-COMPOUNDCRS** [10486] + * - **Area**: Denmark - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10486 = 'null'; + +/** + * Dominica 1945 / British West Indies Grid + * - **CRS-PROJCRS** [2002] + * - **Area**: Dominica - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `15.69,-61.55,15.14,-61.2` + */ +export const EPSG_2002 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=725,685,536,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LN02 height + * - **CRS-VERTCRS** [5728] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_5728 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Columbia River East zone (ft) + * - **CRS-PROJCRS** [6807] + * - **Area**: United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.08,-122.05,45.49,-118.89` + */ +export const EPSG_6807 = + '+proj=lcc +lat_1=45.6666666666667 +lat_0=45.6666666666667 +lon_0=-120.5 +k_0=1.000008 +x_0=150000.00001464 +y_0=30000.00001512 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 159E + * - **CRS-PROJCRS** [2517] + * - **Area**: Russian Federation - onshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.2,156,50.27,162` + */ +export const EPSG_2517 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Albers Canada + * - **CRS-PROJCRS** [102001] + * - **Area**: Canada + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_102001 = + '+proj=aea +lat_0=40 +lon_0=-96 +lat_1=50 +lat_2=70 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Perry (m) + * - **CRS-PROJCRS** [7345] + * - **Area**: United States (USA) - Indiana - Perry county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.27,-86.82,37.84,-86.43` + */ +export const EPSG_7345 = + '+proj=tmerc +lat_0=37.8 +lon_0=-86.7 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DB_REF / 3-degree Gauss-Kruger zone 2 (E-N) + * - **CRS-PROJCRS** [5682] + * - **Area**: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.81,5.86,49.11,7.5` + */ +export const EPSG_5682 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +towgs84=584.9636,107.7175,413.8067,-1.1155,-0.2824,3.1384,7.9922 +units=m +no_defs +type=crs'; + +/** + * Lao 1993 + * - **CRS-GCENCRS** [4990] + * - **Area**: Laos. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4990 = '+proj=geocent +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) Bergenhalvoen + * - **CRS-PROJCRS** [102451] + * - **Area**: Norway - Bergenhalvoen Kommune + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.5437,5.1374,60.1651,5.6993` + */ +export const EPSG_102451 = + '+proj=tmerc +lat_0=58 +lon_0=-4.66666666666667 +k=1 +x_0=100000 +y_0=-200000 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * Puerto Rico + * - **CRS-GEOGCRS** [4139] + * - **Area**: Puerto Rico, US Virgin Islands and British Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `18.78,-67.97,17.62,-64.25` + */ +export const EPSG_4139 = + '+proj=longlat +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 4-14 + * - **CRS-PROJCRS** [6104] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-141,72.83,-116` + */ +export const EPSG_6104 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-129 +lat_1=77 +lat_2=73.6666666666667 +x_0=14500000 +y_0=4500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A02H1 + * - **CRS-PROJCRS** [112001] + * - **Area**: UK - Highways England - A2 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.4286,-5.4217,50.1106,-5.2734` + */ +export const EPSG_112001 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999313972680282 +x_0=252927.284354225 +y_0=70979.593633004 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XV + * - **CRS-PROJCRS** [30175] + * - **Area**: Japan - onshore - Okinawa-ken between 126°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `26.91,126.63,26.02,128.4` + */ +export const EPSG_30175 = + '+proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Washington North + * - **CRS-PROJCRS** [32148] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_32148 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Maupiti 83 / UTM zone 5S + * - **CRS-PROJCRS** [3306] + * - **Area**: French Polynesia - Society Islands - Maupiti. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-16.34,-152.39,-16.57,-152.14` + */ +export const EPSG_3306 = + '+proj=utm +zone=5 +south +ellps=intl +towgs84=217.109,86.452,23.711,0.0183,-0.0003,0.007,-0.0093 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Beltrami North (meter) + * - **CRS-PROJCRS** [103610] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103610 = + '+proj=lcc +lat_0=48.02 +lon_0=-95.0166666666667 +lat_1=48.1166666666667 +lat_2=48.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378505.809 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Monmouth (ftUS) + * - **CRS-PROJCRS** [23309] + * - **Area**: United States (USA) - Illinois - counties of Henderson, Mercer and Warren. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.34,-91.19,40.62,-90.43` + */ +export const EPSG_23309 = + '+proj=tmerc +lat_0=40.2 +lon_0=-90.85 +k=1.000024 +x_0=2949860.2997206 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 102E + * - **CRS-PROJCRS** [21334] + * - **Area**: Russian Federation - onshore between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,100.5,50.17,103.5` + */ +export const EPSG_21334 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [4569] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_4569 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oklahoma South + * - **CRS-PROJCRS** [6554] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_6554 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM1 + * - **CRS-PROJCRS** [4093] + * - **Area**: Denmark - Jutland onshore west of 10°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `57.64,8,54.8,10` + */ +export const EPSG_4093 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.99998 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming East Central (ftUS) + * - **CRS-PROJCRS** [3756] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_3756 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 18S + * - **CRS-PROJCRS** [32518] + * - **Area**: Between 78°W and 72°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-78,-80,-72` + */ +export const EPSG_32518 = + '+proj=utm +zone=18 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas North + * - **CRS-PROJCRS** [2844] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_2844 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California III (US Feet) + * - **CRS-PROJCRS** [103240] + * - **Area**: USA - California - SPCS - 3 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_103240 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=37.0666666666667 +lat_2=38.4333333333333 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Meeker (US foot) + * - **CRS-PROJCRS** [103754] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103754 = + '+proj=lcc +lat_0=44.8913888888889 +lon_0=-94.75 +lat_1=44.9666666666667 +lat_2=45.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378498.189 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [4587] + * - **Area**: China - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,120,26.34,126` + */ +export const EPSG_4587 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS04-06 + * - **CRS-PROJCRS** [3242] + * - **Area**: Antarctica - 72°S to 76°S and 162°W to 144°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-162,-76,-144` + */ +export const EPSG_3242 = + '+proj=lcc +lat_0=-90 +lon_0=-153 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [20932] + * - **Area**: Russian Federation - onshore east of 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.18,-174,64.2,-168.97` + */ +export const EPSG_20932 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nevada West (ftUS) + * - **CRS-PROJCRS** [3612] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_3612 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.00001016 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Mississippi West (ftUS) + * - **CRS-PROJCRS** [2900] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_2900 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Arkansas North + * - **CRS-PROJCRS** [6410] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_6410 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XI + * - **CRS-PROJCRS** [2453] + * - **Area**: Japan - onshore - Hokkaido west of approximately 141°E - Otaru city; Hakodate city; Date city; Usu-gun and Abuta-gun of Iburi-shicho; Hiyama-shicho; Shiribeshi-shicho; Oshima-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.42,139.34,41.34,141.46` + */ +export const EPSG_2453 = + '+proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 26S + * - **CRS-PROJCRS** [5396] + * - **Area**: Brazil - east of 30°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.26,-30,-23.86,-25.28` + */ +export const EPSG_5396 = + '+proj=utm +zone=26 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kumul 34 height + * - **CRS-VERTCRS** [7651] + * - **Area**: Papua New Guinea - Papuan fold and thrust belt. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-5.59,142.24,-8.28,144.75` + */ +export const EPSG_7651 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [20031] + * - **Area**: Russian Federation - onshore between 180°E and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,-180,64.35,-174` + */ +export const EPSG_20031 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + DVR90(2013) height + * - **CRS-COMPOUNDCRS** [10487] + * - **Area**: Denmark - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10487 = 'null'; + +/** + * Grenada 1953 / British West Indies Grid + * - **CRS-PROJCRS** [2003] + * - **Area**: Grenada and southern Grenadine Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `12.57,-61.84,11.94,-61.35` + */ +export const EPSG_2003 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=72,213.7,93,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LHN95 height + * - **CRS-VERTCRS** [5729] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_5729 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Columbia River East zone (m) + * - **CRS-PROJCRS** [6806] + * - **Area**: United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.08,-122.05,45.49,-118.89` + */ +export const EPSG_6806 = + '+proj=lcc +lat_1=45.6666666666667 +lat_0=45.6666666666667 +lon_0=-120.5 +k_0=1.000008 +x_0=150000 +y_0=30000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 153E + * - **CRS-PROJCRS** [2516] + * - **Area**: Russian Federation - onshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.26,150,45.77,156` + */ +export const EPSG_2516 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-ROU98 + * - **CRS-GCENCRS** [5379] + * - **Area**: Uruguay - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-30.09,-58.49,-37.77,-50.01` + */ +export const EPSG_5379 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Parke-Vermillion (ftUS) + * - **CRS-PROJCRS** [7344] + * - **Area**: United States (USA) - Indiana - counties of Parke and Vermillion. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.15,-87.54,39.6,-87` + */ +export const EPSG_7344 = + '+proj=tmerc +lat_0=39.6 +lon_0=-87.35 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) Baerum Kommune + * - **CRS-PROJCRS** [102450] + * - **Area**: Norway - Baerum Kommune + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.0366,10.3371,59.8254,10.6725` + */ +export const EPSG_102450 = + '+proj=tmerc +lat_0=58 +lon_0=0 +k=1 +x_0=19999.32 +y_0=-202977.79 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * COV23-IRF + * - **CRS-GEOGCRS** [10468] + * - **Area**: United Kingdom (UK) - in and around the area of Coventry city centre and the route to Birmingham airport. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.5,-1.85,52.3,-1.3` + */ +export const EPSG_10468 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * DB_REF / 3-degree Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5683] + * - **Area**: Germany - onshore between 7°30'E and 10°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,7.5,47.27,10.51` + */ +export const EPSG_5683 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +towgs84=584.9636,107.7175,413.8067,-1.1155,-0.2824,3.1384,7.9922 +units=m +no_defs +type=crs'; + +/** + * Lao 1993 + * - **CRS-GEOG3DCRS** [4991] + * - **Area**: Laos. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4991 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 4-16 + * - **CRS-PROJCRS** [6105] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-116,72.83,-91` + */ +export const EPSG_6105 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-104 +lat_1=77 +lat_2=73.6666666666667 +x_0=16500000 +y_0=4500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * St. George Island + * - **CRS-GEOGCRS** [4138] + * - **Area**: United States (USA) - Alaska - Pribilof Islands - St George Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `56.67,-169.88,56.49,-169.38` + */ +export const EPSG_4138 = 'null'; + +/** + * OSGB 1936 National Highways A01H1 + * - **CRS-PROJCRS** [112000] + * - **Area**: UK - Highways England - A1 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.4249,-5.5482,50.1068,-5.3991` + */ +export const EPSG_112000 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999260028821883 +x_0=261910.558703157 +y_0=70975.7620913136 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Beltrami South (meter) + * - **CRS-PROJCRS** [103611] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103611 = + '+proj=lcc +lat_0=47.4125 +lon_0=-94.85 +lat_1=47.5 +lat_2=47.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378544.823 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 + * - **CRS-GEOGCRS** [8818] + * - **Area**: Saudi Arabia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.44,16.29,55.67` + */ +export const EPSG_8818 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Nakhl-e Ghanem / UTM zone 39N + * - **CRS-PROJCRS** [3307] + * - **Area**: Iran - Kangan district. + * - **Unit**: `metre` + * - **Accuracy**: `0.2` + * - **BBOX**: `28.2,51.8,27.3,53.01` + */ +export const EPSG_3307 = + '+proj=utm +zone=39 +ellps=WGS84 +towgs84=0,-0.15,0.68,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Washington South + * - **CRS-PROJCRS** [32149] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_32149 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XIV + * - **CRS-PROJCRS** [30174] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and between 140°30'E and 143°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `27.8,141.2,24.67,142.33` + */ +export const EPSG_30174 = + '+proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oklahoma South (ftUS) + * - **CRS-PROJCRS** [6555] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_6555 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [4568] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_4568 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 105E + * - **CRS-PROJCRS** [21335] + * - **Area**: Russian Federation - onshore between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.21,103.5,50.13,106.5` + */ +export const EPSG_21335 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Joliet (ftUS) + * - **CRS-PROJCRS** [23308] + * - **Area**: United States (USA) - Illinois - counties of Kankakee and Will. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.73,-88.27,40.99,-87.52` + */ +export const EPSG_23308 = + '+proj=tmerc +lat_0=40.55 +lon_0=-88 +k=1.000022 +x_0=2649936.499873 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California IV (US Feet) + * - **CRS-PROJCRS** [103241] + * - **Area**: USA - California - SPCS - 4 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_103241 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=36 +lat_2=37.25 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 19S + * - **CRS-PROJCRS** [32519] + * - **Area**: Between 72°W and 66°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-72,-80,-66` + */ +export const EPSG_32519 = + '+proj=utm +zone=19 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming West Central (ftUS) + * - **CRS-PROJCRS** [3757] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_3757 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas North Central + * - **CRS-PROJCRS** [2845] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_2845 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGRS + * - **CRS-GCENCRS** [3887] + * - **Area**: Iraq - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.39,38.79,29.06,48.75` + */ +export const EPSG_3887 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Iowa South + * - **CRS-PROJCRS** [2795] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_2795 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Columbia (ftUS) + * - **CRS-PROJCRS** [7597] + * - **Area**: United States (USA) - Wisconsin - Columbia county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-89.79,43.28,-89` + */ +export const EPSG_7597 = + '+proj=lcc +lat_1=43.4625466458333 +lat_0=43.4625466458333 +lon_0=-89.3944444444444 +k_0=1.00003498 +x_0=169164.338023876 +y_0=111569.613512827 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS 1989 UTM Zone 32N 8Stellen + * - **CRS-PROJCRS** [102329] + * - **Area**: Germany - east of 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.9,12,47.27,15.03` + */ +export const EPSG_102329 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGNC15 (lon-lat) + * - **CRS-GEOG3DCRS** [10311] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10311 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS96) + * - **CRS-GEOGCRS** [8232] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8232 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ID74 / UTM zone 48S + * - **CRS-PROJCRS** [23888] + * - **Area**: Indonesia - onshore south of equator and between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `0,102,-7.79,108` + */ +export const EPSG_23888 = + '+proj=utm +zone=48 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New York East + * - **CRS-PROJCRS** [103492] + * - **Area**: USA - New York - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_103492 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 13 + NN2000 height + * - **CRS-COMPOUNDCRS** [5953] + * - **Area**: Norway - onshore - between 13°E and 14°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `68.4,13,64.01,14.01` + */ +export const EPSG_5953 = + '+proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 24N + * - **CRS-PROJCRS** [3184] + * - **Area**: Greenland - between 42°W and 36°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-42,56.56,-36` + */ +export const EPSG_3184 = + '+proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN53 Mare + * - **CRS-GEOGCRS** [4641] + * - **Area**: New Caledonia - Loyalty Islands - Mare. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-21.32,167.75,-21.71,168.19` + */ +export const EPSG_4641 = + '+proj=longlat +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 12 + * - **CRS-PROJCRS** [6386] + * - **Area**: Ukraine - between 34°30'E and 37°30'E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.25,34.5,43.24,37.5` + */ +export const EPSG_6386 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 30N + * - **CRS-PROJCRS** [32630] + * - **Area**: Between 6°W and 0°W, northern hemisphere between equator and 84°N, onshore and offshore. Algeria. Burkina Faso. Côte' Ivoire (Ivory Coast). Faroe Islands - offshore. France. Ghana. Gibraltar. Ireland - offshore Irish Sea. Mali. Mauritania. Morocco. Spain. United Kingdom (UK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-6,0,0` + */ +export const EPSG_32630 = '+proj=utm +zone=30 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(PACP00) + * - **CRS-GCENCRS** [9073] + * - **Area**: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `31.8,157.47,-17.56,-151.27` + */ +export const EPSG_9073 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Utah South (Intl Feet) + * - **CRS-PROJCRS** [103168] + * - **Area**: USA - Utah - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_103168 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=37.2166666666667 +lat_2=38.35 +x_0=500000 +y_0=3000000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Brown + * - **CRS-GEOGCRS** [104707] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104707 = '+proj=longlat +a=6378434.181 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Batavia + * - **CRS-GEOGCRS** [4211] + * - **Area**: Indonesia - Bali, Java and western Sumatra onshore, offshore southern Java Sea, Madura Strait and western Bali Sea. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `5.97,95.16,-8.91,117.01` + */ +export const EPSG_4211 = + '+proj=longlat +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 60N + * - **CRS-PROJCRS** [32260] + * - **Area**: Between 174°E and 180°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,174,0,180` + */ +export const EPSG_32260 = + '+proj=utm +zone=60 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + EVRF2019 mean-tide height + * - **CRS-COMPOUNDCRS** [9423] + * - **Area**: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,-9.56,35.95,31.59` + */ +export const EPSG_9423 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Barinas west base + * - **CRS-ENGCRS** [5816] + * - **Area**: Venezuela - Barinas area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `9.07,-71.49,7.31,-67.58` + */ +export const EPSG_5816 = 'null'; + +/** + * Mhast (onshore) + * - **CRS-GEOGCRS** [4704] + * - **Area**: Angola (Cabinda) - onshore and offshore; The Democratic Republic of the Congo (Zaire) - onshore coastal area and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-4.38,10.53,-6.04,13.1` + */ +export const EPSG_4704 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * JSLD72 height + * - **CRS-VERTCRS** [6693] + * - **Area**: Japan - onshore mainland - Hokkaido. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,139.7,41.34,145.87` + */ +export const EPSG_6693 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 25S + * - **CRS-PROJCRS** [32325] + * - **Area**: Between 36°W and 30°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-36,-80,-30` + */ +export const EPSG_32325 = + '+proj=utm +zone=25 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 6 + * - **CRS-PROJCRS** [26736] + * - **Area**: United States (USA) - Alaska - between 160°W and 156°W, onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_26736 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 2 + * - **CRS-PROJCRS** [3491] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_3491 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 / UTM zone 14N + * - **CRS-PROJCRS** [6369] + * - **Area**: Mexico between 102°W and 96°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.81,-102,12.3,-96` + */ +export const EPSG_6369 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-14 Donetsk + * - **CRS-PROJCRS** [9835] + * - **Area**: Ukraine - Donetsk region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.24,36.54,46.86,39.1` + */ +export const EPSG_9835 = + '+proj=tmerc +lat_0=0 +lon_0=37.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Florida West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8727] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_8727 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 47N + * - **CRS-PROJCRS** [23867] + * - **Area**: Indonesia - north of equator and between 96°E and 102°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.49,96,0,102` + */ +export const EPSG_23867 = + '+proj=utm +zone=47 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Wind River (ftUS) + * - **CRS-PROJCRS** [7128] + * - **Area**: United States (USA) - Wyoming - Wind River Indian Reservation. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.86,-109.5,42.69,-107.94` + */ +export const EPSG_7128 = + '+proj=tmerc +lat_0=42.6666666666667 +lon_0=-108.333333333333 +k=1.00024 +x_0=99999.9999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 15 + * - **CRS-PROJCRS** [5115] + * - **Area**: Norway - onshore - between 15°E and 16°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.38,15,66.14,16.01` + */ +export const EPSG_5115 = + '+proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EPSG example wellbore local horizontal CRS - true north + * - **CRS-ENGCRS** [8377] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8377 = 'null'; + +/** + * S45B reconstruction east-orientated + * - **CRS-PROJCRS** [10254] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_10254 = + '+proj=tmerc +lat_0=55.11171 +lon_0=14.88927 +k=1 +x_0=-50000 +y_0=50000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Mars 2000 South Pole Stereographic (sphere) + * - **CRS-PROJCRS** [103884] + * - **Area**: World - S hemisphere - south of 60~S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_103884 = + '+proj=stere +lat_0=-90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=3396190 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah North (ft) + * - **CRS-PROJCRS** [2280] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_2280 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.0001504 +y_0=999999.999996 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Vernon (m) + * - **CRS-PROJCRS** [7578] + * - **Area**: United States (USA) - Wisconsin - Vernon county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.74,-91.28,43.42,-90.31` + */ +export const EPSG_7578 = + '+proj=lcc +lat_1=43.5750329397222 +lat_0=43.5750329397222 +lon_0=-90.7833333333333 +k_0=1.0000408158 +x_0=222504.4451 +y_0=47532.0602 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PNG94 + * - **CRS-GEOG3DCRS** [5545] + * - **Area**: Papua New Guinea - onshore and offshore. Includes Bismark archipelago, Louisade archipelago, Admiralty Islands, d'Entrecasteaux Islands, northern Solomon Islands, Trobriand Islands, New Britain, New Ireland, Woodlark, and associated islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `2.58,139.2,-14.75,162.81` + */ +export const EPSG_5545 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Ain el Abd / UTM zone 36N + * - **CRS-PROJCRS** [20436] + * - **Area**: Saudi Arabia - onshore west of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `29.38,34.51,26.82,36` + */ +export const EPSG_20436 = + '+proj=utm +zone=36 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGC 1948 height + * - **CRS-VERTCRS** [5791] + * - **Area**: France - Corsica onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_5791 = '+vunits=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo31 + * - **CRS-PROJCRS** [2054] + * - **Area**: South Africa - onshore between 30°E and 32°E. Eswatini (Swaziland). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.22,29.99,-31.38,32.02` + */ +export const EPSG_2054 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Slovenia 1996 + * - **CRS-GEOG3DCRS** [4883] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_4883 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Forest (ftUS) + * - **CRS-PROJCRS** [7606] + * - **Area**: United States (USA) - Wisconsin - Forest county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.08,-89.05,45.37,-88.42` + */ +export const EPSG_7606 = + '+proj=tmerc +lat_0=44.0055555555556 +lon_0=-88.6333333333333 +k=1.0000673004 +x_0=275844.553213106 +y_0=0.0158496316992634 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * POSGAR 94 + * - **CRS-GEOG3DCRS** [4929] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_4929 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NZGD49 / UTM zone 59S + * - **CRS-PROJCRS** [27259] + * - **Area**: New Zealand - nearshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-33.89,168,-47.64,174` + */ +export const EPSG_27259 = + '+proj=utm +zone=59 +south +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [2404] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_2404 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Georgia West (ftUS) + * - **CRS-PROJCRS** [6447] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_6447 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 27 + * - **CRS-PROJCRS** [21227] + * - **Area**: Russian Federation - onshore between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,79.5,50.7,82.5` + */ +export const EPSG_21227 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tapi Aike + * - **CRS-GEOGCRS** [9248] + * - **Area**: Argentina - Santa Cruz province south of approximately 50°20'S. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `-50.33,-73.28,-52.43,-68.3` + */ +export const EPSG_9248 = + '+proj=longlat +ellps=intl +towgs84=-192.26,65.72,132.08,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oregon North + * - **CRS-PROJCRS** [3645] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_3645 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EST97 + * - **CRS-GEOGCRS** [4180] + * - **Area**: Estonia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `60,20.37,57.52,28.2` + */ +export const EPSG_4180 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 13N + * - **CRS-PROJCRS** [2957] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_2957 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Hubbard (US foot) + * - **CRS-PROJCRS** [103703] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103703 = + '+proj=tmerc +lat_0=46.8036111111111 +lon_0=-94.9205555555556 +k=1.000071553661 +x_0=152411.209600356 +y_0=30482.2419200711 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ47-48 + * - **CRS-PROJCRS** [3215] + * - **Area**: Antarctica - 64°S to 68°S and 96°E to 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,96,-68,108` + */ +export const EPSG_3215 = + '+proj=lcc +lat_0=-90 +lon_0=102 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wisconsin South (ftUS) + * - **CRS-PROJCRS** [3700] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_3700 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Minnesota South + * - **CRS-PROJCRS** [2812] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_2812 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Minnesota North + * - **CRS-PROJCRS** [6502] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_6502 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 174W + * - **CRS-PROJCRS** [21362] + * - **Area**: Russian Federation - onshore between 175°30'W and 172°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.78,-175.5,64.2,-172.5` + */ +export const EPSG_21362 = + '+proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake of the Woods South (meter) + * - **CRS-PROJCRS** [103646] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103646 = + '+proj=lcc +lat_0=48.3661111111111 +lon_0=-94.8833333333333 +lat_1=48.45 +lat_2=48.8833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378496.665 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 BUTM2010 + * - **CRS-PROJCRS** [102954] + * - **Area**: Bangladesh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_102954 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [4495] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_4495 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone C0 + * - **CRS-PROJCRS** [3350] + * - **Area**: Estonia, Latvia and Lithuania - onshore west of 23°27'E. Russia - Kaliningrad onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.27,19.57,54.17,23.45` + */ +export const EPSG_3350 = + '+proj=tmerc +lat_0=0.1 +lon_0=21.95 +k=1 +x_0=250000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 12 + NN54 height + * - **CRS-COMPOUNDCRS** [6152] + * - **Area**: Norway - onshore - between 12°E and 13°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `68.16,12,59.88,13.01` + */ +export const EPSG_6152 = + '+proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B15H1 + * - **CRS-PROJCRS** [112057] + * - **Area**: UK - Highways England - B15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9351,-3.1882,52.0434,-2.6416` + */ +export const EPSG_112057 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999966755136649 +x_0=88032.1753716564 +y_0=111040.584843794 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 7N + * - **CRS-PROJCRS** [102407] + * - **Area**: USA - 144~W to 138~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `73.59,-144,53.47,-137.99` + */ +export const EPSG_102407 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Wanganui 2000 + * - **CRS-PROJCRS** [2111] + * - **Area**: New Zealand - North Island - Wanganui meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-39.46,174.4,-40.97,176.27` + */ +export const EPSG_2111 = + '+proj=tmerc +lat_0=-40.2419444444444 +lon_0=175.488055555556 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Howard-Miami (m) + * - **CRS-PROJCRS** [7313] + * - **Area**: United States (USA) - Indiana - counties of Howard and Miami. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41,-86.38,40.37,-85.86` + */ +export const EPSG_7313 = + '+proj=tmerc +lat_0=40.35 +lon_0=-86.15 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [2541] + * - **Area**: Kazakhstan, Kyrgyzstan, Russian Federation onshore and Tajikistan - between 73°30'E and 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.71,73.5,37.22,76.5` + */ +export const EPSG_2541 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Pendleton-La Grande zone (ft) + * - **CRS-PROJCRS** [6851] + * - **Area**: United States (USA) - Oregon - Pendleton-La Grande area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.64,-118.64,45.13,-118.09` + */ +export const EPSG_6851 = + '+proj=tmerc +lat_0=45.0833333333333 +lon_0=-118.333333333333 +k=1.000175 +x_0=30000.00001512 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(CORS96) + * - **CRS-GCENCRS** [6781] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_6781 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan Oblique Mercator + * - **CRS-PROJCRS** [3079] + * - **Area**: United States (USA) - Michigan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_3079 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 37N + * - **CRS-PROJCRS** [32237] + * - **Area**: Between 36°E and 42°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,36,0,42` + */ +export const EPSG_32237 = + '+proj=utm +zone=37 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * PZ-90.02 + * - **CRS-GEOGCRS** [9474] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9474 = '+proj=longlat +a=6378136 +rf=298.257839303 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Nicollet + * - **CRS-GEOGCRS** [104750] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104750 = '+proj=longlat +a=6378403.701 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * KOC + * - **CRS-GEOGCRS** [4246] + * - **Area**: Kuwait - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_4246 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-294.7,-200.1,525.5,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Massachusetts Island + * - **CRS-PROJCRS** [3583] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_3583 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / BLM 17N (ftUS) + * - **CRS-PROJCRS** [32667] + * - **Area**: United States (USA) - Gulf of Mexico outer continental shelf (GoM OCS) east of approximately 84°W - protraction areas Gainesville; Tarpon Springs; St Petersburg; Charlotte Harbor; Pulley Ridge; Dry Tortugas; Tortugas Valley; Miami; Key West. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `29.94,-84.09,23.82,-81.17` + */ +export const EPSG_32667 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nevada East (ftUS) + * - **CRS-PROJCRS** [3429] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_3429 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Selvagem Grande + * - **CRS-GEOGCRS** [4616] + * - **Area**: Portugal - Selvagens islands (Madeira province) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `30.21,-16.11,29.98,-15.79` + */ +export const EPSG_4616 = + '+proj=longlat +ellps=intl +towgs84=-289,-124,60,0,0,0,0 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 34 + * - **CRS-PROJCRS** [2668] + * - **Area**: Russian Federation - onshore between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,100.5,50.17,103.5` + */ +export const EPSG_2668 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NSIDC Authalic Sphere + * - **CRS-GEOGCRS** [10346] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_10346 = '+proj=longlat +R=6371228 +no_defs +type=crs'; + +/** + * KKJ / Finland zone 2 + * - **CRS-PROJCRS** [2392] + * - **Area**: Finland - onshore between 22°30'E and 25°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.9,22.5,59.75,25.5` + */ +export const EPSG_2392 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +units=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / Costa Rica Sur + * - **CRS-PROJCRS** [5457] + * - **Area**: Costa Rica - onshore south of 9°56'N + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `9.94,-85.74,7.98,-82.53` + */ +export const EPSG_5457 = + '+proj=lcc +lat_1=9 +lat_0=9 +lon_0=-83.6666666666667 +k_0=0.99995696 +x_0=500000 +y_0=327987.436 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Florida North (ftUS) + * - **CRS-PROJCRS** [2238] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_2238 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GNTRANS2016 height + * - **CRS-VERTCRS** [9927] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_9927 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Denio-Burns zone (ft) + * - **CRS-PROJCRS** [8320] + * - **Area**: United States (USA) - Oregon - Denio-Burns area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.54,-119.41,41.88,-117.67` + */ +export const EPSG_8320 = + '+proj=tmerc +lat_0=41.75 +lon_0=-118.416666666667 +k=1.00019 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 (2011) Fargo Ground Coordinate System (US Feet) + * - **CRS-PROJCRS** [102391] + * - **Area**: USA - North Dakota - Fargo + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47,-96.93,46.7,-96.75` + */ +export const EPSG_102391 = + '+proj=omerc +no_uoff +lat_0=46.9916361111111 +lonc=-96.8888638888889 +alpha=2.63389226 +gamma=0 +k=1.000038773618 +x_0=874578.083820168 +y_0=-5077268.7778918 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 46.2 + * - **CRS-PROJCRS** [23830] + * - **Area**: Indonesia - onshore west of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.97,95.16,2.55,96` + */ +export const EPSG_23830 = + '+proj=tmerc +lat_0=0 +lon_0=94.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 22N + * - **CRS-PROJCRS** [22722] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_22722 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Arctic Polar Stereographic + * - **CRS-PROJCRS** [3995] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_3995 = + '+proj=stere +lat_0=90 +lat_ts=71 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 53 + * - **CRS-PROJCRS** [2687] + * - **Area**: Russian Federation - onshore between 157°30'E and 160°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.12,157.5,51.36,160.5` + */ +export const EPSG_2687 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-73 Chernivtsi + * - **CRS-PROJCRS** [9862] + * - **Area**: Ukraine - Chernivtsi region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.68,24.9,47.72,27.54` + */ +export const EPSG_9862 = + '+proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Ohio South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8770] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_8770 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * TC(1948) + * - **CRS-GEOGCRS** [4303] + * - **Area**: United Arab Emirates (UAE) - Abu Dhabi onshore and Dubai onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `25.34,51.56,22.63,56.03` + */ +export const EPSG_4303 = '+proj=longlat +ellps=helmert +no_defs +type=crs'; + +/** + * RGAF09 + Guadeloupe 1988 height + * - **CRS-COMPOUNDCRS** [9531] + * - **Area**: Guadeloupe - onshore - Basse-Terre and Grande-Terre. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `16.55,-61.85,15.88,-61.15` + */ +export const EPSG_9531 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming IV West + * - **CRS-PROJCRS** [103580] + * - **Area**: USA - Wyoming - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_103580 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo / UTM zone 55N + * - **CRS-PROJCRS** [3096] + * - **Area**: Japan - onshore east of 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `44.4,144,42.84,145.87` + */ +export const EPSG_3096 = + '+proj=utm +zone=55 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * fk89 + * - **CRS-GEOGCRS** [4753] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_4753 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 22S + * - **CRS-PROJCRS** [32722] + * - **Area**: Between 54°W and 48°W, southern hemisphere between 80°S and equator, onshore and offshore. Brazil. Uruguay. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-54,-80,-48` + */ +export const EPSG_32722 = '+proj=utm +zone=22 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Minna / UTM zone 31N + * - **CRS-PROJCRS** [26331] + * - **Area**: Nigeria - offshore beyond continental shelf west of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `6.14,2.66,1.92,6` + */ +export const EPSG_26331 = + '+proj=utm +zone=31 +a=6378249.145 +rf=293.465 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / UTM zone 35N + * - **CRS-PROJCRS** [3203] + * - **Area**: Libya - east of 24°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `33.6,24,19.99,26.21` + */ +export const EPSG_3203 = + '+proj=utm +zone=35 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Brown (US foot) + * - **CRS-PROJCRS** [103715] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103715 = + '+proj=lcc +lat_0=44.1080555555556 +lon_0=-94.7333333333333 +lat_1=44.1666666666667 +lat_2=44.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone K4 + * - **CRS-PROJCRS** [2941] + * - **Area**: Kazakhstan between 55°16'E and 58°16'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `51.14,55.26,41.26,58.27` + */ +export const EPSG_2941 = + '+proj=tmerc +lat_0=0.133333333333333 +lon_0=56.7666666666667 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Rhode Island + * - **CRS-PROJCRS** [3653] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_3653 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ammassalik 1958 + * - **CRS-GEOGCRS** [4196] + * - **Area**: Greenland - Ammassalik area onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `65.91,-38.86,65.52,-36.81` + */ +export const EPSG_4196 = + '+proj=longlat +ellps=intl +towgs84=-45,417,-3.5,0,0,0.814,-0.6 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Ozaukee (meters) + * - **CRS-PROJCRS** [103345] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103345 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 31 + * - **CRS-PROJCRS** [21231] + * - **Area**: Russian Federation - onshore between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.26,91.5,50.16,94.5` + */ +export const EPSG_21231 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Idaho East (ftUS) + * - **CRS-PROJCRS** [6451] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_6451 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 36 + * - **CRS-PROJCRS** [2412] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_2412 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 4 + * - **CRS-PROJCRS** [102104] + * - **Area**: Norway - zone IV + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.1,11.97,59.88,15.06` + */ +export const EPSG_102104 = + '+proj=tmerc +lat_0=58 +lon_0=13.2229166666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Iowa (ftUS) + * - **CRS-PROJCRS** [7610] + * - **Area**: United States (USA) - Wisconsin - Iowa county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.21,-90.43,42.81,-89.83` + */ +export const EPSG_7610 = + '+proj=tmerc +lat_0=42.5388888888889 +lon_0=-90.1611111111111 +k=1.0000394961 +x_0=113081.026162052 +y_0=0.00457200914401829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * JAD2001 + * - **CRS-GEOG3DCRS** [4895] + * - **Area**: Jamaica - onshore and offshore. Includes Morant Cays and Pedro Cays. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `19.36,-80.6,14.08,-74.51` + */ +export const EPSG_4895 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * EOMA 1980 height + * - **CRS-VERTCRS** [5787] + * - **Area**: Hungary. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.58,16.11,45.74,22.9` + */ +export const EPSG_5787 = '+vunits=m +no_defs +type=crs'; + +/** + * Locodjo 1965 / UTM zone 29N + * - **CRS-PROJCRS** [2042] + * - **Area**: Côte d'Ivoire (Ivory Coast) west of 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `10.74,-8.61,4.29,-6` + */ +export const EPSG_2042 = + '+proj=utm +zone=29 +a=6378249.145 +rf=293.465 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 13 + * - **CRS-PROJCRS** [102554] + * - **Area**: Turkey - 37.5~E to 40.5~E onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.19,37.5,36.66,40.5` + */ +export const EPSG_102554 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=0.9996 +x_0=13500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Saturn - Anthe IAU 2015 + * - **CRS-GEOGCRS** [104879] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104879 = '+proj=longlat +R=500 +no_defs +type=crs'; + +/** + * Adindan / UTM zone 35N + * - **CRS-PROJCRS** [20135] + * - **Area**: South Sudan and Sudan - between 24°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `22.01,23.99,4.21,30.01` + */ +export const EPSG_20135 = + '+proj=utm +zone=35 +a=6378249.145 +rf=293.465 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Pendleton zone (ft) + * - **CRS-PROJCRS** [6847] + * - **Area**: United States (USA) - Oregon - Pendleton area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.02,-119.36,45.46,-118.17` + */ +export const EPSG_6847 = + '+proj=tmerc +lat_0=45.25 +lon_0=-119.166666666667 +k=1.000045 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 84 / India NSF LCC + * - **CRS-PROJCRS** [7755] + * - **Area**: India - onshore and offshore. Includes Amandivis, Laccadives, Minicoy, Andaman Islands, Nicobar Islands, and Sikkim. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.51,65.6,3.87,97.42` + */ +export const EPSG_7755 = + '+proj=lcc +lat_0=24 +lon_0=80 +lat_1=12.472955 +lat_2=35.1728044444444 +x_0=4000000 +y_0=4000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Tararu 1952 height + * - **CRS-VERTCRS** [5768] + * - **Area**: New Zealand - North Island - Tararu vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-36.78,175.44,-37.21,175.99` + */ +export const EPSG_5768 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 40 + * - **CRS-PROJCRS** [2557] + * - **Area**: Russian Federation - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.63,118.5,49.87,121.5` + */ +export const EPSG_2557 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Bumthang TM + * - **CRS-PROJCRS** [5292] + * - **Area**: Bhutan - Bumthang district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.09,90.46,27.33,91.02` + */ +export const EPSG_5292 = + '+proj=tmerc +lat_0=0 +lon_0=90.7333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN State Plane Washington N Bellevue (FtUS) + * - **CRS-PROJCRS** [102041] + * - **Area**: USA - Washington - Bellevue + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.69,-122.26,47.5,-122.06` + */ +export const EPSG_102041 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=47.5 +lat_2=48.7333333333333 +x_0=500000.070104141 +y_0=0.0731521463042926 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Hamilton-Tipton (m) + * - **CRS-PROJCRS** [7305] + * - **Area**: United States (USA) - Indiana - counties of Hamilton and Tipton. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.41,-86.25,39.92,-85.86` + */ +export const EPSG_7305 = + '+proj=tmerc +lat_0=39.9 +lon_0=-86 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Poverty Bay 2000 + * - **CRS-PROJCRS** [2107] + * - **Area**: New Zealand - North Island - Poverty Bay meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-37.49,176.73,-39.04,178.63` + */ +export const EPSG_2107 = + '+proj=tmerc +lat_0=-38.6244444444444 +lon_0=177.885555555556 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine West (ftUS) + * - **CRS-PROJCRS** [26848] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_26848 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 11N + * - **CRS-PROJCRS** [102411] + * - **Area**: USA - 120~W to 114~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-120,30.88,-114` + */ +export const EPSG_102411 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A22H1 + * - **CRS-PROJCRS** [112041] + * - **Area**: UK - Highways England - A22 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.029,0.1129,50.7572,0.4198` + */ +export const EPSG_112041 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999707739399589 +x_0=-139014.804913381 +y_0=71007.5622219427 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) + * - **CRS-GEOGCRS** [4179] + * - **Area**: Onshore: Bulgaria, Czechia, Germany (former DDR), Hungary, Poland and Slovakia. Onshore and offshore: Albania and Romania. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,9.92,39.63,31.41` + */ +export const EPSG_4179 = + '+proj=longlat +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +no_defs +type=crs'; + +/** + * ETRS89 + NN54 height + * - **CRS-COMPOUNDCRS** [6144] + * - **Area**: Norway - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,4.39,57.9,31.32` + */ +export const EPSG_6144 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 + * - **CRS-GEOGCRS** [4483] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_4483 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Nevada Central + * - **CRS-PROJCRS** [32108] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_32108 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LKS94 / Lithuania TM + * - **CRS-PROJCRS** [3346] + * - **Area**: Lithuania - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.45,19.02,53.89,26.82` + */ +export const EPSG_3346 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Equal Earth Asia-Pacific + * - **CRS-PROJCRS** [8859] + * - **Area**: World centred on Asia-Pacific. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-29.99,-90,-30.01` + */ +export const EPSG_8859 = + '+proj=eqearth +lon_0=150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 09 Sylhet + * - **CRS-PROJCRS** [102942] + * - **Area**: Bangladesh - Sylhet + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `25.2,90.9166,23.9666,92.4834` + */ +export const EPSG_102942 = + '+proj=cass +lat_0=24.5 +lon_0=92 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota McLeod (meter) + * - **CRS-PROJCRS** [103650] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103650 = + '+proj=lcc +lat_0=44.4561111111111 +lon_0=-94.6333333333333 +lat_1=44.5333333333333 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378414.369 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 41 + * - **CRS-PROJCRS** [4529] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_4529 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Montana + * - **CRS-PROJCRS** [6514] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_6514 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maryland + * - **CRS-PROJCRS** [2804] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_2804 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 9N + * - **CRS-PROJCRS** [3716] + * - **Area**: United States (USA) - between 132°W and 126°W onshore and offshore - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.84,-132,35.38,-126` + */ +export const EPSG_3716 = + '+proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 58S + * - **CRS-PROJCRS** [32558] + * - **Area**: Between 162°E and 168°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,162,-80,168` + */ +export const EPSG_32558 = + '+proj=utm +zone=58 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * PTRA08 + * - **CRS-GCENCRS** [5011] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-12.48` + */ +export const EPSG_5011 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DB_REF2003 zone 5 + * - **CRS-COMPOUNDCRS** [9931] + * - **Area**: Germany - onshore east of 13°30'E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.72,13.5,48.51,15.04` + */ +export const EPSG_9931 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2384] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_2384 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Virginia South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8789] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_8789 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000.0001016 +y_0=999999.9998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 21N + * - **CRS-PROJCRS** [22221] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_22221 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 3 + * - **CRS-PROJCRS** [102368] + * - **Area**: USA - Alaska - 148~W to 144~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_102368 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Anguilla 1957 + * - **CRS-GEOGCRS** [4600] + * - **Area**: Anguilla - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `18.33,-63.22,18.11,-62.92` + */ +export const EPSG_4600 = 'null'; + +/** + * NAD27 / Missouri West + * - **CRS-PROJCRS** [26798] + * - **Area**: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_26798 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Leigon + * - **CRS-GEOGCRS** [4250] + * - **Area**: Ghana - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `11.16,-3.79,1.4,2.1` + */ +export const EPSG_4250 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-130,29,364,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Minnesota North + * - **CRS-PROJCRS** [3595] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_3595 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Meeker + * - **CRS-GEOGCRS** [104746] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104746 = '+proj=longlat +a=6378498.189 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * M'poraloko / UTM zone 32N + * - **CRS-PROJCRS** [26632] + * - **Area**: Gabon - onshore north of equator and west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `2.32,9.25,0,12` + */ +export const EPSG_26632 = + '+proj=utm +zone=32 +ellps=clrk80ign +towgs84=-80.7,-132.5,41.1,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming III WC + * - **CRS-PROJCRS** [103579] + * - **Area**: USA - Wyoming - SPCS - WC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_103579 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA2020 + AVWS height + * - **CRS-COMPOUNDCRS** [9462] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_9462 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Bend-Burns zone (ft) + * - **CRS-PROJCRS** [6797] + * - **Area**: United States (USA) - Oregon - Bend-Burns area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `44.28,-120.95,43.34,-118.8` + */ +export const EPSG_6797 = + '+proj=lcc +lat_1=43.6666666666667 +lat_0=43.6666666666667 +lon_0=-119.75 +k_0=1.0002 +x_0=119999.99999952 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 21N + * - **CRS-PROJCRS** [32221] + * - **Area**: Between 60°W and 54°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-60,0,-54` + */ +export const EPSG_32221 = + '+proj=utm +zone=21 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SHGD2015 + * - **CRS-GEOG3DCRS** [7885] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7885 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 34S + * - **CRS-PROJCRS** [32734] + * - **Area**: Between 18°E and 24°E, southern hemisphere between 80°S and equator, onshore and offshore. Angola. Botswana. Democratic Republic of the Congo (Zaire). Namibia. South Africa. Zambia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,18,-80,24` + */ +export const EPSG_32734 = '+proj=utm +zone=34 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Shackleford + * - **CRS-PROJCRS** [3080] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3080 = + '+proj=lcc +lat_0=31.1666666666667 +lon_0=-100 +lat_1=27.4166666666667 +lat_2=34.9166666666667 +x_0=914400 +y_0=914400 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=ft +no_defs +type=crs'; + +/** + * RD/83 + * - **CRS-GEOGCRS** [4745] + * - **Area**: Germany - Sachsen. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.66,11.89,50.2,15.04` + */ +export const EPSG_4745 = '+proj=longlat +ellps=bessel +nadgrids=BETA2007.gsb +no_defs +type=crs'; + +/** + * SWEREF99 23 15 + RH2000 height + * - **CRS-COMPOUNDCRS** [5857] + * - **Area**: Sweden - communes east of approximately 21°50'E. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `68.14,21.85,65.49,24.17` + */ +export const EPSG_5857 = + '+proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Winkel I + * - **CRS-PROJCRS** [54018] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54018 = + '+proj=wink1 +lon_0=0 +lat_ts=50.4597762521898 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Kansas North + * - **CRS-PROJCRS** [26777] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_26777 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 + NZVD2009 height + * - **CRS-COMPOUNDCRS** [9527] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_9527 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 59N + * - **CRS-PROJCRS** [6328] + * - **Area**: United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_6328 = + '+proj=utm +zone=59 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Conakry 1905 + * - **CRS-GEOGCRS** [4315] + * - **Area**: Guinea - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `30` + * - **BBOX**: `12.68,-15.13,7.19,-7.65` + */ +export const EPSG_4315 = + '+proj=longlat +ellps=clrk80ign +towgs84=-23,259,-9,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / New York West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8766] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_8766 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * PNG94 / PNGMG94 zone 57 + * - **CRS-PROJCRS** [9874] + * - **Area**: Papua New Guinea - between 156°E and 162°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-1.11,156,-14.26,162.01` + */ +export const EPSG_9874 = + '+proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 57 + * - **CRS-PROJCRS** [2691] + * - **Area**: Russian Federation - onshore between 169°30'E and 172°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,169.5,59.86,172.5` + */ +export const EPSG_2691 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Prairie City-Brogan zone (ft) + * - **CRS-PROJCRS** [8336] + * - **Area**: United States (USA) - Oregon - Prairie City-Brogan area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-118.77,44.16,-117.48` + */ +export const EPSG_8336 = + '+proj=lcc +lat_1=44 +lat_0=44 +lon_0=-118 +k_0=1.00017 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Hu Tzu Shan 1950 / UTM zone 51N + * - **CRS-PROJCRS** [3829] + * - **Area**: Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands. + * - **Unit**: `metre` + * - **Accuracy**: `26` + * - **BBOX**: `25.34,119.25,21.87,122.06` + */ +export const EPSG_3829 = + '+proj=utm +zone=51 +ellps=intl +towgs84=-637,-549,-203,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Crawford (m) + * - **CRS-PROJCRS** [7539] + * - **Area**: United States (USA) - Wisconsin - Crawford county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.43,-91.22,42.98,-90.66` + */ +export const EPSG_7539 = + '+proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6274 +y_0=53703.1201 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / SCoPQ zone 9 + * - **CRS-PROJCRS** [2015] + * - **Area**: Canada - Quebec - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.62,-78,45.37,-75` + */ +export const EPSG_2015 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [20027] + * - **Area**: Russian Federation - onshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,156,50.27,162` + */ +export const EPSG_20027 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [28417] + * - **Area**: Russian Federation - onshore between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.32,96,49.73,102` + */ +export const EPSG_28417 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS III + * - **CRS-PROJCRS** [2445] + * - **Area**: Japan - onshore - Honshu west of approximately 133°15'E - Yamaguchi-ken; Shimane-ken; Hiroshima-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.38,130.81,33.72,133.49` + */ +export const EPSG_2445 = + '+proj=tmerc +lat_0=36 +lon_0=132.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-ROU98 + * - **CRS-GEOG3DCRS** [5380] + * - **Area**: Uruguay - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-30.09,-58.49,-37.77,-50.01` + */ +export const EPSG_5380 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Saturn - Iapetus IAU 2015 + * - **CRS-GEOGCRS** [104984] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104984 = '+proj=longlat +R=745700 +no_defs +type=crs'; + +/** + * NZGD49 / Grey Circuit + * - **CRS-PROJCRS** [27218] + * - **Area**: New Zealand - South Island - Grey meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-41.5,171.15,-42.74,172.75` + */ +export const EPSG_27218 = + '+proj=tmerc +lat_0=-42.3336942777778 +lon_0=171.549771305556 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Arizona East + * - **CRS-PROJCRS** [6406] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_6406 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas North (ftUS) + * - **CRS-PROJCRS** [2916] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_2916 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Montana + * - **CRS-PROJCRS** [3604] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_3604 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 105-30 + * - **CRS-PROJCRS** [9209] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `23.4,104.33,9.19,106.69` + */ +export const EPSG_9209 = + '+proj=tmerc +lat_0=0 +lon_0=105.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 24 + * - **CRS-PROJCRS** [20924] + * - **Area**: Russian Federation - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,138,45.84,144` + */ +export const EPSG_20924 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DOS 1968 + * - **CRS-GEOGCRS** [37218] + * - **Area**: Solomon Islands - New Georgia - Ghizo (Gizo) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-7.52,156.44,-8.86,158.2` + */ +export const EPSG_37218 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 4-20 + * - **CRS-PROJCRS** [6056] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-76,72.83,-51` + */ +export const EPSG_6056 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-64 +lat_1=77 +lat_2=73.6666666666667 +x_0=20500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS43-45 + * - **CRS-PROJCRS** [3254] + * - **Area**: Antarctica - 72°S to 76°S and 72°E to 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,72,-76,90` + */ +export const EPSG_3254 = + '+proj=lcc +lat_0=-90 +lon_0=81 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kittson (US foot) + * - **CRS-PROJCRS** [103742] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103742 = + '+proj=lcc +lat_0=48.5438888888889 +lon_0=-96.15 +lat_1=48.6 +lat_2=48.9333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378449.421 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Virginia North + * - **CRS-PROJCRS** [2853] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_2853 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 11N + * - **CRS-PROJCRS** [3741] + * - **Area**: United States (USA) - between 120°W and 114°W - onshore - Arizona; California; Idaho; Montana; Nevada; Oregon; Utah; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-120,32.26,-114` + */ +export const EPSG_3741 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Florida East (US Feet) + * - **CRS-PROJCRS** [103257] + * - **Area**: USA - Florida - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_103257 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941176470588 +x_0=200000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 69E + * - **CRS-PROJCRS** [21323] + * - **Area**: Russian Federation - onshore between 67°30'E and 70°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,67.5,54.85,70.5` + */ +export const EPSG_21323 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / North Carolina (ftUS) + * - **CRS-PROJCRS** [6543] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_6543 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.219202438 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / California Albers + * - **CRS-PROJCRS** [3311] + * - **Area**: United States (USA) - California. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_3311 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS II + * - **CRS-PROJCRS** [30162] + * - **Area**: Japan - onshore - Kyushu east of approximately 130°E - Fukuoka-ken; Saga-ken; Kumamoto-ken; Oita-ken; Miyazaki-ken; Kagoshima-ken (except for area within Japan Plane Rectangular Coordinate System zone I). + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `33.99,129.76,30.18,132.05` + */ +export const EPSG_30162 = + '+proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wilkin (meter) + * - **CRS-PROJCRS** [103607] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103607 = + '+proj=tmerc +lat_0=46.0216666666667 +lon_0=-96.5244444444444 +k=1.000048901066 +x_0=152407.757337973 +y_0=30481.5514675946 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A10H2 + * - **CRS-PROJCRS** [112016] + * - **Area**: UK - Highways England - A10 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8069,-4.3136,50.2278,-4.0893` + */ +export const EPSG_112016 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999737732188917 +x_0=173023.617081381 +y_0=71009.6925594109 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 6-22 + * - **CRS-PROJCRS** [6113] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-103,66.16,-84` + */ +export const EPSG_6113 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-94 +lat_1=70.3333333333333 +lat_2=67 +x_0=22500000 +y_0=6500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE + * - **CRS-GEOG3DCRS** [4987] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4987 = '+proj=longlat +ellps=WGS72 +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 2 (US Feet) + * - **CRS-PROJCRS** [102446] + * - **Area**: USA - Alaska - 144~W to 141~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_102446 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * DoPw22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10184] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Dovey Junction to Pwllheli. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.01,-4.51,52.45,-3.8` + */ +export const EPSG_10184 = + '+proj=tmerc +lat_0=52.7 +lon_0=-4.15 +k=1 +x_0=64859.6557 +y_0=122266.5277 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Randolph-Wayne (ftUS) + * - **CRS-PROJCRS** [7352] + * - **Area**: United States (USA) - Indiana - counties of Randolph and Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.32,-85.23,39.71,-84.8` + */ +export const EPSG_7352 = + '+proj=tmerc +lat_0=39.7 +lon_0=-85.05 +k=1.000044 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 57E + * - **CRS-PROJCRS** [2500] + * - **Area**: Kazakhstan; Russian Federation - onshore; Turkmenistan - 54°E to 60°E; Uzbekistan - west of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.91,54,37.05,60` + */ +export const EPSG_2500 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Azimuthal Equidistant North Pole + * - **CRS-PROJCRS** [102016] + * - **Area**: World - north of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_102016 = + '+proj=aeqd +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Columbia River West zone (m) + * - **CRS-PROJCRS** [6810] + * - **Area**: United States (USA) - Oregon - Columbia River area west of approximately 121°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.56,-124.33,45.17,-121.47` + */ +export const EPSG_6810 = + '+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000 +y_0=-3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria zone M31 + * - **CRS-PROJCRS** [31289] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_31289 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=450000 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * Lisbon + * - **CRS-GEOGCRS** [4207] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_4207 = + '+proj=longlat +ellps=intl +towgs84=-288.885,-91.744,126.244,1.691,-0.41,0.211,-4.598 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cass South + * - **CRS-GEOGCRS** [104711] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104711 = '+proj=longlat +a=6378546.957 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * ETRF96 + * - **CRS-GEOGCRS** [9065] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9065 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 1 + * - **CRS-PROJCRS** [3468] + * - **Area**: United States (USA) - Alaska - east of 141°W; i.e. Panhandle. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_3468 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 26N + * - **CRS-PROJCRS** [32626] + * - **Area**: Between 30°W and 24°W, northern hemisphere between equator and 84°N, onshore and offshore. Greenland. Iceland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-30,0,-24` + */ +export const EPSG_32626 = '+proj=utm +zone=26 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 7 + * - **CRS-PROJCRS** [3192] + * - **Area**: Libya - onshore between 12°E and 14°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `33.06,12,22.8,14` + */ +export const EPSG_3192 = + '+proj=tmerc +lat_0=0 +lon_0=13 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Reykjavik 1900 + * - **CRS-GEOGCRS** [4657] + * - **Area**: Iceland - mainland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `66.59,-24.66,63.34,-13.38` + */ +export const EPSG_4657 = + '+proj=longlat +a=6377019.27 +rf=300 +towgs84=-28,199,5,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 5 + NN2000 height + * - **CRS-COMPOUNDCRS** [5945] + * - **Area**: Norway - onshore - west of 6°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.64,4.39,58.32,6.01` + */ +export const EPSG_5945 = + '+proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 37N + * - **CRS-PROJCRS** [23037] + * - **Area**: Europe - between 36°E and 42°E - Jordan; Norway including Svalbard - offshore; Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `79.07,36,29.18,42` + */ +export const EPSG_23037 = + '+proj=utm +zone=37 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Jersey + * - **CRS-PROJCRS** [103484] + * - **Area**: USA - New Jersey + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_103484 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 (lon-lat) + * - **CRS-GEOGCRS** [10307] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10307 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Ashland (ftUS) + * - **CRS-PROJCRS** [8224] + * - **Area**: United States (USA) - Wisconsin - Ashland county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.09,-90.93,45.98,-90.3` + */ +export const EPSG_8224 = + '+proj=tmerc +lat_0=45.7061111111111 +lon_0=-90.6222222222222 +k=1.0000495683 +x_0=172821.945948692 +y_0=0.00182880365760731 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E + * - **CRS-PROJCRS** [2629] + * - **Area**: Russian Federation - onshore between 157°30'E and 160°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.12,157.5,51.36,160.5` + */ +export const EPSG_2629 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Washburn (m) + * - **CRS-PROJCRS** [7581] + * - **Area**: United States (USA) - Wisconsin - Washburn county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.06,45.63,-91.54` + */ +export const EPSG_7581 = + '+proj=lcc +lat_1=45.9612198333333 +lat_0=45.9612198333333 +lon_0=-91.7833333333333 +k_0=1.0000475376 +x_0=234086.8682 +y_0=188358.6058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas South (ftUS) + * - **CRS-PROJCRS** [2279] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_2279 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Hawaii zone 2 + * - **CRS-PROJCRS** [2783] + * - **Area**: United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_2783 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGRS / UTM zone 38N + * - **CRS-PROJCRS** [3891] + * - **Area**: Iraq - between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.39,42,29.06,48` + */ +export const EPSG_3891 = + '+proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ammassalik 1958 / Greenland zone 7 east + * - **CRS-PROJCRS** [2296] + * - **Area**: Greenland - Ammassalik area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.91,-38.86,65.52,-36.81` + */ +export const EPSG_2296 = + 'PROJCS["Ammassalik 1958 / Greenland zone 7 east",GEOGCS["Ammassalik 1958",DATUM["Ammassalik_1958",SPHEROID["International 1924",6378388,297],TOWGS84[-45,417,-3.5,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4196"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",64.5],PARAMETER["Longitude of natural origin",-40],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2296"]]'; + +/** + * California SRS Epoch 2017.50 (NAD83) StatePlane CA II (US Feet) + * - **CRS-PROJCRS** [103892] + * - **Area**: USA - California - SPCS - 2 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_103892 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=38.3333333333333 +lat_2=39.8333333333333 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF2020 + * - **CRS-GEOG3DCRS** [9989] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9989 = + '+proj=longlat +ellps=GRS80 +towgs84=1003.9,-1909.61,-541.17,26.78138,-0.42027,10.93206,-0.05109 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / Alberta 3TM ref merid 114 W + * - **CRS-PROJCRS** [22763] + * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-115.5,48.99,-112.5` + */ +export const EPSG_22763 = + '+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 51N + * - **CRS-PROJCRS** [23871] + * - **Area**: Indonesia - north of equator and between 120°E and 126°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.48,120,0,126` + */ +export const EPSG_23871 = + '+proj=utm +zone=51 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8731] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_8731 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2 / CC43 + * - **CRS-PROJCRS** [9823] + * - **Area**: France - mainland onshore south of 44°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.01,-1.79,42.33,7.65` + */ +export const EPSG_9823 = + '+proj=lcc +lat_0=43 +lon_0=3 +lat_1=42.25 +lat_2=43.75 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert Nord France + * - **CRS-PROJCRS** [27561] + * - **Area**: France mainland onshore north of 53.5 grads North (48°09'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,48.14,8.23` + */ +export const EPSG_27561 = + '+proj=lcc +lat_1=49.5 +lat_0=49.5 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=200000 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arkansas South (ftUS) + * - **CRS-PROJCRS** [3487] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_3487 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 20N + * - **CRS-PROJCRS** [26720] + * - **Area**: North America - between 66°W and 60°W - onshore and offshore. Canada - New Brunswick; Labrador; Nova Scotia; Nunavut; Prince Edward Island; Quebec. United States (USA) offshore Atlantic. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `82.97,-66,38.21,-59.99` + */ +export const EPSG_26720 = + '+proj=utm +zone=20 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XVII + * - **CRS-PROJCRS** [6685] + * - **Area**: Japan - onshore Okinawa-ken east of 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.01,131.12,24.4,131.38` + */ +export const EPSG_6685 = + '+proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 33S + * - **CRS-PROJCRS** [32333] + * - **Area**: Between 12°E and 18°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,12,-80,18` + */ +export const EPSG_32333 = + '+proj=utm +zone=33 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Ascension Island 1958 + * - **CRS-GEOGCRS** [4712] + * - **Area**: St Helena, Ascension and Tristan da Cunha - Ascension Island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-7.83,-14.46,-8.03,-14.24` + */ +export const EPSG_4712 = + '+proj=longlat +ellps=intl +towgs84=-205,107,53,0,0,0,0 +no_defs +type=crs'; + +/** + * Astra Minas Grid + * - **CRS-ENGCRS** [5800] + * - **Area**: Argentina - Comodoro Rivadavia area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-45.19,-69.5,-46.7,-67.1` + */ +export const EPSG_5800 = 'null'; + +/** + * EPSG example I=J-90 bin grid (integer values) + * - **CRS-DRVDCRS** [32763] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32763 = 'null'; + +/** + * NAD83(HARN) / New York East + * - **CRS-PROJCRS** [2828] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_2828 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [4505] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_4505 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York Long Island + * - **CRS-PROJCRS** [6538] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_6538 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 174E + * - **CRS-PROJCRS** [21358] + * - **Area**: Russian Federation - onshore between 172°30'E and 175°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,172.5,60.99,175.5` + */ +export const EPSG_21358 = + '+proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EWR2 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9767] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.24,-1.43,51.7,-0.36` + */ +export const EPSG_9767 = + '+proj=tmerc +lat_0=51.95 +lon_0=-0.9 +k=1 +x_0=192519.9715 +y_0=146942.6806 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Massachusetts Mainland (ftUS) + * - **CRS-PROJCRS** [6492] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_6492 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000.0001016 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Oklahoma North + * - **CRS-PROJCRS** [32124] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_32124 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Dabola 1981 + * - **CRS-GEOGCRS** [4155] + * - **Area**: Guinea - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `25` + * - **BBOX**: `12.68,-15.13,7.19,-7.65` + */ +export const EPSG_4155 = + '+proj=longlat +ellps=clrk80ign +towgs84=-83,37,124,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Washington North (ftUS) + * - **CRS-PROJCRS** [3690] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_3690 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 28 + NN54 height + * - **CRS-COMPOUNDCRS** [6168] + * - **Area**: Norway - onshore - between 28°E and 29°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,28,69.03,29.01` + */ +export const EPSG_6168 = + '+proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Michigan South (Intl Feet) + * - **CRS-PROJCRS** [103386] + * - **Area**: USA - Michigan - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_103386 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=42.1 +lat_2=43.6666666666667 +x_0=4000000 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 9 + * - **CRS-PROJCRS** [8526] + * - **Area**: United States (USA) - Kansas - counties of Chase; Lyon; Morris. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-96.94,38.08,-95.94` + */ +export const EPSG_8526 = + '+proj=lcc +lat_1=38.5 +lat_0=38.5 +lon_0=-96.5 +k_0=1.00005 +x_0=2895605.79121158 +y_0=91440.1828803657 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine West (ftUS) + * - **CRS-PROJCRS** [26864] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_26864 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Knox (m) + * - **CRS-PROJCRS** [7329] + * - **Area**: United States (USA) - Indiana - Knox county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.91,-87.76,38.41,-87.09` + */ +export const EPSG_7329 = + '+proj=tmerc +lat_0=38.4 +lon_0=-87.45 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Amalthea + * - **CRS-GEOGCRS** [104910] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104910 = '+proj=longlat +R=83500 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Daviess-Greene (m) + * - **CRS-PROJCRS** [7283] + * - **Area**: United States (USA) - Indiana - counties of Daviess and Greene. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.18,-87.28,38.49,-86.68` + */ +export const EPSG_7283 = + '+proj=tmerc +lat_0=38.45 +lon_0=-87.1 +k=1.000018 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Chos Malal 1914 / Argentina 2 + * - **CRS-PROJCRS** [2081] + * - **Area**: Argentina - Mendoza and Neuquen provinces between 70°30'W and 67°30'W - Neuquen and Cuyo basins. + * - **Unit**: `metre` + * - **Accuracy**: `2.5` + * - **BBOX**: `-31.91,-70.51,-43.41,-67.49` + */ +export const EPSG_2081 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=15.75,164.93,126.18,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Goa + * - **CRS-PROJCRS** [7779] + * - **Area**: India - Goa. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `15.8,73.61,14.86,74.35` + */ +export const EPSG_7779 = + '+proj=tmerc +lat_0=15.375 +lon_0=74 +k=0.9999913 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Sule Skerry height + * - **CRS-VERTCRS** [5744] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Sule Skerry onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59.13,-4.5,59.05,-4.3` + */ +export const EPSG_5744 = '+vunits=m +no_defs +type=crs'; + +/** + * TUREF + * - **CRS-GEOG3DCRS** [5251] + * - **Area**: Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.45,25.62,34.42,44.83` + */ +export const EPSG_5251 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E + * - **CRS-PROJCRS** [2594] + * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 55°30'E and 58°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.89,55.5,37.64,58.5` + */ +export const EPSG_2594 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 28N using TM Complex + * - **CRS-PROJCRS** [102578] + * - **Area**: World - N hemisphere - 18~W to 12~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-18,0,-12` + */ +export const EPSG_102578 = '+proj=utm +zone=28 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 21N + * - **CRS-PROJCRS** [26921] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_26921 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon North + * - **CRS-PROJCRS** [6884] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_6884 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * BGS2005 + * - **CRS-GCENCRS** [7796] + * - **Area**: Bulgaria - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.23,22.36,41.24,31.35` + */ +export const EPSG_7796 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ITRF91 + * - **CRS-GCENCRS** [4913] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4913 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * IGN 1966 height + * - **CRS-VERTCRS** [5601] + * - **Area**: French Polynesia - Society Islands - Tahiti. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.44,-149.7,-17.93,-149.09` + */ +export const EPSG_5601 = '+vunits=m +no_defs +type=crs'; + +/** + * GDM2000 / Kelantan Grid + * - **CRS-PROJCRS** [3385] + * - **Area**: Malaysia - West Malaysia - Kelantan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.29,101.33,4.54,102.67` + */ +export const EPSG_3385 = + '+proj=cass +lat_0=5.97254365833333 +lon_0=102.295241669444 +x_0=13227.851 +y_0=8739.894 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZVD2009 height + * - **CRS-VERTCRS** [4440] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_4440 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Yellow Medicine (meter) + * - **CRS-PROJCRS** [103693] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103693 = + '+proj=lcc +lat_0=44.5416666666667 +lon_0=-95.9 +lat_1=44.6666666666667 +lat_2=44.95 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378530.193 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * MGI / Austria Central + * - **CRS-PROJCRS** [9272] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_9272 = + '+proj=tmerc +lat_0=0 +lon_0=13.3333333333333 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C13H1 + * - **CRS-PROJCRS** [112082] + * - **Area**: UK - Highways England - C13 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.7717,-3.8344,54.3636,-3.5547` + */ +export const EPSG_112082 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999865733036811 +x_0=128033.864553868 +y_0=126033.335420214 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Ponta Delgada height + * - **CRS-VERTCRS** [6187] + * - **Area**: Portugal - eastern Azores - Sao Miguel island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.96,-25.92,37.65,-25.08` + */ +export const EPSG_6187 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 31N + * - **CRS-PROJCRS** [32431] + * - **Area**: Between 0°E and 6°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,0,0,6` + */ +export const EPSG_32431 = + '+proj=utm +zone=31 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF07P01 + * - **CRS-GEOG3DCRS** [8930] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8930 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Jackson (US foot) + * - **CRS-PROJCRS** [103739] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103739 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 8 + * - **CRS-PROJCRS** [22348] + * - **Area**: Canada - Ontario - east of 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.65,-75,44.98,-74.35` + */ +export const EPSG_22348 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2717] + * - **Area**: Russian Federation - onshore between 73°30'E and 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,73.5,53.47,76.5` + */ +export const EPSG_2717 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 18N + * - **CRS-PROJCRS** [22718] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_22718 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Unified CS + * - **CRS-PROJCRS** [5178] + * - **Area**: Republic of Korea (South Korea) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.64,124.53,33.14,131.01` + */ +export const EPSG_5178 = + '+proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 / RSPS2000 + * - **CRS-PROJCRS** [5482] + * - **Area**: Antarctica - Ross Ice Shelf Region. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-76,150,-90,-150` + */ +export const EPSG_5482 = + '+proj=stere +lat_0=-90 +lon_0=180 +k=0.994 +x_0=5000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2347] + * - **Area**: China - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.79,126,40.89,132` + */ +export const EPSG_2347 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-63 Kharkiv + * - **CRS-PROJCRS** [9858] + * - **Area**: Ukraine - Kharkiv region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.46,34.84,48.52,38.1` + */ +export const EPSG_9858 = + '+proj=tmerc +lat_0=0 +lon_0=36.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 48S + * - **CRS-PROJCRS** [32348] + * - **Area**: Between 102°E and 108°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,102,-80,108` + */ +export const EPSG_32348 = + '+proj=utm +zone=48 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Gulshan 303 / TM 90 NE + * - **CRS-PROJCRS** [3106] + * - **Area**: Bangladesh - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.64,88.01,20.52,92.67` + */ +export const EPSG_3106 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=0 +ellps=evrst30 +towgs84=283.729,735.942,261.143,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 33 + * - **CRS-PROJCRS** [4769] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_4769 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Cylindrical Equal Area + * - **CRS-PROJCRS** [54034] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54034 = + '+proj=cea +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 46 + * - **CRS-PROJCRS** [7846] + * - **Area**: Cocos (Keeling) Islands - offshore west of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.57,93.41,-15.46,96.01` + */ +export const EPSG_7846 = + '+proj=utm +zone=46 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine CS2000 West + * - **CRS-PROJCRS** [3556] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.07,-69.6` + */ +export const EPSG_3556 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 18S + * - **CRS-PROJCRS** [32718] + * - **Area**: Between 78°W and 72°W, southern hemisphere between 80°S and equator, onshore and offshore. Argentina. Brazil. Chile. Colombia. Ecuador. Peru. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-78,-80,-72` + */ +export const EPSG_32718 = '+proj=utm +zone=18 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Schwarzeck + * - **CRS-GEOGCRS** [4293] + * - **Area**: Namibia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `35` + * - **BBOX**: `-16.95,8.24,-30.64,25.27` + */ +export const EPSG_4293 = + '+proj=longlat +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Yellow Medicine + * - **CRS-GEOGCRS** [104785] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104785 = '+proj=longlat +a=6378530.193 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [4786] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_4786 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N (N-E) + * - **CRS-PROJCRS** [3043] + * - **Area**: Europe between 0°E and 6°E: Andorra; Belgium - onshore and offshore; Denmark - offshore; Germany - offshore; Jan Mayen - offshore; Norway including Svalbard - onshore and offshore; Spain - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `82.45,0,37,6.01` + */ +export const EPSG_3043 = + '+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah North (US Feet) + * - **CRS-PROJCRS** [103555] + * - **Area**: USA - Utah - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_103555 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=40.7166666666667 +lat_2=41.7833333333333 +x_0=500000.000000001 +y_0=1000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [21421] + * - **Area**: China - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.56,120,26.34,126` + */ +export const EPSG_21421 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 18N + * - **CRS-PROJCRS** [31972] + * - **Area**: Latin America - Central America and South America - between 78°W and 72°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `15.04,-78,0,-72` + */ +export const EPSG_31972 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / NSIDC Sea Ice Polar Stereographic North + * - **CRS-PROJCRS** [3413] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_3413 = + '+proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming East + * - **CRS-PROJCRS** [6611] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_6611 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF91 + * - **CRS-GEOG3DCRS** [7903] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7903 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [2652] + * - **Area**: Russian Federation - onshore between 52°30'E and 55°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.41,52.5,50.52,55.5` + */ +export const EPSG_2652 = + '+proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Qatar 1974 / Qatar National Grid + * - **CRS-PROJCRS** [28600] + * - **Area**: Qatar - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.2,50.69,24.55,51.68` + */ +export const EPSG_28600 = + '+proj=tmerc +lat_0=24.45 +lon_0=51.2166666666667 +k=0.99999 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-128.16,-282.42,21.93,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGVEN / UTM zone 19N + * - **CRS-PROJCRS** [2202] + * - **Area**: Venezuela - between 72°W and 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `15.64,-72,0.73,-66` + */ +export const EPSG_2202 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bern 1898 (Bern) + * - **CRS-GEOGCRS** [4801] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4801 = '+proj=longlat +ellps=bessel +pm=bern +no_defs +type=crs'; + +/** + * CGVD28 height + * - **CRS-VERTCRS** [5713] + * - **Area**: Canada - onshore - Alberta; British Columbia; Manitoba south of 57°N; New Brunswick; Northwest Territories south west of a line between 60°N, 110°W and the coast at 132°W; Nova Scotia; Ontario south of 52°N; Prince Edward Island; Quebec - mainland west of 66°W and south of 55°N; Saskatchewan south of 55°N; Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.8,-141.01,41.67,-59.73` + */ +export const EPSG_5713 = '+vunits=m +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 3 + * - **CRS-PROJCRS** [22173] + * - **Area**: Argentina - between 67°30'W and 64°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-21.78,-67.5,-55.11,-64.49` + */ +export const EPSG_22173 = + '+proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Sawyer (m) + * - **CRS-PROJCRS** [8121] + * - **Area**: United States (USA) - Wisconsin - Sawyer county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-91.56,45.63,-90.67` + */ +export const EPSG_8121 = + '+proj=lcc +lat_1=45.9000991313889 +lat_0=45.9000991313889 +lon_0=-91.1166666666667 +k_0=1.0000573461 +x_0=216713.2336 +y_0=120734.1631 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 1 + * - **CRS-PROJCRS** [5343] + * - **Area**: Argentina - west of 70°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-36.16,-73.59,-52,-70.5` + */ +export const EPSG_5343 = + '+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 159E + * - **CRS-PROJCRS** [2486] + * - **Area**: Russian Federation - onshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,156,50.27,162` + */ +export const EPSG_2486 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Uranus - Bianca + * - **CRS-GEOGCRS** [104947] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104947 = '+proj=longlat +R=21000 +no_defs +type=crs'; + +/** + * Corrego Alegre 1970-72 / UTM zone 23S + * - **CRS-PROJCRS** [22523] + * - **Area**: Brazil - onshore between 48°W and 42°W and south of 15°S. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-15,-48,-25.29,-42` + */ +export const EPSG_22523 = + '+proj=utm +zone=23 +south +ellps=intl +nadgrids=CA7072_003.gsb +units=m +no_defs +type=crs'; + +/** + * GDA94 / CARN94 + * - **CRS-PROJCRS** [10452] + * - **Area**: Australia - Western Australia - Carnarvon area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-23,113.33,-25.5,114` + */ +export const EPSG_10452 = + '+proj=tmerc +lat_0=0 +lon_0=113.666666666667 +k=0.99999796 +x_0=50000 +y_0=2950000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kyrg-06 + * - **CRS-GCENCRS** [7684] + * - **Area**: Kyrgyzstan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.22,69.24,39.19,80.29` + */ +export const EPSG_7684 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 06 Mymensingh + * - **CRS-PROJCRS** [102939] + * - **Area**: Bangladesh - Mymensingh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `24.4334,89.6333,23.95,91.25` + */ +export const EPSG_102939 = + '+proj=cass +lat_0=24.5 +lon_0=90.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * RGPF / UTM zone 6S + * - **CRS-PROJCRS** [3297] + * - **Area**: French Polynesia - between 150°W and 144°W onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-7.29,-150,-31.2,-144` + */ +export const EPSG_3297 = + '+proj=utm +zone=6 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,0.0183,-0.0003,0.007,-0.0093 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [4552] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_4552 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Carbondale (ftUS) + * - **CRS-PROJCRS** [23332] + * - **Area**: United States (USA) - Illinois - counties of Franklin, Gallatin, Hamilton, Jackson, Perry, Randolph, Saline, White and Williamson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.26,-90.21,37.56,-87.91` + */ +export const EPSG_23332 = + '+proj=lcc +lat_1=37.9 +lat_0=37.9 +lon_0=-88.95 +k_0=1.000012 +x_0=729997.45999492 +y_0=1150012.7000254 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF88 + * - **CRS-GEOGCRS** [8988] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8988 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Stearns (US foot) + * - **CRS-PROJCRS** [103781] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103781 = + '+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * KSA-GRF17 / UTM zone 40N + * - **CRS-PROJCRS** [9360] + * - **Area**: Saudi Arabia - east of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.77,54,19.66,55.67` + */ +export const EPSG_9360 = + '+proj=utm +zone=40 +ellps=GRS80 +towgs84=0,0,0,-8.393,0.749,-10.276,0 +units=m +no_defs +type=crs'; + +/** + * Robinson + * - **CRS-PROJCRS** [53030] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53030 = + '+proj=robin +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / EPSG Arctic zone 5-31 + * - **CRS-PROJCRS** [6095] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `74.51,-157,69.5,-137` + */ +export const EPSG_6095 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-147 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=31500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 23S + * - **CRS-PROJCRS** [32523] + * - **Area**: Between 48°W and 42°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-48,-80,-42` + */ +export const EPSG_32523 = + '+proj=utm +zone=23 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Pago Pago 2020 height + * - **CRS-VERTCRS** [9675] + * - **Area**: American Samoa - Tutuila island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.2,-170.88,-14.43,-170.51` + */ +export const EPSG_9675 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas Centric Lambert Conformal + * - **CRS-PROJCRS** [6580] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_6580 = + '+proj=lcc +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU16-20 + * - **CRS-PROJCRS** [3278] + * - **Area**: Antarctica - 80°S to 84°S and 90°W to 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-90,-84,-60` + */ +export const EPSG_3278 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-75 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [20908] + * - **Area**: Russian Federation - onshore between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,42,41.19,48` + */ +export const EPSG_20908 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Louisiana North (US Feet) + * - **CRS-PROJCRS** [103294] + * - **Area**: USA - Louisiana - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_103294 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=31.1666666666667 +lat_2=32.6666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Indian 1975 / UTM zone 48N + * - **CRS-PROJCRS** [24048] + * - **Area**: Thailand - onshore and offshore east of 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `18.44,102,6.02,105.64` + */ +export const EPSG_24048 = + '+proj=utm +zone=48 +ellps=evrst30 +towgs84=293,836,318,0.5,1.6,-2.8,2.1 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York Long Island (ftUS) + * - **CRS-PROJCRS** [3628] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_3628 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [4417] + * - **Area**: Hungary and Slovakia - between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `49.59,19.5,46.1,22.5` + */ +export const EPSG_4417 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Estonia 1937 + * - **CRS-GEOGCRS** [104101] + * - **Area**: Estonia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60,20.37,57.52,28.2` + */ +export const EPSG_104101 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 57E + * - **CRS-PROJCRS** [2469] + * - **Area**: Russian Federation - onshore between 54°E and 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,54,50.47,60` + */ +export const EPSG_2469 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ISN93 + * - **CRS-GCENCRS** [4944] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_4944 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / New Zealand Transverse Mercator 2000 + * - **CRS-PROJCRS** [2193] + * - **Area**: New Zealand - North Island, South Island, Stewart Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.1,166.37,-47.33,178.63` + */ +export const EPSG_2193 = + '+proj=tmerc +lat_0=0 +lon_0=173 +k=0.9996 +x_0=1600000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo25 + * - **CRS-PROJCRS** [102485] + * - **Area**: South Africa - 24~E to 26~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-24.71,24,-34.26,26.01` + */ +export const EPSG_102485 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Macao height + * - **CRS-VERTCRS** [8434] + * - **Area**: China - Macao - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_8434 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Iowa South + * - **CRS-PROJCRS** [26976] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_26976 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Israel 1993 / Israeli TM Grid + * - **CRS-PROJCRS** [2039] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_2039 = + '+proj=tmerc +lat_0=31.7343936111111 +lon_0=35.2045169444444 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +towgs84=23.772,17.49,17.859,-0.3132,-1.85274,1.67299,-5.4262 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Colorado Central + * - **CRS-PROJCRS** [3501] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_3501 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM 60 SW + * - **CRS-PROJCRS** [6703] + * - **Area**: Falkland Islands (Malvinas) - offshore - between 63°W and 57°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-47.68,-63.01,-56.25,-56.99` + */ +export const EPSG_6703 = + '+proj=tmerc +lat_0=0 +lon_0=-60 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 + * - **CRS-GEOGCRS** [4694] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_4694 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Pierce (US feet) + * - **CRS-PROJCRS** [103447] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103447 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.335280671 +y_0=86033.0877317755 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / EPSG Arctic zone 6-14 + * - **CRS-PROJCRS** [6353] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `71.17,-174,66.16,-156` + */ +export const EPSG_6353 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-165 +lat_1=70.3333333333333 +lat_2=67 +x_0=14500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM 132 SE + * - **CRS-PROJCRS** [2310] + * - **Area**: Indonesia - West Papua (formerly Irian Jaya) - Tangguh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-1.97,131.89,-2.94,133.82` + */ +export const EPSG_2310 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Fort Belknap (m) + * - **CRS-PROJCRS** [7112] + * - **Area**: United States (USA) - Montana - Fort Belknap Indian Reservation area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-110.84,47.78,-106.99` + */ +export const EPSG_7112 = + '+proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-108.5 +k_0=1.00012 +x_0=200000 +y_0=150000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E + * - **CRS-PROJCRS** [2740] + * - **Area**: Russian Federation - onshore between 136°30'E and 139°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,136.5,44.76,139.5` + */ +export const EPSG_2740 = + '+proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 / DGLC2000 + * - **CRS-PROJCRS** [3852] + * - **Area**: Antarctica - Darwin Glacier region. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-76,145,-81,169` + */ +export const EPSG_3852 = + '+proj=lcc +lat_0=-90 +lon_0=157 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Door (m) + * - **CRS-PROJCRS** [7542] + * - **Area**: United States (USA) - Wisconsin - Door county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.43,-87.74,44.67,-86.8` + */ +export const EPSG_7542 = + '+proj=tmerc +lat_0=44.4 +lon_0=-87.2722222222222 +k=1.0000187521 +x_0=158801.1176 +y_0=0.0023 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RBEPP12 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10281] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.7,-5.63,50.05,-0.85` + */ +export const EPSG_10281 = + '+proj=lcc +lat_0=50.85 +lon_0=-3.25 +lat_1=50.3 +lat_2=51.45 +x_0=372382.8292 +y_0=217764.7796 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 1 + * - **CRS-PROJCRS** [7057] + * - **Area**: United States (USA) - Iowa - counties of Clay; Dickinson; Emmet; Kossuth; Lyon; O'Brien; Osceola; Palo Alto; Sioux. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.6,42.9,-93.97` + */ +export const EPSG_7057 = + '+proj=lcc +lat_1=43.2 +lat_0=43.2 +lon_0=-95.25 +k_0=1.000052 +x_0=3505207.01041402 +y_0=2926085.8521717 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Mississippi West (ftUS) + * - **CRS-PROJCRS** [2255] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_2255 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Texas North + NGVD29 height (ftUS) + * - **CRS-COMPOUNDCRS** [7407] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_7407 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=34.65 +lat_2=36.1833333333333 +x_0=609601.219202438 +y_0=0 +datum=NAD27 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2605] + * - **Area**: Kazakhstan and Russian Federation onshore - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.16,85.5,47.05,88.5` + */ +export const EPSG_2605 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Burnett (ftUS) + * - **CRS-PROJCRS** [8208] + * - **Area**: United States (USA) - Wisconsin - Burnett county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.89,45.63,-92.03` + */ +export const EPSG_8208 = + '+proj=lcc +lat_1=45.8987148658333 +lat_0=45.8987148658333 +lon_0=-92.4577777777778 +k_0=1.0000383841 +x_0=64008.1277114554 +y_0=59445.9041910083 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 153E + * - **CRS-PROJCRS** [21026] + * - **Area**: Russian Federation - onshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,150,45.77,156` + */ +export const EPSG_21026 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Karbala 1979 / Iraq National Grid + * - **CRS-PROJCRS** [6646] + * - **Area**: Iraq - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.39,38.79,29.06,48.61` + */ +export const EPSG_6646 = + '+proj=tmerc +lat_0=29.0262683333333 +lon_0=46.5 +k=0.9994 +x_0=800000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 29 + NN2000 height + * - **CRS-COMPOUNDCRS** [5969] + * - **Area**: Norway - onshore - between 29°E and 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.94,29,69.02,30.01` + */ +export const EPSG_5969 = + '+proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Astro DOS 71 / UTM zone 30S + Jamestown 1971 height + * - **CRS-COMPOUNDCRS** [7954] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7954 = + '+proj=utm +zone=30 +south +ellps=intl +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Illinois West (ftUS) + * - **CRS-PROJCRS** [3444] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_3444 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=699999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * S-JTSK/05 (Ferro) (3D) + * - **CRS-GEOGCRS** [104697] + * - **Area**: Czechia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_104697 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * SWEREF99 17 15 + * - **CRS-PROJCRS** [3014] + * - **Area**: Sweden - communes between approximately 14°20'E and 18°50'E and between approximately 67°10'N and 62°05'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.19,14.31,62.12,19.04` + */ +export const EPSG_3014 = + '+proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS North Dakota N + * - **CRS-PROJCRS** [103502] + * - **Area**: USA - North Dakota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_103502 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=47.4333333333333 +lat_2=48.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-34 + * - **CRS-PROJCRS** [6083] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,94,72.83,118.01` + */ +export const EPSG_6083 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=106 +lat_1=77 +lat_2=73.6666666666667 +x_0=34500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 35S + * - **CRS-PROJCRS** [32535] + * - **Area**: Between 24°E and 30°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,24,-80,30` + */ +export const EPSG_32535 = + '+proj=utm +zone=35 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Stereographic + * - **CRS-PROJCRS** [53026] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53026 = + '+proj=stere +lat_0=0 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arizona West (ft) + * - **CRS-PROJCRS** [2869] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_2869 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 57E + * - **CRS-PROJCRS** [21319] + * - **Area**: Russian Federation - onshore between 55°30'E and 58°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.89,55.5,50.53,58.5` + */ +export const EPSG_21319 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Jerseyville (ftUS) + * - **CRS-PROJCRS** [23324] + * - **Area**: United States (USA) - Illinois - counties of Calhoun and Jersey. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.41,-90.94,38.86,-90.14` + */ +export const EPSG_23324 = + '+proj=tmerc +lat_0=32.85 +lon_0=-90.5 +k=1.000019 +x_0=1449936.499873 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU31-35 + * - **CRS-PROJCRS** [3281] + * - **Area**: Antarctica - 80°S to 84°S and 0°E to 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,0,-84,30` + */ +export const EPSG_3281 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=15 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas Centric Albers Equal Area + * - **CRS-PROJCRS** [6579] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_6579 = + '+proj=aea +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [4544] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_4544 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Amersfoort / RD Old + * - **CRS-PROJCRS** [28991] + * - **Area**: Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.7,3.2,50.75,7.22` + */ +export const EPSG_28991 = + '+proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=0 +y_0=0 +ellps=bessel +towgs84=565.4171,50.3319,465.5524,1.9342,-1.6677,9.1019,4.0725 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 15N (ftUS) + * - **CRS-PROJCRS** [32165] + * - **Area**: United States (USA) - between 96°W and 90°W - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin; Gulf of Mexico outer continental shelf (GoM OCS) between approximately 96°W and 90°W - protraction areas East Breaks; Alaminos Canyon; Garden Banks; Keathley Canyon; Sigsbee Escarpment; Ewing Bank; Green Canyon; Walker Ridge; Amery Terrace. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.38,-96.01,25.61,-89.86` + */ +export const EPSG_32165 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Sister Islands National Grid 1961 + * - **CRS-PROJCRS** [6129] + * - **Area**: Cayman Islands - Little Cayman and Cayman Brac. + * - **Unit**: `foot` + * - **Accuracy**: `1` + * - **BBOX**: `19.78,-80.14,19.63,-79.69` + */ +export const EPSG_6129 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=499999.999998 +y_0=0 +ellps=clrk66 +towgs84=8.853,-52.644,180.304,0.393,2.323,-2.96,-24.081 +units=ft +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/19 + * - **CRS-PROJCRS** [29379] + * - **Area**: Namibia - between 18°E and 20°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.38,18,-28.97,20` + */ +export const EPSG_29379 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=19 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * Kyrg-06 / zone 1 + * - **CRS-PROJCRS** [7692] + * - **Area**: Kyrgyzstan - west of 70°01'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `40.22,69.24,39.51,70.02` + */ +export const EPSG_7692 = + '+proj=tmerc +lat_0=0 +lon_0=68.5166666666667 +k=1 +x_0=1300000 +y_0=14743.5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 18N + * - **CRS-PROJCRS** [24818] + * - **Area**: South America (Ecuador; Venezuela) between 78°W and 72°W, northern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `11.62,-78,0,-71.99` + */ +export const EPSG_24818 = + '+proj=utm +zone=18 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Uranus - Juliet + * - **CRS-GEOGCRS** [104951] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104951 = '+proj=longlat +R=42000 +no_defs +type=crs'; + +/** + * MARGEN / UTM zone 20S + * - **CRS-PROJCRS** [5355] + * - **Area**: Bolivia between 66°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-9.67,-66,-22.87,-60` + */ +export const EPSG_5355 = + '+proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 177W + * - **CRS-PROJCRS** [2490] + * - **Area**: Russian Federation - onshore between 180°E and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,-180,64.35,-174` + */ +export const EPSG_2490 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Vigo (ftUS) + * - **CRS-PROJCRS** [7368] + * - **Area**: United States (USA) - Indiana - Vigo county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.61,-87.63,39.25,-87.19` + */ +export const EPSG_7368 = + '+proj=tmerc +lat_0=39.25 +lon_0=-87.45 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Pepin and Pierce (m) + * - **CRS-PROJCRS** [8137] + * - **Area**: United States (USA) - Wisconsin - counties of Pepin and Pierce. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.87,-92.81,44.4,-91.65` + */ +export const EPSG_8137 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Baltic 1977 height + * - **CRS-VERTCRS** [5705] + * - **Area**: Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.91,19.57,35.14,-168.97` + */ +export const EPSG_5705 = '+vunits=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) + * - **CRS-GEOGCRS** [4817] + * - **Area**: Norway - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,4.39,57.9,31.32` + */ +export const EPSG_4817 = '+proj=longlat +a=6377492.018 +rf=299.1528128 +pm=oslo +no_defs +type=crs'; + +/** + * NAD83 / Florida North + * - **CRS-PROJCRS** [26960] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_26960 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moznet + * - **CRS-GCENCRS** [4952] + * - **Area**: Mozambique - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-10.09,30.21,-27.71,43.03` + */ +export const EPSG_4952 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * CD UK & Ireland VORF08 depth + * - **CRS-VERTCRS** [10151] + * - **Area**: Ireland and United Kingdom (UK) (including Isle of Man and Channel Islands) - inshore, nearshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `63.89,-16.1,47.42,3.4` + */ +export const EPSG_10151 = '+vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Okarito Circuit + * - **CRS-PROJCRS** [27222] + * - **Area**: New Zealand - South Island - Okarito meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43,169.21,-43.85,170.89` + */ +export const EPSG_27222 = + '+proj=tmerc +lat_0=-43.1101281388889 +lon_0=170.260925833333 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 1N (ftUS) + * - **CRS-PROJCRS** [4401] + * - **Area**: United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_4401 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Juneau (meters) + * - **CRS-PROJCRS** [103328] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103328 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kansas North + * - **CRS-PROJCRS** [103282] + * - **Area**: USA - Kansas - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_103282 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=38.7166666666667 +lat_2=39.7833333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * La Gomera height + * - **CRS-VERTCRS** [9399] + * - **Area**: Spain - Canary Islands - La Gomera onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.26,-17.39,27.95,-17.03` + */ +export const EPSG_9399 = '+vunits=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 18 + * - **CRS-PROJCRS** [4051] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 17°E and 19°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.43,17,-8.11,19` + */ +export const EPSG_4051 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Slovenia 1996 / Slovene National Grid + * - **CRS-PROJCRS** [3794] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_3794 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Idaho East (ftUS) + * - **CRS-PROJCRS** [2886] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_2886 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Washington North + * - **CRS-PROJCRS** [6596] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_6596 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / North Dakota North + * - **CRS-PROJCRS** [32020] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_32020 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=47.4333333333333 +lat_2=48.7333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Scott (US foot) + * - **CRS-PROJCRS** [103778] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103778 = + '+proj=lcc +lat_0=44.4719444444445 +lon_0=-93.3166666666667 +lat_1=44.5166666666667 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378421.989 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * EH2000 height + * - **CRS-VERTCRS** [9663] + * - **Area**: Estonia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59.75,21.74,57.52,28.2` + */ +export const EPSG_9663 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (m) + * - **CRS-PROJCRS** [7554] + * - **Area**: United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.31,42.49,-87.75` + */ +export const EPSG_7554 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger CM 39E + * - **CRS-PROJCRS** [5569] + * - **Area**: Ukraine - east of 36°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.44,36,43.43,40.18` + */ +export const EPSG_5569 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 9N + * - **CRS-PROJCRS** [22309] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_22309 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Guam 1993 Net + * - **CRS-PROJCRS** [102240] + * - **Area**: Guam + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.91,141.19,10.95,148.18` + */ +export const EPSG_102240 = + '+proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Stereo70 + * - **CRS-PROJCRS** [3844] + * - **Area**: Romania - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `48.27,20.26,43.44,31.41` + */ +export const EPSG_3844 = + '+proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W + * - **CRS-PROJCRS** [2756] + * - **Area**: Russian Federation - onshore between 175°30'W and 172°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.78,-175.5,64.2,-172.5` + */ +export const EPSG_2756 = + '+proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 54 + * - **CRS-PROJCRS** [28354] + * - **Area**: Australia - onshore and offshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.08,138,-48.19,144.01` + */ +export const EPSG_28354 = + '+proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 7 west + * - **CRS-PROJCRS** [2306] + * - **Area**: Greenland - west coast onshore - between 63°N and 66°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `66,-53.7,63,-49.17` + */ +export const EPSG_2306 = + 'PROJCS["Qornoq 1927 / Greenland zone 7 west",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",64.5],PARAMETER["Longitude of natural origin",-52],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2306"]]'; + +/** + * NAD83(2011) / UTM zone 16N + * - **CRS-PROJCRS** [6345] + * - **Area**: United States (USA) - between 90°W and 84°W onshore and offshore - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90,23.97,-84` + */ +export const EPSG_6345 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 35N + * - **CRS-PROJCRS** [25835] + * - **Area**: Europe between 24°E and 30°E: Finland - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.73,24,59.64,30.01` + */ +export const EPSG_25835 = + '+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Racine (US feet) + * - **CRS-PROJCRS** [103451] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103451 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.372771146 +y_0=0.000914401828803658 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Gulshan 303 + * - **CRS-GEOGCRS** [4682] + * - **Area**: Bangladesh - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_4682 = + '+proj=longlat +ellps=evrst30 +towgs84=283.729,735.942,261.143,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 9S + * - **CRS-PROJCRS** [32309] + * - **Area**: Between 132°W and 126°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-132,-80,-126` + */ +export const EPSG_32309 = + '+proj=utm +zone=9 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Wagner V + * - **CRS-PROJCRS** [54075] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54075 = + '+proj=wag5 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * PN84 + * - **CRS-GEOGCRS** [4728] + * - **Area**: Spain - Canary Islands - El Hierro, La Gomera, La Palma and Tenerife - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `28.9,-18.22,27.58,-16.08` + */ +export const EPSG_4728 = + '+proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs +type=crs'; + +/** + * Christmas Island Grid 1985 + * - **CRS-ENGCRS** [6715] + * - **Area**: Christmas Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-10.36,105.48,-10.63,105.77` + */ +export const EPSG_6715 = 'null'; + +/** + * Kalianpur 1962 / India zone IIa + * - **CRS-PROJCRS** [24377] + * - **Area**: Pakistan - onshore south of 28°N. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `28.01,61.59,23.64,71.91` + */ +export const EPSG_24377 = + '+proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 59S + * - **CRS-PROJCRS** [32759] + * - **Area**: Between 168°E and 174°E, southern hemisphere between 80°S and equator, onshore and offshore. New Zealand. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,168,-80,174` + */ +export const EPSG_32759 = '+proj=utm +zone=59 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida West (ftUS) + * - **CRS-PROJCRS** [3517] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_3517 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Pennsylvania North + * - **CRS-PROJCRS** [103514] + * - **Area**: USA - Pennsylvania - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_103514 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=40.8833333333333 +lat_2=41.95 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Makassar / NEIEZ + * - **CRS-PROJCRS** [3002] + * - **Area**: Indonesia - south west Sulawesi. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `-1.88,118.71,-6.54,120.78` + */ +export const EPSG_3002 = + '+proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [21460] + * - **Area**: China - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.52,114,22.14,120` + */ +export const EPSG_21460 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Louisiana South (ftUS) + * - **CRS-PROJCRS** [3452] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_3452 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Kertau 1968 / Perak Revised Grid + * - **CRS-PROJCRS** [4397] + * - **Area**: Malaysia - West Malaysia - Perak. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `5.92,100.07,3.66,102` + */ +export const EPSG_4397 = + '+proj=cass +lat_0=4.85938055555556 +lon_0=100.816766666667 +x_0=0 +y_0=133453.669 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 7N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6650] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_6650 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 177E + * - **CRS-PROJCRS** [21030] + * - **Area**: Russian Federation - onshore between 174°E and 180°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.59,174,61.65,180` + */ +export const EPSG_21030 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bogota 1975 / Colombia East zone + * - **CRS-PROJCRS** [21899] + * - **Area**: Colombia - east of 4°30'E of Bogota (approximately 69°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `6.31,-69.59,-2.25,-66.87` + */ +export const EPSG_21899 = + '+proj=tmerc +lat_0=4.59904722222222 +lon_0=-68.0809166666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KKJ / Finland Uniform Coordinate System + N60 height + * - **CRS-COMPOUNDCRS** [3901] + * - **Area**: Finland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.24,59.75,31.59` + */ +export const EPSG_3901 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2613] + * - **Area**: Russian Federation - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.81,109.5,49.14,112.5` + */ +export const EPSG_2613 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone II + NGF Lallemand height + * - **CRS-COMPOUNDCRS** [7411] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_7411 = + '+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=clrk80ign +pm=paris +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho West (ftUS) + * - **CRS-PROJCRS** [2243] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_2243 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGFG95 (lon-lat) + * - **CRS-GEOGCRS** [7041] + * - **Area**: French Guiana - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `8.88,-54.61,2.11,-49.45` + */ +export const EPSG_7041 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * RGSH2020 + * - **CRS-GCENCRS** [10297] + * - **Area**: Algeria - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.8,-8.67,18.97,11.99` + */ +export const EPSG_10297 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NTF France I (degrees) + * - **CRS-PROJCRS** [102581] + * - **Area**: France - mainland north of 48.15~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,48.14,8.23` + */ +export const EPSG_102581 = + '+proj=lcc +lat_1=49.5 +lat_0=49.5 +lon_0=2.33722916666667 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Central Belt + * - **CRS-PROJCRS** [2097] + * - **Area**: Republic of Korea (South Korea) - between 126°E and 128°E - mainland and nearshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.33,126,33.96,128` + */ +export const EPSG_2097 = + '+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * Bandar Abbas height + * - **CRS-VERTCRS** [5752] + * - **Area**: Iran - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `39.78,44.03,25.02,63.34` + */ +export const EPSG_5752 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Fayette-Franklin-Union (m) + * - **CRS-PROJCRS** [7295] + * - **Area**: United States (USA) - Indiana - counties of Fayette, Franklin and Union. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.79,-85.31,39.26,-84.81` + */ +export const EPSG_7295 = + '+proj=tmerc +lat_0=39.25 +lon_0=-85.05 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (ftUS) + * - **CRS-PROJCRS** [8160] + * - **Area**: United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.31,42.49,-87.75` + */ +export const EPSG_8160 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.372771145 +y_0=0.000914401828803657 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Mars - Deimos + * - **CRS-GEOGCRS** [104906] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104906 = '+proj=longlat +R=6200 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Samdrup Jongkhar TM + * - **CRS-PROJCRS** [5302] + * - **Area**: Bhutan - Samdrup Jongkhar district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.25,91.39,26.79,92.13` + */ +export const EPSG_5302 = + '+proj=tmerc +lat_0=0 +lon_0=91.5666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 + * - **CRS-GEOG3DCRS** [10413] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_10413 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Minnesota North (US Feet) + * - **CRS-PROJCRS** [103390] + * - **Area**: USA - Minnesota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_103390 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=47.0333333333333 +lat_2=48.6333333333333 +x_0=800000.000000001 +y_0=100000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Abidjan 1987 + * - **CRS-GEOGCRS** [4143] + * - **Area**: Côte d'Ivoire (Ivory Coast) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `10.74,-8.61,1.02,-2.48` + */ +export const EPSG_4143 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-124.76,53,466.79,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Virginia North (ftUS) + * - **CRS-PROJCRS** [3686] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_3686 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oregon GIC Lambert (ft) + * - **CRS-PROJCRS** [2994] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_2994 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine East (ftUS) + * - **CRS-PROJCRS** [6484] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_6484 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [4513] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_4513 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Quebec Lambert + * - **CRS-PROJCRS** [32098] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_32098 = + '+proj=lcc +lat_0=44 +lon_0=-68.5 +lat_1=60 +lat_2=46 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR55-56 + * - **CRS-PROJCRS** [3239] + * - **Area**: Antarctica - 68°S to 72°S and 144°E to 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,144,-72,156` + */ +export const EPSG_3239 = + '+proj=lcc +lat_0=-90 +lon_0=150 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF05P01 + * - **CRS-GEOG3DCRS** [8926] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8926 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 27N + * - **CRS-PROJCRS** [32427] + * - **Area**: Between 24°W and 18°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-24,0,-18` + */ +export const EPSG_32427 = + '+proj=utm +zone=27 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas North Central + * - **CRS-PROJCRS** [3669] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_3669 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C16H3 + * - **CRS-PROJCRS** [112094] + * - **Area**: UK - Highways England - C16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.8321,-2.7026,53.935,-1.4571` + */ +export const EPSG_112094 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00006177527098 +x_0=54024.8771120413 +y_0=126058.046594763 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Voirol 1879 (grads) + * - **CRS-GEOGCRS** [104140] + * - **Area**: Algeria - north of 32~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.95,31.99,9.09` + */ +export const EPSG_104140 = '+proj=longlat +ellps=clrk80ign +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Todd (meter) + * - **CRS-PROJCRS** [103685] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103685 = + '+proj=lcc +lat_0=45.7733333333333 +lon_0=-94.9 +lat_1=45.8666666666667 +lat_2=46.2833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378548.481 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Karbala 1979 / UTM zone 39N + * - **CRS-PROJCRS** [3393] + * - **Area**: Iraq - onshore east of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31,48,29.87,48.61` + */ +export const EPSG_3393 = + '+proj=utm +zone=39 +a=6378249.145 +rf=293.465 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / New York Long Island + * - **CRS-PROJCRS** [4456] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_4456 = + '+proj=lcc +lat_0=40.5 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=609601.219202438 +y_0=30480.0609601219 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2428] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_2428 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / JCG2020 + * - **CRS-PROJCRS** [8025] + * - **Area**: Australia - Western Australia - Jurien Bay area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-29.08,114.83,-30.74,115.34` + */ +export const EPSG_8025 = + '+proj=tmerc +lat_0=0 +lon_0=114.983333333333 +k=1.00000314 +x_0=50000 +y_0=3650000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN 1988 MG height + * - **CRS-VERTCRS** [5617] + * - **Area**: Guadeloupe - onshore - Marie-Galante. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.05,-61.39,15.8,-61.13` + */ +export const EPSG_5617 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / Karnataka + * - **CRS-PROJCRS** [7780] + * - **Area**: India - Karnataka. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.46,74,11.57,78.58` + */ +export const EPSG_7780 = + '+proj=tmerc +lat_0=15.125 +lon_0=76.375 +k=0.9998012 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ELD79 / UTM zone 33N + * - **CRS-PROJCRS** [2078] + * - **Area**: Libya - onshore between 12°E and 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33.06,12,22.51,18.01` + */ +export const EPSG_2078 = + '+proj=utm +zone=33 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * South East Island 1943 + * - **CRS-GEOGCRS** [6892] + * - **Area**: Seychelles - Mahe, Silhouette, North, Aride Island, Praslin, La Digue and Frigate islands including adjacent smaller granitic islands on the Seychelles Bank, Bird Island and Denis Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-3.66,55.15,-4.86,56.01` + */ +export const EPSG_6892 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-76.269,-16.683,68.562,-6.275,10.536,-4.286,-13.686 +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 7 + * - **CRS-PROJCRS** [26937] + * - **Area**: United States (USA) - Alaska - between 164°W and 160°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_26937 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Roma 1940 Gauss Boaga Ovest + * - **CRS-PROJCRS** [102094] + * - **Area**: Italy - west of 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.04,5.93,36.53,12` + */ +export const EPSG_102094 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * GDBD2009 / Brunei BRSO + * - **CRS-PROJCRS** [5247] + * - **Area**: Brunei Darussalam - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.31,112.37,4.01,115.37` + */ +export const EPSG_5247 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=115 +alpha=53.31580995 +gamma=53.1301023611111 +k=0.99984 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E + * - **CRS-PROJCRS** [2582] + * - **Area**: Estonia, Latvia, Lithuania, Russian Federation (Kaliningrad) and Ukraine - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.1,19.57,48.24,22.5` + */ +export const EPSG_2582 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kansas North + * - **CRS-PROJCRS** [3540] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_3540 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qatar 1974 + * - **CRS-GEOGCRS** [4285] + * - **Area**: Qatar - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `27.05,50.55,24.55,53.04` + */ +export const EPSG_4285 = + '+proj=longlat +ellps=intl +towgs84=-128.16,-282.42,21.93,0,0,0,0 +no_defs +type=crs'; + +/** + * Quartic Authalic + * - **CRS-PROJCRS** [54022] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54022 = + '+proj=qua_aut +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 50 + * - **CRS-PROJCRS** [7850] + * - **Area**: Australia - onshore and offshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-12.06,114,-38.53,120.01` + */ +export const EPSG_7850 = + '+proj=utm +zone=50 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / Vicgrid66 + * - **CRS-PROJCRS** [3110] + * - **Area**: Australia - Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.98,140.96,-39.2,150.04` + */ +export const EPSG_3110 = + '+proj=lcc +lat_0=-37 +lon_0=145 +lat_1=-36 +lat_2=-38 +x_0=2500000 +y_0=4500000 +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * CGRS93 / Cyprus Local Transverse Mercator + * - **CRS-PROJCRS** [6312] + * - **Area**: Cyprus - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `35.74,32.2,34.59,34.65` + */ +export const EPSG_6312 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=0.99995 +x_0=200000 +y_0=-3500000 +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,0.00237,0.146528,-0.130428,0.783926 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [2351] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_2351 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 NSRS2007 Wisconsin Transverse Mercator - US Ft + * - **CRS-PROJCRS** [102217] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_102217 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4479999.99999999 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E + * - **CRS-PROJCRS** [2701] + * - **Area**: Russian Federation - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.93,26.61,56.05,28.51` + */ +export const EPSG_2701 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PACP00 UTM Zone 5N + * - **CRS-PROJCRS** [102702] + * - **Area**: USA - 156~W to 150~W onshore - HI + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `20.86,-156,18.87,-154.74` + */ +export const EPSG_102702 = '+proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Famagusta 1960 height + * - **CRS-VERTCRS** [7446] + * - **Area**: Cyprus - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.74,32.2,34.59,34.65` + */ +export const EPSG_7446 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v5 + * - **CRS-GEOGCRS** [8249] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8249 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [2644] + * - **Area**: Russian Federation - onshore between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.85,28.5,52.85,31.5` + */ +export const EPSG_2644 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / Central Belt + * - **CRS-PROJCRS** [5181] + * - **Area**: Republic of Korea (South Korea) - between 126°E and 128°E - mainland and nearshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.33,126,33.96,128` + */ +export const EPSG_5181 = + '+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF89 + * - **CRS-GEOG3DCRS** [7915] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7915 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone B3 + * - **CRS-PROJCRS** [5928] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `79.01,-12,67,78.01` + */ +export const EPSG_5928 = + '+proj=lcc +lat_0=73.1557408611111 +lon_0=33 +lat_1=77 +lat_2=69 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin North (ftUS) + * - **CRS-PROJCRS** [6607] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_6607 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * IGb00 + * - **CRS-GEOG3DCRS** [9008] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9008 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * VN-2000 / UTM zone 48N + * - **CRS-PROJCRS** [3405] + * - **Area**: Vietnam - onshore west of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `23.4,102.14,8.33,108` + */ +export const EPSG_3405 = + '+proj=utm +zone=48 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Medellin urban grid + * - **CRS-PROJCRS** [6257] + * - **Area**: Colombia - Medellin city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.37,-75.66,6.12,-75.5` + */ +export const EPSG_6257 = + '+proj=col_urban +lat_0=6.22920888888889 +lon_0=-75.5648869444444 +x_0=835378.647 +y_0=1180816.875 +h_0=1510 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas South + * - **CRS-PROJCRS** [103543] + * - **Area**: USA - Texas - SPCS83 - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_103543 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=26.1666666666667 +lat_2=27.8333333333333 +x_0=300000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * AVWS height + * - **CRS-VERTCRS** [9458] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_9458 = '+vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [4790] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_4790 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Hjorsey 1955 / UTM zone 27N + * - **CRS-PROJCRS** [3055] + * - **Area**: Iceland - mainland between 24°W and 18°W. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `66.52,-24,63.34,-18` + */ +export const EPSG_3055 = + '+proj=utm +zone=27 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RT90 0 gon + * - **CRS-PROJCRS** [3022] + * - **Area**: Sweden - communes between approximately 16°55'E and 19°10'E; Gotland. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.54,16.08,56.86,20.22` + */ +export const EPSG_3022 = + '+proj=tmerc +lat_0=0 +lon_0=18.0582777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 5 + * - **CRS-PROJCRS** [3472] + * - **Area**: United States (USA) - Alaska - between 156°W and 152°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_3472 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Poolbeg height (m) + * - **CRS-VERTCRS** [7962] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_7962 = '+vunits=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 28N + * - **CRS-PROJCRS** [3188] + * - **Area**: Greenland - between 18°W and 12°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-18,68.67,-12` + */ +export const EPSG_3188 = + '+proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS II + * - **CRS-PROJCRS** [6670] + * - **Area**: Japan - onshore - Kyushu east of approximately 130°E - Fukuoka-ken; Saga-ken; Kumamoto-ken; Oita-ken; Miyazaki-ken; Kagoshima-ken (except for area within Japan Plane Rectangular Coordinate System zone I). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `33.99,129.76,30.18,132.05` + */ +export const EPSG_6670 = + '+proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 57E + * - **CRS-PROJCRS** [21010] + * - **Area**: Russian Federation - onshore between 54°E and 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,54,50.47,60` + */ +export const EPSG_21010 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 54S + * - **CRS-PROJCRS** [23884] + * - **Area**: Indonesia - south of equator and east of 138°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,138,-10.84,141.46` + */ +export const EPSG_23884 = + '+proj=utm +zone=54 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E + * - **CRS-PROJCRS** [2633] + * - **Area**: Russian Federation - onshore between 169°30'E and 172°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.19,169.5,59.86,172.5` + */ +export const EPSG_2633 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 51 + * - **CRS-PROJCRS** [20251] + * - **Area**: Australia - onshore and offshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.46,120,-38.07,126.01` + */ +export const EPSG_20251 = + '+proj=utm +zone=51 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York Long Island (ftUS) + * - **CRS-PROJCRS** [2263] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_2263 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kentucky South + * - **CRS-PROJCRS** [2799] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_2799 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 5 + * - **CRS-PROJCRS** [7061] + * - **Area**: United States (USA) - Iowa - counties of Black Hawk; Bremer; Buchanan; Butler; Fayette; Grundy. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.09,-93.03,42.2,-91.59` + */ +export const EPSG_7061 = + '+proj=lcc +lat_1=42.65 +lat_0=42.65 +lon_0=-92.25 +k_0=1.000032 +x_0=4724409.4488189 +y_0=2712725.42545085 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Shawano (m) + * - **CRS-PROJCRS** [7574] + * - **Area**: United States (USA) - Wisconsin - Shawano county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-89.23,44.58,-88.24` + */ +export const EPSG_7574 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-88.6055555555556 +k=1.000032144 +x_0=262433.3253 +y_0=0.0096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo15 (E-N) + * - **CRS-PROJCRS** [103888] + * - **Area**: Namibia - Walvis Bay + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.68,14.35,-23.15,14.6` + */ +export const EPSG_103888 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * GS reconstruction east-orientated + * - **CRS-PROJCRS** [10258] + * - **Area**: Denmark - onshore Jutland, Funen, Zealand and Lolland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,12.87` + */ +export const EPSG_10258 = + '+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=10.37775 +x_0=0 +y_0=0 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Delaware + * - **CRS-PROJCRS** [2776] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_2776 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 19 + * - **CRS-PROJCRS** [5119] + * - **Area**: Norway - onshore - between 19°E and 20°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.35,19,68.33,20.01` + */ +export const EPSG_5119 = + '+proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Fort Peck Sioux (ft) + * - **CRS-PROJCRS** [7124] + * - **Area**: United States (USA) - Montana - Fort Peck Indian Reservation - lower areas, notably in south and east. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-107.76,47.75,-104.04` + */ +export const EPSG_7124 = + '+proj=lcc +lat_1=48.3333333333333 +lat_0=48.3333333333333 +lon_0=-105.5 +k_0=1.00009 +x_0=99999.9999996 +y_0=49999.99971024 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Cape / Lo23 + * - **CRS-PROJCRS** [22283] + * - **Area**: South Africa - onshore between 22°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-25.26,22,-34.26,24.01` + */ +export const EPSG_22283 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-26 Ivano-Frankivsk + * - **CRS-PROJCRS** [9839] + * - **Area**: Ukraine - Ivano-Frankivsk region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.56,23.53,47.72,25.66` + */ +export const EPSG_9839 = + '+proj=tmerc +lat_0=0 +lon_0=24.75 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alabama West (Feet) + * - **CRS-PROJCRS** [102630] + * - **Area**: USA - Alabama - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_102630 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Hong Kong 1980 Grid System + * - **CRS-PROJCRS** [2326] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_2326 = + '+proj=tmerc +lat_0=22.3121333333333 +lon_0=114.178555555556 +k=1 +x_0=836694.05 +y_0=819069.8 +ellps=intl +towgs84=-162.619,-276.959,-161.764,-0.067753,2.243648,1.158828,-1.094246 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 + * - **CRS-GEOGCRS** [6365] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_6365 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 29S + * - **CRS-PROJCRS** [32329] + * - **Area**: Between 12°W and 6°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-12,-80,-6` + */ +export const EPSG_32329 = + '+proj=utm +zone=29 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Kertau (RSO) / RSO Malaya (ch) + * - **CRS-PROJCRS** [3167] + * - **Area**: Malaysia - West Malaysia onshore. + * - **Unit**: `British chain (Sears 1922 truncated)` + * - **Accuracy**: `null` + * - **BBOX**: `6.72,99.59,1.21,104.6` + */ +export const EPSG_3167 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0 +ellps=evrst69 +towgs84=0,0,0,0,0,0,0 +to_meter=20.116756 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone X3 + * - **CRS-PROJCRS** [7827] + * - **Area**: Ukraine - between 28°E and 31°E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `52.09,28,45.18,31.01` + */ +export const EPSG_7827 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=29.5 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Cocos Islands 1965 + * - **CRS-GEOGCRS** [4708] + * - **Area**: Cocos (Keeling) Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-11.76,96.76,-12.27,96.99` + */ +export const EPSG_4708 = + '+proj=longlat +ellps=aust_SA +towgs84=-491,-22,435,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Iowa North (ftUS) + * - **CRS-PROJCRS** [3537] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_3537 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Luzon 1911 / Philippines zone V + * - **CRS-PROJCRS** [25395] + * - **Area**: Philippines - onshore approximately between 124°E and 126°E - east Mindanao (east of 124°E); Bohol; Samar. + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `14.15,123.73,5.5,126.65` + */ +export const EPSG_25395 = + '+proj=tmerc +lat_0=0 +lon_0=125 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 10 + * - **CRS-PROJCRS** [26940] + * - **Area**: United States (USA) - Alaska - Aleutian Islands onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_26940 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=53.8333333333333 +lat_2=51.8333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS X + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10171] + * - **Area**: Japan - onshore - Honshu north of 38°N approximately - Aomori-ken; Akita-ken; Yamagata-ken; Iwate-ken; Miyagi-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.58,139.49,37.73,142.14` + */ +export const EPSG_10171 = + '+proj=tmerc +lat_0=40 +lon_0=140.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * MSL height (ftUS) + * - **CRS-VERTCRS** [8052] + * - **Area**: United States (USA) - onshore and offshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,15.56,-65.69` + */ +export const EPSG_8052 = '+vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83 / BLM 1N (ftUS) + * - **CRS-PROJCRS** [4421] + * - **Area**: United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_4421 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 50N + * - **CRS-PROJCRS** [32450] + * - **Area**: Between 114°E and 120°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,114,0,120` + */ +export const EPSG_32450 = + '+proj=utm +zone=50 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 106-30 + * - **CRS-PROJCRS** [9213] + * - **Area**: Vietnam - Bac Kan and Thai Nguyen provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.75,105.43,21.32,106.25` + */ +export const EPSG_9213 = + '+proj=tmerc +lat_0=0 +lon_0=106.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * JapanOrtho.09 09 + * - **CRS-PROJCRS** [42302] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42302 = 'null'; + +/** + * Everest - Bangladesh + * - **CRS-GEOGCRS** [37202] + * - **Area**: Bangladesh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_37202 = '+proj=longlat +ellps=evrst30 +no_defs +type=crs'; + +/** + * Chua / UTM zone 23S + * - **CRS-PROJCRS** [4071] + * - **Area**: Brazil - Distrito Federal. + * - **Unit**: `metre` + * - **Accuracy**: `12` + * - **BBOX**: `-15.37,-48.1,-15.94,-47.1` + */ +export const EPSG_4071 = + '+proj=utm +zone=23 +south +ellps=intl +towgs84=-134,229,-29,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 25S + * - **CRS-PROJCRS** [32000] + * - **Area**: South America - between 36°W and 30°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-36,-20.11,-30` + */ +export const EPSG_32000 = + '+proj=utm +zone=25 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Nicollet (US foot) + * - **CRS-PROJCRS** [103758] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103758 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.2666666666667 +lat_1=43.9333333333333 +lat_2=44.3666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378403.701 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2010 / UTM zone 19S + * - **CRS-PROJCRS** [8951] + * - **Area**: Chile - 72°W to 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-72,-59.87,-66` + */ +export const EPSG_8951 = '+proj=utm +zone=19 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 15S + * - **CRS-PROJCRS** [32515] + * - **Area**: Between 96°W and 90°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-96,-80,-90` + */ +export const EPSG_32515 = + '+proj=utm +zone=15 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah North + * - **CRS-PROJCRS** [2849] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_2849 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KSA-GRF17 / UTM zone 36N + * - **CRS-PROJCRS** [9356] + * - **Area**: Saudi Arabia - onshore and offshore - west of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.38,34.44,24.92,36.01` + */ +export const EPSG_9356 = + '+proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,-8.393,0.749,-10.276,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Chicago (ftUS) + * - **CRS-PROJCRS** [23304] + * - **Area**: United States (USA) - Illinois - counties of Cook, DuPage and Lake. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-88.27,41.46,-87.52` + */ +export const EPSG_23304 = + '+proj=tmerc +lat_0=41.25 +lon_0=-87.8 +k=1.000023 +x_0=1449936.499873 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 117E + * - **CRS-PROJCRS** [21339] + * - **Area**: Russian Federation - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74.43,115.5,49.51,118.5` + */ +export const EPSG_21339 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon North (ft) + * - **CRS-PROJCRS** [6559] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_6559 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XVIII + * - **CRS-PROJCRS** [30178] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and west of 140°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `20.48,136.02,20.37,136.16` + */ +export const EPSG_30178 = + '+proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Vermont + * - **CRS-PROJCRS** [32145] + * - **Area**: United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_32145 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Missouri Central + NAVD88 height + * - **CRS-COMPOUNDCRS** [8814] + * - **Area**: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_8814 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * PSD93 + * - **CRS-GEOGCRS** [4134] + * - **Area**: Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `26.58,51.99,16.59,59.91` + */ +export const EPSG_4134 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 5-37 + * - **CRS-PROJCRS** [6109] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-101,69.5,-81` + */ +export const EPSG_6109 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-91 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=37500000 +y_0=5500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / PCG94 + * - **CRS-PROJCRS** [10464] + * - **Area**: Australia - Western Australia - Perth area onshore below 165m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-31.33,115.44,-33.42,116.09` + */ +export const EPSG_10464 = + '+proj=tmerc +lat_0=0 +lon_0=115.816666666667 +k=0.99999906 +x_0=50000 +y_0=3800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mars 2000 (Sphere) + * - **CRS-GEOGCRS** [104971] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104971 = '+proj=longlat +R=3396190 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Pike-Warrick (ftUS) + * - **CRS-PROJCRS** [7348] + * - **Area**: United States (USA) - Indiana - counties of Pike and Warrick. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.56,-87.48,37.87,-87.01` + */ +export const EPSG_7348 = + '+proj=tmerc +lat_0=37.85 +lon_0=-87.3 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS St. Croix (m) + * - **CRS-PROJCRS** [8117] + * - **Area**: United States (USA) - Wisconsin - St. Croix county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.22,-92.81,44.85,-92.13` + */ +export const EPSG_8117 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-92.6333333333333 +k=1.0000381803 +x_0=165506.7302 +y_0=0.0103 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fahud HD height + * - **CRS-VERTCRS** [5725] + * - **Area**: Oman - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.42,51.99,16.59,59.91` + */ +export const EPSG_5725 = '+vunits=m +no_defs +type=crs'; + +/** + * RGR92 (lon-lat) + * - **CRS-GEOG3DCRS** [7036] + * - **Area**: Reunion - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-18.28,51.83,-24.72,58.24` + */ +export const EPSG_7036 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Carthage / Nord Tunisie + * - **CRS-PROJCRS** [22391] + * - **Area**: Tunisia - onshore north of 38.5 grads North (34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `37.4,8.18,34.65,11.37` + */ +export const EPSG_22391 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=9.9 +k_0=0.999625544 +x_0=500000 +y_0=300000 +ellps=clrk80ign +towgs84=-263,6,431,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Connecticut (ftUS) + * - **CRS-PROJCRS** [2234] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_2234 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.609601219 +y_0=152400.30480061 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MOLDOR11 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9881] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Manchester via Ordsall Lane and the Hope Valley to Dore Junction. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.55,-2.4,53.25,-1.39` + */ +export const EPSG_9881 = + '+proj=tmerc +lat_0=53.35 +lon_0=-1.9 +k=1 +x_0=226574.2032 +y_0=390894.838 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Michigan North (Feet) + * - **CRS-PROJCRS** [102688] + * - **Area**: USA - Michigan - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_102688 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=45.4833333333333 +lat_2=47.0833333333333 +x_0=8000000.00000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / West Virginia South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8793] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_8793 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 7 + * - **CRS-PROJCRS** [102372] + * - **Area**: USA - Alaska - 164~W to 160~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_102372 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Nahrwan 1967 / UTM zone 39N + * - **CRS-PROJCRS** [27039] + * - **Area**: Qatar - offshore. United Arab Emirates (UAE) - Abu Dhabi - onshore and offshore west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `27.05,50.55,22.76,54.01` + */ +export const EPSG_27039 = + '+proj=utm +zone=39 +a=6378249.145 +rf=293.465 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / NSIDC Sea Ice Polar Stereographic South + * - **CRS-PROJCRS** [3976] + * - **Area**: Southern hemisphere - south of 60°S onshore and offshore - Antarctica. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_3976 = + '+proj=stere +lat_0=-90 +lat_ts=-70 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [2664] + * - **Area**: Russian Federation - onshore between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.28,88.5,49.44,91.5` + */ +export const EPSG_2664 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Utah South (ftUS) + * - **CRS-PROJCRS** [6627] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_6627 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Louisiana South + * - **CRS-PROJCRS** [26782] + * - **Area**: 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. Also Gulf of Mexico outer continental shelf (GoM OCS) protraction areas Sabine Pass (LA); West Cameron; East Cameron; Vermilion; South Marsh Island; Eugene Island; Ship Shoal; South Pelto; Bay Marchand; South Timbalier; Grand Isle; West Delta; South Pass; Main Pass; Breton Sound; Chandeleur. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,27.82,-87.76` + */ +export const EPSG_26782 = + '+proj=lcc +lat_0=28.6666666666667 +lon_0=-91.3333333333333 +lat_1=29.3 +lat_2=30.7 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Iowa North (ftUS) + * - **CRS-PROJCRS** [3425] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_3425 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [21417] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_21417 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 48N + * - **CRS-PROJCRS** [9478] + * - **Area**: Indonesia - north of equator and between 102°E and 108°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.94,102,0,108` + */ +export const EPSG_9478 = '+proj=utm +zone=48 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Washington North + * - **CRS-PROJCRS** [103563] + * - **Area**: USA - Washington - SPCS83 - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_103563 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=47.5 +lat_2=48.7333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine CS2000 East + * - **CRS-PROJCRS** [3075] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.37,-68.58,44.18,-66.91` + */ +export const EPSG_3075 = + '+proj=tmerc +lat_0=43.8333333333333 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah North (ftUS) + * - **CRS-PROJCRS** [3560] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_3560 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.00001016 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Equidistant Cyl. + * - **CRS-PROJCRS** [54002] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54002 = + '+proj=eqc +lat_ts=60 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ED50 / TM 5 NE + * - **CRS-PROJCRS** [23095] + * - **Area**: Netherlands - offshore North Sea. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `55.77,2.53,51.45,6.41` + */ +export const EPSG_23095 = + '+proj=tmerc +lat_0=0 +lon_0=5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK23FIN + * - **CRS-PROJCRS** [3130] + * - **Area**: Finland - onshore between 22°30'E and 23°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.74,22.5,59.75,23.5` + */ +export const EPSG_3130 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 3N + * - **CRS-PROJCRS** [6332] + * - **Area**: United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_6332 = + '+proj=utm +zone=3 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Germany Zone 4 + * - **CRS-PROJCRS** [103975] + * - **Area**: Germany - West Germany - 10.5~E to 13.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.59,10.5,47.39,13.51` + */ +export const EPSG_103975 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 78E + * - **CRS-PROJCRS** [2371] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_2371 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pohnpei Azim Equidist 1971 + * - **CRS-PROJCRS** [102237] + * - **Area**: Micronesia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `13.43,135.27,-1.19,165.68` + */ +export const EPSG_102237 = + '+proj=aeqd +lat_0=6.96507569444444 +lon_0=158.209299222222 +x_0=80122.82 +y_0=80747.24 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Gauss-Kruger zone 2 + * - **CRS-PROJCRS** [3833] + * - **Area**: Germany - states of former East Germany - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.23,9.92,50.2,12` + */ +export const EPSG_3833 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2721] + * - **Area**: Russian Federation - onshore between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.16,85.5,49.07,88.5` + */ +export const EPSG_2721 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Wyoming West Central + * - **CRS-PROJCRS** [32057] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_32057 = + '+proj=tmerc +lat_0=40.6666666666667 +lon_0=-108.75 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ55-56 + * - **CRS-PROJCRS** [3219] + * - **Area**: Antarctica - 64°S to 68°S and 144°E to 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,144,-68,156` + */ +export const EPSG_3219 = + '+proj=lcc +lat_0=-90 +lon_0=150 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CR-SIRGAS + * - **CRS-GEOG3DCRS** [8906] + * - **Area**: Costa Rica - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_8906 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MOLDREF99 / Moldova TM + * - **CRS-PROJCRS** [4026] + * - **Area**: Moldova. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.47,26.63,45.44,30.13` + */ +export const EPSG_4026 = + '+proj=tmerc +lat_0=0 +lon_0=28.4 +k=0.99994 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Pennsylvania North + * - **CRS-PROJCRS** [3649] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_3649 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 7N + * - **CRS-PROJCRS** [32407] + * - **Area**: Between 144°W and 138°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-144,0,-138` + */ +export const EPSG_32407 = + '+proj=utm +zone=7 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [2408] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_2408 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 20S + * - **CRS-PROJCRS** [24880] + * - **Area**: Bolivia between 66°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `-9.67,-66,-22.87,-60` + */ +export const EPSG_24880 = + '+proj=utm +zone=20 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / LCC Europe + * - **CRS-PROJCRS** [5637] + * - **Area**: Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.45,25.62,34.42,44.83` + */ +export const EPSG_5637 = + '+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mauritania 1999 + * - **CRS-GEOG3DCRS** [4925] + * - **Area**: Mauritania - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `27.3,-20.04,14.72,-4.8` + */ +export const EPSG_4925 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ED50(ED77) / UTM zone 38N + * - **CRS-PROJCRS** [2058] + * - **Area**: Iran - west of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `39.78,44.03,30.99,48` + */ +export const EPSG_2058 = + '+proj=utm +zone=38 +ellps=intl +towgs84=-110.33,-97.73,-119.85,0.3423,1.1634,0.2715,0.063 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 53S + * - **CRS-PROJCRS** [8455] + * - **Area**: Antarctica - Adelie Land - coastal area between 136°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-65.61,136,-66.73,138.01` + */ +export const EPSG_8455 = + '+proj=utm +zone=53 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 17N + * - **CRS-PROJCRS** [26917] + * - **Area**: North America - between 84°W and 78°W - onshore and offshore. Canada - Nunavut; Ontario; Quebec. United States (USA) - Florida; Georgia; Kentucky; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-84,23.81,-78` + */ +export const EPSG_26917 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 7N + * - **CRS-PROJCRS** [22407] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_22407 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Stewart Island 1977 height + * - **CRS-VERTCRS** [5772] + * - **Area**: New Zealand - Stewart Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-46.63,167.29,-47.33,168.34` + */ +export const EPSG_5772 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Oneida (ftUS) + * - **CRS-PROJCRS** [8140] + * - **Area**: United States (USA) - Wisconsin - Oneida county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.91,-90.05,45.46,-89.04` + */ +export const EPSG_8140 = + '+proj=lcc +lat_1=45.7042237702778 +lat_0=45.7042237702778 +lon_0=-89.5444444444444 +k_0=1.0000686968 +x_0=70104.1402082804 +y_0=57588.0347472695 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Saturn - Atlas + * - **CRS-GEOGCRS** [104926] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104926 = '+proj=longlat +R=16000 +no_defs +type=crs'; + +/** + * ISN2004 + * - **CRS-GCENCRS** [5322] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_5322 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nebraska (ftUS) + * - **CRS-PROJCRS** [26852] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_26852 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 11N + * - **CRS-PROJCRS** [22811] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_22811 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Yemen NGN96 + * - **CRS-GEOGCRS** [4163] + * - **Area**: Yemen - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `19,41.08,8.95,57.96` + */ +export const EPSG_4163 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83 / New Mexico East + * - **CRS-PROJCRS** [32112] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_32112 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [4499] + * - **Area**: China - onshore and offshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,120,24.64,126` + */ +export const EPSG_4499 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 45 + * - **CRS-PROJCRS** [4533] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_4533 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 42S + * - **CRS-PROJCRS** [32542] + * - **Area**: Between 66°E and 72°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,66,-80,72` + */ +export const EPSG_32542 = + '+proj=utm +zone=42 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Azores Central 1995 / UTM zone 26N + * - **CRS-PROJCRS** [3063] + * - **Area**: Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `39.14,-28.9,38.32,-26.97` + */ +export const EPSG_3063 = + '+proj=utm +zone=26 +ellps=intl +towgs84=-103.088,162.481,-28.276,-0.167,-0.082,-0.168,-1.504 +units=m +no_defs +type=crs'; + +/** + * St. Helena Tritan 2011 height + * - **CRS-VERTCRS** [7889] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7889 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wisconsin Central (US Feet) + * - **CRS-PROJCRS** [103575] + * - **Area**: USA - Wisconsin - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_103575 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=44.25 +lat_2=45.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Mississippi West + * - **CRS-PROJCRS** [3599] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_3599 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Neiva urban grid + * - **CRS-PROJCRS** [6261] + * - **Area**: Colombia - Neiva city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `2.99,-75.32,2.87,-75.23` + */ +export const EPSG_6261 = + '+proj=col_urban +lat_0=2.94241505555556 +lon_0=-75.2964367222222 +x_0=864476.923 +y_0=817199.827 +h_0=430 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arkansas North (ftUS) + * - **CRS-PROJCRS** [3433] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_3433 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Mississippi East + * - **CRS-PROJCRS** [26794] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_26794 = + '+proj=tmerc +lat_0=29.6666666666667 +lon_0=-88.8333333333333 +k=0.99996 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(PA11) / Hawaii zone 4 + * - **CRS-PROJCRS** [6631] + * - **Area**: United States (USA) - Hawaii - Kauai - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_6631 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRF93 + * - **CRS-GEOG3DCRS** [7923] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7923 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 38 + * - **CRS-PROJCRS** [2672] + * - **Area**: Russian Federation - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.7,112.5,49.49,115.5` + */ +export const EPSG_2672 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 59N + * - **CRS-PROJCRS** [102364] + * - **Area**: USA - west of 174~E - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_102364 = '+proj=utm +zone=59 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8785] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_8785 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.00001016 +y_0=2000000.00001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * LUREF / Luxembourg TM + NG95 height + * - **CRS-COMPOUNDCRS** [9897] + * - **Area**: Luxembourg. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_9897 = + '+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +units=m +vunits=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2388] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_2388 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arizona East (ft) + * - **CRS-PROJCRS** [2222] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_2222 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 55 + * - **CRS-PROJCRS** [20355] + * - **Area**: Australia - Queensland between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-14.01,144,-29.01,150` + */ +export const EPSG_20355 = + '+proj=utm +zone=55 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (m) + * - **CRS-PROJCRS** [7535] + * - **Area**: United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-88.89,43.54,-88.04` + */ +export const EPSG_7535 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tete / UTM zone 37S + * - **CRS-PROJCRS** [2737] + * - **Area**: Mozambique - onshore east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `-10.42,35.99,-18.98,40.9` + */ +export const EPSG_2737 = + '+proj=utm +zone=37 +south +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TWD97 / TM2 zone 119 + * - **CRS-PROJCRS** [3825] + * - **Area**: Taiwan, Republic of China - between 118°E and 120°E, onshore and offshore - Penghu (Pescadores) Islands. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `24.65,118,18.63,120` + */ +export const EPSG_3825 = + '+proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Costa Rica Norte + * - **CRS-PROJCRS** [102221] + * - **Area**: Costa Rica - onshore north of 9~32'N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `11.22,-85.97,9.53,-82.53` + */ +export const EPSG_102221 = + '+proj=lcc +lat_0=10.4666666666667 +lon_0=-84.3333333333333 +lat_1=9.93333333333333 +lat_2=11 +x_0=500000 +y_0=271820.522 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * GWWWA22-IRF + * - **CRS-GEOGCRS** [10219] + * - **Area**: United Kingdom (UK) - on or related to the rail routes from Swansea to Pembroke Dock, Milford Haven and Fishguard. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.06,-5.16,51.55,-3.6` + */ +export const EPSG_10219 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 43 + * - **CRS-PROJCRS** [2367] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_2367 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * KUDAMS + * - **CRS-GEOGCRS** [4319] + * - **Area**: Kuwait - Kuwait City. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `29.45,47.78,29.17,48.16` + */ +export const EPSG_4319 = + '+proj=longlat +ellps=GRS80 +towgs84=226.702,-193.337,-35.371,2.229,4.391,-9.238,0.9798 +no_defs +type=crs'; + +/** + * NAD83(MA11) + * - **CRS-GEOG3DCRS** [6324] + * - **Area**: Guam, Northern Mariana Islands and Palau; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,129.48,1.64,149.55` + */ +export const EPSG_6324 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK19FIN + * - **CRS-PROJCRS** [3126] + * - **Area**: Finland - onshore west of 19°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.34,19.24,60.08,19.5` + */ +export const EPSG_3126 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Kewaunee (US feet) + * - **CRS-PROJCRS** [103430] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103430 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7615443231 +y_0=0.00121920243840488 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 51N + * - **CRS-PROJCRS** [9481] + * - **Area**: Indonesia - north of equator and between 120°E and 126°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `5.48,120,0,126` + */ +export const EPSG_9481 = '+proj=utm +zone=51 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 + * - **CRS-GEOGCRS** [4749] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_4749 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Eckert II + * - **CRS-PROJCRS** [54014] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54014 = + '+proj=eck2 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 38S + * - **CRS-PROJCRS** [32738] + * - **Area**: Between 42°E and 48°E, southern hemisphere between 80°S and equator, onshore and offshore. Madagascar. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,42,-80,48` + */ +export const EPSG_32738 = '+proj=utm +zone=38 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / North Pole LAEA Russia + * - **CRS-PROJCRS** [3576] + * - **Area**: Northern hemisphere - north of 45°N, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,45,180` + */ +export const EPSG_3576 = + '+proj=laea +lat_0=90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [5271] + * - **Area**: Türkiye (Turkey) - between 31°30'E and 34°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.07,31.5,35.97,34.5` + */ +export const EPSG_5271 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Ganymede IAU 2015 + * - **CRS-GEOGCRS** [104875] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104875 = '+proj=longlat +R=2631200 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 11N + * - **CRS-PROJCRS** [22411] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_22411 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 1N + * - **CRS-PROJCRS** [26901] + * - **Area**: United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_26901 = + '+proj=utm +zone=1 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LGD2006 + * - **CRS-GCENCRS** [4899] + * - **Area**: Libya - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.23,9.31,19.5,26.21` + */ +export const EPSG_4899 = '+proj=geocent +ellps=intl +units=m +no_defs +type=crs'; + +/** + * CHTRS95 + * - **CRS-GEOG3DCRS** [4933] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4933 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * EVRF2007 height + * - **CRS-VERTCRS** [5621] + * - **Area**: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,-9.56,35.95,31.59` + */ +export const EPSG_5621 = '+vunits=m +no_defs +type=crs'; + +/** + * GDA2020 / ALB2020 + * - **CRS-PROJCRS** [8013] + * - **Area**: Australia - Western Australia - Albany area onshore below 190m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-34.75,117.55,-35.21,118.22` + */ +export const EPSG_8013 = + '+proj=tmerc +lat_0=0 +lon_0=117.883333333333 +k=1.0000044 +x_0=50000 +y_0=4100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 8 + * - **CRS-PROJCRS** [102108] + * - **Area**: Norway - zone VIII + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.19,26.97,69.02,31.32` + */ +export const EPSG_102108 = + '+proj=tmerc +lat_0=58 +lon_0=29.05625 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * MMN / Argentina 2 + * - **CRS-PROJCRS** [9252] + * - **Area**: Argentina - Tierra del Fuego onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2.5` + * - **BBOX**: `-52.59,-68.64,-55.11,-63.73` + */ +export const EPSG_9252 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-9.5,122.9,138.2,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 11N + * - **CRS-PROJCRS** [32411] + * - **Area**: Between 120°W and 114°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-120,0,-114` + */ +export const EPSG_32411 = + '+proj=utm +zone=11 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * L.C. 5 Astro 1961 + * - **CRS-GEOGCRS** [37243] + * - **Area**: Cayman Islands - Little Cayman and Cayman Brac + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `19.78,-80.14,19.63,-79.69` + */ +export const EPSG_37243 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * CR-SIRGAS / UTM zone 17N + * - **CRS-PROJCRS** [8910] + * - **Area**: Costa Rica - offshore - Caribbean sea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-83.6,9.6,-81.43` + */ +export const EPSG_8910 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cass South (US foot) + * - **CRS-PROJCRS** [103719] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103719 = + '+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Texas South + * - **CRS-PROJCRS** [32041] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. Gulf of Mexico outer continental shelf (GoM OCS) protraction areas: South Padre Island; North Padre Island; Mustang Island. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-95.36` + */ +export const EPSG_32041 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=26.1666666666667 +lat_2=27.8333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan Central + * - **CRS-PROJCRS** [2808] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_2808 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 54S + * - **CRS-PROJCRS** [32554] + * - **Area**: Between 138°E and 144°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,138,-80,144` + */ +export const EPSG_32554 = + '+proj=utm +zone=54 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nevada Central + * - **CRS-PROJCRS** [6518] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_6518 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 37 + * - **CRS-PROJCRS** [4525] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_4525 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nebraska + * - **CRS-PROJCRS** [32104] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_32104 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 8 + NN54 height + * - **CRS-COMPOUNDCRS** [6148] + * - **Area**: Norway - onshore - between 8°E and 9°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64.1,8,58,9.01` + */ +export const EPSG_6148 = + '+proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Sierra Leone 1968 + * - **CRS-GEOGCRS** [4175] + * - **Area**: Sierra Leone - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `26` + * - **BBOX**: `10,-13.35,6.88,-10.26` + */ +export const EPSG_4175 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-88,4,101,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 7N + * - **CRS-PROJCRS** [22807] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_22807 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 19S + * - **CRS-PROJCRS** [24879] + * - **Area**: South America (Bolivia; Chile - north of 45°S; Peru) between 72°W and 66°W, southern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `-2.14,-72,-43.5,-66` + */ +export const EPSG_24879 = + '+proj=utm +zone=19 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Harrison-Washington (m) + * - **CRS-PROJCRS** [7309] + * - **Area**: United States (USA) - Indiana - counties of Harrison and Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.79,-86.33,37.95,-85.84` + */ +export const EPSG_7309 = + '+proj=tmerc +lat_0=37.95 +lon_0=-86.15 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Epimetheus + * - **CRS-GEOGCRS** [104930] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104930 = '+proj=longlat +R=59500 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS La Crosse (ftUS) + * - **CRS-PROJCRS** [8156] + * - **Area**: United States (USA) - Wisconsin - La Crosse county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.1,-91.43,43.72,-90.91` + */ +export const EPSG_8156 = + '+proj=tmerc +lat_0=43.4511111111111 +lon_0=-91.3166666666667 +k=1.0000319985 +x_0=130454.659690119 +y_0=0.00335280670561341 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Moturiki 1953 height + * - **CRS-VERTCRS** [5764] + * - **Area**: New Zealand - North Island - Moturiki vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-37.52,174.57,-40.59,177.26` + */ +export const EPSG_5764 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / Bihar + * - **CRS-PROJCRS** [7759] + * - **Area**: India - Bihar. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.86,83.31,24.28,88.3` + */ +export const EPSG_7759 = + '+proj=lcc +lat_0=25.87725247 +lon_0=85.875 +lat_1=24.625 +lat_2=27.125 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / NCRS Las Vegas high (ftUS) + * - **CRS-PROJCRS** [8382] + * - **Area**: United States (USA) - Nevada - Las Vegas area above approximately 2850 feet. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8382 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.000135 +x_0=300000 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Berghaus Star AAG + * - **CRS-PROJCRS** [102299] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_102299 = + 'PROJCS["Berghaus_Star_AAG",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Berghaus_Star"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",-52],PARAMETER["Latitude_Of_Origin",90],PARAMETER["XY_Plane_Rotation",36],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","102299"]]'; + +/** + * RGTAAF07 / UTM zone 40S + * - **CRS-PROJCRS** [7077] + * - **Area**: French Southern Territories - Crozet offshore east of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.3,54,-49.61,57.16` + */ +export const EPSG_7077 = + '+proj=utm +zone=40 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas North (ftUS) + * - **CRS-PROJCRS** [2275] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_2275 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MGI 1901 / Balkans zone 6 + * - **CRS-PROJCRS** [8678] + * - **Area**: 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` + * - **Accuracy**: `5` + * - **BBOX**: `46.55,16.5,41.79,19.51` + */ +export const EPSG_8678 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=6500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E + * - **CRS-PROJCRS** [2625] + * - **Area**: Russian Federation - onshore between 145°30'E and 148°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.76,145.5,43.6,148.5` + */ +export const EPSG_2625 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Deir ez Zor / Levant Stereographic + * - **CRS-PROJCRS** [22780] + * - **Area**: Lebanon - onshore. Syrian Arab Republic - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `37.3,35.04,32.31,42.38` + */ +export const EPSG_22780 = + '+proj=sterea +lat_0=34.2 +lon_0=39.15 +k=0.9995341 +x_0=0 +y_0=0 +ellps=clrk80ign +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAVD88 height (ft) + * - **CRS-VERTCRS** [8228] + * - **Area**: United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-124.6,31.33,-78.52` + */ +export const EPSG_8228 = '+vunits=ft +no_defs +type=crs'; + +/** + * ID74 / UTM zone 52S + * - **CRS-PROJCRS** [23892] + * - **Area**: Indonesia - onshore south of equator and between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `0,126,-8.41,132` + */ +export const EPSG_23892 = + '+proj=utm +zone=52 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 33E + * - **CRS-PROJCRS** [21006] + * - **Area**: Russian Federation - onshore between 30°E and 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,30,50.34,36` + */ +export const EPSG_21006 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Mexico West + * - **CRS-PROJCRS** [103488] + * - **Area**: USA - New Mexico - SPCS83 - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_103488 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916666666667 +x_0=830000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD2011 + * - **CRS-GCENCRS** [6666] + * - **Area**: Japan - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,122.38,17.09,157.65` + */ +export const EPSG_6666 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 9 + NN2000 height + * - **CRS-COMPOUNDCRS** [5949] + * - **Area**: Norway - onshore - between 9°E and 10°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64.25,9,58.44,10.01` + */ +export const EPSG_5949 = + '+proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine CS2000 Central + * - **CRS-PROJCRS** [3464] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.75,-68.33` + */ +export const EPSG_3464 = + '+proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2014 + * - **CRS-GEOGCRS** [9069] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9069 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Minna / Nigeria East Belt + * - **CRS-PROJCRS** [26393] + * - **Area**: Nigeria east of 10°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `13.72,10.49,6.43,14.65` + */ +export const EPSG_26393 = + '+proj=tmerc +lat_0=4 +lon_0=12.5 +k=0.99975 +x_0=1110369.7 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [21456] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_21456 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89-extended / LCC Europe + * - **CRS-PROJCRS** [3034] + * - **Area**: Europe - European Union (EU) countries and candidates. Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Iceland; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal including Madeira and Azores; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain including Canary Islands; Sweden; Switzerland; Türkiye (Turkey); United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.73,-35.58,24.6,44.83` + */ +export const EPSG_3034 = + '+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS South Dakota N + * - **CRS-PROJCRS** [103522] + * - **Area**: USA - South Dakota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_103522 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=44.4166666666667 +lat_2=45.6833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Georgia West (ftUS) + * - **CRS-PROJCRS** [3521] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_3521 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GDA94 / CKIG94 + * - **CRS-PROJCRS** [6723] + * - **Area**: Cocos (Keeling) Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-11.76,96.76,-12.27,96.99` + */ +export const EPSG_6723 = + '+proj=tmerc +lat_0=0 +lon_0=96.875 +k=0.99999387 +x_0=50000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Aitoff + * - **CRS-PROJCRS** [54043] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54043 = + '+proj=aitoff +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone X7 + * - **CRS-PROJCRS** [7831] + * - **Area**: Ukraine - east of 40°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `49.62,40,48.8,40.18` + */ +export const EPSG_7831 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=41.5 +k=1 +x_0=7300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / UTM zone 52N + * - **CRS-PROJCRS** [6689] + * - **Area**: Japan - between 126°E and 132°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.63,126,21.12,132` + */ +export const EPSG_6689 = + '+proj=utm +zone=52 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 / UTM zone 59S + * - **CRS-PROJCRS** [3171] + * - **Area**: New Caledonia - east of 168°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-19.75,168,-25.95,174.28` + */ +export const EPSG_3171 = + '+proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [2330] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_2330 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / San Francisco CS13 (ftUS) + * - **CRS-PROJCRS** [7132] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.87,-123.56,36.85,-121.2` + */ +export const EPSG_7132 = + '+proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Alabama West + * - **CRS-PROJCRS** [2760] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_2760 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RSAO13 + * - **CRS-GCENCRS** [8697] + * - **Area**: Angola - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.38,8.2,-18.02,24.09` + */ +export const EPSG_8697 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Monroe (m) + * - **CRS-PROJCRS** [7562] + * - **Area**: United States (USA) - Wisconsin - Monroe county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.17,-90.98,43.72,-90.31` + */ +export const EPSG_7562 = + '+proj=lcc +lat_1=44.0000739286111 +lat_0=44.0000739286111 +lon_0=-90.6416666666667 +k_0=1.0000434122 +x_0=204521.209 +y_0=121923.9861 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2010 + * - **CRS-GCENCRS** [8947] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_8947 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS55-57 + * - **CRS-PROJCRS** [3258] + * - **Area**: Antarctica - 72°S to 76°S and 144°E to 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,144,-76,162` + */ +export const EPSG_3258 = + '+proj=lcc +lat_0=-90 +lon_0=153 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / New York Central + * - **CRS-PROJCRS** [32016] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_32016 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [20928] + * - **Area**: Russian Federation - onshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.03,162,54.47,168` + */ +export const EPSG_20928 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 103-00 + * - **CRS-PROJCRS** [9205] + * - **Area**: Vietnam - Dien Bien and Lai Chau provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.82,102.14,20.89,103.99` + */ +export const EPSG_9205 = + '+proj=tmerc +lat_0=0 +lon_0=103 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 46N + * - **CRS-PROJCRS** [32446] + * - **Area**: Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,90,0,96` + */ +export const EPSG_32446 = + '+proj=utm +zone=46 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nevada Central (ftUS) + * - **CRS-PROJCRS** [3608] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_3608 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Puerto Rico and Virgin Is. + * - **CRS-PROJCRS** [4437] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_4437 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Pallene IAU 2015 + * - **CRS-GEOGCRS** [104988] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104988 = '+proj=longlat +R=2230 +no_defs +type=crs'; + +/** + * NZGD49 / Collingwood Circuit + * - **CRS-PROJCRS** [27214] + * - **Area**: New Zealand - South Island - Collingwood meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.44,172.16,-41.22,173.13` + */ +export const EPSG_27214 = + '+proj=tmerc +lat_0=-40.7147590555556 +lon_0=172.6720465 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS VI + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10167] + * - **Area**: Japan - onshore - Honshu between approximately 135°10'E and 136°45'E - Kyoto-fu; Osaka-fu; Fukui-ken; Shiga-ken; Mie-ken; Nara-ken; Wakayama-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.33,134.86,33.4,136.99` + */ +export const EPSG_10167 = + '+proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Gusterberg Grid (Ferro) + * - **CRS-PROJCRS** [8044] + * - **Area**: Austria - Upper Austria and Salzburg provinces. Czechia - Bohemia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.07,46.93,16.83` + */ +export const EPSG_8044 = + '+proj=cass +lat_0=48.0384638888889 +lon_0=31.8041805555556 +x_0=0 +y_0=0 +a=6376045 +rf=310 +pm=ferro +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS VII + * - **CRS-PROJCRS** [2449] + * - **Area**: Japan - onshore - Honshu between approximately 136°15'E and 137°45'E - Ishikawa-ken; Toyama-ken; Gifu-ken; Aichi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.58,136.22,34.51,137.84` + */ +export const EPSG_2449 = + '+proj=tmerc +lat_0=36 +lon_0=137.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 + * - **CRS-GCENCRS** [4964] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_4964 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 2 (E-N) + * - **CRS-PROJCRS** [5676] + * - **Area**: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.81,5.86,49.11,7.5` + */ +export const EPSG_5676 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Connecticut + * - **CRS-PROJCRS** [26956] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_26956 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 10 + * - **CRS-PROJCRS** [2019] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.33,-81,42.26,-77.99` + */ +export const EPSG_2019 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * Voirol 1879 (Paris) + * - **CRS-GEOGCRS** [4821] + * - **Area**: Algeria - onshore north of 32°N. + * - **Unit**: `grad` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.95,31.99,9.09` + */ +export const EPSG_4821 = '+proj=longlat +ellps=clrk80ign +pm=paris +no_defs +type=crs'; + +/** + * DNN height + * - **CRS-VERTCRS** [5733] + * - **Area**: Denmark - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_5733 = '+vunits=m +no_defs +type=crs'; + +/** + * MGI / Austria M31 + * - **CRS-PROJCRS** [31285] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_31285 = + '+proj=tmerc +lat_0=0 +lon_0=13.3333333333333 +k=1 +x_0=450000 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Waukesha (m) + * - **CRS-PROJCRS** [8101] + * - **Area**: United States (USA) - Wisconsin - Waukesha county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.2,-88.55,42.84,-88.06` + */ +export const EPSG_8101 = + '+proj=tmerc +lat_0=42.5694444444444 +lon_0=-88.225 +k=1.0000346179 +x_0=208788.418 +y_0=0.0034 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CR05 + * - **CRS-GCENCRS** [5363] + * - **Area**: Costa Rica - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_5363 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Neptune - Thalassa + * - **CRS-GEOGCRS** [104967] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104967 = '+proj=longlat +R=40000 +no_defs +type=crs'; + +/** + * ShAb07 Grid + * - **CRS-PROJCRS** [10188] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Aberystwyth. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.77,-4.16,52.37,-2.6` + */ +export const EPSG_10188 = + '+proj=tmerc +lat_0=52.6 +lon_0=-3.35 +k=1 +x_0=56023.5377 +y_0=24567.6764 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * COV23 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10472] + * - **Area**: United Kingdom (UK) - in and around the area of Coventry city centre and the route to Birmingham airport. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.5,-1.85,52.3,-1.3` + */ +export const EPSG_10472 = + '+proj=tmerc +lat_0=52.4 +lon_0=-1.55 +k=1 +x_0=116887.9989 +y_0=102194.9369 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * RGF93 v1 / Lambert-93 + NGF-IGN78 height + * - **CRS-COMPOUNDCRS** [5699] + * - **Area**: France - Corsica onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_5699 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ATS77 + * - **CRS-GEOGCRS** [4122] + * - **Area**: Canada - New Brunswick; Nova Scotia; Prince Edward Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.07,-69.05,43.41,-59.73` + */ +export const EPSG_4122 = + '+proj=longlat +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +no_defs +type=crs'; + +/** + * Voirol 1879 / Sud Algerie (ancienne) + * - **CRS-PROJCRS** [30494] + * - **Area**: Algeria - 35.6 grads to 38.5 grads North (32°N to 34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `34.66,-2.95,31.99,9.09` + */ +export const EPSG_30494 = + '+proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alabama West + NAVD88 height + * - **CRS-COMPOUNDCRS** [8802] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_8802 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin Central + * - **CRS-PROJCRS** [32153] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_32153 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [4572] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_4572 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Eureka (ftUS) + * - **CRS-PROJCRS** [23312] + * - **Area**: United States (USA) - Illinois - counties of Marshall and Woodford. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.15,-89.64,40.59,-88.92` + */ +export const EPSG_23312 = + '+proj=tmerc +lat_0=37.45 +lon_0=-89.3 +k=1.000025 +x_0=840030.48006096 +y_0=130149.860299721 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Eckert VI + * - **CRS-PROJCRS** [53010] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53010 = + '+proj=eck6 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 3S + * - **CRS-PROJCRS** [32503] + * - **Area**: Between 168°W and 162°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-168,-80,-162` + */ +export const EPSG_32503 = + '+proj=utm +zone=3 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * RSAO13 / UTM zone 33S + * - **CRS-PROJCRS** [9157] + * - **Area**: Angola - between 12°E and 18°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.38,12,-17.44,18` + */ +export const EPSG_9157 = + '+proj=utm +zone=33 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Nord Sahara 1959 / UTM zone 29N + * - **CRS-PROJCRS** [30729] + * - **Area**: Algeria - west of 6°W (of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.85,-8.67,25.73,-6` + */ +export const EPSG_30729 = + '+proj=utm +zone=29 +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 14S + * - **CRS-PROJCRS** [32714] + * - **Area**: Between 102°W and 96°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-102,-80,-96` + */ +export const EPSG_32714 = '+proj=utm +zone=14 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Slovenia 1996 + * - **CRS-GEOGCRS** [4765] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_4765 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 20S + * - **CRS-PROJCRS** [5877] + * - **Area**: Brazil - between 66°W and 60°W, northern and southern hemispheres. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `5.28,-66,-16.28,-59.99` + */ +export const EPSG_5877 = + '+proj=utm +zone=20 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Delaware + * - **CRS-PROJCRS** [26757] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_26757 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + Ibiza height + * - **CRS-COMPOUNDCRS** [9507] + * - **Area**: Spain - Balearic Islands - Ibiza - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.17,1.12,38.77,1.68` + */ +export const EPSG_9507 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 44S + * - **CRS-PROJCRS** [32344] + * - **Area**: Between 78°E and 84°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,78,-80,84` + */ +export const EPSG_32344 = + '+proj=utm +zone=44 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 22N + * - **CRS-PROJCRS** [31991] + * - **Area**: South America between 54°W and 48°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `9.24,-54,0,-48` + */ +export const EPSG_31991 = + '+proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8746] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_8746 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-53 Poltava + * - **CRS-PROJCRS** [9854] + * - **Area**: Ukraine - Poltava region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.55,32.08,48.74,35.49` + */ +export const EPSG_9854 = + '+proj=tmerc +lat_0=0 +lon_0=33.8333333333333 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Modified Central Belt + * - **CRS-PROJCRS** [5174] + * - **Area**: Republic of Korea (South Korea) - between 126°E and 128°E - mainland and nearshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.33,126,33.96,128` + */ +export const EPSG_5174 = + '+proj=tmerc +lat_0=38 +lon_0=127.002890277778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 14N + * - **CRS-PROJCRS** [22714] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_22714 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Coast Range North zone (ft) + * - **CRS-PROJCRS** [8316] + * - **Area**: United States (USA) - Oregon - Coast Range North area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.98,-123.81,45.4,-123.01` + */ +export const EPSG_8316 = + '+proj=lcc +lat_1=45.5833333333333 +lat_0=45.5833333333333 +lon_0=-123.416666666667 +k_0=1.000045 +x_0=30000.00001512 +y_0=19999.99999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * OxWo08 Grid + * - **CRS-PROJCRS** [10235] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Oxford to Worcester. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.26,-2.31,51.65,-1.15` + */ +export const EPSG_10235 = + '+proj=tmerc +lat_0=51.95 +lon_0=-1.7 +k=1 +x_0=134791.6965 +y_0=121872.5056 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Corrego Alegre 1961 + * - **CRS-GEOGCRS** [5524] + * - **Area**: Brazil - onshore - between 18°S and 27°30'S, also east of 54°W between 15°S and 18°S. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-14.99,-58.16,-27.5,-38.82` + */ +export const EPSG_5524 = '+proj=longlat +ellps=intl +nadgrids=CA61_003.gsb +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 11 + * - **CRS-PROJCRS** [22651] + * - **Area**: Canada - Ontario - south of 46°N and west of 81°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46,-83.6,41.67,-81` + */ +export const EPSG_22651 = + '+proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / Nicaragua Norte + * - **CRS-PROJCRS** [5461] + * - **Area**: Nicaragua - onshore north of 12°48'N. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `15.03,-87.74,12.8,-83.08` + */ +export const EPSG_5461 = + '+proj=lcc +lat_1=13.8666666666667 +lat_0=13.8666666666667 +lon_0=-85.5 +k_0=0.99990314 +x_0=500000 +y_0=359891.816 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cais da Pontinha depth + * - **CRS-VERTCRS** [10370] + * - **Area**: Portugal - Madeira and Desertas islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.93,-17.31,32.35,-16.4` + */ +export const EPSG_10370 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 + * - **CRS-GCENCRS** [8253] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8253 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Point 58 + * - **CRS-GEOGCRS** [4620] + * - **Area**: Senegal - central, Mali - southwest, Burkina Faso - central, Niger - southwest, Nigeria - north, Chad - central. All in proximity to the parallel of latitude of 12°N. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `15.7,-17.19,10.26,30.42` + */ +export const EPSG_4620 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-106,-129,165,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone C2 + * - **CRS-PROJCRS** [5932] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `71,-84,59,6` + */ +export const EPSG_5932 = + '+proj=lcc +lat_0=65.1012708888889 +lon_0=-39 +lat_1=69 +lat_2=61 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGS05 + * - **CRS-GEOGCRS** [9012] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9012 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 51N + * - **CRS-PROJCRS** [32651] + * - **Area**: Between 120°E and 126°E, northern hemisphere between equator and 84°N, onshore and offshore. China. Indonesia. Japan. North Korea. Philippines. Russian Federation. South Korea. Taiwan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,120,0,126` + */ +export const EPSG_32651 = '+proj=utm +zone=51 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Fischer 1968 + * - **CRS-GEOGCRS** [37003] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37003 = '+proj=longlat +ellps=fschr68 +no_defs +type=crs'; + +/** + * Nahrwan 1967 + * - **CRS-GEOGCRS** [4270] + * - **Area**: Arabian Gulf; Qatar - offshore; United Arab Emirates (UAE) - Abu Dhabi; Dubai; Sharjah; Ajman; Fujairah; Ras Al Kaimah; Umm Al Qaiwain - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `27.05,50.55,22.63,57.13` + */ +export const EPSG_4270 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-249,-156,381,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Roseau + * - **CRS-GEOGCRS** [104766] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104766 = '+proj=longlat +a=6378449.421 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS 84 / LCC USA + * - **CRS-PROJCRS** [42103] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42103 = 'null'; + +/** + * NAD 1983 (CORS96) SPCS Virginia North + * - **CRS-PROJCRS** [103559] + * - **Area**: USA - Virginia - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_103559 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=38.0333333333333 +lat_2=39.2 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 1N + * - **CRS-PROJCRS** [32201] + * - **Area**: Between 180°W and 174°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-180,0,-174` + */ +export const EPSG_32201 = + '+proj=utm +zone=1 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 zone 491 + * - **CRS-PROJCRS** [5898] + * - **Area**: Vietnam - onshore east of 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.95,106.5,8.57,109.53` + */ +export const EPSG_5898 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon LCC (m) + * - **CRS-PROJCRS** [6867] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_6867 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Flannan Isles height + * - **CRS-VERTCRS** [5748] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Flannan Isles onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.35,-7.75,58.21,-7.46` + */ +export const EPSG_5748 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / Uttar Pradesh + * - **CRS-PROJCRS** [7775] + * - **Area**: India - Uttar Pradesh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.42,77.08,23.87,84.64` + */ +export const EPSG_7775 = + '+proj=lcc +lat_0=27.13270823 +lon_0=80.875 +lat_1=24.875 +lat_2=29.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Everest Modified 1969 RSO Malaya Meters + * - **CRS-PROJCRS** [102061] + * - **Area**: Malaysia - West Malaysia - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `6.72,99.59,1.21,104.6` + */ +export const EPSG_102061 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=-36.974209437118 +gamma=-36.869897645844 +k=0.99984 +x_0=804670.24 +y_0=0 +ellps=evrst69 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Faroe TM + FVR09 height + * - **CRS-COMPOUNDCRS** [5318] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_5318 = + '+proj=tmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jennings (m) + * - **CRS-PROJCRS** [7325] + * - **Area**: United States (USA) - Indiana - Jennings county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.2,-85.8,38.8,-85.43` + */ +export const EPSG_7325 = + '+proj=tmerc +lat_0=38.8 +lon_0=-85.8 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Lindis Peak 2000 + * - **CRS-PROJCRS** [2127] + * - **Area**: New Zealand - South Island - Lindis Peak meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.71,168.62,-45.4,170.24` + */ +export const EPSG_2127 = + '+proj=tmerc +lat_0=-44.735 +lon_0=169.4675 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 11 + * - **CRS-PROJCRS** [102431] + * - **Area**: ARC System - Zone 11 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-32,-180,-48,180` + */ +export const EPSG_102431 = + '+proj=eqc +lat_ts=-41.12682127 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nebraska (ftUS) + * - **CRS-PROJCRS** [26868] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_26868 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B16H2 + * - **CRS-PROJCRS** [112061] + * - **Area**: UK - Highways England - B16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9359,-2.6703,52.0472,-1.482` + */ +export const EPSG_112061 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.000036772789 +x_0=54023.5264394632 +y_0=111048.359903341 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 24 + NN54 height + * - **CRS-COMPOUNDCRS** [6164] + * - **Area**: Norway - onshore - between 24°E and 25°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.17,24,68.58,25.01` + */ +export const EPSG_6164 = + '+proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ELD79 + * - **CRS-GEOGCRS** [4159] + * - **Area**: Libya - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `35.23,9.31,19.5,26.21` + */ +export const EPSG_4159 = + '+proj=longlat +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Pennsylvania North + * - **CRS-PROJCRS** [32128] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_32128 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Redwood (meter) + * - **CRS-PROJCRS** [103670] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103670 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-95.2333333333333 +lat_1=44.2666666666667 +lat_2=44.5666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378438.753 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 162E + * - **CRS-PROJCRS** [21354] + * - **Area**: Russian Federation - onshore between 160°30'E and 163°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.98,160.5,54.34,163.5` + */ +export const EPSG_21354 = + '+proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 2 + * - **CRS-PROJCRS** [32082] + * - **Area**: Canada - Newfoundland and Labrador between 57°30'W and 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `54.71,-57.5,46.81,-54.49` + */ +export const EPSG_32082 = + '+proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York Central + * - **CRS-PROJCRS** [6534] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_6534 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [4509] + * - **Area**: China - onshore and offshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.52,114,19.02,120` + */ +export const EPSG_4509 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Jersey + * - **CRS-PROJCRS** [2824] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_2824 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming East (ftUS) + * - **CRS-PROJCRS** [3736] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_3736 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alabama East + * - **CRS-PROJCRS** [103220] + * - **Area**: USA - Alabama - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_103220 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR17-18 + * - **CRS-PROJCRS** [3223] + * - **Area**: Antarctica - 68°S to 72°S and 84°W to 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-84,-72,-72` + */ +export const EPSG_3223 = + '+proj=lcc +lat_0=-90 +lon_0=-78 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Houston (US foot) + * - **CRS-PROJCRS** [103735] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103735 = + '+proj=lcc +lat_0=43.5 +lon_0=-91.4666666666667 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378436.619 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * EPSG example I=J-90 bin grid (real values) + * - **CRS-DRVDCRS** [32597] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `(bin)` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32597 = 'null'; + +/** + * NAD83(CSRS) / UTM zone 20N + * - **CRS-PROJCRS** [2961] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_2961 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas South Central + * - **CRS-PROJCRS** [3673] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_3673 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EPSG example wellbore local horizontal CRS - grid north (ft) + * - **CRS-ENGCRS** [8896] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8896 = 'null'; + +/** + * GSK-2011 / GSK 3GK zone 11 + * - **CRS-PROJCRS** [21211] + * - **Area**: Russian Federation - onshore between 31°30'E and 34°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,31.5,51.24,34.5` + */ +export const EPSG_21211 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b (lon-lat) + * - **CRS-GEOGCRS** [9784] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9784 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 60 + * - **CRS-PROJCRS** [3389] + * - **Area**: Russian Federation - onshore between 178°30'E and 178°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.65,178.5,62.24,-178.5` + */ +export const EPSG_3389 = + '+proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kentucky North (ftUS) + * - **CRS-PROJCRS** [6471] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_6471 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2432] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_2432 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Amtrak NECCS21 (ft) + * - **CRS-PROJCRS** [20050] + * - **Area**: United States (USA) - parts of Connecticut, Delaware, District of Columbia, Maryland, Massachusetts, New Jersey, New York, Pennsylvania, Rhode Island and Virginia on or related to the Amtrak northeast corridor rail route from Boston to Washington DC via New York and Philadelphia. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.74,-78.51,38.64,-70.48` + */ +export const EPSG_20050 = + '+proj=omerc +lat_0=40.8333333333333 +lonc=-74 +alpha=58 +gamma=58 +k=0.99999 +x_0=457200 +y_0=457200 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Kansas LCC + * - **CRS-PROJCRS** [6922] + * - **Area**: United States (USA) - Kansas. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.01,-102.06,36.99,-94.58` + */ +export const EPSG_6922 = + '+proj=lcc +lat_0=36 +lon_0=-98.25 +lat_1=39.5 +lat_2=37.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Rusk (ftUS) + * - **CRS-PROJCRS** [7630] + * - **Area**: United States (USA) - Wisconsin - Rusk county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.64,-91.55,45.29,-90.67` + */ +export const EPSG_7630 = + '+proj=tmerc +lat_0=43.9194444444444 +lon_0=-91.0666666666667 +k=1.0000495976 +x_0=250546.101397003 +y_0=0.0234696469392939 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Madrid 1870 (Madrid) / Spain LCC + * - **CRS-PROJCRS** [2062] + * - **Area**: Spain - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.82,-9.37,35.95,3.39` + */ +export const EPSG_2062 = + '+proj=lcc +lat_1=40 +lat_0=40 +lon_0=0 +k_0=0.9988085293 +x_0=600000 +y_0=600000 +a=6378298.3 +rf=294.73 +pm=-3.687375 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 24N using TM Complex + * - **CRS-PROJCRS** [102574] + * - **Area**: World - N hemisphere - 42~W to 36~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-42,0,-36` + */ +export const EPSG_102574 = '+proj=utm +zone=24 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E + * - **CRS-PROJCRS** [2598] + * - **Area**: Kazakhstan, Kyrgyzstan, Russian Federation onshore, Tajikistan and Uzbekistan - between 67°30'E and 70°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.07,67.5,36.93,70.5` + */ +export const EPSG_2598 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Allen (ftUS) + * - **CRS-PROJCRS** [7260] + * - **Area**: United States (USA) - Indiana - Allen county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.28,-85.34,40.91,-84.8` + */ +export const EPSG_7260 = + '+proj=tmerc +lat_0=40.9 +lon_0=-85.05 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 13N + * - **CRS-PROJCRS** [22313] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_22313 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSB reconstruction east-orientated + * - **CRS-PROJCRS** [10262] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_10262 = + '+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=14.92775 +x_0=-18831.46 +y_0=5614.621 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Ukiah-Fox zone (m) + * - **CRS-PROJCRS** [8341] + * - **Area**: United States (USA) - Oregon - Ukiah-Fox area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.21,-119.35,44.52,-118.64` + */ +export const EPSG_8341 = + '+proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-119 +k_0=1.00014 +x_0=30000 +y_0=90000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 23 + * - **CRS-PROJCRS** [5123] + * - **Area**: Norway - onshore - between 23°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.15,23,68.62,24.01` + */ +export const EPSG_5123 = + '+proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 51N + * - **CRS-PROJCRS** [23851] + * - **Area**: Indonesia - onshore north of equator and between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `3.84,120,0,125.71` + */ +export const EPSG_23851 = + '+proj=utm +zone=51 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Carolina (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8711] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_8711 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 13S + * - **CRS-PROJCRS** [32313] + * - **Area**: Between 108°W and 102°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-108,-80,-102` + */ +export const EPSG_32313 = + '+proj=utm +zone=13 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * IGN 1962 Kerguelen + * - **CRS-GEOGCRS** [4698] + * - **Area**: French Southern Territories - Kerguelen onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-48.6,68.69,-49.78,70.62` + */ +export const EPSG_4698 = + '+proj=longlat +ellps=intl +towgs84=145,-187,103,0,0,0,0 +no_defs +type=crs'; + +/** + * Marshall Islands 1960 + * - **CRS-GEOGCRS** [4732] + * - **Area**: Marshall Islands - onshore. Wake atoll onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `19.38,162.27,8.66,167.82` + */ +export const EPSG_4732 = + '+proj=longlat +ellps=hough +towgs84=102,52,-38,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 43S + * - **CRS-PROJCRS** [32743] + * - **Area**: Between 72°E and 78°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,72,-80,78` + */ +export const EPSG_32743 = '+proj=utm +zone=43 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 23 15 + * - **CRS-PROJCRS** [3018] + * - **Area**: Sweden - communes east of approximately 21°50'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.14,21.85,65.49,24.17` + */ +export const EPSG_3018 = + '+proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 56N + * - **CRS-PROJCRS** [32256] + * - **Area**: Between 150°E and 156°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,150,0,156` + */ +export const EPSG_32256 = + '+proj=utm +zone=56 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Compact Miller + * - **CRS-PROJCRS** [54080] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54080 = + '+proj=comill +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Deir ez Zor + * - **CRS-GEOGCRS** [4227] + * - **Area**: Lebanon - onshore. Syrian Arab Republic - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `37.3,35.04,32.31,42.38` + */ +export const EPSG_4227 = + '+proj=longlat +ellps=clrk80ign +towgs84=-190.421,8.532,238.69,0,0,0,0 +no_defs +type=crs'; + +/** + * Nord Sahara 1959 / Nord Algerie + * - **CRS-PROJCRS** [30791] + * - **Area**: Algeria - onshore north of 38.5 grads North (34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.14,-2.22,34.64,8.64` + */ +export const EPSG_30791 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500135 +y_0=300090 +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Jackson + * - **CRS-GEOGCRS** [104731] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104731 = '+proj=longlat +a=6378521.049 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Kalianpur 1880 / India zone IIb + * - **CRS-PROJCRS** [24382] + * - **Area**: Bangladesh - onshore north of 21°N; India - onshore north of 21°N and east of 82°E; Myanmar (Burma) - north of 21°N. + * - **Unit**: `Indian yard` + * - **Accuracy**: `null` + * - **BBOX**: `29.47,82,21,101.17` + */ +export const EPSG_24382 = + '+proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743195.59223332 +y_0=914398.530744441 +a=6377299.36559538 +b=6356098.35900516 +to_meter=0.914398530744441 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 6N + * - **CRS-PROJCRS** [32606] + * - **Area**: Between 150°W and 144°W, northern hemisphere between equator and 84°N, onshore and offshore. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-150,0,-144` + */ +export const EPSG_32606 = '+proj=utm +zone=6 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * JAD2001 / Jamaica Metric Grid + * - **CRS-PROJCRS** [3448] + * - **Area**: Jamaica - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.58,-78.43,17.64,-76.17` + */ +export const EPSG_3448 = + '+proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=750000 +y_0=650000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lao 1993 + * - **CRS-GEOGCRS** [4677] + * - **Area**: Laos. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4677 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 25 + NN2000 height + * - **CRS-COMPOUNDCRS** [5965] + * - **Area**: Norway - onshore - between 25°E and 26°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,25,68.59,26.01` + */ +export const EPSG_5965 = + '+proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Lisbon (Lisbon) / Portuguese Grid + * - **CRS-PROJCRS** [20791] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_20791 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=1 +k=1 +x_0=0 +y_0=0 +ellps=intl +pm=lisbon +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Chippewa (ftUS) + * - **CRS-PROJCRS** [8204] + * - **Area**: United States (USA) - Wisconsin - Chippewa county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.3,-91.67,44.85,-90.92` + */ +export const EPSG_8204 = + '+proj=lcc +lat_1=44.9778568986111 +lat_0=44.9778568986111 +lon_0=-91.2944444444444 +k_0=1.0000391127 +x_0=60045.7200914401 +y_0=44091.434493269 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * BH_ETRS89 + * - **CRS-GEOG3DCRS** [10327] + * - **Area**: Bosnia and Herzegovina. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `45.27,15.74,42.56,19.62` + */ +export const EPSG_10327 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2609] + * - **Area**: Russian Federation - onshore between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.9,97.5,49.79,100.5` + */ +export const EPSG_2609 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico West (ftUS) + * - **CRS-PROJCRS** [2259] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_2259 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 4 (ftUS) + * - **CRS-PROJCRS** [2873] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_2873 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 2-14 + * - **CRS-PROJCRS** [6099] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `84.51,-135,79.5,-95` + */ +export const EPSG_6099 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=-115 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=14500000 +y_0=2500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 22N + * - **CRS-PROJCRS** [3761] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_3761 = + '+proj=utm +zone=22 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Indiana West (US Feet) + * - **CRS-PROJCRS** [103277] + * - **Area**: USA - Indiana - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_103277 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966666666667 +x_0=900000 +y_0=250000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR13P01 + * - **CRS-GEOGCRS** [8984] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8984 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * REDGEOMIN + * - **CRS-GEOGCRS** [9696] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9696 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Pennsylvania North (ftUS) + * - **CRS-PROJCRS** [6563] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_6563 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [3331] + * - **Area**: Albania - east of 19°30'E. Bulgaria and Romania - west of 22°30'E. Hungary, Poland and Slovakia - between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.51,19.5,39.64,22.5` + */ +export const EPSG_3331 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 02 Rangpur + * - **CRS-PROJCRS** [102935] + * - **Area**: Bangladesh - Rangpur + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.45,88.9,25.0333,89.8834` + */ +export const EPSG_102935 = + '+proj=cass +lat_0=25.5 +lon_0=89.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Dodge (meter) + * - **CRS-PROJCRS** [103627] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103627 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A19H2 + * - **CRS-PROJCRS** [112036] + * - **Area**: UK - Highways England - A19 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0404,-0.6101,50.7696,-0.3232` + */ +export const EPSG_112036 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999898731823705 +x_0=-88026.1869323571 +y_0=71021.1280931517 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * CIGD11 + * - **CRS-GCENCRS** [6133] + * - **Area**: Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `20.68,-83.6,17.58,-78.72` + */ +export const EPSG_6133 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS84 / Simple Mercator + * - **CRS-PROJCRS** [41001] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_41001 = 'null'; + +/** + * ONGD14 + * - **CRS-GEOG3DCRS** [7372] + * - **Area**: Oman - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.1` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_7372 = + '+proj=longlat +ellps=GRS80 +towgs84=0.819,-0.5762,-1.6446,0.00378,0.03317,-0.00318,0.0693 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 177E + * - **CRS-PROJCRS** [2520] + * - **Area**: Russian Federation - onshore between 174°E and 180°E . + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.59,174,61.65,180` + */ +export const EPSG_2520 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Gnomonic South Pole + * - **CRS-PROJCRS** [102036] + * - **Area**: World - south of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_102036 = + '+proj=gnom +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Mississippi West + * - **CRS-PROJCRS** [26995] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_26995 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Gresham-Warm Springs zone (m) + * - **CRS-PROJCRS** [6830] + * - **Area**: United States (USA) - Oregon - Gresham-Warm Springs area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.55,-122.43,45.02,-121.68` + */ +export const EPSG_6830 = + '+proj=tmerc +lat_0=45 +lon_0=-122.333333333333 +k=1.00005 +x_0=10000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone II + * - **CRS-PROJCRS** [27392] + * - **Area**: Norway - between 3°30'W and 1°10' W of Oslo (7°13'22.5"E and 9°33'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `64.23,7.22,57.9,9.56` + */ +export const EPSG_27392 = + '+proj=tmerc +lat_0=58 +lon_0=-2.33333333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / UTM zone 21N + * - **CRS-PROJCRS** [2035] + * - **Area**: Canada - Quebec - east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `52.01,-60,50.2,-57.1` + */ +export const EPSG_2035 = + '+proj=utm +zone=21 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo33 + * - **CRS-PROJCRS** [102489] + * - **Area**: South Africa - east of 32~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-26.8,31.95,-28.94,32.95` + */ +export const EPSG_102489 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [20007] + * - **Area**: Russian Federation - onshore between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.23,36,43.18,42.01` + */ +export const EPSG_20007 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * LKS-92 + * - **CRS-GCENCRS** [4948] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_4948 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 33E + * - **CRS-PROJCRS** [2465] + * - **Area**: Russian Federation - onshore between 30°E and 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,30,50.34,36` + */ +export const EPSG_2465 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 Poland 1992 + * - **CRS-PROJCRS** [102173] + * - **Area**: Poland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,14.14,49,24.15` + */ +export const EPSG_102173 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / PCCS zone 4 (ft) + * - **CRS-PROJCRS** [8068] + * - **Area**: United States (USA) - Arizona - Pima county - Catalina Highway corridor between Mt. Lemmon and Willow Canyon. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `32.49,-110.87,32.33,-110.61` + */ +export const EPSG_8068 = + '+proj=lcc +lat_1=30.5 +lat_0=30.5 +lon_0=-110.75 +k_0=0.9998 +x_0=9144 +y_0=-188976 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 46 + * - **CRS-PROJCRS** [21246] + * - **Area**: Russian Federation - onshore between 136°30'E and 139°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,136.5,44.76,139.5` + */ +export const EPSG_21246 = + '+proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 10 + * - **CRS-PROJCRS** [32190] + * - **Area**: Canada - Quebec west of 78°W; Canada - Ontario - between 79°30'W and 78°W in area to north of 47°N; between 80°15'W and 78°W in area between 46°N and 47°N; between 81°W and 78°W in area south of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `62.45,-81,42.26,-78` + */ +export const EPSG_32190 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 6 (ftUS) + * - **CRS-PROJCRS** [6426] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_6426 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone A2 + * - **CRS-PROJCRS** [2936] + * - **Area**: Armenia and Georgia between 43°02'E and 46°02'E; Azerbaijan west of 46°02'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `43.05,43.03,38.87,46.04` + */ +export const EPSG_2936 = + '+proj=tmerc +lat_0=0.116666666666667 +lon_0=44.5333333333333 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York Central (ftUS) + * - **CRS-PROJCRS** [3624] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_3624 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=249999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Lafayette (meters) + * - **CRS-PROJCRS** [103332] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103332 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [20904] + * - **Area**: Russian Federation - onshore west of 24°E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.87` + */ +export const EPSG_20904 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Maine East (US Feet) + * - **CRS-PROJCRS** [103298] + * - **Area**: USA - Maine - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_103298 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 2-26 + * - **CRS-PROJCRS** [6076] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `84.51,73,79.5,113.01` + */ +export const EPSG_6076 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=93 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=26500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST57-60 + * - **CRS-PROJCRS** [3274] + * - **Area**: Antarctica - 76°S to 80°S and 156°E to 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,156,-80,180` + */ +export const EPSG_3274 = + '+proj=lcc +lat_0=-90 +lon_0=168 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Ottertail (US foot) + * - **CRS-PROJCRS** [103762] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103762 = + '+proj=lcc +lat_0=46.1063888888889 +lon_0=-95.7166666666667 +lat_1=46.1833333333333 +lat_2=46.65 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378525.621 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 55S + * - **CRS-PROJCRS** [32755] + * - **Area**: Between 144°E and 150°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. Papua New Guinea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,144,-80,150` + */ +export const EPSG_32755 = '+proj=utm +zone=55 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Yemen NGN96 / UTM zone 37N + * - **CRS-PROJCRS** [5836] + * - **Area**: Yemen - west of 42°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `16.36,41.08,14.73,42` + */ +export const EPSG_5836 = + '+proj=utm +zone=37 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Patterson + * - **CRS-PROJCRS** [54079] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54079 = + '+proj=patterson +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Diego Garcia 1969 + * - **CRS-GEOGCRS** [4724] + * - **Area**: British Indian Ocean Territory - Chagos Archipelago - Diego Garcia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-7.18,72.3,-7.49,72.55` + */ +export const EPSG_4724 = + '+proj=longlat +ellps=intl +towgs84=208,-435,-229,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 5S + * - **CRS-PROJCRS** [32305] + * - **Area**: Between 156°W and 150°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-156,-80,-150` + */ +export const EPSG_32305 = + '+proj=utm +zone=5 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * LTF2004(G) + * - **CRS-GEOG3DCRS** [9546] + * - **Area**: France and Italy - on or related to the rail route from Lyon to Turin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `45.89,4.65,44.87,7.88` + */ +export const EPSG_9546 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 16N + * - **CRS-PROJCRS** [26716] + * - **Area**: North America - between 90°W and 84°W. Belize. Canada - Manitoba; Nunavut; Ontario. Costa Rica. Cuba. El Salvador. Guatemala. Honduras. Mexico. Nicaragua. United States (USA) - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin. Onshore for Canadian Arctic and Central America, onshore and offshore for Cuba and Gulf of Mexico (both US and Mexican sectors). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `82.54,-90.01,9.27,-84` + */ +export const EPSG_26716 = + '+proj=utm +zone=16 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) + NAVD88 height + * - **CRS-COMPOUNDCRS** [6349] + * - **Area**: United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-168.26,24.41,-66.91` + */ +export const EPSG_6349 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / North Dakota North (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8707] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_8707 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * ID74 / UTM zone 47N + * - **CRS-PROJCRS** [23847] + * - **Area**: Indonesia - onshore north of equator and between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `5.42,96,0,102` + */ +export const EPSG_23847 = + '+proj=utm +zone=47 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 58 + * - **CRS-PROJCRS** [28358] + * - **Area**: Australia - offshore east of 162°E. Norfolk Island - onshore and offshore west of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-25.94,162,-59.39,168` + */ +export const EPSG_28358 = + '+proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 / RT90 0 gon emulation + * - **CRS-PROJCRS** [3848] + * - **Area**: Sweden - communes between approximately 16°55'E and 19°10'E; Gotland. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.54,16.08,56.86,20.22` + */ +export const EPSG_3848 = + '+proj=tmerc +lat_0=0 +lon_0=18.0563 +k=1.0000054 +x_0=1500083.521 +y_0=-668.844 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Conakry 1905 / UTM zone 29N + * - **CRS-PROJCRS** [31529] + * - **Area**: Guinea - east of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `30` + * - **BBOX**: `12.51,-12,7.19,-7.65` + */ +export const EPSG_31529 = + '+proj=utm +zone=29 +ellps=clrk80ign +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Baltic 1957 height + * - **CRS-VERTCRS** [8357] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_8357 = '+vunits=m +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [5565] + * - **Area**: Ukraine - east of 36°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.44,36,43.43,40.18` + */ +export const EPSG_5565 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Lincoln (m) + * - **CRS-PROJCRS** [7558] + * - **Area**: United States (USA) - Wisconsin - Lincoln county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.56,-90.05,45.11,-89.42` + */ +export const EPSG_7558 = + '+proj=tmerc +lat_0=44.8444444444444 +lon_0=-89.7333333333333 +k=1.0000599003 +x_0=116129.0323 +y_0=0.0058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 10N + * - **CRS-PROJCRS** [22610] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_22610 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Conus Albers + * - **CRS-PROJCRS** [5070] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5070 = + '+proj=aea +lat_0=23 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ISN2016 + ISH2004 height + * - **CRS-COMPOUNDCRS** [9950] + * - **Area**: Iceland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_9950 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 1984 California (Teale) Albers (Intl Feet) + * - **CRS-PROJCRS** [102759] + * - **Area**: USA - California + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_102759 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-1219200 +datum=WGS84 +units=ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / NB Stereographic + * - **CRS-PROJCRS** [22240] + * - **Area**: Canada - New Brunswick. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.07,-69.05,44.56,-63.7` + */ +export const EPSG_22240 = + '+proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=2500000 +y_0=7500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Brown (m) + * - **CRS-PROJCRS** [8212] + * - **Area**: United States (USA) - Wisconsin - Brown county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.26,44.24,-87.76` + */ +export const EPSG_8212 = + '+proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31600 +y_0=4600 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N + NN2000 height + * - **CRS-COMPOUNDCRS** [5973] + * - **Area**: Norway - onshore - between 12°E and 18°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.96,12,59.88,18.01` + */ +export const EPSG_5973 = '+proj=utm +zone=33 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * LKS-92 + * - **CRS-GEOGCRS** [4661] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_4661 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 10N + * - **CRS-PROJCRS** [32610] + * - **Area**: Between 126°W and 120°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - British Columbia (BC); Northwest Territories (NWT); Nunavut; Yukon. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-126,0,-120` + */ +export const EPSG_32610 = '+proj=utm +zone=10 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G730) + * - **CRS-GEOGCRS** [9053] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9053 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Houston + * - **CRS-GEOGCRS** [104727] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104727 = '+proj=longlat +a=6378436.619 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * ED87 + * - **CRS-GEOGCRS** [4231] + * - **Area**: Europe - west. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `84.73,-10.56,34.88,38.01` + */ +export const EPSG_4231 = + '+proj=longlat +ellps=intl +towgs84=-83.11,-97.38,-117.22,0.0276,-0.2167,0.2147,0.1218 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 40N + * - **CRS-PROJCRS** [32240] + * - **Area**: Between 54°E and 60°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,54,0,60` + */ +export const EPSG_32240 = + '+proj=utm +zone=40 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Rhode Island + * - **CRS-PROJCRS** [103518] + * - **Area**: USA - Rhode Island + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_103518 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PN68 + * - **CRS-GEOGCRS** [9403] + * - **Area**: Spain - Canary Islands onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `29.47,-18.22,27.58,-13.37` + */ +export const EPSG_9403 = + '+proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs +type=crs'; + +/** + * NAP height + * - **CRS-VERTCRS** [5709] + * - **Area**: Netherlands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.77,2.53,50.75,7.22` + */ +export const EPSG_5709 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Grants Pass-Ashland zone (m) + * - **CRS-PROJCRS** [6826] + * - **Area**: United States (USA) - Oregon - Grants Pass-Ashland area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-123.95,41.88,-122.37` + */ +export const EPSG_6826 = + '+proj=tmerc +lat_0=41.75 +lon_0=-123.333333333333 +k=1.000043 +x_0=50000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine East + * - **CRS-PROJCRS** [26983] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_26983 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Lambert Azimuthal EqArea South Pole + * - **CRS-PROJCRS** [102020] + * - **Area**: World - south of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_102020 = + '+proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [2536] + * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 58°30'E and 61°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.91,58.5,35.51,61.5` + */ +export const EPSG_2536 = + '+proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Tippecanoe-White (ftUS) + * - **CRS-PROJCRS** [7364] + * - **Area**: United States (USA) - Indiana - counties of Tippecanoe and White. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.92,-87.1,40.21,-86.58` + */ +export const EPSG_7364 = + '+proj=tmerc +lat_0=40.2 +lon_0=-86.9 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2002 + * - **CRS-GEOG3DCRS** [5359] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_5359 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Florence (ftUS) + * - **CRS-PROJCRS** [8091] + * - **Area**: United States (USA) - Wisconsin - Florence county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.03,-88.69,45.71,-88.05` + */ +export const EPSG_8091 = + '+proj=tmerc +lat_0=45.4388888888889 +lon_0=-88.1416666666667 +k=1.0000552095 +x_0=133502.668224536 +y_0=0.0064008128016256 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Cape Lo15 + * - **CRS-PROJCRS** [102470] + * - **Area**: Namibia - Walvis Bay + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.68,14.35,-23.15,14.6` + */ +export const EPSG_102470 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * GDA94 / ALB94 + * - **CRS-PROJCRS** [10448] + * - **Area**: Australia - Western Australia - Albany area onshore below 190m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-34.75,117.55,-35.21,118.22` + */ +export const EPSG_10448 = + '+proj=tmerc +lat_0=0 +lon_0=117.883333333333 +k=1.0000044 +x_0=50000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 5-47 + * - **CRS-PROJCRS** [6125] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-15,69.5,5.01` + */ +export const EPSG_6125 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-5 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=47500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/15 + * - **CRS-PROJCRS** [29375] + * - **Area**: Namibia - onshore between 14°E and 16°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.38,14,-28.3,16` + */ +export const EPSG_29375 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=15 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A12H1 + * - **CRS-PROJCRS** [112020] + * - **Area**: UK - Highways England - A12 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.814,-3.9022,50.2351,-3.6549` + */ +export const EPSG_112020 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999816729668208 +x_0=144031.03832328 +y_0=71015.3036177283 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Freeborn (meter) + * - **CRS-PROJCRS** [103631] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103631 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 / UTM zone 38N + * - **CRS-PROJCRS** [8838] + * - **Area**: Saudi Arabia - onshore and offshore - between of 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31.15,41.99,16.35,48` + */ +export const EPSG_8838 = + '+proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kertau 1968 / UTM zone 47N + * - **CRS-PROJCRS** [24547] + * - **Area**: Malaysia - West Malaysia onshore west of 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `6.72,99.59,2.29,102.01` + */ +export const EPSG_24547 = + '+proj=utm +zone=47 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 30 + * - **CRS-PROJCRS** [3327] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse and east of 29°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.34,29,-6.04,29.64` + */ +export const EPSG_3327 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [4548] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_4548 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Tennessee + * - **CRS-PROJCRS** [6575] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_6575 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM 90 NE + * - **CRS-PROJCRS** [9680] + * - **Area**: Bangladesh - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_9680 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Robinson (ftUS) + * - **CRS-PROJCRS** [23328] + * - **Area**: United States (USA) - Illinois - counties of Clark, Crawford, Cumberland and Jasper. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.49,-88.48,38.84,-87.51` + */ +export const EPSG_23328 = + '+proj=lcc +lat_1=39.1 +lat_0=39.1 +lon_0=-88 +k_0=1.000017 +x_0=2649936.499873 +y_0=840030.48006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF92 + * - **CRS-GEOGCRS** [8992] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8992 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 45E + * - **CRS-PROJCRS** [21315] + * - **Area**: Russian Federation - onshore between 43°30'E and 46°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.8,43.5,41.89,46.5` + */ +export const EPSG_21315 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Georgia West + * - **CRS-PROJCRS** [103261] + * - **Area**: USA - Georgia - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_103261 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alberta 3TM ref merid 117 W + * - **CRS-PROJCRS** [3777] + * - **Area**: Canada - Alberta - between 118°30'W and 115°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60,-118.5,50.77,-115.5` + */ +export const EPSG_3777 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 39S + * - **CRS-PROJCRS** [32539] + * - **Area**: Between 48°E and 54°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,48,-80,54` + */ +export const EPSG_32539 = + '+proj=utm +zone=39 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming West + * - **CRS-PROJCRS** [2865] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_2865 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Roseau (US foot) + * - **CRS-PROJCRS** [103774] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103774 = + '+proj=lcc +lat_0=48.5438888888889 +lon_0=-96.15 +lat_1=48.6 +lat_2=48.9333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378449.421 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST09-12 + * - **CRS-PROJCRS** [3262] + * - **Area**: Antarctica - 76°S to 80°S and 132°W to 108°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-132,-80,-108` + */ +export const EPSG_3262 = + '+proj=lcc +lat_0=-90 +lon_0=-120 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTQ Lambert + * - **CRS-PROJCRS** [3798] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_3798 = + '+proj=lcc +lat_0=44 +lon_0=-70 +lat_1=50 +lat_2=46 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 5-43 + * - **CRS-PROJCRS** [6060] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-52,69.5,-32` + */ +export const EPSG_6060 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-42 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=43500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lanzarote height + * - **CRS-VERTCRS** [9395] + * - **Area**: Spain - Canary Islands - Lanzarote onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `29.47,-13.95,28.78,-13.37` + */ +export const EPSG_9395 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [20912] + * - **Area**: Russian Federation - onshore between 66°E and 72°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,66,54.1,72` + */ +export const EPSG_20912 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / North Carolina (ftUS) + * - **CRS-PROJCRS** [3632] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_3632 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.219202438 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas South (ftUS) + * - **CRS-PROJCRS** [2920] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_2920 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 6 + * - **CRS-PROJCRS** [32186] + * - **Area**: Canada - Quebec and Labrador between 69°W and 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `59,-69,47.31,-66` + */ +export const EPSG_32186 = + '+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Colorado North (ftUS) + * - **CRS-PROJCRS** [6430] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_6430 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 50 + * - **CRS-PROJCRS** [21250] + * - **Area**: Russian Federation - onshore between 148°30'E and 151°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,148.5,45.21,151.5` + */ +export const EPSG_21250 = + '+proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lisboa Hayford Gauss IPCC + * - **CRS-PROJCRS** [102165] + * - **Area**: Portugal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-6.19` + */ +export const EPSG_102165 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=0 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Dealul Piscului 1930 / Stereo 33 + * - **CRS-PROJCRS** [31600] + * - **Area**: Romania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `48.27,20.26,43.62,29.74` + */ +export const EPSG_31600 = + '+proj=sterea +lat_0=45.9 +lon_0=25.3924658888889 +k=0.9996667 +x_0=500000 +y_0=500000 +ellps=intl +towgs84=103.25,-100.4,-307.19,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2473] + * - **Area**: Russian Federation - onshore between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,78,50.69,84` + */ +export const EPSG_2473 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Azores Central 1948 / UTM zone 26N + * - **CRS-PROJCRS** [2189] + * - **Area**: Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `39.14,-28.9,38.32,-26.97` + */ +export const EPSG_2189 = + '+proj=utm +zone=26 +ellps=intl +towgs84=-104,167,-38,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [28421] + * - **Area**: Russian Federation - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74,120,51.51,126` + */ +export const EPSG_28421 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [20011] + * - **Area**: Russian Federation - onshore between 60°E and 66°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,60,50.66,66` + */ +export const EPSG_20011 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 6 + * - **CRS-PROJCRS** [22186] + * - **Area**: Argentina - between 58°30'W and 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-24.84,-58.5,-38.59,-55.49` + */ +export const EPSG_22186 = + '+proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 14 + * - **CRS-PROJCRS** [2023] + * - **Area**: Canada - Ontario - between 88°30'W and 85°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.7,-88.5,47.17,-85.5` + */ +export const EPSG_2023 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 12 + * - **CRS-PROJCRS** [22352] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.21,-82.5,46,-79.5` + */ +export const EPSG_22352 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GWWWA22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10223] + * - **Area**: United Kingdom (UK) - on or related to the rail routes from Swansea to Pembroke Dock, Milford Haven and Fishguard. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.06,-5.16,51.55,-3.6` + */ +export const EPSG_10223 = + '+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 + NAVD88 height + * - **CRS-COMPOUNDCRS** [5498] + * - **Area**: United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-168.26,24.41,-66.91` + */ +export const EPSG_5498 = '+proj=longlat +datum=NAD83 +vunits=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC42 + * - **CRS-PROJCRS** [9842] + * - **Area**: France onshore - mainland south of 43°N and Corsica. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.07,-1.06,41.31,9.63` + */ +export const EPSG_9842 = + '+proj=lcc +lat_0=42 +lon_0=3 +lat_1=41.25 +lat_2=42.75 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ATF (Paris) / Nord de Guerre + * - **CRS-PROJCRS** [27500] + * - **Area**: France - Alsace. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.07,6.84,47.42,8.23` + */ +export const EPSG_27500 = + '+proj=lcc +lat_1=49.5 +lat_0=49.5 +lon_0=5.4 +k_0=0.99950908 +x_0=500000 +y_0=300000 +a=6376523 +rf=308.64 +pm=2.33720833333333 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Minnesota North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8750] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_8750 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000.00001016 +y_0=99999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 18N + * - **CRS-PROJCRS** [31987] + * - **Area**: South America between 78°W and 72°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `15.04,-78,0,-72` + */ +export const EPSG_31987 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 52S + * - **CRS-PROJCRS** [32352] + * - **Area**: Between 126°E and 132°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,126,-80,132` + */ +export const EPSG_32352 = + '+proj=utm +zone=52 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 + Fuerteventura height + * - **CRS-COMPOUNDCRS** [9511] + * - **Area**: Spain - Canary Islands - Fuerteventura onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.81,-14.58,27.99,-13.75` + */ +export const EPSG_9511 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / California zone I + * - **CRS-PROJCRS** [26741] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_26741 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * LAT depth + * - **CRS-VERTCRS** [5861] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5861 = '+vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 37 + * - **CRS-PROJCRS** [4773] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_4773 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Amersfoort + * - **CRS-GEOGCRS** [4289] + * - **Area**: Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `53.7,3.2,50.75,7.22` + */ +export const EPSG_4289 = + '+proj=longlat +ellps=bessel +towgs84=565.4171,50.3319,465.5524,1.9342,-1.6677,9.1019,4.0725 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 2S + * - **CRS-PROJCRS** [32702] + * - **Area**: Between 174°W and 168°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-174,-80,-168` + */ +export const EPSG_32702 = '+proj=utm +zone=2 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * KOSOVAREF01 / Balkans zone 7 + * - **CRS-PROJCRS** [9141] + * - **Area**: Kosovo. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.25,19.97,41.85,21.8` + */ +export const EPSG_9141 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 17N + * - **CRS-PROJCRS** [32217] + * - **Area**: Between 84°W and 78°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-84,0,-78` + */ +export const EPSG_32217 = + '+proj=utm +zone=17 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * LKS-92 / Latvia TM + * - **CRS-PROJCRS** [3059] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_3059 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Scott + * - **CRS-GEOGCRS** [104770] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104770 = '+proj=longlat +a=6378421.989 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * M'poraloko + * - **CRS-GEOGCRS** [4266] + * - **Area**: Gabon - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `2.32,7.03,-6.37,14.52` + */ +export const EPSG_4266 = + '+proj=longlat +ellps=clrk80ign +towgs84=-80.7,-132.5,41.1,0,0,0,0 +no_defs +type=crs'; + +/** + * NSIDC EASE-Grid South + * - **CRS-PROJCRS** [3409] + * - **Area**: Southern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_3409 = + '+proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +R=6371228 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 47N + * - **CRS-PROJCRS** [32647] + * - **Area**: Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore. China. Indonesia. Laos. Malaysia - West Malaysia. Mongolia. Myanmar (Burma). Russian Federation. Thailand. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,96,0,102` + */ +export const EPSG_32647 = '+proj=utm +zone=47 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 14N + * - **CRS-PROJCRS** [31968] + * - **Area**: Latin America between 102°W and 96°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.81,-102.01,12.3,-96` + */ +export const EPSG_31968 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGS00 + * - **CRS-GCENCRS** [9004] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9004 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone A4 + * - **CRS-PROJCRS** [5924] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.01,60,75,150.01` + */ +export const EPSG_5924 = + '+proj=lcc +lat_0=81.317226 +lon_0=105 +lat_1=85 +lat_2=77 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRF91 + * - **CRS-GEOG3DCRS** [7919] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7919 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Petrels 1972 + * - **CRS-GEOGCRS** [4636] + * - **Area**: Antarctica - Adelie Land - Petrels island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-66.1,139.44,-66.78,141.5` + */ +export const EPSG_4636 = + '+proj=longlat +ellps=intl +towgs84=365,194,166,0,0,0,0 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [2648] + * - **Area**: Russian Federation - onshore between 40°30'E and 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.74,40.5,42.87,43.5` + */ +export const EPSG_2648 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 17N + * - **CRS-PROJCRS** [22217] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_22217 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Scoresbysund 1952 / Greenland zone 5 east + * - **CRS-PROJCRS** [2218] + * - **Area**: Greenland - east coast onshore - between 69°N and 72°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `72,-29.69,69,-21.32` + */ +export const EPSG_2218 = + 'PROJCS["Scoresbysund 1952 / Greenland zone 5 east",GEOGCS["Scoresbysund 1952",DATUM["Scoresbysund_1952",SPHEROID["International 1924",6378388,297],TOWGS84[105,326,-102.5,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4195"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",70.5],PARAMETER["Longitude of natural origin",-24],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2218"]]'; + +/** + * ETRS89 + Ostend height + * - **CRS-COMPOUNDCRS** [9907] + * - **Area**: Belgium - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_9907 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California V + * - **CRS-PROJCRS** [103236] + * - **Area**: USA - California - SPCS83 - 5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_103236 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=34.0333333333333 +lat_2=35.4666666666667 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 13N + * - **CRS-PROJCRS** [3720] + * - **Area**: United States (USA) - between 108°W and 102°W - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-108,28.98,-102` + */ +export const EPSG_3720 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / North Dakota North + * - **CRS-PROJCRS** [2832] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_2832 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nevada West + * - **CRS-PROJCRS** [6522] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_6522 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 126E + * - **CRS-PROJCRS** [21342] + * - **Area**: Russian Federation - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,124.5,49.88,127.5` + */ +export const EPSG_21342 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Polk (meter) + * - **CRS-PROJCRS** [103666] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103666 = + '+proj=lcc +lat_0=47.4988888888889 +lon_0=-96.3666666666667 +lat_1=47.6 +lat_2=48.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378445.763 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 Wisconsin Transverse Mercator - US Ft + * - **CRS-PROJCRS** [102974] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_102974 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4479999.99999999 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Maryland (ftUS) + * - **CRS-PROJCRS** [6488] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_6488 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=399999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 59N + * - **CRS-PROJCRS** [3370] + * - **Area**: United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_3370 = + '+proj=utm +zone=59 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N + NN54 height + * - **CRS-COMPOUNDCRS** [6172] + * - **Area**: Norway - onshore - between 6°E and 12°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `67.58,6,57.9,12.01` + */ +export const EPSG_6172 = '+proj=utm +zone=32 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B28H1 + * - **CRS-PROJCRS** [112077] + * - **Area**: UK - Highways England - B28 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.779,1.1475,52.0033,1.3363` + */ +export const EPSG_112077 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999415882527346 +x_0=-205961.794596858 +y_0=110979.413593452 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NEA74 Noumea / UTM zone 58S + * - **CRS-PROJCRS** [2998] + * - **Area**: New Caledonia - Grande Terre - Noumea district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.19,166.35,-22.37,166.54` + */ +export const EPSG_2998 = + '+proj=utm +zone=58 +south +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LAT NL depth + * - **CRS-VERTCRS** [9287] + * - **Area**: Netherlands - offshore North Sea and nearshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.77,2.53,51.32,7.21` + */ +export const EPSG_9287 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 7 + * - **CRS-PROJCRS** [102427] + * - **Area**: ARC System - Zone 7 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `76,-180,72,180` + */ +export const EPSG_102427 = + '+proj=eqc +lat_ts=74.13230145 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / North Taieri 2000 + * - **CRS-PROJCRS** [2131] + * - **Area**: New Zealand - South Island - North Taieri meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-45.23,168.64,-46.73,170.87` + */ +export const EPSG_2131 = + '+proj=tmerc +lat_0=-45.8613888888889 +lon_0=170.2825 +k=0.99996 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Lake-Newton (m) + * - **CRS-PROJCRS** [7333] + * - **Area**: United States (USA) - Indiana - counties of Lake and Newton. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-87.53,40.73,-87.21` + */ +export const EPSG_7333 = + '+proj=tmerc +lat_0=40.7 +lon_0=-87.4 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 56 / 1 + * - **CRS-PROJCRS** [102077] + * - **Area**: Australia - New South Wales - 150~E to 152~E (ISG 56/1) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,150,-46.44,152` + */ +export const EPSG_102077 = + '+proj=tmerc +lat_0=0 +lon_0=151 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Fulton-Marshall-St. Joseph (m) + * - **CRS-PROJCRS** [7299] + * - **Area**: United States (USA) - Indiana - counties of Fulton, Marshall and St Joseph. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.53,40.9,-85.94` + */ +export const EPSG_7299 = + '+proj=tmerc +lat_0=40.9 +lon_0=-86.3 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 44 + * - **CRS-PROJCRS** [2561] + * - **Area**: Russian Federation - onshore between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.99,130.5,42.25,133.5` + */ +export const EPSG_2561 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Himachal Pradesh + * - **CRS-PROJCRS** [7763] + * - **Area**: India - Himachal Pradesh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.26,75.57,30.38,79` + */ +export const EPSG_7763 = + '+proj=lcc +lat_0=31.75183497 +lon_0=77.375 +lat_1=30.75 +lat_2=32.75 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Clark-Floyd-Scott (ftUS) + * - **CRS-PROJCRS** [7276] + * - **Area**: United States (USA) - Indiana - counties of Clark, Floyd and Scott. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.84,-86.04,38.17,-85.41` + */ +export const EPSG_7276 = + '+proj=tmerc +lat_0=38.15 +lon_0=-85.6 +k=1.000021 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo19 (E-N) + * - **CRS-PROJCRS** [102562] + * - **Area**: South Africa - 18~E to 20~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.38,17.99,-34.88,20` + */ +export const EPSG_102562 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 11 + * - **CRS-PROJCRS** [2074] + * - **Area**: Libya - onshore between 20°E and 22°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33,20,20.54,22` + */ +export const EPSG_2074 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Portage (ftUS) + * - **CRS-PROJCRS** [7626] + * - **Area**: United States (USA) - Wisconsin - Portage county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.85,44.24,-89.22` + */ +export const EPSG_7626 = + '+proj=lcc +lat_1=44.4168239752778 +lat_0=44.4168239752778 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1127762255 +y_0=50022.1874523749 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GR96 + * - **CRS-GEOG3DCRS** [4909] + * - **Area**: Greenland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `87.02,-75,56.38,7.99` + */ +export const EPSG_4909 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * IGS08 + * - **CRS-GCENCRS** [6934] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `0.05` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_6934 = + '+proj=geocent +ellps=GRS80 +towgs84=-0.214,0.119,0.156,-0.01182,0.00811,-0.01677,-0.0059 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 + * - **CRS-GEOGCRS** [20046] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_20046 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 11 + * - **CRS-PROJCRS** [26891] + * - **Area**: Canada - Ontario - south of 46°N and west of 81°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46,-83.6,41.67,-81` + */ +export const EPSG_26891 = + '+proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / LCG2020 + * - **CRS-PROJCRS** [8029] + * - **Area**: Australia - Western Australia - Lancelin area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-30.71,115.15,-31.49,115.62` + */ +export const EPSG_8029 = + '+proj=tmerc +lat_0=0 +lon_0=115.366666666667 +k=1.00000157 +x_0=50000 +y_0=3750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 UTM zone 32N + * - **CRS-PROJCRS** [102132] + * - **Area**: Norway - onshore - 4.68~E to 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.76,4.68,57.93,12` + */ +export const EPSG_102132 = + '+proj=utm +zone=32 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2424] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_2424 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kansas North (ftUS) + * - **CRS-PROJCRS** [6467] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_6467 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Waseca (meter) + * - **CRS-PROJCRS** [103689] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103689 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 7 + * - **CRS-PROJCRS** [21207] + * - **Area**: Russian Federation - Kaliningrad - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.5` + */ +export const EPSG_21207 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) Maine 2000 Central Zone + * - **CRS-PROJCRS** [103373] + * - **Area**: USA - Maine - CS2000 - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.47,-70.03,43.75,-68.33` + */ +export const EPSG_103373 = + '+proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas Centric Albers Equal Area + * - **CRS-PROJCRS** [3665] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3665 = + '+proj=aea +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tahaa 54 / UTM zone 5S + * - **CRS-PROJCRS** [2977] + * - **Area**: French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-16.17,-151.91,-16.96,-150.89` + */ +export const EPSG_2977 = + '+proj=utm +zone=5 +south +ellps=intl +towgs84=72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C18H1 + * - **CRS-PROJCRS** [112098] + * - **Area**: UK - Highways England - C18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.3908,-0.9642,53.9276,-0.4907` + */ +export const EPSG_112098 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99992774418376 +x_0=-58018.9429571512 +y_0=126041.151941397 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Merchich / Sud Maroc + * - **CRS-PROJCRS** [26192] + * - **Area**: Morocco onshore south of 35 grads North (31°30'N). + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `31.51,-13.24,27.66,-3.59` + */ +export const EPSG_26192 = + '+proj=lcc +lat_1=29.7 +lat_0=29.7 +lon_0=-5.4 +k_0=0.999615596 +x_0=500000 +y_0=300000 +ellps=clrk80ign +towgs84=31,146,47,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cook South (US foot) + * - **CRS-PROJCRS** [103723] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103723 = + '+proj=lcc +lat_0=47.4388888888889 +lon_0=-90.25 +lat_1=47.55 +lat_2=47.8166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378647.541 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR47-48 + * - **CRS-PROJCRS** [3235] + * - **Area**: Antarctica - 68°S to 72°S and 96°E to 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,96,-72,108` + */ +export const EPSG_3235 = + '+proj=lcc +lat_0=-90 +lon_0=102 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 9N + * - **CRS-PROJCRS** [22709] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_22709 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo 1892 / Korea West Belt + * - **CRS-PROJCRS** [5169] + * - **Area**: Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore west of 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.9,124.27,33.99,126` + */ +export const EPSG_5169 = + '+proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [2356] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_2356 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC49 + * - **CRS-PROJCRS** [9849] + * - **Area**: France - mainland onshore between 48°N and 50°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50,-4.87,48,8.23` + */ +export const EPSG_9849 = + '+proj=lcc +lat_0=49 +lon_0=3 +lat_1=48.25 +lat_2=49.75 +x_0=1700000 +y_0=8200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 10 (Feet) + * - **CRS-PROJCRS** [102640] + * - **Area**: USA - Alaska - Aleutian Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_102640 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=51.8333333333333 +lat_2=53.8333333333333 +x_0=1000000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Corrego Alegre 1961 / UTM zone 24S + * - **CRS-PROJCRS** [5539] + * - **Area**: Brazil - between 42°W and 36°W and south of 15°S, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-14.99,-42,-22.96,-38.82` + */ +export const EPSG_5539 = + '+proj=utm +zone=24 +south +ellps=intl +nadgrids=CA61_003.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Mississippi TM + * - **CRS-PROJCRS** [3814] + * - **Area**: United States (USA) - Mississippi. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-91.65,30.01,-88.09` + */ +export const EPSG_3814 = + '+proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E + * - **CRS-PROJCRS** [2706] + * - **Area**: Russian Federation - onshore between 40°30'E and 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.74,40.5,42.87,43.5` + */ +export const EPSG_2706 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * MALS09 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10228] + * - **Area**: United Kingdom (UK) - on or related to the rail route from London (Marylebone) to Leamington Spa. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.91,-2.26,51.45,-0.05` + */ +export const EPSG_10228 = + '+proj=tmerc +lat_0=52.2 +lon_0=-1.15 +k=1 +x_0=175262.1809 +y_0=174688.2508 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Hotine + * - **CRS-PROJCRS** [54025] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54025 = + '+proj=omerc +lat_0=40 +lat_1=0 +lon_1=0 +lat_2=60 +lon_2=60 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 57 + * - **CRS-PROJCRS** [7857] + * - **Area**: Australia including Lord Howe Island and Macquarie Island - onshore and offshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-14.08,156,-60.56,162.01` + */ +export const EPSG_7857 = + '+proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 42 + * - **CRS-PROJCRS** [4778] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_4778 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Pointe Noire + * - **CRS-GEOGCRS** [4282] + * - **Area**: Congo - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `3.72,8.84,-6.91,18.65` + */ +export const EPSG_4282 = + '+proj=longlat +ellps=clrk80ign +towgs84=-148,51,-291,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 9S + * - **CRS-PROJCRS** [32709] + * - **Area**: Between 132°W and 126°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-132,-80,-126` + */ +export const EPSG_32709 = '+proj=utm +zone=9 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kentucky Single Zone (ftUS) + * - **CRS-PROJCRS** [3547] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_3547 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Colombia East Central zone + * - **CRS-PROJCRS** [3117] + * - **Area**: Colombia - onshore between 1°30'E and 4°30'E of Bogota (approximately 72°35'W and 69°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `12.52,-72.59,-4.23,-69.58` + */ +export const EPSG_3117 = + '+proj=tmerc +lat_0=4.59620041666667 +lon_0=-71.0775079166667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 59S + * - **CRS-PROJCRS** [32359] + * - **Area**: Between 168°E and 174°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,168,-80,174` + */ +export const EPSG_32359 = + '+proj=utm +zone=59 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Alberta 10-TM (Forest) + * - **CRS-PROJCRS** [3402] + * - **Area**: Canada - Alberta. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,-120,48.99,-109.98` + */ +export const EPSG_3402 = + '+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2014 + * - **CRS-GEOG3DCRS** [7912] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7912 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / West Virginia North + * - **CRS-PROJCRS** [6600] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_6600 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TGD2005 + * - **CRS-GEOG3DCRS** [5885] + * - **Area**: Tonga - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.14,-179.08,-25.68,-171.28` + */ +export const EPSG_5885 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Reykjavik 1900 / Lambert 1900 + * - **CRS-PROJCRS** [3052] + * - **Area**: Iceland - mainland. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `66.59,-24.66,63.34,-13.38` + */ +export const EPSG_3052 = + 'PROJCS["Reykjavik 1900 / Lambert 1900",GEOGCS["Reykjavik 1900",DATUM["Reykjavik_1900",SPHEROID["Danish 1876",6377019.27,300],TOWGS84[-28,199,5,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4657"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",65],PARAMETER["Longitude of natural origin",-19.022125],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3052"]]'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 120E + * - **CRS-PROJCRS** [4797] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_4797 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas North (US Feet) + * - **CRS-PROJCRS** [103544] + * - **Area**: USA - Texas - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_103544 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=34.65 +lat_2=36.1833333333333 +x_0=200000 +y_0=1000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Cartagena urban grid + * - **CRS-PROJCRS** [6250] + * - **Area**: Colombia - Cartagena city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `10.47,-75.57,10.27,-75.42` + */ +export const EPSG_6250 = + '+proj=col_urban +lat_0=10.3970475 +lon_0=-75.5112069444444 +x_0=842981.41 +y_0=1641887.09 +h_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / TM 30 NE + * - **CRS-PROJCRS** [2213] + * - **Area**: Romania - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.2,28.64,43.44,31.41` + */ +export const EPSG_2213 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Nebraska Lancaster County USFt + * - **CRS-PROJCRS** [102705] + * - **Area**: US - Nebraska - Lancaster County + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,-96.93,40.5,-96.43` + */ +export const EPSG_102705 = + '+proj=tmerc +lat_0=40.25 +lon_0=-96.6880555555556 +k=1.000054615 +x_0=50000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * KGD2002 / Central Belt 2010 + * - **CRS-PROJCRS** [5186] + * - **Area**: Republic of Korea (South Korea) - onshore between 126°E and 128°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.33,126,33.14,128` + */ +export const EPSG_5186 = + '+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [2643] + * - **Area**: Russian Federation - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.93,26.61,56.05,28.51` + */ +export const EPSG_2643 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * TM75 / Irish Grid + * - **CRS-PROJCRS** [29903] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_29903 = + '+proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +a=6377340.189 +rf=299.3249646 +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 + * - **CRS-GEOG3DCRS** [9776] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9776 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine East + * - **CRS-PROJCRS** [6483] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_6483 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Dakota South + * - **CRS-PROJCRS** [32135] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_32135 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah South + * - **CRS-PROJCRS** [3681] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_3681 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cais da Vila height + * - **CRS-VERTCRS** [6179] + * - **Area**: Portugal - Porto Santo island (Madeira archipelago) onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.15,-16.44,32.96,-16.23` + */ +export const EPSG_6179 = '+vunits=m +no_defs +type=crs'; + +/** + * Kalianpur 1937 + * - **CRS-GEOGCRS** [4144] + * - **Area**: Bangladesh - onshore; India - mainland onshore; Myanmar - onshore and Moattama area offshore; Pakistan - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `37.07,60.86,8.02,101.17` + */ +export const EPSG_4144 = + '+proj=longlat +ellps=evrst30 +towgs84=214,804,268,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oregon LCC (m) + * - **CRS-PROJCRS** [2993] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_2993 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Missouri East + * - **CRS-PROJCRS** [103397] + * - **Area**: USA - Missouri - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_103397 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333333333 +x_0=250000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Wagner VII + * - **CRS-PROJCRS** [53076] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53076 = + '+proj=wag7 +lon_0=0 +x_0=0 +y_0=0 +R=6371007 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oregon South + * - **CRS-PROJCRS** [2839] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_2839 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Mexico Central (ftUS) + * - **CRS-PROJCRS** [6529] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_6529 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [4514] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_4514 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 147E + * - **CRS-PROJCRS** [21349] + * - **Area**: Russian Federation - onshore between 145°30'E and 148°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.76,145.5,43.6,148.5` + */ +export const EPSG_21349 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Green Lake and Marquette (m) + * - **CRS-PROJCRS** [8167] + * - **Area**: United States (USA) - Wisconsin - counties of Green Lake and Marquette. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.99,-89.6,43.63,-88.88` + */ +export const EPSG_8167 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Dubois-Martin (ftUS) + * - **CRS-PROJCRS** [7292] + * - **Area**: United States (USA) - Indiana - counties of Dubois and Martin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.91,-87.08,38.2,-86.67` + */ +export const EPSG_7292 = + '+proj=tmerc +lat_0=38.2 +lon_0=-86.95 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NGG1977 height + * - **CRS-VERTCRS** [5755] + * - **Area**: French Guiana - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `5.81,-54.61,2.11,-51.61` + */ +export const EPSG_5755 = '+vunits=m +no_defs +type=crs'; + +/** + * Yemen NGN96 / UTM zone 39N + * - **CRS-PROJCRS** [2090] + * - **Area**: Yemen - between 48°E and 54°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `19,48,9.45,54.01` + */ +export const EPSG_2090 = + '+proj=utm +zone=39 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Manipur + * - **CRS-PROJCRS** [7768] + * - **Area**: India - Manipur. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.7,92.97,23.84,94.76` + */ +export const EPSG_7768 = + '+proj=lcc +lat_0=24.75060911 +lon_0=94 +lat_1=24.0833333333333 +lat_2=25.4166666666667 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NTF (Greenwich) Lambert Zone II (degrees) + * - **CRS-PROJCRS** [102586] + * - **Area**: France - mainland 45.45~N to 48.15~N. Also all mainland. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_102586 = + '+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=2.33722916666667 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 + * - **CRS-GEOGCRS** [10414] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_10414 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Thimphu TM + * - **CRS-PROJCRS** [5305] + * - **Area**: Bhutan - Thimphu district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.01,89.22,27.14,89.77` + */ +export const EPSG_5305 = + '+proj=tmerc +lat_0=0 +lon_0=89.55 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Monroe-Morgan (ftUS) + * - **CRS-PROJCRS** [7338] + * - **Area**: United States (USA) - Indiana - counties of Monroe and Morgan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.64,-86.69,38.99,-86.24` + */ +export const EPSG_7338 = + '+proj=tmerc +lat_0=38.95 +lon_0=-86.5 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Venus 1985 + * - **CRS-GEOGCRS** [104901] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104901 = '+proj=longlat +R=6051000 +no_defs +type=crs'; + +/** + * HVRS71 height + * - **CRS-VERTCRS** [5610] + * - **Area**: Croatia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.54,13.43,42.34,19.43` + */ +export const EPSG_5610 = '+vunits=m +no_defs +type=crs'; + +/** + * GDA2020 / EXM2020 + * - **CRS-PROJCRS** [8022] + * - **Area**: Australia - Western Australia - Exmouth area onshore below 160m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-21.75,113.75,-22.42,114.25` + */ +export const EPSG_8022 = + '+proj=tmerc +lat_0=0 +lon_0=114.066666666667 +k=1.00000236 +x_0=50000 +y_0=2750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E + * - **CRS-PROJCRS** [2585] + * - **Area**: Belarus, Moldova, Russian Federation and Ukraine - onshore between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.85,28.5,45.18,31.5` + */ +export const EPSG_2585 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Roma 1940 Gauss Boaga Est + * - **CRS-PROJCRS** [102093] + * - **Area**: Italy - east of 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,12,34.76,18.99` + */ +export const EPSG_102093 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 20N + * - **CRS-PROJCRS** [22420] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_22420 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alabama West + * - **CRS-PROJCRS** [26930] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_26930 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing Gauss-Kruger 3 Degree CM 132E (s/b 4812) + * - **CRS-PROJCRS** [102569] + * - **Area**: China - 130.5~E to 133.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_102569 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 84 / West Bengal + * - **CRS-PROJCRS** [7787] + * - **Area**: India - West Bengal. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.23,85.82,21.49,89.88` + */ +export const EPSG_7787 = + '+proj=tmerc +lat_0=24.375 +lon_0=87.875 +k=0.9998584 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Douglas (US foot) + * - **CRS-PROJCRS** [103728] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103728 = + '+proj=lcc +lat_0=45.7588888888889 +lon_0=-96.05 +lat_1=45.8 +lat_2=46.05 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378518.001 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF02P01 + * - **CRS-GCENCRS** [8921] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8921 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Nahrwan 1934 / Iraq zone + * - **CRS-PROJCRS** [3394] + * - **Area**: Iraq - onshore; Iran - onshore northern Gulf coast and west bordering southeast Iraq. + * - **Unit**: `metre` + * - **Accuracy**: `30` + * - **BBOX**: `37.39,38.79,29.06,51.06` + */ +export const EPSG_3394 = + '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078 +x_0=1500000 +y_0=1166200 +a=6378249.145 +rf=293.465 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Steele (meter) + * - **CRS-PROJCRS** [103682] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103682 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mass. Island + * - **CRS-PROJCRS** [103378] + * - **Area**: USA - Massachusetts - SPCS - islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_103378 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.2833333333333 +lat_2=41.4833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 20N + * - **CRS-PROJCRS** [32420] + * - **Area**: Between 66°W and 60°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-66,0,-60` + */ +export const EPSG_32420 = + '+proj=utm +zone=20 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C16H2 + * - **CRS-PROJCRS** [112093] + * - **Area**: UK - Highways England - C16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.8321,-2.7026,53.935,-1.4571` + */ +export const EPSG_112093 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.000036772789 +x_0=54023.5264394632 +y_0=126054.895025414 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Viti Levu 1912 / Viti Levu Grid + * - **CRS-PROJCRS** [3140] + * - **Area**: Fiji - Viti Levu island. + * - **Unit**: `link` + * - **Accuracy**: `5` + * - **BBOX**: `-17.25,177.19,-18.32,178.75` + */ +export const EPSG_3140 = + '+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272 +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +units=link +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N + * - **CRS-PROJCRS** [25832] + * - **Area**: Europe between 6°E and 12°E: Austria; Belgium; Denmark - onshore and offshore; Germany - onshore and offshore; Norway including - onshore and offshore; Spain - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.33,6,38.76,12.01` + */ +export const EPSG_25832 = + '+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * La Canoa / UTM zone 20N + * - **CRS-PROJCRS** [24720] + * - **Area**: Venezuela - onshore east of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `11.23,-66,0.64,-59.8` + */ +export const EPSG_24720 = + '+proj=utm +zone=20 +ellps=intl +towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 13N + * - **CRS-PROJCRS** [6342] + * - **Area**: United States (USA) - between 108°W and 102°W - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-108,28.98,-102` + */ +export const EPSG_6342 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Delaware (ftUS) + * - **CRS-PROJCRS** [3510] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_3510 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Kalianpur 1880 / India zone 0 + * - **CRS-PROJCRS** [24370] + * - **Area**: Pakistan - north of 35°35'N. + * - **Unit**: `Indian yard` + * - **Accuracy**: `null` + * - **BBOX**: `37.07,71.18,35.58,77.01` + */ +export const EPSG_24370 = + '+proj=lcc +lat_1=39.5 +lat_0=39.5 +lon_0=68 +k_0=0.99846154 +x_0=2153865.73916853 +y_0=2368292.1946281 +a=6377299.36559538 +b=6356098.35900516 +to_meter=0.914398530744441 +no_defs +type=crs'; + +/** + * BGS2005 / UTM zone 35N (N-E) + * - **CRS-PROJCRS** [7800] + * - **Area**: Bulgaria - onshore east of 24°E, offshore west of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.15,24,41.24,30.01` + */ +export const EPSG_7800 = + '+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E + * - **CRS-PROJCRS** [2751] + * - **Area**: Russian Federation - onshore between 169°30'E and 172°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,169.5,59.86,172.5` + */ +export const EPSG_2751 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) Alaska Albers + * - **CRS-PROJCRS** [102247] + * - **Area**: USA - Alaska + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_102247 = + '+proj=aea +lat_0=50 +lon_0=-154 +lat_1=55 +lat_2=65 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Jackson (m) + * - **CRS-PROJCRS** [7553] + * - **Area**: United States (USA) - Wisconsin - Jackson county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.17,44.07,-90.31` + */ +export const EPSG_7553 = + '+proj=tmerc +lat_0=44.2533351277778 +lon_0=-90.8442965194444 +k=1.0000353 +x_0=27000 +y_0=25000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 3 west + * - **CRS-PROJCRS** [2301] + * - **Area**: Greenland - west coast - between 75°N and 78°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `78,-72.79,75,-56.31` + */ +export const EPSG_2301 = + 'PROJCS["Qornoq 1927 / Greenland zone 3 west",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",76.5],PARAMETER["Longitude of natural origin",-64],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2301"]]'; + +/** + * GDA94 / MGA zone 53 + * - **CRS-PROJCRS** [28353] + * - **Area**: Australia - onshore and offshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.88,132,-40.71,138.01` + */ +export const EPSG_28353 = + '+proj=utm +zone=53 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N + DVR90 height + * - **CRS-COMPOUNDCRS** [7416] + * - **Area**: Denmark - onshore west of 12°E - Zealand, Jutland, Fuen and Lolland. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,12.01` + */ +export const EPSG_7416 = '+proj=utm +zone=32 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * MGI 1901 + * - **CRS-GEOGCRS** [3906] + * - **Area**: Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `46.88,13.38,40.85,23.04` + */ +export const EPSG_3906 = + '+proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E + * - **CRS-PROJCRS** [2614] + * - **Area**: Russian Federation - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.7,112.5,49.49,115.5` + */ +export const EPSG_2614 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [31467] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `55.09,7.5,47.27,10.51` + */ +export const EPSG_31467 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / UTM zone 33N (N-zE) + * - **CRS-PROJCRS** [10290] + * - **Area**: Germany - onshore and offshore east of 12°E, including Brandenburg (all state, including that part west of 12°E) and Mecklenburg-Vorpommern east of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.03,11.57,47.46,15.04` + */ +export const EPSG_10290 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Nepal 1981 + * - **CRS-GEOGCRS** [6207] + * - **Area**: Nepal. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.3` + * - **BBOX**: `30.43,80.06,26.34,88.21` + */ +export const EPSG_6207 = + '+proj=longlat +ellps=evrst30 +towgs84=293.17,726.18,245.36,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / BC Albers + * - **CRS-PROJCRS** [3005] + * - **Area**: Canada - British Columbia. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60.01,-139.04,48.25,-114.08` + */ +export const EPSG_3005 = + '+proj=aea +lat_0=45 +lon_0=-126 +lat_1=50 +lat_2=58.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Oklahoma South (US Feet) + * - **CRS-PROJCRS** [103513] + * - **Area**: USA - Oklahoma - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_103513 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=33.9333333333333 +lat_2=35.2333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Arc 1960 / UTM zone 37S + * - **CRS-PROJCRS** [21037] + * - **Area**: Kenya - south of equator and east of 36°E; Tanzania - east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `0,36,-11.75,41.6` + */ +export const EPSG_21037 = + '+proj=utm +zone=37 +south +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 14N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6657] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_6657 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Kertau 1968 / Johor Grid + * - **CRS-PROJCRS** [4390] + * - **Area**: Malaysia - West Malaysia - Johor. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `2.95,102.44,1.21,104.6` + */ +export const EPSG_4390 = + '+proj=cass +lat_0=2.04258333333333 +lon_0=103.562758333333 +x_0=0 +y_0=0 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Dakota South (ftUS) + * - **CRS-PROJCRS** [3455] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_3455 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 39E + * - **CRS-PROJCRS** [2497] + * - **Area**: Georgia - onshore west of 36°E; Russian Federation - onshore 36°E to 42°E; Ukraine - onshore east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.23,36,41.43,42` + */ +export const EPSG_2497 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * MARGEN + * - **CRS-GCENCRS** [5352] + * - **Area**: Bolivia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-9.67,-69.66,-22.91,-57.52` + */ +export const EPSG_5352 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Uranus - Puck + * - **CRS-GEOGCRS** [104956] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104956 = '+proj=longlat +R=77000 +no_defs +type=crs'; + +/** + * Kyrg-06 / zone 4 + * - **CRS-PROJCRS** [7695] + * - **Area**: Kyrgyzstan - between 76°01'E and 79°01'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43,76.01,40.35,79.02` + */ +export const EPSG_7695 = + '+proj=tmerc +lat_0=0 +lon_0=77.5166666666667 +k=1 +x_0=4300000 +y_0=14743.5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGVD29 height (ftUS) + * - **CRS-VERTCRS** [5702] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5702 = '+vunits=us-ft +no_defs +type=crs'; + +/** + * Tananarive (Paris) + * - **CRS-GEOGCRS** [4810] + * - **Area**: Madagascar - onshore. + * - **Unit**: `grad` + * - **Accuracy**: `null` + * - **BBOX**: `-11.89,43.18,-25.64,50.56` + */ +export const EPSG_4810 = '+proj=longlat +ellps=intl +pm=paris +no_defs +type=crs'; + +/** + * NAD83 / Michigan North + * - **CRS-PROJCRS** [26988] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_26988 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Richland (ftUS) + * - **CRS-PROJCRS** [8130] + * - **Area**: United States (USA) - Wisconsin - Richland county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.56,-90.68,43.16,-90.19` + */ +export const EPSG_8130 = + '+proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.4305555555556 +k_0=1.0000375653 +x_0=202387.604775209 +y_0=134255.425450851 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 102E + * - **CRS-PROJCRS** [4543] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_4543 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU56-60 + * - **CRS-PROJCRS** [3286] + * - **Area**: Antarctica - 80°S to 84°S and 150°E to 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,150,-84,180` + */ +export const EPSG_3286 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=165 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Watonwan (US foot) + * - **CRS-PROJCRS** [103790] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103790 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.9166666666667 +lat_1=43.9 +lat_2=44.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378514.953 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF2008 + * - **CRS-GEOGCRS** [8999] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8999 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Charleston (ftUS) + * - **CRS-PROJCRS** [23323] + * - **Area**: United States (USA) - Illinois - counties of Coles, Douglas and Edgar. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.89,-88.48,39.37,-87.53` + */ +export const EPSG_23323 = + '+proj=lcc +lat_1=39.65 +lat_0=39.65 +lon_0=-88 +k_0=1.000024 +x_0=1150012.7000254 +y_0=840030.48006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-36 + * - **CRS-PROJCRS** [6084] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,118,72.83,142.01` + */ +export const EPSG_6084 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=130 +lat_1=77 +lat_2=73.6666666666667 +x_0=36500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 32S + * - **CRS-PROJCRS** [32532] + * - **Area**: Between 6°E and 12°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,6,-80,12` + */ +export const EPSG_32532 = + '+proj=utm +zone=32 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Polyconic + * - **CRS-PROJCRS** [53021] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53021 = + '+proj=poly +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * Catania 1965 height + * - **CRS-VERTCRS** [9721] + * - **Area**: Italy - Sicily onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.35,12.36,36.59,15.71` + */ +export const EPSG_9721 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oklahoma North + * - **CRS-PROJCRS** [3639] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_3639 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 6N (ftUS) + * - **CRS-PROJCRS** [4406] + * - **Area**: United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_4406 = + '+proj=tmerc +lat_0=0 +lon_0=-147 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF04P01 + * - **CRS-GEOGCRS** [8976] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8976 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Virginia Lambert + * - **CRS-PROJCRS** [6591] + * - **Area**: United States (USA) - Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-83.68,36.54,-75.31` + */ +export const EPSG_6591 = + '+proj=lcc +lat_0=36 +lon_0=-79.5 +lat_1=37 +lat_2=39.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST37-40 + * - **CRS-PROJCRS** [3269] + * - **Area**: Antarctica - 76°S to 80°S and 36°E to 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,36,-80,60` + */ +export const EPSG_3269 = + '+proj=lcc +lat_0=-90 +lon_0=48 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Oregon South + * - **CRS-PROJCRS** [32027] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_32027 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=42.3333333333333 +lat_2=44 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Chatham Islands TM 2000 + * - **CRS-PROJCRS** [3793] + * - **Area**: New Zealand - Chatham Islands group - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.3,-177.25,-44.64,-175.54` + */ +export const EPSG_3793 = + '+proj=tmerc +lat_0=0 +lon_0=-176.5 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Carthage (grads) + * - **CRS-GEOGCRS** [37225] + * - **Area**: Tunisia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.41,7.49,30.23,13.67` + */ +export const EPSG_37225 = '+proj=longlat +ellps=clrk80ign +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 20 + * - **CRS-PROJCRS** [4056] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 19°E and 21°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.77,19,-8,21` + */ +export const EPSG_4056 = + '+proj=tmerc +lat_0=0 +lon_0=20 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida East (ftUS) + * - **CRS-PROJCRS** [2881] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_2881 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [20919] + * - **Area**: Russian Federation - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,108,49.14,114` + */ +export const EPSG_20919 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kansas South (US Feet) + * - **CRS-PROJCRS** [103285] + * - **Area**: USA - Kansas - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_103285 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=37.2666666666667 +lat_2=38.5666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Hong Kong Geodetic CS + * - **CRS-GCENCRS** [8425] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_8425 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Georgia West + * - **CRS-PROJCRS** [26967] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_26967 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / UTM zone 16N + * - **CRS-PROJCRS** [2028] + * - **Area**: Canada - Ontario - between 90°W and 84°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.9,-90,46.11,-84` + */ +export const EPSG_2028 = + '+proj=utm +zone=16 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 + MSL UK & Ireland VORF08 depth + * - **CRS-COMPOUNDCRS** [10156] + * - **Area**: Ireland and United Kingdom (UK) (including Isle of Man and Channel Islands) - inshore, nearshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.89,-16.1,47.42,3.4` + */ +export const EPSG_10156 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Gawler Circuit + * - **CRS-PROJCRS** [27225] + * - **Area**: New Zealand - South Island - Gawler meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.13,170.68,-44.25,172.26` + */ +export const EPSG_27225 = + '+proj=tmerc +lat_0=-43.7487115555556 +lon_0=171.360748472222 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2478] + * - **Area**: Russian Federation - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,108,49.14,114` + */ +export const EPSG_2478 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) + * - **CRS-GEOG3DCRS** [4955] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_4955 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 28 + * - **CRS-PROJCRS** [5128] + * - **Area**: Norway - onshore - between 28°E and 29°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.15,28,69.03,29.01` + */ +export const EPSG_5128 = + '+proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Crow (m) + * - **CRS-PROJCRS** [7115] + * - **Area**: United States (USA) - Montana - Crow Indian Reservation. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.09,-108.84,44.99,-106.66` + */ +export const EPSG_7115 = + '+proj=tmerc +lat_0=44.75 +lon_0=-107.75 +k=1.000148 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / ICN Regional + * - **CRS-PROJCRS** [2317] + * - **Area**: Venezuela - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `12.25,-73.38,0.64,-59.8` + */ +export const EPSG_2317 = + '+proj=lcc +lat_0=6 +lon_0=-66 +lat_1=9 +lat_2=3 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Eau Claire (m) + * - **CRS-PROJCRS** [7545] + * - **Area**: United States (USA) - Wisconsin - Eau Claire county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.86,-91.66,44.59,-90.92` + */ +export const EPSG_7545 = + '+proj=lcc +lat_1=44.8722811263889 +lat_0=44.8722811263889 +lon_0=-91.2888888888889 +k_0=1.000035079 +x_0=120091.4402 +y_0=91687.9239 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 18N + * - **CRS-PROJCRS** [22318] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_22318 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E + * - **CRS-PROJCRS** [2747] + * - **Area**: Russian Federation - onshore between 157°30'E and 160°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.12,157.5,51.36,160.5` + */ +export const EPSG_2747 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * EGM2008 height + * - **CRS-VERTCRS** [3855] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_3855 = '+vunits=m +no_defs +type=crs'; + +/** + * RDN2008 + * - **CRS-GCENCRS** [6704] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_6704 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Hong Kong 1963(67) + * - **CRS-GEOGCRS** [4739] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_4739 = + '+proj=longlat +ellps=intl +towgs84=-156,-271,-189,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 (Transit) + * - **CRS-GEOG3DCRS** [7816] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7816 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Colorado South (ftUS) + * - **CRS-PROJCRS** [3506] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_3506 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 48S + * - **CRS-PROJCRS** [32748] + * - **Area**: Between 102°E and 108°E, southern hemisphere between 80°S and equator, onshore and offshore. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,102,-80,108` + */ +export const EPSG_32748 = '+proj=utm +zone=48 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / EPSG Arctic zone 6-16 + * - **CRS-PROJCRS** [6354] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `71.17,-156,66.16,-138` + */ +export const EPSG_6354 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-147 +lat_1=70.3333333333333 +lat_2=67 +x_0=16500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Milwaukee (US feet) + * - **CRS-PROJCRS** [103440] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103440 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.372771146 +y_0=0.000914401828803658 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 18S + * - **CRS-PROJCRS** [32318] + * - **Area**: Between 78°W and 72°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-78,-80,-72` + */ +export const EPSG_32318 = + '+proj=utm +zone=18 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 9N + * - **CRS-PROJCRS** [3156] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_3156 = + '+proj=utm +zone=9 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Nakhl-e Ghanem + * - **CRS-GEOGCRS** [4693] + * - **Area**: Iran - Kangan district. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.2` + * - **BBOX**: `28.2,51.8,27.3,53.01` + */ +export const EPSG_4693 = + '+proj=longlat +ellps=WGS84 +towgs84=0,-0.15,0.68,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Illinois East (ftUS) + * - **CRS-PROJCRS** [3443] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_3443 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * PRVD02 height + * - **CRS-VERTCRS** [6641] + * - **Area**: Puerto Rico - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.57,-67.97,17.87,-65.19` + */ +export const EPSG_6641 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [21021] + * - **Area**: Russian Federation - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,120,51.51,126` + */ +export const EPSG_21021 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS North Dakota South (Intl Feet) + * - **CRS-PROJCRS** [103505] + * - **Area**: USA - North Dakota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_103505 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=46.1833333333333 +lat_2=47.4833333333333 +x_0=599999.999999999 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * SWEREF99 15 45 + * - **CRS-PROJCRS** [3013] + * - **Area**: Sweden - communes between approximately 15°E and 16°30'E and between approximately 60°30'N and 65°N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.13,13.66,60.44,17.01` + */ +export const EPSG_3013 = + '+proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 24N + * - **CRS-PROJCRS** [6211] + * - **Area**: Brazil - offshore between 42°W and 36°W, northern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0.74,-42,0,-38.22` + */ +export const EPSG_6211 = + '+proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan Central (ft) + * - **CRS-PROJCRS** [2252] + * - **Area**: 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**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_2252 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=5999999.999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * FCSVR10 height + * - **CRS-VERTCRS** [5597] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.76,11.17,54.42,11.51` + */ +export const EPSG_5597 = '+vunits=m +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / UTM zone 31N (N-zE) + * - **CRS-PROJCRS** [10286] + * - **Area**: Germany - onshore and offshore west of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,50.97,6` + */ +export const EPSG_10286 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E + * - **CRS-PROJCRS** [2602] + * - **Area**: Kazakhstan, Kyrgyzstan and Russian Federation onshore - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.03,76.5,40.44,79.5` + */ +export const EPSG_2602 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) + NGF IGN69 height + * - **CRS-COMPOUNDCRS** [7400] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_7400 = '+proj=longlat +ellps=clrk80ign +pm=paris +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Colorado South (ftUS) + * - **CRS-PROJCRS** [2878] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_2878 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Equal Earth Asia-Pacific + * - **CRS-PROJCRS** [53037] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53037 = + '+proj=eqearth +lon_0=150 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-25 + * - **CRS-PROJCRS** [6092] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,148,69.5,169.01` + */ +export const EPSG_6092 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=158 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=25500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 24S + * - **CRS-PROJCRS** [32524] + * - **Area**: Between 42°W and 36°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-42,-80,-36` + */ +export const EPSG_32524 = + '+proj=utm +zone=24 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * TPEN11 Grid + * - **CRS-PROJCRS** [9367] + * - **Area**: United Kingdom (UK) - on or related to the Trans-Pennine rail route from Liverpool via Manchester to Bradford and Leeds. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.9,-3.14,53.32,-1.34` + */ +export const EPSG_9367 = + '+proj=tmerc +lat_0=53.5 +lon_0=-2.25 +k=1 +x_0=203252.175 +y_0=407512.765 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 24E + * - **CRS-PROJCRS** [21308] + * - **Area**: Russian Federation - onshore between 22°30'E and 25°30'E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.07,22.5,54.34,22.87` + */ +export const EPSG_21308 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Traverse (US foot) + * - **CRS-PROJCRS** [103786] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103786 = + '+proj=lcc +lat_0=45.5855555555556 +lon_0=-96.55 +lat_1=45.6333333333333 +lat_2=45.9666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378463.746 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing + * - **CRS-GEOGCRS** [4555] + * - **Area**: China - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,18.11,134.77` + */ +export const EPSG_4555 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SV31-40 + * - **CRS-PROJCRS** [3290] + * - **Area**: Antarctica - 84°S to 88°S and 0°E to 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-84,0,-88,60` + */ +export const EPSG_3290 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=30 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Rhode Island (ftUS) + * - **CRS-PROJCRS** [6568] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_6568 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=99999.9999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Tananarive / UTM zone 38S + * - **CRS-PROJCRS** [29738] + * - **Area**: Madagascar - nearshore west of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-13,42.53,-26.59,48` + */ +export const EPSG_29738 = + '+proj=utm +zone=38 +south +ellps=intl +towgs84=-198.383,-240.517,-107.909,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Rusk (ftUS) + * - **CRS-PROJCRS** [8126] + * - **Area**: United States (USA) - Wisconsin - Rusk county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.64,-91.55,45.29,-90.67` + */ +export const EPSG_8126 = + '+proj=tmerc +lat_0=43.9194444444444 +lon_0=-91.0666666666667 +k=1.0000495976 +x_0=250546.101397003 +y_0=0.0234696469392939 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 4 + * - **CRS-PROJCRS** [22174] + * - **Area**: Argentina - between 64°30'W and 61°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-21.99,-64.5,-54.91,-61.5` + */ +export const EPSG_22174 = + '+proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Monte Mario (Rome) + * - **CRS-GEOGCRS** [4806] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_4806 = '+proj=longlat +ellps=intl +pm=rome +no_defs +type=crs'; + +/** + * MSL height + * - **CRS-VERTCRS** [5714] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5714 = '+vunits=m +no_defs +type=crs'; + +/** + * Israeli Grid 05/12 + * - **CRS-PROJCRS** [6991] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6991 = + '+proj=tmerc +lat_0=31.7343936111111 +lon_0=35.2045169444444 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 + * - **CRS-GEOGCRS** [7683] + * - **Area**: Russian Federation - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `85.19,18.92,39.87,-168.97` + */ +export const EPSG_7683 = '+proj=longlat +ellps=GSK2011 +no_defs +type=crs'; + +/** + * GDA94 / EXM94 + * - **CRS-PROJCRS** [10455] + * - **Area**: Australia - Western Australia - Exmouth area onshore below 160m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-21.75,113.75,-22.42,114.25` + */ +export const EPSG_10455 = + '+proj=tmerc +lat_0=0 +lon_0=114.066666666667 +k=1.00000236 +x_0=50000 +y_0=2650000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Corrego Alegre 1970-72 / UTM zone 24S + * - **CRS-PROJCRS** [22524] + * - **Area**: Brazil - between 42°W and 36°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-2.68,-42,-22.96,-36` + */ +export const EPSG_22524 = + '+proj=utm +zone=24 +south +ellps=intl +nadgrids=CA7072_003.gsb +units=m +no_defs +type=crs'; + +/** + * Saturn - Rhea + * - **CRS-GEOGCRS** [104940] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104940 = '+proj=longlat +R=764000 +no_defs +type=crs'; + +/** + * ETRF 1989 Poland zone 7 + * - **CRS-PROJCRS** [102197] + * - **Area**: Poland - 19.5~E to 22.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.55,19.5,49.09,22.5` + */ +export const EPSG_102197 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.999923 +x_0=7500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2481] + * - **Area**: Russian Federation - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.61,126,42.25,132` + */ +export const EPSG_2481 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 2 + * - **CRS-PROJCRS** [5344] + * - **Area**: Argentina - between 70°30'W and 67°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-24.08,-70.5,-54.9,-67.49` + */ +export const EPSG_5344 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo19 + * - **CRS-PROJCRS** [102482] + * - **Area**: South Africa - 18~E to 20~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.38,17.99,-34.88,20` + */ +export const EPSG_102482 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * IRENET95 + * - **CRS-GEOG3DCRS** [4943] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_4943 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N (N-zE) + * - **CRS-PROJCRS** [5651] + * - **Area**: Germany - onshore and offshore west of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.92,3.34,50.97,6` + */ +export const EPSG_5651 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1927 10TM AEP Forest + * - **CRS-PROJCRS** [102178] + * - **Area**: Canada - Alberta + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60,-120,48.99,-109.98` + */ +export const EPSG_102178 = + '+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +datum=NAD27 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PA11 SPCS Hawaii Zone 4 (US Feet) + * - **CRS-PROJCRS** [102528] + * - **Area**: USA - Hawaii - Kauai - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_102528 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Macao 1920 / Macao Grid + * - **CRS-PROJCRS** [8433] + * - **Area**: China - Macao - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_8433 = + '+proj=tmerc +lat_0=22.2123972222222 +lon_0=113.536469444444 +k=1 +x_0=20000 +y_0=20000 +ellps=intl +towgs84=-202.865,-303.99,-155.873,-34.079,76.126,32.66,6.096 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Illinois East + * - **CRS-PROJCRS** [26971] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_26971 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AbInvA96_2020 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9388] + * - **Area**: United Kingdom (UK) - on or related to the A96 highway from Aberdeen to Inverness. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.71,-4.31,57.1,-2.1` + */ +export const EPSG_9388 = + '+proj=tmerc +lat_0=57.4 +lon_0=-3.2 +k=1 +x_0=155828.702 +y_0=115225.707 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Louisiana South + * - **CRS-PROJCRS** [103293] + * - **Area**: USA - Louisiana - SPCS83 - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_103293 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=29.3 +lat_2=30.7 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan Central (ft) + * - **CRS-PROJCRS** [2897] + * - **Area**: 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**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_2897 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=5999999.999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * RGRDC 2005 + * - **CRS-GEOG3DCRS** [4040] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-3.41,11.79,-13.46,29.81` + */ +export const EPSG_4040 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas South Central + * - **CRS-PROJCRS** [6587] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_6587 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / South Carolina North + * - **CRS-PROJCRS** [32031] + * - **Area**: United States (USA) - South Carolina - counties of Abbeville; Anderson; Calhoun; Cherokee; Chester; Chesterfield; Darlington; Dillon; Edgefield; Fairfield; Florence; Greenville; Greenwood; Horry; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,33.46,-78.52` + */ +export const EPSG_32031 = + '+proj=lcc +lat_0=33 +lon_0=-81 +lat_1=33.7666666666667 +lat_2=34.9666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * CD Norway depth + * - **CRS-VERTCRS** [9672] + * - **Area**: Norway (offshore) and Svalbard and Jan Mayen (offshore). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-13.63,56.08,38.01` + */ +export const EPSG_9672 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Red Lake (US foot) + * - **CRS-PROJCRS** [103769] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103769 = + '+proj=lcc +lat_0=47.4988888888889 +lon_0=-96.3666666666667 +lat_1=47.6 +lat_2=48.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378445.763 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * Datum Lisboa Hayford + * - **CRS-GEOGCRS** [104106] + * - **Area**: Portugal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-6.19` + */ +export const EPSG_104106 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD27 / BLM 10N (ftUS) + * - **CRS-PROJCRS** [4410] + * - **Area**: United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.09,-126,30.54,-119.99` + */ +export const EPSG_4410 = + '+proj=tmerc +lat_0=0 +lon_0=-123 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / ZAF BSU Albers 44E + * - **CRS-PROJCRS** [9222] + * - **Area**: South Africa - Marion Island and Prince Edward Island - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.26,32.71,-50.32,42.85` + */ +export const EPSG_9222 = + '+proj=aea +lat_0=-42 +lon_0=44 +lat_1=-34 +lat_2=-50 +x_0=1200000 +y_0=1300000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / UTM zone 55N + * - **CRS-PROJCRS** [3101] + * - **Area**: Japan - east of 144°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.65,144,23.03,147.86` + */ +export const EPSG_3101 = + '+proj=utm +zone=55 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Watonwan + * - **CRS-GEOGCRS** [104782] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104782 = '+proj=longlat +a=6378514.953 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Louisiana North (ftUS) + * - **CRS-PROJCRS** [3551] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_3551 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * POM08 height + * - **CRS-VERTCRS** [7841] + * - **Area**: Papua New Guinea - onshore - Gulf province east of 144°24'E, Central province and National Capital District. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-6.67,144.4,-10.42,149.67` + */ +export const EPSG_7841 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E + * - **CRS-PROJCRS** [2710] + * - **Area**: Russian Federation - onshore between 52°30'E and 55°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.41,52.5,50.52,55.5` + */ +export const EPSG_2710 = + '+proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Alberta 3TM ref merid 120 W + * - **CRS-PROJCRS** [3802] + * - **Area**: Canada - Alberta - west of 118°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,-120,52.88,-118.5` + */ +export const EPSG_3802 = + '+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 / UTM zone 50N + * - **CRS-PROJCRS** [29850] + * - **Area**: Brunei - onshore and offshore east of 114°E; Malaysia - East Malaysia (Sabah, Sarawak) onshore and offshore east of 114°E). + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `7.67,114,1.43,119.61` + */ +export const EPSG_29850 = + '+proj=utm +zone=50 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2340] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_2340 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Palestine 1923 / Palestine Grid modified + * - **CRS-PROJCRS** [7142] + * - **Area**: Israel - onshore; Jordan; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.38,34.17,29.18,39.31` + */ +export const EPSG_7142 = + '+proj=tmerc +lat_0=31.7340969444444 +lon_0=35.2120805555556 +k=1 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [2655] + * - **Area**: Russian Federation - onshore between 61°30'E and 64°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,61.5,51.03,64.5` + */ +export const EPSG_2655 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC47 + * - **CRS-PROJCRS** [3947] + * - **Area**: France - mainland onshore between 46°N and 48°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48,-4.77,46,7.63` + */ +export const EPSG_3947 = + '+proj=lcc +lat_0=47 +lon_0=3 +lat_1=46.25 +lat_2=47.75 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Nahrwan 1934 / UTM zone 39N + * - **CRS-PROJCRS** [7007] + * - **Area**: Iraq - east of 48°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `30` + * - **BBOX**: `31,48,29.6,48.75` + */ +export const EPSG_7007 = + '+proj=utm +zone=39 +a=6378249.145 +rf=293.465 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Indian 1954 / UTM zone 48N + * - **CRS-PROJCRS** [23948] + * - **Area**: Thailand - onshore east of 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `21` + * - **BBOX**: `18.44,102,6.02,105.64` + */ +export const EPSG_23948 = + '+proj=utm +zone=48 +ellps=evrst30 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kentucky North + * - **CRS-PROJCRS** [2205] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_2205 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Authalic sphere (ARC/INFO) + * - **CRS-GEOGCRS** [37008] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37008 = '+proj=longlat +ellps=sphere +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Barranquilla urban grid + * - **CRS-PROJCRS** [6246] + * - **Area**: Colombia - Barranquilla city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.06,-74.87,10.85,-74.75` + */ +export const EPSG_6246 = + '+proj=col_urban +lat_0=10.9231830833333 +lon_0=-74.8343313333333 +x_0=917264.406 +y_0=1699839.935 +h_0=100 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Malin Head height + * - **CRS-COMPOUNDCRS** [9449] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_9449 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah North (Intl Feet) + * - **CRS-PROJCRS** [103552] + * - **Area**: USA - Utah - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_103552 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=40.7166666666667 +lat_2=41.7833333333333 +x_0=500000 +y_0=1000000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N (N-E) + * - **CRS-PROJCRS** [3044] + * - **Area**: Europe between 6°E and 12°E: Austria; Belgium; Denmark - onshore and offshore; Germany - onshore and offshore; Norway including - onshore and offshore; Spain - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.33,6,38.76,12.01` + */ +export const EPSG_3044 = + '+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 45 + * - **CRS-PROJCRS** [4781] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_4781 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming West (ftUS) + * - **CRS-PROJCRS** [6616] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_6616 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Norway Polar Stereographic + * - **CRS-PROJCRS** [5939] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_5939 = + '+proj=stere +lat_0=90 +lon_0=18 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ITRF92 + * - **CRS-GEOG3DCRS** [7904] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7904 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * IGS14 + * - **CRS-GEOGCRS** [9019] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9019 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 21N + * - **CRS-PROJCRS** [31975] + * - **Area**: South America between 60°W and 54°W, north of approximately 2°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `12.19,-60,1.18,-54` + */ +export const EPSG_31975 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SVY21 / Singapore TM + * - **CRS-PROJCRS** [3414] + * - **Area**: Singapore - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_3414 = + '+proj=tmerc +lat_0=1.36666666666667 +lon_0=103.833333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Himalia + * - **CRS-GEOGCRS** [104917] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104917 = '+proj=longlat +R=85000 +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 4 + * - **CRS-PROJCRS** [8521] + * - **Area**: United States (USA) - Kansas - counties of Ellis; Graham; Norton; Phillips; Rooks; Trego. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-100.19,38.69,-99.03` + */ +export const EPSG_8521 = + '+proj=tmerc +lat_0=37.5 +lon_0=-99.45 +k=1.000082 +x_0=1371602.74320549 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine East (ftUS) + * - **CRS-PROJCRS** [26863] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_26863 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Foula height + * - **CRS-VERTCRS** [5743] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Foula onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60.2,-2.21,60.06,-1.95` + */ +export const EPSG_5743 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Daviess-Greene (ftUS) + * - **CRS-PROJCRS** [7284] + * - **Area**: United States (USA) - Indiana - counties of Daviess and Greene. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.18,-87.28,38.49,-86.68` + */ +export const EPSG_7284 = + '+proj=tmerc +lat_0=38.45 +lon_0=-87.1 +k=1.000018 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Grant (m) + * - **CRS-PROJCRS** [8171] + * - **Area**: United States (USA) - Wisconsin - Grant county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.22,-91.16,42.5,-90.42` + */ +export const EPSG_8171 = + '+proj=tmerc +lat_0=41.4111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.4841 +y_0=0.01 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [4502] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_4502 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 20N + * - **CRS-PROJCRS** [22820] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_22820 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Michigan North + * - **CRS-PROJCRS** [103381] + * - **Area**: USA - Michigan - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_103381 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=45.4833333333333 +lat_2=47.0833333333333 +x_0=8000000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Petrels 1972 / Terre Adelie Polar Stereographic + * - **CRS-PROJCRS** [2985] + * - **Area**: Antarctica - Adelie Land - Petrels island. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-66.1,139.44,-66.78,141.5` + */ +export const EPSG_2985 = + 'PROJCS["Petrels 1972 / Terre Adelie Polar Stereographic",GEOGCS["Petrels 1972",DATUM["Petrels_1972",SPHEROID["International 1924",6378388,297],TOWGS84[365,194,166,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4636"]],PROJECTION["Polar_Stereographic_(variant_C)"],PARAMETER["Latitude of standard parallel",-67],PARAMETER["Longitude of origin",140],PARAMETER["Easting at false origin",300000],PARAMETER["Northing at false origin",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2985"]]'; + +/** + * NAD83(NSRS2007) / Wisconsin North + * - **CRS-PROJCRS** [3697] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_3697 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) + * - **CRS-GEOGCRS** [4152] + * - **Area**: American Samoa - onshore - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - onshore Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, 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 and Wyoming; offshore Gulf of Mexico continental shelf (GoM OCS). US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,144.58,-14.59,-64.51` + */ +export const EPSG_4152 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan North + * - **CRS-PROJCRS** [6495] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_6495 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Ohio South + * - **CRS-PROJCRS** [32123] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_32123 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C14H3 + * - **CRS-PROJCRS** [112085] + * - **Area**: UK - Highways England - C14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.7758,-3.5703,54.0079,-3.1904` + */ +export const EPSG_112085 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99996373980636 +x_0=111040.250008623 +y_0=126045.689198978 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Cais das Velas height + * - **CRS-VERTCRS** [6180] + * - **Area**: Portugal - central Azores - Sao Jorge island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.8,-28.37,38.48,-27.71` + */ +export const EPSG_6180 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah North + * - **CRS-PROJCRS** [3678] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_3678 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 36N + * - **CRS-PROJCRS** [32436] + * - **Area**: Between 30°E and 36°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,30,0,36` + */ +export const EPSG_32436 = + '+proj=utm +zone=36 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis CS96 (meter) + * - **CRS-PROJCRS** [103694] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103694 = + '+proj=tmerc +lat_0=46.6166666666667 +lon_0=-92.45 +k=0.99998529 +x_0=1450000 +y_0=1000000 +a=6378523 +rf=298.2752724 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Pinang Grid + * - **CRS-PROJCRS** [3382] + * - **Area**: Malaysia - West Malaysia - Pulau Pinang - Pinang (Penang) Island and Seberang Perai (Province Wellesley). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `5.59,100.12,5.12,100.56` + */ +export const EPSG_3382 = + '+proj=cass +lat_0=5.42151754166667 +lon_0=100.344376963889 +x_0=-23.414 +y_0=62.283 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 16N (ftUS) + * - **CRS-PROJCRS** [32066] + * - **Area**: United States (USA) - between 90°W and 84°W onshore and offshore - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin; Gulf of Mexico outer continental shelf (GoM OCS) between approximately 90°W and 84°W - protraction areas Mobile; Viosca Knoll; Mississippi Canyon; Atwater Valley; Lund; Lund South; Pensacola; Destin Dome; De Soto Canyon; Lloyd Ridge; Henderson; Florida Plain; Campeche Escarpment; Apalachicola; Florida Middle Ground; The Elbow; Vernon Basin; Howell Hook; Rankin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.01,23.95,-83.91` + */ +export const EPSG_32066 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR33-34 + * - **CRS-PROJCRS** [3228] + * - **Area**: Antarctica - 68°S to 72°S and 12°E to 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,12,-72,24` + */ +export const EPSG_3228 = + '+proj=lcc +lat_0=-90 +lon_0=18 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR11P01 + * - **CRS-GCENCRS** [8937] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8937 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MOLDREF99 + * - **CRS-GEOG3DCRS** [4017] + * - **Area**: Moldova. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `48.47,26.63,45.44,30.13` + */ +export const EPSG_4017 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Bioko + * - **CRS-GEOGCRS** [6883] + * - **Area**: Equatorial Guinea - Bioko onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `42` + * - **BBOX**: `3.82,8.37,3.14,9.02` + */ +export const EPSG_6883 = + '+proj=longlat +ellps=intl +towgs84=-235,-110,393,0,0,0,0 +no_defs +type=crs'; + +/** + * RDN2008 / UTM zone 32N + * - **CRS-PROJCRS** [7791] + * - **Area**: Italy - onshore and offshore - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.04,5.93,36.53,12` + */ +export const EPSG_7791 = + '+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 6 + * - **CRS-PROJCRS** [2069] + * - **Area**: Libya - onshore between 10°E and 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33.23,10,23.51,12` + */ +export const EPSG_2069 = + '+proj=tmerc +lat_0=0 +lon_0=11 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E + * - **CRS-PROJCRS** [2593] + * - **Area**: Kazakhstan, Russian Federation onshore and Turkmenistan - between 52°30'E and 55°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.41,52.5,37.33,55.5` + */ +export const EPSG_2593 = + '+proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / TM36 + * - **CRS-PROJCRS** [5256] + * - **Area**: Türkiye (Turkey) - between 34°30'E and 37°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.15,34.5,35.81,37.5` + */ +export const EPSG_5256 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 126E + * - **CRS-PROJCRS** [2439] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_2439 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Palestine 1923 / Palestine Grid + * - **CRS-PROJCRS** [28191] + * - **Area**: Israel - onshore; Jordan; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.38,34.17,29.18,39.31` + */ +export const EPSG_28191 = + '+proj=cass +lat_0=31.7340969444444 +lon_0=35.2120805555556 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs +type=crs'; + +/** + * ITRF92 + * - **CRS-GCENCRS** [4914] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4914 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tahaa SAU 2001 height + * - **CRS-VERTCRS** [5606] + * - **Area**: French Polynesia - Society Islands - Tahaa. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-16.5,-151.63,-16.72,-151.36` + */ +export const EPSG_5606 = '+vunits=m +no_defs +type=crs'; + +/** + * RGNC91-93 (lon-lat) + * - **CRS-GEOG3DCRS** [10300] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10300 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 21N + * - **CRS-PROJCRS** [22621] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_22621 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Hawaii zone 3 + * - **CRS-PROJCRS** [2784] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_2784 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UPS North (E,N) + * - **CRS-PROJCRS** [5041] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_5041 = + '+proj=stere +lat_0=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Wood (m) + * - **CRS-PROJCRS** [7586] + * - **Area**: United States (USA) - Wisconsin - Wood county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-90.32,44.24,-89.72` + */ +export const EPSG_7586 = + '+proj=lcc +lat_1=44.3625954694444 +lat_0=44.3625954694444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6173 +y_0=134589.754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cottonwood + * - **CRS-GEOGCRS** [104716] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104716 = '+proj=longlat +a=6378514.953 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Pulkovo 1995 + * - **CRS-GEOGCRS** [4200] + * - **Area**: Russian Federation - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `85.19,18.92,39.87,-168.97` + */ +export const EPSG_4200 = + '+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +no_defs +type=crs'; + +/** + * ED50 / UTM zone 30N + * - **CRS-PROJCRS** [23030] + * - **Area**: 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` + * - **Accuracy**: `10` + * - **BBOX**: `80.49,-6,35.26,0.01` + */ +export const EPSG_23030 = + '+proj=utm +zone=30 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Hampshire (US Feet) + * - **CRS-PROJCRS** [103483] + * - **Area**: USA - New Hampshire + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_103483 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 10 + * - **CRS-PROJCRS** [3195] + * - **Area**: Libya - onshore between 18°E and 20°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `32.17,18,21.54,20` + */ +export const EPSG_3195 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + NN2000 height + * - **CRS-COMPOUNDCRS** [5942] + * - **Area**: Norway - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,4.39,57.9,31.32` + */ +export const EPSG_5942 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 4 + * - **CRS-PROJCRS** [6397] + * - **Area**: United States (USA) - Alaska - between 152°W and 148°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_6397 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 21N + * - **CRS-PROJCRS** [32621] + * - **Area**: Between 60°W and 54°W, northern hemisphere between equator and 84°N, onshore and offshore. Barbados. Brazil. Canada - Newfoundland and Labrador, Quebec. French Guiana. Greenland. Guyana. St Pierre and Miquelon. Suriname. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,0,-54` + */ +export const EPSG_32621 = '+proj=utm +zone=21 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRF92 + * - **CRS-GEOGCRS** [9062] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9062 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XIV + * - **CRS-PROJCRS** [6682] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and between 140°30'E and 143°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.8,141.2,24.67,142.33` + */ +export const EPSG_6682 = + '+proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 34S + * - **CRS-PROJCRS** [32334] + * - **Area**: Between 18°E and 24°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,18,-80,24` + */ +export const EPSG_32334 = + '+proj=utm +zone=34 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * MONREF 1997 (Mongolian 1997) (3D) + * - **CRS-GEOGCRS** [104653] + * - **Area**: Mongolia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.15,87.76,41.58,119.94` + */ +export const EPSG_104653 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arizona East + * - **CRS-PROJCRS** [3480] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_3480 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EPSG example I=J+90 local bin grid (integer values) + * - **CRS-ENGCRS** [32764] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32764 = 'null'; + +/** + * Batavia / UTM zone 48S + * - **CRS-PROJCRS** [21148] + * - **Area**: Indonesia - onshore Java and offshore southern Java Sea west of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `-4.07,105.06,-7.79,108` + */ +export const EPSG_21148 = + '+proj=utm +zone=48 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Camp Area Astro + * - **CRS-GEOGCRS** [4715] + * - **Area**: Antarctica - McMurdo Sound, Camp McMurdo area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `-77.17,165.73,-77.94,167.43` + */ +export const EPSG_4715 = + '+proj=longlat +ellps=intl +towgs84=-104,-129,239,0,0,0,0 +no_defs +type=crs'; + +/** + * Times + * - **CRS-PROJCRS** [54048] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54048 = + '+proj=times +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK25FIN + * - **CRS-PROJCRS** [3879] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `68.9,24.5,59.94,25.5` + */ +export const EPSG_3879 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=25500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Slovenia 1996 + SVS2010 height + * - **CRS-COMPOUNDCRS** [10245] + * - **Area**: Slovenia - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_10245 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) StatePlane CA V (US Feet) + * - **CRS-PROJCRS** [103895] + * - **Area**: USA - California - SPCS83 - 5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_103895 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=34.0333333333333 +lat_2=35.4666666666667 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N + DHHN92 height + * - **CRS-COMPOUNDCRS** [5554] + * - **Area**: Germany - onshore west of 6°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.83,5.86,50.97,6` + */ +export const EPSG_5554 = '+proj=utm +zone=31 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Richland (m) + * - **CRS-PROJCRS** [7569] + * - **Area**: United States (USA) - Wisconsin - Richland county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.56,-90.68,43.16,-90.19` + */ +export const EPSG_7569 = + '+proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.4305555555556 +k_0=1.0000375653 +x_0=202387.6048 +y_0=134255.4253 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Indiana West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8736] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_8736 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2 / CC44 + * - **CRS-PROJCRS** [9824] + * - **Area**: France - mainland onshore between 43°N and 45°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45,-1.79,42.92,7.71` + */ +export const EPSG_9824 = + '+proj=lcc +lat_0=44 +lon_0=3 +lat_1=43.25 +lat_2=44.75 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / Alberta 3TM ref merid 117 W + * - **CRS-PROJCRS** [22764] + * - **Area**: Canada - Alberta - between 118°30'W and 115°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-118.5,50.77,-115.5` + */ +export const EPSG_22764 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * IGD05/12 + * - **CRS-GEOGCRS** [7139] + * - **Area**: Israel - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.53,32.99,29.45,35.69` + */ +export const EPSG_7139 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oklahoma North (ftUS) + * - **CRS-PROJCRS** [2911] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_2911 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Missouri West + * - **CRS-PROJCRS** [3603] + * - **Area**: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_3603 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 8 + * - **CRS-PROJCRS** [6401] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and between 168°W and 164°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_6401 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 61 + * - **CRS-PROJCRS** [21261] + * - **Area**: Russian Federation - onshore between 178°30'W and 175°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.61,-178.5,64.74,-175.5` + */ +export const EPSG_21261 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake of the Woods North (US foot) + * - **CRS-PROJCRS** [103745] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103745 = + '+proj=lcc +lat_0=49.15 +lon_0=-94.9833333333333 +lat_1=49.1833333333333 +lat_2=49.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378466.185 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS40-42 + * - **CRS-PROJCRS** [3253] + * - **Area**: Antarctica - 72°S to 76°S and 54°E to 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,54,-76,72` + */ +export const EPSG_3253 = + '+proj=lcc +lat_0=-90 +lon_0=63 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 2-18 + * - **CRS-PROJCRS** [6051] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `84.51,-72,79.5,-32` + */ +export const EPSG_6051 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=-52 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=18500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [20923] + * - **Area**: Russian Federation - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.15,132,42.63,138` + */ +export const EPSG_20923 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / SCoPQ zone 6 + * - **CRS-PROJCRS** [2012] + * - **Area**: Canada - Quebec - between 69°W and 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `59,-69,47.31,-66` + */ +export const EPSG_2012 = + '+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * Saturn - Hyperion IAU 2015 + * - **CRS-GEOGCRS** [104983] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104983 = '+proj=longlat +R=135000 +no_defs +type=crs'; + +/** + * Peru96 / UTM zone 18S + * - **CRS-PROJCRS** [5387] + * - **Area**: Peru - between 78°W and 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-0.03,-78,-21.05,-72` + */ +export const EPSG_5387 = + '+proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2442] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_2442 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [28410] + * - **Area**: Kazakhstan; Russian Federation - onshore; Turkmenistan - 54°E to 60°E; Uzbekistan - west of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.91,54,37.05,60` + */ +export const EPSG_28410 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Washburn (ftUS) + * - **CRS-PROJCRS** [7640] + * - **Area**: United States (USA) - Wisconsin - Washburn county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.06,45.63,-91.54` + */ +export const EPSG_7640 = + '+proj=lcc +lat_1=45.9612198333333 +lat_0=45.9612198333333 +lon_0=-91.7833333333333 +k_0=1.0000475376 +x_0=234086.868173736 +y_0=188358.605943612 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [20020] + * - **Area**: Russian Federation - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.96,114,49.51,120` + */ +export const EPSG_20020 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Shelby (m) + * - **CRS-PROJCRS** [7355] + * - **Area**: United States (USA) - Indiana - Shelby county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.7,-85.96,39.34,-85.62` + */ +export const EPSG_7355 = + '+proj=tmerc +lat_0=39.3 +lon_0=-85.9 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MACARIO SOLIS + * - **CRS-GCENCRS** [5368] + * - **Area**: Panama - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `12.51,-84.32,5,-77.04` + */ +export const EPSG_5368 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DoPw22 Grid + * - **CRS-PROJCRS** [10183] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Dovey Junction to Pwllheli. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.01,-4.51,52.45,-3.8` + */ +export const EPSG_10183 = + '+proj=tmerc +lat_0=52.7 +lon_0=-4.15 +k=1 +x_0=64859.6557 +y_0=122266.5277 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Yemen NGN96 + * - **CRS-GCENCRS** [4980] + * - **Area**: Yemen - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `19,41.08,8.95,57.96` + */ +export const EPSG_4980 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * IRENET95 / Irish Transverse Mercator + * - **CRS-PROJCRS** [2157] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_2157 = + '+proj=tmerc +lat_0=53.5 +lon_0=-8 +k=0.99982 +x_0=600000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Dufur-Madras zone (ft) + * - **CRS-PROJCRS** [6817] + * - **Area**: United States (USA) - Oregon - Dufur-Madras area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `45.55,-121.95,44.63,-120.46` + */ +export const EPSG_6817 = + '+proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * HKPD height + * - **CRS-VERTCRS** [5738] + * - **Area**: China - Hong Kong - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.56,113.82,22.19,114.39` + */ +export const EPSG_5738 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 1984 Sinusoidal Africa + * - **CRS-PROJCRS** [102011] + * - **Area**: Africa + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39,-25,-35,55` + */ +export const EPSG_102011 = + '+proj=sinu +lon_0=15 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2507] + * - **Area**: Russian Federation - onshore between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.32,96,49.73,102` + */ +export const EPSG_2507 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [4579] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_4579 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / North Dakota North + * - **CRS-PROJCRS** [6544] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_6544 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Decatur (ftUS) + * - **CRS-PROJCRS** [23319] + * - **Area**: United States (USA) - Illinois - counties of Dewitt, Macon, Moultrie, Piatt and Shelby. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.29,-89.22,39.21,-88.46` + */ +export const EPSG_23319 = + '+proj=tmerc +lat_0=36.3 +lon_0=-88.8 +k=1.000024 +x_0=2949860.2997206 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 72E + * - **CRS-PROJCRS** [21324] + * - **Area**: Russian Federation - onshore between 70°30'E and 73°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.57,70.5,53.43,73.5` + */ +export const EPSG_21324 = + '+proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Connecticut + * - **CRS-PROJCRS** [103250] + * - **Area**: USA - Connecticut + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_103250 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.2 +lat_2=41.8666666666667 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Virginia South + * - **CRS-PROJCRS** [2854] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_2854 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 / UTM zone 28N + * - **CRS-PROJCRS** [4083] + * - **Area**: Spain - Canary Islands - east of 18°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.76,-18,25.25,-11.75` + */ +export const EPSG_4083 = + '+proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 16N + * - **CRS-PROJCRS** [3746] + * - **Area**: United States (USA) - between 90°W and 84°W - onshore - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90,28.85,-83.99` + */ +export const EPSG_3746 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 8S + * - **CRS-PROJCRS** [32508] + * - **Area**: Between 138°W and 132°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-138,-80,-132` + */ +export const EPSG_32508 = + '+proj=utm +zone=8 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A08H1 + * - **CRS-PROJCRS** [112011] + * - **Area**: UK - Highways England - A8 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.7996,-4.6397,50.221,-4.4536` + */ +export const EPSG_112011 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999612767259319 +x_0=196002.254028371 +y_0=71000.8165102774 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Observatario + * - **CRS-GEOGCRS** [4129] + * - **Area**: Mozambique - south. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `17` + * - **BBOX**: `-19.84,31.29,-26.87,35.65` + */ +export const EPSG_4129 = + '+proj=longlat +ellps=clrk66 +towgs84=-132,-110,-335,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 6-24 + * - **CRS-PROJCRS** [6114] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-84,66.16,-65` + */ +export const EPSG_6114 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-75 +lat_1=70.3333333333333 +lat_2=67 +x_0=24500000 +y_0=6500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 7 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8809] + * - **Area**: United States (USA) - Alaska - between 164°W and 160°W, onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_8809 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Aitkin (meter) + * - **CRS-PROJCRS** [103600] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103600 = + '+proj=tmerc +lat_0=46.1541666666667 +lon_0=-93.4325 +k=1.000059152669 +x_0=152409.319685395 +y_0=30481.863937079 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS V + * - **CRS-PROJCRS** [30165] + * - **Area**: Japan - onshore - Honshu between approximately 133°15'E and 135°10'E - Hyogo-ken; Tottori-ken; Okayama-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `35.71,133.13,34.13,135.47` + */ +export const EPSG_30165 = + '+proj=tmerc +lat_0=36 +lon_0=134.333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming West + * - **CRS-PROJCRS** [32158] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_32158 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kasai 1953 / Congo TM zone 22 + * - **CRS-PROJCRS** [3316] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 21°30'E and 23°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-5.31,21.5,-7.31,23.01` + */ +export const EPSG_3316 = + '+proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 20S + * - **CRS-PROJCRS** [29190] + * - **Area**: Brazil - between 66°W and 60°W, northern and southern hemispheres. In rest of South America between 66°W and 60°W, southern hemisphere onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `5.28,-66,-45,-59.99` + */ +export const EPSG_29190 = + '+proj=utm +zone=20 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Rhode Island (ftUS) + * - **CRS-PROJCRS** [3438] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_3438 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=99999.9999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 / Colombia Bogota zone + * - **CRS-PROJCRS** [11116] + * - **Area**: Colombia - onshore between 1°30'W and 1°30'E of Bogota (approximately 75°35'W and 72°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.82,-75.59,-2.51,-72.58` + */ +export const EPSG_11116 = + '+proj=tmerc +lat_0=4.59620322222222 +lon_0=-74.0775077694444 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Vincent 1945 + * - **CRS-GEOGCRS** [4607] + * - **Area**: St Vincent and the northern Grenadine Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `13.44,-61.52,12.54,-61.07` + */ +export const EPSG_4607 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=195.671,332.517,274.607,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRF97 + * - **CRS-GCENCRS** [7928] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7928 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Bend-Klamath Falls zone (m) + * - **CRS-PROJCRS** [6790] + * - **Area**: United States (USA) - Oregon - Bend-Klamath Falls area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.89,-122.45,41.88,-120.77` + */ +export const EPSG_6790 = + '+proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=80000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 26N + * - **CRS-PROJCRS** [32226] + * - **Area**: Between 30°W and 24°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-30,0,-24` + */ +export const EPSG_32226 = + '+proj=utm +zone=26 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * DHDN / Soldner Berlin + * - **CRS-PROJCRS** [3068] + * - **Area**: Germany - Berlin. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.65,13.09,52.33,13.76` + */ +export const EPSG_3068 = + '+proj=cass +lat_0=52.4186482777778 +lon_0=13.6272036666667 +x_0=40000 +y_0=10000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * St. Helena Tritan / SHLG(Tritan) + * - **CRS-PROJCRS** [7882] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7882 = + '+proj=tmerc +lat_0=-15.9666666666667 +lon_0=-5.71666666666667 +k=1 +x_0=299483.737 +y_0=2000527.879 +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lyon + * - **CRS-GEOGCRS** [104741] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104741 = '+proj=longlat +a=6378559.758 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan South + * - **CRS-PROJCRS** [3592] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_3592 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Makassar + * - **CRS-GEOGCRS** [4257] + * - **Area**: Indonesia - south west Sulawesi. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `-1.88,118.71,-6.54,120.78` + */ +export const EPSG_4257 = + '+proj=longlat +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / California zone 5 (ftUS) + * - **CRS-PROJCRS** [2229] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_2229 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * PTRA08 / UTM zone 28N + * - **CRS-PROJCRS** [5016] + * - **Area**: Portugal - Madeira, Porto Santo, Desertas and Selvagens islands and surrounding EEZ east of 18°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.46,-18,29.24,-12.48` + */ +export const EPSG_5016 = + '+proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 45 + * - **CRS-PROJCRS** [2679] + * - **Area**: Russian Federation - onshore between 133°30'E and 136°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.9,133.5,42.74,136.5` + */ +export const EPSG_2679 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Melilla height + * - **CRS-COMPOUNDCRS** [10357] + * - **Area**: Spain - Melilla onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.38,-2.98,35.26,-2.88` + */ +export const EPSG_10357 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 114E + * - **CRS-PROJCRS** [2383] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_2383 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 62 + * - **CRS-PROJCRS** [2696] + * - **Area**: Russian Federation - onshore between 175°30'W and 172°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.78,-175.5,64.2,-172.5` + */ +export const EPSG_2696 = + '+proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8761] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_8761 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Owyhee zone (m) + * - **CRS-PROJCRS** [8331] + * - **Area**: United States (USA) - Oregon - Owyhee area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.54,-118.14,41.88,-116.85` + */ +export const EPSG_8331 = + '+proj=tmerc +lat_0=41.75 +lon_0=-117.583333333333 +k=1.00018 +x_0=70000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GWPBS22 Grid + * - **CRS-PROJCRS** [10212] + * - **Area**: United Kingdom (UK) - on or related to the rail route from London (Paddington) to Swansea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.06,-4.26,51.25,-0.1` + */ +export const EPSG_10212 = + '+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 NSRS2007 Navajo Nation Coordinate System (Int'l Ft) + * - **CRS-PROJCRS** [103591] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103591 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=599999.999999999 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * GDM2000 + * - **CRS-GEOGCRS** [4742] + * - **Area**: Malaysia - onshore and offshore. Includes peninsular Malayasia, Sabah and Sarawak. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `7.81,98.02,0.85,119.61` + */ +export const EPSG_4742 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida GDL Albers + * - **CRS-PROJCRS** [3087] + * - **Area**: United States (USA) - Florida. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,24.41,-79.97` + */ +export const EPSG_3087 = + '+proj=aea +lat_0=24 +lon_0=-84 +lat_1=24 +lat_2=31.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 18 00 + RH2000 height + * - **CRS-COMPOUNDCRS** [5850] + * - **Area**: Sweden - communes east of approximately 17°15'E between approximately 60°40'N and 58°50'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.7,17.08,58.66,19.61` + */ +export const EPSG_5850 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 33S + * - **CRS-PROJCRS** [32733] + * - **Area**: Between 12°E and 18°E, southern hemisphere between 80°S and equator, onshore and offshore. Angola. Congo. Democratic Republic of the Congo (Zaire). Gabon. Namibia. South Africa. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,12,-80,18` + */ +export const EPSG_32733 = '+proj=utm +zone=33 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MGI + * - **CRS-GEOGCRS** [4312] + * - **Area**: Austria. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_4312 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD27 / Idaho West + * - **CRS-PROJCRS** [26770] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_26770 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * KSA-GRF17 + KSA-VRF14 height + * - **CRS-COMPOUNDCRS** [9520] + * - **Area**: Saudi Arabia - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.51,16.37,55.67` + */ +export const EPSG_9520 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * GDA94 + * - **CRS-GCENCRS** [4938] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_4938 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Lincoln (ftUS) + * - **CRS-PROJCRS** [7617] + * - **Area**: United States (USA) - Wisconsin - Lincoln county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.56,-90.05,45.11,-89.42` + */ +export const EPSG_7617 = + '+proj=tmerc +lat_0=44.8444444444444 +lon_0=-89.7333333333333 +k=1.0000599003 +x_0=116129.032258064 +y_0=0.00579121158242316 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GDA2020 / CIG2020 + * - **CRS-PROJCRS** [8018] + * - **Area**: Christmas Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.36,105.48,-10.63,105.77` + */ +export const EPSG_8018 = + '+proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.00002514 +x_0=50000 +y_0=1400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 3 + * - **CRS-PROJCRS** [102103] + * - **Area**: Norway - zone III + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `67.58,9.55,58.78,11.98` + */ +export const EPSG_102103 = + '+proj=tmerc +lat_0=58 +lon_0=10.7229166666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 39 + * - **CRS-PROJCRS** [2415] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_2415 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 12 + * - **CRS-PROJCRS** [102553] + * - **Area**: Turkey - 34.5~E to 37.5~E onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.15,34.5,35.81,37.5` + */ +export const EPSG_102553 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=0.9996 +x_0=12500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) + * - **CRS-GCENCRS** [4892] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_4892 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Hanoi 1972 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [2045] + * - **Area**: Vietnam - onshore east of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `21.56,108,10.43,109.53` + */ +export const EPSG_2045 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cascais height + * - **CRS-VERTCRS** [5780] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_5780 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Benton (US foot) + * - **CRS-PROJCRS** [103712] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103712 = + '+proj=lcc +lat_0=45.5591666666667 +lon_0=-94.05 +lat_1=45.5833333333333 +lat_2=45.7833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378490.569 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SP19-20 + * - **CRS-PROJCRS** [3204] + * - **Area**: Antarctica - 60°S to 64°S and 72°W to 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-72,-64,-60` + */ +export const EPSG_3204 = + '+proj=lcc +lat_0=-90 +lon_0=-66 +lat_1=-60.6666666666667 +lat_2=-63.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Illinois West + * - **CRS-PROJCRS** [6456] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_6456 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 36 + * - **CRS-PROJCRS** [21236] + * - **Area**: Russian Federation - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `78.4,106.5,49.25,109.5` + */ +export const EPSG_21236 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 4 + * - **CRS-PROJCRS** [2946] + * - **Area**: Canada - Quebec and Labrador between 63°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `58.92,-63,47.16,-60` + */ +export const EPSG_2946 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Albanian 1987 + * - **CRS-GEOGCRS** [4191] + * - **Area**: Albania - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `42.67,19.22,39.64,21.06` + */ +export const EPSG_4191 = + '+proj=longlat +ellps=krass +towgs84=-44.183,-0.58,-38.489,-2.3867,-2.7072,3.5196,-8.2703 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Rhode Island (ftUS) + * - **CRS-PROJCRS** [3654] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_3654 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=99999.9999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 12 Khulna + * - **CRS-PROJCRS** [102945] + * - **Area**: Bangladesh - Khulna + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23,88.8833,21.6333,89.95` + */ +export const EPSG_102945 = + '+proj=cass +lat_0=22.5 +lon_0=89.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Murray (meter) + * - **CRS-PROJCRS** [103657] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103657 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-95.7666666666667 +lat_1=43.9166666666667 +lat_2=44.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378617.061 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * IGCB 1955 / Congo TM zone 16 + * - **CRS-PROJCRS** [3341] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Bas Congo east of 15°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-4.42,14.99,-5.87,16.28` + */ +export const EPSG_3341 = + '+proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 / UTM zone 11N + * - **CRS-PROJCRS** [4484] + * - **Area**: Mexico west of 114°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.72,-122.19,15.01,-114` + */ +export const EPSG_4484 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A24H2 + * - **CRS-PROJCRS** [112046] + * - **Area**: UK - Highways England - A24 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0214,0.4812,50.7511,0.711` + */ +export const EPSG_112046 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999637758515672 +x_0=-165006.022726017 +y_0=71002.5915972559 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine West + * - **CRS-PROJCRS** [2803] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_2803 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 4N + * - **CRS-PROJCRS** [3711] + * - **Area**: United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-162,50.98,-155.99` + */ +export const EPSG_3711 = + '+proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Missouri West + * - **CRS-PROJCRS** [6513] + * - **Area**: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_6513 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Gasa TM + * - **CRS-PROJCRS** [5295] + * - **Area**: Bhutan - Gasa district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.33,89.44,27.72,90.47` + */ +export const EPSG_5295 = + '+proj=tmerc +lat_0=0 +lon_0=90.0333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Coast zone (m) + * - **CRS-PROJCRS** [6840] + * - **Area**: United States (USA) - Oregon - coastal area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.4,-124.84,41.89,-123.35` + */ +export const EPSG_6840 = + '+proj=omerc +no_uoff +lat_0=44.75 +lonc=-124.05 +alpha=5 +gamma=5 +k=1 +x_0=-300000 +y_0=-4600000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 16N + * - **CRS-PROJCRS** [102416] + * - **Area**: USA - 90~W to 84~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90,23.97,-84` + */ +export const EPSG_102416 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GGRS87 / Greek Grid + * - **CRS-PROJCRS** [2100] + * - **Area**: Greece - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.75,19.57,34.88,28.3` + */ +export const EPSG_2100 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=-199.87,74.79,246.62,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Gibson (ftUS) + * - **CRS-PROJCRS** [7302] + * - **Area**: United States (USA) - Indiana - Gibson county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.54,-87.99,38.16,-87.31` + */ +export const EPSG_7302 = + '+proj=tmerc +lat_0=38.15 +lon_0=-87.65 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * South Yemen / Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [2395] + * - **Area**: Yemen - South Yemen onshore mainland west of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `17.95,43.37,12.54,48.01` + */ +export const EPSG_2395 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGSH2020 / UTM zone 30N + * - **CRS-PROJCRS** [22230] + * - **Area**: Algeria - between 6°W and 0°W (of Greenwich), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.01,-6,21.82,0` + */ +export const EPSG_22230 = + '+proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming East Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8798] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_8798 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * OSGB36 / British National Grid + BI height + * - **CRS-COMPOUNDCRS** [9920] + * - **Area**: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `61.01,-9.01,49.75,2.01` + */ +export const EPSG_9920 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Massachusetts Island (ftUS) + * - **CRS-PROJCRS** [3584] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_3584 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jamaica 1875 + * - **CRS-GEOGCRS** [4241] + * - **Area**: Jamaica - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.58,-78.43,17.64,-76.17` + */ +export const EPSG_4241 = '+proj=longlat +a=6378249.14480801 +b=6356514.96620413 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pipestone + * - **CRS-GEOGCRS** [104757] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104757 = '+proj=longlat +a=6378670.401 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * GDA2020 / Australian Albers + * - **CRS-PROJCRS** [9473] + * - **Area**: Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.86,112.85,-43.7,153.69` + */ +export const EPSG_9473 = + '+proj=aea +lat_0=0 +lon_0=132 +lat_1=-18 +lat_2=-36 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS West Virginia S + * - **CRS-PROJCRS** [103568] + * - **Area**: USA - West Virginia - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_103568 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=37.4833333333333 +lat_2=38.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Baker zone (m) + * - **CRS-PROJCRS** [6786] + * - **Area**: United States (USA) - Oregon - Baker City area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.19,-118.15,44.6,-117.37` + */ +export const EPSG_6786 = + '+proj=tmerc +lat_0=44.5 +lon_0=-117.833333333333 +k=1.00016 +x_0=40000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 30N + * - **CRS-PROJCRS** [32230] + * - **Area**: Between 6°W and 0°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-6,0,0` + */ +export const EPSG_32230 = + '+proj=utm +zone=30 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Hong Kong 1980 + * - **CRS-GEOGCRS** [4611] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_4611 = + '+proj=longlat +ellps=intl +towgs84=-162.619,-276.959,-161.764,-0.067753,2.243648,1.158828,-1.094246 +no_defs +type=crs'; + +/** + * NAD 1927 SPCS Zone Michigan Central + * - **CRS-PROJCRS** [26789] + * - **Area**: USA - Michigan - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_26789 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3333333333333 +lat_1=44.1833333333333 +lat_2=45.7 +x_0=609601.219202438 +y_0=0 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 60N + * - **CRS-PROJCRS** [32660] + * - **Area**: Between 174°E and 180°E, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation; United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,174,0,180` + */ +export const EPSG_32660 = '+proj=utm +zone=60 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGAF09 + IGN 2008 LD height + * - **CRS-COMPOUNDCRS** [9536] + * - **Area**: Guadeloupe - onshore - La Desirade. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `16.38,-61.13,16.26,-60.97` + */ +export const EPSG_9536 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Georgia East + * - **CRS-PROJCRS** [26766] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_26766 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Voirol 1875 + * - **CRS-GEOGCRS** [4304] + * - **Area**: Algeria - onshore north of 32°N. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `37.14,-2.95,31.99,9.09` + */ +export const EPSG_4304 = + '+proj=longlat +ellps=clrk80ign +towgs84=-73,-247,227,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 10N + * - **CRS-PROJCRS** [6339] + * - **Area**: United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.09,-126,30.54,-119.99` + */ +export const EPSG_6339 = + '+proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 19N + * - **CRS-PROJCRS** [29169] + * - **Area**: South America between 72°W and 66°W, northern hemisphere, onshore, but excluding the area between approximately 0°N, 70°W to 2°N, 70°W to 2°N, 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `12.52,-72,0,-66` + */ +export const EPSG_29169 = + '+proj=utm +zone=19 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 25S + * - **CRS-PROJCRS** [32725] + * - **Area**: Between 36°W and 30°W, southern hemisphere between 80°S and equator, onshore and offshore. Brazil. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-36,-80,-30` + */ +export const EPSG_32725 = '+proj=utm +zone=25 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Mollweide + * - **CRS-PROJCRS** [54009] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54009 = + '+proj=moll +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 12 00 + RH2000 height + * - **CRS-COMPOUNDCRS** [5846] + * - **Area**: Sweden - communes west of approximately 12°45'E and south of approximately 60°N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.13,10.93,56.74,13.11` + */ +export const EPSG_5846 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * LGD2006 + * - **CRS-GEOGCRS** [4754] + * - **Area**: Libya - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `35.23,9.31,19.5,26.21` + */ +export const EPSG_4754 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kentucky Single Zone (ftUS) + * - **CRS-PROJCRS** [3091] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_3091 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Navajo Nation Coordinate System (FtUS) + * - **CRS-PROJCRS** [103587] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103587 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=600000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon North Central zone (m) + * - **CRS-PROJCRS** [8327] + * - **Area**: United States (USA) - Oregon - North Central area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-121.79,44.89,-119.03` + */ +export const EPSG_8327 = + '+proj=lcc +lat_1=46.1666666666667 +lat_0=46.1666666666667 +lon_0=-120.5 +k_0=1 +x_0=100000 +y_0=140000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DIBA15-IRF + * - **CRS-GEOGCRS** [10204] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Didcot to Banbury. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.11,-1.46,51.57,-1.15` + */ +export const EPSG_10204 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [3838] + * - **Area**: Czechia - west of 13°30'E. Germany - states of former East Germany onshore - between 10°30'E and 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.74,10.5,48.97,13.5` + */ +export const EPSG_3838 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Adams and Juneau (m) + * - **CRS-PROJCRS** [7528] + * - **Area**: United States (USA) - Wisconsin - counties of Adams and Juneau. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-90.32,43.64,-89.59` + */ +export const EPSG_7528 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * S-JTSK/05 / Modified Krovak + * - **CRS-PROJCRS** [5515] + * - **Area**: Czechia. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_5515 = + 'PROJCS["S-JTSK/05 / Modified Krovak",GEOGCS["S-JTSK/05",DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_05",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5228"]],PROJECTION["Krovak_Modified"],PARAMETER["Latitude of projection centre",49.5],PARAMETER["Longitude of origin",24.8333333333333],PARAMETER["Co-latitude of cone axis",30.2881397222222],PARAMETER["Latitude of pseudo standard parallel",78.5],PARAMETER["Scale factor on pseudo standard parallel",0.9999],PARAMETER["False easting",5000000],PARAMETER["False northing",5000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","5515"]]'; + +/** + * UCS-2000 / LCS-85 Sevastopol + * - **CRS-PROJCRS** [9865] + * - **Area**: Ukraine - Sevastopol (Sebastopol) city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.85,33.37,44.38,33.93` + */ +export const EPSG_9865 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Dakota South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8777] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_8777 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Puerto Rico / St. Croix + * - **CRS-PROJCRS** [3992] + * - **Area**: US Virgin Islands - onshore - St Croix, St John, and St Thomas. + * - **Unit**: `US survey foot` + * - **Accuracy**: `6` + * - **BBOX**: `18.44,-65.09,17.62,-64.51` + */ +export const EPSG_3992 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 46 + * - **CRS-PROJCRS** [2680] + * - **Area**: Russian Federation - onshore between 136°30'E and 139°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,136.5,44.76,139.5` + */ +export const EPSG_2680 = + '+proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 50.1 + * - **CRS-PROJCRS** [23837] + * - **Area**: Indonesia - onshore between 114°E and 117°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.37,114,-9.15,117.01` + */ +export const EPSG_23837 = + '+proj=tmerc +lat_0=0 +lon_0=115.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 8 (US Feet) + * - **CRS-PROJCRS** [102396] + * - **Area**: USA - Alaska - north of 54.5~N; 168~W to 164~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_102396 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oklahoma South (ftUS) + * - **CRS-PROJCRS** [3642] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_3642 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 8 + * - **CRS-PROJCRS** [2950] + * - **Area**: Canada - Quebec between 75°W and 72°W.; Canada - Ontario - east of 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.53,-75,44.98,-72` + */ +export const EPSG_2950 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 20 + * - **CRS-PROJCRS** [21220] + * - **Area**: Russian Federation - onshore between 58°30'E and 61°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,58.5,50.47,61.5` + */ +export const EPSG_21220 = + '+proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida North + * - **CRS-PROJCRS** [6440] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_6440 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ41-42 + * - **CRS-PROJCRS** [3212] + * - **Area**: Antarctica - 64°S to 68°S and 60°E to 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,60,-68,72` + */ +export const EPSG_3212 = + '+proj=lcc +lat_0=-90 +lon_0=66 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake (US foot) + * - **CRS-PROJCRS** [103704] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103704 = + '+proj=tmerc +lat_0=47.0666666666667 +lon_0=-91.4091666666667 +k=1.000075844621 +x_0=152411.863543968 +y_0=30482.3727087935 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo29 + * - **CRS-PROJCRS** [2053] + * - **Area**: Lesotho - east of 28°E. South Africa - onshore between 28°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.13,27.99,-33.03,30.01` + */ +export const EPSG_2053 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lagos 1955 height + * - **CRS-VERTCRS** [5796] + * - **Area**: Nigeria - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `13.9,2.69,4.22,14.65` + */ +export const EPSG_5796 = '+vunits=m +no_defs +type=crs'; + +/** + * RSRGD2000 + * - **CRS-GCENCRS** [4884] + * - **Area**: Antarctica - Ross Sea Region - nominally between 160°E and 150°W but includes buffer on eastern hemisphere margin to include Transantarctic Mountains + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-59.99,144.99,-90,-144.99` + */ +export const EPSG_4884 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [2403] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_2403 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Old Hawaiian UTM zone 5N + * - **CRS-PROJCRS** [102115] + * - **Area**: USA - 156~W to 150~W onshore - HI + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `20.86,-156,18.87,-154.74` + */ +export const EPSG_102115 = '+proj=utm +zone=5 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Door (ftUS) + * - **CRS-PROJCRS** [7601] + * - **Area**: United States (USA) - Wisconsin - Door county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.43,-87.74,44.67,-86.8` + */ +export const EPSG_7601 = + '+proj=tmerc +lat_0=44.4 +lon_0=-87.2722222222222 +k=1.0000187521 +x_0=158801.117602235 +y_0=0.00243840487680975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Segara (Jakarta) / NEIEZ + * - **CRS-PROJCRS** [5329] + * - **Area**: Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `4.29,114.55,-4.24,119.06` + */ +export const EPSG_5329 = + '+proj=merc +lon_0=3.19228055555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +pm=jakarta +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Howard-Miami (ftUS) + * - **CRS-PROJCRS** [7314] + * - **Area**: United States (USA) - Indiana - counties of Howard and Miami. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41,-86.38,40.37,-85.86` + */ +export const EPSG_7314 = + '+proj=tmerc +lat_0=40.35 +lon_0=-86.15 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Karamea 2000 + * - **CRS-PROJCRS** [2116] + * - **Area**: New Zealand - South Island - Karamea meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.75,171.96,-41.49,172.7` + */ +export const EPSG_2116 = + '+proj=tmerc +lat_0=-41.2897222222222 +lon_0=172.108888888889 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * London Survey Grid + * - **CRS-PROJCRS** [102400] + * - **Area**: UK - London + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.8,-0.7,51.2,0.6` + */ +export const EPSG_102400 = + '+proj=tmerc +lat_0=51.1666666666667 +lon_0=-0.158333333333333 +k=0.9999999 +x_0=78250 +y_0=-2800 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Minnesota South (ftUS) + * - **CRS-PROJCRS** [26859] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_26859 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SVS2000 height + * - **CRS-VERTCRS** [5779] + * - **Area**: Slovenia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_5779 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Salem zone (m) + * - **CRS-PROJCRS** [6856] + * - **Area**: United States (USA) - Oregon - Salem area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.3,-123.73,44.32,-121.89` + */ +export const EPSG_6856 = + '+proj=tmerc +lat_0=44.3333333333333 +lon_0=-123.083333333333 +k=1.00001 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [2546] + * - **Area**: Russian Federation - onshore between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.28,88.5,49.44,91.5` + */ +export const EPSG_2546 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Minnesota South (ftUS) + * - **CRS-PROJCRS** [6505] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_6505 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [4538] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_4538 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 49S + * - **CRS-PROJCRS** [32549] + * - **Area**: Between 108°E and 114°E, southern hemisphere between 80°S and equator, onshore and offshore. Indonesia - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,108,-80,114` + */ +export const EPSG_32549 = + '+proj=utm +zone=49 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 60N + * - **CRS-PROJCRS** [3707] + * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.67,174,47.92,180` + */ +export const EPSG_3707 = + '+proj=utm +zone=60 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Missouri East + * - **CRS-PROJCRS** [2815] + * - **Area**: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_2815 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 15 + NN54 height + * - **CRS-COMPOUNDCRS** [6155] + * - **Area**: Norway - onshore - between 15°E and 16°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.38,15,66.14,16.01` + */ +export const EPSG_6155 = + '+proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Accra + * - **CRS-GEOGCRS** [4168] + * - **Area**: Ghana - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `25` + * - **BBOX**: `11.16,-3.79,1.4,2.1` + */ +export const EPSG_4168 = + '+proj=longlat +a=6378300 +rf=296 +towgs84=-199,32,322,0,0,0,0 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A26H2 + * - **CRS-PROJCRS** [112050] + * - **Area**: UK - Highways England - A26 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0144,0.7786,50.7444,1.0021` + */ +export const EPSG_112050 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999541802598579 +x_0=-185988.934334942 +y_0=70995.7760095746 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / North Carolina + * - **CRS-PROJCRS** [32119] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_32119 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [4492] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_4492 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kandiyohi (meter) + * - **CRS-PROJCRS** [103641] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103641 = + '+proj=lcc +lat_0=44.8913888888889 +lon_0=-94.75 +lat_1=44.9666666666667 +lat_2=45.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378498.189 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Gulshan 303 UTM Bangladesh (BTM) + * - **CRS-PROJCRS** [102953] + * - **Area**: Bangladesh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_102953 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=-2000000 +ellps=evrst30 +units=m +no_defs +type=crs'; + +/** + * NAD83(PACP00) + * - **CRS-GEOG3DCRS** [9074] + * - **Area**: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `31.8,157.47,-17.56,-151.27` + */ +export const EPSG_9074 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 7 + * - **CRS-PROJCRS** [6381] + * - **Area**: Ukraine - west of 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.98,22.15,48.24,22.5` + */ +export const EPSG_6381 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 37N + * - **CRS-PROJCRS** [32637] + * - **Area**: Between 36°E and 42°E, northern hemisphere between equator and 84°N, onshore and offshore. Djibouti. Egypt. Eritrea. Ethiopia. Georgia. Iraq. Jordan. Kenya. Lebanon. Russian Federation. Saudi Arabia. Somalia. Sudan. Syria. Türkiye (Turkey). Ukraine. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,36,0,42` + */ +export const EPSG_32637 = '+proj=utm +zone=37 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arizona Central (ft) + * - **CRS-PROJCRS** [3479] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_3479 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 14 + NN2000 height + * - **CRS-COMPOUNDCRS** [5954] + * - **Area**: Norway - onshore - between 14°E and 15°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,14,64.03,15.01` + */ +export const EPSG_5954 = + '+proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Grand Comoros + * - **CRS-GEOGCRS** [4646] + * - **Area**: Comoros - Njazidja (Grande Comore). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `-11.31,43.16,-11.99,43.55` + */ +export const EPSG_4646 = + '+proj=longlat +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +no_defs +type=crs'; + +/** + * GR96 / UTM zone 23N + * - **CRS-PROJCRS** [3183] + * - **Area**: Greenland - between 48°W and 42°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-48,56.38,-42` + */ +export const EPSG_3183 = + '+proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS NY Long Island + * - **CRS-PROJCRS** [103495] + * - **Area**: USA - New York - SPCS - Long Island + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_103495 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=40.6666666666667 +lat_2=41.0333333333333 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + ODN height + * - **CRS-COMPOUNDCRS** [9424] + * - **Area**: United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `58.71,-7.06,49.93,1.8` + */ +export const EPSG_9424 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * RT38 2.5 gon O + * - **CRS-PROJCRS** [3029] + * - **Area**: Sweden - communes between approximately 19°10'E and 21°25'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,18.4,63.37,22.2` + */ +export const EPSG_3029 = + '+proj=tmerc +lat_0=0 +lon_0=20.3082777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Bermuda 1957 + * - **CRS-GEOGCRS** [4216] + * - **Area**: Bermuda - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `32.43,-64.89,32.21,-64.61` + */ +export const EPSG_4216 = + '+proj=longlat +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Anoka + * - **CRS-GEOGCRS** [104700] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104700 = '+proj=longlat +a=6378418.941 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * FNL22 Grid + * - **CRS-PROJCRS** [9977] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Inverness to Thurso and Wick. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.64,-4.6,57.4,-3` + */ +export const EPSG_9977 = + '+proj=tmerc +lat_0=58 +lon_0=-3.8 +k=1 +x_0=139618.9493 +y_0=183110.794 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Bayfield (ftUS) + * - **CRS-PROJCRS** [7590] + * - **Area**: United States (USA) - Wisconsin - Bayfield county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.01,-91.56,46.15,-90.75` + */ +export const EPSG_7590 = + '+proj=lcc +lat_1=46.6696483772222 +lat_0=46.6696483772222 +lon_0=-91.1527777777778 +k_0=1.0000331195 +x_0=228600.457505715 +y_0=148551.483566167 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Oklahoma South (ftUS) + * - **CRS-PROJCRS** [2268] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_2268 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / GK26FIN + * - **CRS-PROJCRS** [3880] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `69.94,25.5,60.18,26.5` + */ +export const EPSG_3880 = + '+proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=26500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Indiana East + * - **CRS-PROJCRS** [2792] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_2792 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 + * - **CRS-GEOG3DCRS** [8235] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8235 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RGNC15 / UTM zone 58S + * - **CRS-PROJCRS** [10316] + * - **Area**: New Caledonia - between 162°E and 168°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-14.83,162,-26.45,168` + */ +export const EPSG_10316 = + '+proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W + * - **CRS-PROJCRS** [2638] + * - **Area**: Russian Federation - onshore between 175°30'W and 172°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `67.78,-175.5,64.2,-172.5` + */ +export const EPSG_2638 = + '+proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 12 + * - **CRS-PROJCRS** [5112] + * - **Area**: Norway - onshore - between 12°E and 13°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.16,12,59.88,13.01` + */ +export const EPSG_5112 = + '+proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-05 Vinnytsia + * - **CRS-PROJCRS** [9832] + * - **Area**: Ukraine - Vinnytsia region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.89,27.37,48.06,30.02` + */ +export const EPSG_9832 = + '+proj=tmerc +lat_0=0 +lon_0=28.6666666666667 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8720] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_8720 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.828803658 +y_0=304800.609601219 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin North (ftUS) + * - **CRS-PROJCRS** [2287] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_2287 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 22N + * - **CRS-PROJCRS** [22322] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_22322 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Mars 2000 North Pole Stereographic (sphere) + * - **CRS-PROJCRS** [103883] + * - **Area**: World - N hemisphere - north of 60~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_103883 = + '+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=3396190 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Belgian Lambert 2008 + Ostend height + * - **CRS-COMPOUNDCRS** [8370] + * - **Area**: Belgium - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_8370 = + '+proj=lcc +lat_0=50.797815 +lon_0=4.35921583333333 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=649328 +y_0=665262 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Naparima 1972 / UTM zone 20N + * - **CRS-PROJCRS** [27120] + * - **Area**: Trinidad and Tobago - Tobago - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `26` + * - **BBOX**: `11.41,-60.9,11.08,-60.44` + */ +export const EPSG_27120 = + '+proj=utm +zone=20 +ellps=intl +towgs84=-2,374,172,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGAF09 (lon-lat) + * - **CRS-GEOG3DCRS** [7085] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_7085 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Mene Grande + * - **CRS-ENGCRS** [5811] + * - **Area**: Venezuela - south Maracaibo area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.01,-72.4,8.72,-70.78` + */ +export const EPSG_5811 = 'null'; + +/** + * Mhast 1951 + * - **CRS-GEOGCRS** [4703] + * - **Area**: Angola - Cabinda. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-4.38,10.53,-6.04,13.1` + */ +export const EPSG_4703 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 4 (ftUS) + * - **CRS-PROJCRS** [3496] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_3496 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Georgia Geodetic Datum (3D) + * - **CRS-GEOGCRS** [104645] + * - **Area**: Georgia - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.59,39.99,41.04,46.72` + */ +export const EPSG_104645 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 1 + * - **CRS-PROJCRS** [26731] + * - **Area**: United States (USA) - Alaska - east of 141°W; i.e. Panhandle. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_26731 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000.001016 +y_0=-5000000.001016 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * JGD2000 (vertical) height + * - **CRS-VERTCRS** [6694] + * - **Area**: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,129.3,30.94,145.87` + */ +export const EPSG_6694 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 22S + * - **CRS-PROJCRS** [32322] + * - **Area**: Between 54°W and 48°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-54,-80,-48` + */ +export const EPSG_32322 = + '+proj=utm +zone=22 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * INAGeoid2020 v2 height + * - **CRS-VERTCRS** [20036] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_20036 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 (G730) + * - **CRS-GCENCRS** [7656] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7656 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 6 + * - **CRS-PROJCRS** [28406] + * - **Area**: Belarus and Moldova - east of 30°E; Russian Federation and Ukraine - onshore 30°E to 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.02,30,44.32,36` + */ +export const EPSG_28406 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 + * - **CRS-GEOG3DCRS** [4979] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4979 = '+proj=longlat +datum=WGS84 +no_defs +type=crs'; + +/** + * SIRGAS_ES2007.8 + * - **CRS-GCENCRS** [5391] + * - **Area**: El Salvador - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `14.44,-91.43,9.97,-87.65` + */ +export const EPSG_5391 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XII + * - **CRS-PROJCRS** [2454] + * - **Area**: Japan - onshore - Hokkaido between approximately 141°E and 143°E - Sapporo city; Asahikawa city; Wakkanai city; Rumoi city; Bibai city; Yubari city; Iwamizawa city; Tomakomai city; Muroran city; Shibetsu city; Nayoro city; Ashibetsu city; Akabira city; Mikasa city; Takikawa city; Sunagawa city; Ebetsu city; Chitose city; Utashinai city; Fukagawa city; Monbetsu city; Furano city; Noboribetsu city; Eniwa city; Ishikari-shicho; Monbetsu-gun of Abashiri-shicho; Kamikawa-shicho; Soya-shicho; Hidaka-shicho; Iburi-shicho (except Usu-gun and Abuta-gun); Sorachi-shicho; Rumoi-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.54,140.89,42.15,143.61` + */ +export const EPSG_2454 = + '+proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hong Kong 1980 UTM Zone 50N + * - **CRS-PROJCRS** [102142] + * - **Area**: China - Hong Kong + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_102142 = '+proj=utm +zone=50 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * GDA2020 / SA Lambert + * - **CRS-PROJCRS** [8059] + * - **Area**: Australia - South Australia. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-25.99,128.99,-38.13,141.01` + */ +export const EPSG_8059 = + '+proj=lcc +lat_0=-32 +lon_0=135 +lat_1=-28 +lat_2=-36 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Telesto IAU 2015 + * - **CRS-GEOGCRS** [104995] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104995 = '+proj=longlat +R=12400 +no_defs +type=crs'; + +/** + * NZGD49 / Taranaki Circuit + * - **CRS-PROJCRS** [27209] + * - **Area**: New Zealand - North Island - Taranaki meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-38.4,173.68,-39.78,175.44` + */ +export const EPSG_27209 = + '+proj=tmerc +lat_0=-39.1357583055556 +lon_0=174.22801175 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Montserrat 1958 / British West Indies Grid + * - **CRS-PROJCRS** [2004] + * - **Area**: Montserrat - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `16.87,-62.29,16.62,-62.08` + */ +export const EPSG_2004 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=174,359,365,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Arc 1950 / UTM zone 35S + * - **CRS-PROJCRS** [20935] + * - **Area**: Botswana - east of 24°E; Zambia - between 24°E and 30°E; Zimbabwe - west of 30°E . + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-8.31,24,-25.84,30` + */ +export const EPSG_20935 = + '+proj=utm +zone=35 +south +a=6378249.145 +rf=293.4663077 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 83 / LCC Canada AVHRR-2 + * - **CRS-PROJCRS** [42309] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42309 = 'null'; + +/** + * WGS 84 / SCAR IMW SS13-15 + * - **CRS-PROJCRS** [3245] + * - **Area**: Antarctica - 72°S to 76°S and 108°W to 90°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-108,-76,-90` + */ +export const EPSG_3245 = + '+proj=lcc +lat_0=-90 +lon_0=-99 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [4580] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_4580 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Martin (US foot) + * - **CRS-PROJCRS** [103753] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103753 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 2 + * - **CRS-PROJCRS** [6417] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_6417 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Jersey + * - **CRS-PROJCRS** [3615] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_3615 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York West (ftUS) + * - **CRS-PROJCRS** [2907] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_2907 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 108-30 + * - **CRS-PROJCRS** [9218] + * - **Area**: Vietnam - Binh Thuan, Dak Lak, Dak Nong, Gia Lai and Phu Yen provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `14.61,107.2,10.43,109.52` + */ +export const EPSG_9218 = + '+proj=tmerc +lat_0=0 +lon_0=108.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XIII + * - **CRS-PROJCRS** [30173] + * - **Area**: Japan - onshore - Hokkaido east of approximately 143°E - Kitami city; Obihiro city; Kushiro city; Abashiri city; Nemuro city; Nemuro-shicho; Kushiro-shicho; Abashiri-shicho (except Monbetsu-gun); Tokachi-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `44.4,142.61,41.87,145.87` + */ +export const EPSG_30173 = + '+proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Estonian Coordinate System of 1992 + * - **CRS-PROJCRS** [3300] + * - **Area**: Estonia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `59.75,21.74,57.52,28.2` + */ +export const EPSG_3300 = + '+proj=lcc +lat_0=57.5175539305556 +lon_0=24 +lat_1=59.3333333333333 +lat_2=58 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,-0.0183,0.0003,0.007,-0.014 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Carlton (meter) + * - **CRS-PROJCRS** [103616] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103616 = + '+proj=lcc +lat_0=46.4172222222222 +lon_0=-92.6833333333333 +lat_1=46.4666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378454.907 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 3-27 + * - **CRS-PROJCRS** [6102] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-114,76.16,-84` + */ +export const EPSG_6102 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-99 +lat_1=80.3333333333333 +lat_2=77 +x_0=27500000 +y_0=3500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A06H1 + * - **CRS-PROJCRS** [112007] + * - **Area**: UK - Highways England - A6 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5323,-4.907,50.2144,-4.7477` + */ +export const EPSG_112007 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999515814322282 +x_0=215981.533843434 +y_0=70993.9301059435 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM3 + * - **CRS-PROJCRS** [4095] + * - **Area**: Denmark - Zealand and Lolland (onshore). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.79,10.79,54.51,12.87` + */ +export const EPSG_4095 = + '+proj=tmerc +lat_0=0 +lon_0=11.75 +k=0.99998 +x_0=600000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 4N + * - **CRS-PROJCRS** [3750] + * - **Area**: United States (USA) - between 162°W and 156°W onshore - Hawaii. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `22.29,-160.3,19.51,-155.99` + */ +export const EPSG_3750 = + '+proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / South Dakota South + * - **CRS-PROJCRS** [2842] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_2842 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Colorado South + * - **CRS-PROJCRS** [103246] + * - **Area**: USA - Colorado - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_103246 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=37.2333333333333 +lat_2=38.4333333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 96E + * - **CRS-PROJCRS** [21332] + * - **Area**: Russian Federation - onshore between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,94.5,49.73,97.5` + */ +export const EPSG_21332 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tananarive (Paris) / Laborde Grid approximation + * - **CRS-PROJCRS** [29702] + * - **Area**: Madagascar - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-11.89,43.18,-25.64,50.56` + */ +export const EPSG_29702 = + '+proj=omerc +lat_0=-18.9 +lonc=44.1 +alpha=18.9 +gamma=18.9 +k=0.9995 +x_0=400000 +y_0=800000 +ellps=intl +pm=paris +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oklahoma North + * - **CRS-PROJCRS** [6552] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_6552 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2511] + * - **Area**: Russian Federation - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74,120,51.51,126` + */ +export const EPSG_2511 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Albers Hawaii + * - **CRS-PROJCRS** [102007] + * - **Area**: USA - Hawaii - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-160.3,18.87,-154.74` + */ +export const EPSG_102007 = + '+proj=aea +lat_0=13 +lon_0=-157 +lat_1=8 +lat_2=18 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Canyonville-Grants Pass zone (ft) + * - **CRS-PROJCRS** [6801] + * - **Area**: United States (USA) - Oregon - Canyonville-Grants Pass area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `43.24,-123.83,42.49,-122.43` + */ +export const EPSG_6801 = + '+proj=tmerc +lat_0=42.5 +lon_0=-123.333333333333 +k=1.00007 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * DB_REF / 3-degree Gauss-Kruger zone 4 (E-N) + * - **CRS-PROJCRS** [5684] + * - **Area**: Germany - onshore between 10°30'E and 13°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.74,10.5,47.39,13.51` + */ +export const EPSG_5684 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +towgs84=584.9636,107.7175,413.8067,-1.1155,-0.2824,3.1384,7.9922 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS + * - **CRS-GCENCRS** [4996] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_4996 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PRS 1992 UTM Zone 51N + * - **CRS-PROJCRS** [102457] + * - **Area**: Philippines - 120~E to 126~E, N hemisphere + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,120,3,126` + */ +export const EPSG_102457 = '+proj=utm +zone=51 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * CNH22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10195] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Crewe via Chester to Holyhead. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.46,-4.71,53.02,-2.28` + */ +export const EPSG_10195 = + '+proj=lcc +lat_0=53.25 +lon_0=-3.5 +lat_1=53.1 +lat_2=53.4 +x_0=212548.8756 +y_0=495230.9254 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Parke-Vermillion (m) + * - **CRS-PROJCRS** [7343] + * - **Area**: United States (USA) - Indiana - counties of Parke and Vermillion. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.15,-87.54,39.6,-87` + */ +export const EPSG_7343 = + '+proj=tmerc +lat_0=39.6 +lon_0=-87.35 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / North Island Grid + * - **CRS-PROJCRS** [27291] + * - **Area**: New Zealand - North Island. + * - **Unit**: `British yard (Sears 1922)` + * - **Accuracy**: `1` + * - **BBOX**: `-34.1,171.99,-41.67,178.63` + */ +export const EPSG_27291 = + '+proj=tmerc +lat_0=-39 +lon_0=175.5 +k=1 +x_0=274319.524384809 +y_0=365759.365846412 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +to_meter=0.914398414616029 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Lake-Newton (ftUS) + * - **CRS-PROJCRS** [7334] + * - **Area**: United States (USA) - Indiana - counties of Lake and Newton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-87.53,40.73,-87.21` + */ +export const EPSG_7334 = + '+proj=tmerc +lat_0=40.7 +lon_0=-87.4 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DRUKREF 03 / Wangdue Phodrang TM + * - **CRS-PROJCRS** [5309] + * - **Area**: Bhutan - Wangdue Phodrang district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.08,89.71,27.11,90.54` + */ +export const EPSG_5309 = + '+proj=tmerc +lat_0=0 +lon_0=90.1166666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Accra / Ghana National Grid + * - **CRS-PROJCRS** [2136] + * - **Area**: Ghana - onshore. + * - **Unit**: `Gold Coast foot` + * - **Accuracy**: `25` + * - **BBOX**: `11.16,-3.25,4.67,1.23` + */ +export const EPSG_2136 = + '+proj=tmerc +lat_0=4.66666666666667 +lon_0=-1 +k=0.99975 +x_0=274319.739163358 +y_0=0 +a=6378300 +rf=296 +towgs84=-199,32,322,0,0,0,0 +to_meter=0.304799710181509 +no_defs +type=crs'; + +/** + * WGS 84 / Jammu and Kashmir + * - **CRS-PROJCRS** [7764] + * - **Area**: India - Jammu and Kashmir. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.51,73.76,32.27,79.57` + */ +export const EPSG_7764 = + '+proj=lcc +lat_0=34.75570874 +lon_0=76.5 +lat_1=33.0833333333333 +lat_2=36.4166666666667 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Auckland 1946 height + * - **CRS-VERTCRS** [5759] + * - **Area**: New Zealand - North Island - Auckland vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-36.12,174,-37.67,176.17` + */ +export const EPSG_5759 = '+vunits=m +no_defs +type=crs'; + +/** + * RDN2008 / Zone 12 (N-E) + * - **CRS-PROJCRS** [6876] + * - **Area**: Italy - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_6876 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=3000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 49 + * - **CRS-PROJCRS** [2566] + * - **Area**: Russian Federation - onshore between 145°30'E and 148°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.76,145.5,43.6,148.5` + */ +export const EPSG_2566 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Isle of Guernsey + * - **CRS-PROJCRS** [102070] + * - **Area**: Channel Islands - Guernsey, Alderney, Sark + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.94,-3.06,49.21,-2.03` + */ +export const EPSG_102070 = + '+proj=tmerc +lat_0=49.5 +lon_0=-2.41666666666667 +k=0.999997 +x_0=47000 +y_0=50000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 135E + * - **CRS-PROJCRS** [21345] + * - **Area**: Russian Federation - onshore between 133°30'E and 136°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.9,133.5,42.74,136.5` + */ +export const EPSG_21345 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [4518] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_4518 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Hampshire (ftUS) + * - **CRS-PROJCRS** [6525] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_6525 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Reunion 1947 / TM Reunion + * - **CRS-PROJCRS** [3727] + * - **Area**: Reunion - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-20.81,55.16,-21.42,55.91` + */ +export const EPSG_3727 = + '+proj=tmerc +lat_0=-21.1166666666667 +lon_0=55.5333333333333 +k=1 +x_0=160000 +y_0=50000 +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Ohio South + * - **CRS-PROJCRS** [2835] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_2835 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arkansas South (US Feet) + * - **CRS-PROJCRS** [103231] + * - **Area**: USA - Arkansas - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_103231 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=33.3 +lat_2=34.7666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 + * - **CRS-GEOGCRS** [4148] + * - **Area**: Eswatini (Swaziland); Lesotho; South Africa - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,13.33,-50.32,42.85` + */ +export const EPSG_4148 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 35N + NN54 height + * - **CRS-COMPOUNDCRS** [6175] + * - **Area**: Norway - onshore - between 24°E and 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,24,68.58,30.01` + */ +export const EPSG_6175 = '+proj=utm +zone=35 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B21H1 + * - **CRS-PROJCRS** [112070] + * - **Area**: UK - Highways England - B21 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.8061,-0.0756,52.0289,0.2105` + */ +export const EPSG_112070 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999770730876833 +x_0=-122020.682266178 +y_0=111018.817471687 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas Central + * - **CRS-PROJCRS** [32139] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_32139 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Johor Grid + * - **CRS-PROJCRS** [3377] + * - **Area**: Malaysia - West Malaysia - Johor. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `2.95,102.44,1.21,104.6` + */ +export const EPSG_3377 = + '+proj=cass +lat_0=2.12167974444444 +lon_0=103.427936236111 +x_0=-14810.562 +y_0=8758.32 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Olmsted (meter) + * - **CRS-PROJCRS** [103661] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103661 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Tennessee (ftUS) + * - **CRS-PROJCRS** [3662] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_3662 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Guadeloupe 1948 / UTM zone 20N + * - **CRS-PROJCRS** [2970] + * - **Area**: Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `16.55,-61.85,15.8,-60.97` + */ +export const EPSG_2970 = + '+proj=utm +zone=20 +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) Maine 2000 West Zone + * - **CRS-PROJCRS** [103374] + * - **Area**: USA - Maine - CS2000 - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.58,-71.09,43.07,-69.6` + */ +export const EPSG_103374 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RD/83 / 3-degree Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [3398] + * - **Area**: Germany - Sachsen - west of 13°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.66,11.89,50.2,13.51` + */ +export const EPSG_3398 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Indiana West + * - **CRS-PROJCRS** [6460] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_6460 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR41-42 + * - **CRS-PROJCRS** [3232] + * - **Area**: Antarctica - 68°S to 72°S and 60°E to 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,60,-72,72` + */ +export const EPSG_3232 = + '+proj=lcc +lat_0=-90 +lon_0=66 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cottonwood (US foot) + * - **CRS-PROJCRS** [103724] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103724 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.9166666666667 +lat_1=43.9 +lat_2=44.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378514.953 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * Merchich / Sahara Sud + * - **CRS-PROJCRS** [26195] + * - **Area**: Western Sahara - onshore south of 27grads North (24°18'N). + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `24.31,-17.16,20.71,-12` + */ +export const EPSG_26195 = + '+proj=lcc +lat_1=22.5 +lat_0=22.5 +lon_0=-5.4 +k_0=0.999616437 +x_0=1500000 +y_0=400000 +ellps=clrk80ign +towgs84=31,146,47,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 10 + * - **CRS-PROJCRS** [2073] + * - **Area**: Libya - onshore between 18°E and 20°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `32.17,18,21.54,20` + */ +export const EPSG_2073 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo25 (E-N) + * - **CRS-PROJCRS** [102565] + * - **Area**: South Africa - 24~E to 26~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-24.71,24,-34.26,26.01` + */ +export const EPSG_102565 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Door (m) + * - **CRS-PROJCRS** [8184] + * - **Area**: United States (USA) - Wisconsin - Door county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.43,-87.74,44.67,-86.8` + */ +export const EPSG_8184 = + '+proj=tmerc +lat_0=44.4 +lon_0=-87.2722222222222 +k=1.0000187521 +x_0=158801.1176 +y_0=0.0023 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E + * - **CRS-PROJCRS** [2589] + * - **Area**: Georgia, Russian Federation - onshore between 40°30'E and 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `68.74,40.5,41.01,43.51` + */ +export const EPSG_2589 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Carroll (m) + * - **CRS-PROJCRS** [7271] + * - **Area**: United States (USA) - Indiana - Carroll county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.74,-86.78,40.43,-86.37` + */ +export const EPSG_7271 = + '+proj=tmerc +lat_0=40.4 +lon_0=-86.65 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 78E + * - **CRS-PROJCRS** [2423] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_2423 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 UTM zone 35N + * - **CRS-PROJCRS** [102135] + * - **Area**: Norway - onshore - 24~E to 30~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,24,68.58,30.01` + */ +export const EPSG_102135 = + '+proj=utm +zone=35 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2021 + * - **CRS-GEOGCRS** [20041] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_20041 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 16 + * - **CRS-PROJCRS** [26896] + * - **Area**: Canada - Ontario - between 94°30'W and 91°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.2,-94.5,48.06,-91.5` + */ +export const EPSG_26896 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Monroe (ftUS) + * - **CRS-PROJCRS** [7621] + * - **Area**: United States (USA) - Wisconsin - Monroe county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.17,-90.98,43.72,-90.31` + */ +export const EPSG_7621 = + '+proj=lcc +lat_1=44.0000739286111 +lat_0=44.0000739286111 +lon_0=-90.6416666666667 +k_0=1.0000434122 +x_0=204521.209042418 +y_0=121923.986182372 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / NSIDC EASE-Grid 2.0 Global + * - **CRS-PROJCRS** [6933] + * - **Area**: World between 86°S and 86°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `86,-180,-86,180` + */ +export const EPSG_6933 = + '+proj=cea +lat_ts=30 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 + Tenerife height + * - **CRS-COMPOUNDCRS** [9516] + * - **Area**: Spain - Canary Islands - Tenerife onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.63,-16.96,27.93,-16.08` + */ +export const EPSG_9516 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / California zone VI + * - **CRS-PROJCRS** [26746] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_26746 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 55S + * - **CRS-PROJCRS** [32355] + * - **Area**: Between 144°E and 150°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,144,-80,150` + */ +export const EPSG_32355 = + '+proj=utm +zone=55 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) + * - **CRS-GEOG3DCRS** [6319] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_6319 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72BE + * - **CRS-GEOGCRS** [4324] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4324 = '+proj=longlat +ellps=WGS72 +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 20S + * - **CRS-PROJCRS** [31980] + * - **Area**: Brazil - between 66°W and 60°W, northern and southern hemispheres. In remainder of South America - between 66°W and 60°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.28,-66,-58.39,-60` + */ +export const EPSG_31980 = + '+proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2013 + * - **CRS-GCENCRS** [9146] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9146 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 5S + * - **CRS-PROJCRS** [32705] + * - **Area**: Between 156°W and 150°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-156,-80,-150` + */ +export const EPSG_32705 = '+proj=utm +zone=5 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC45 + * - **CRS-PROJCRS** [9845] + * - **Area**: France - mainland onshore between 44°N and 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46,-1.46,44,7.71` + */ +export const EPSG_9845 = + '+proj=lcc +lat_0=45 +lon_0=3 +lat_1=44.25 +lat_2=45.75 +x_0=1700000 +y_0=4200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 + * - **CRS-GCENCRS** [8242] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8242 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 10N + * - **CRS-PROJCRS** [22210] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_22210 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 UTM Zone 33N 7Stellen + * - **CRS-PROJCRS** [102359] + * - **Area**: Germany - west of 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.9,5.5,47.27,12` + */ +export const EPSG_102359 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=3500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 25S + * - **CRS-PROJCRS** [5535] + * - **Area**: Brazil - between 36°W and 30°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `4.19,-36,-23.8,-29.99` + */ +export const EPSG_5535 = + '+proj=utm +zone=25 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 38 + * - **CRS-PROJCRS** [4774] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_4774 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Van der Grinten I + * - **CRS-PROJCRS** [54029] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54029 = + '+proj=vandg +R_A +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MLLW depth + * - **CRS-VERTCRS** [5866] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5866 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 15 + * - **CRS-PROJCRS** [22355] + * - **Area**: Canada - Ontario - between 91°30'W and 88°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.9,-91.5,47.97,-88.5` + */ +export const EPSG_22355 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MALS09-IRF + * - **CRS-GEOGCRS** [10224] + * - **Area**: United Kingdom (UK) - on or related to the rail route from London (Marylebone) to Leamington Spa. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.91,-2.26,51.45,-0.05` + */ +export const EPSG_10224 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Nevada Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8757] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_8757 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Merchich + * - **CRS-GEOGCRS** [4261] + * - **Area**: Africa - Morocco and Western Sahara - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `7` + * - **BBOX**: `35.97,-17.16,20.71,-1.01` + */ +export const EPSG_4261 = + '+proj=longlat +ellps=clrk80ign +towgs84=31,146,47,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Todd + * - **CRS-GEOGCRS** [104777] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104777 = '+proj=longlat +a=6378548.481 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas South (US Feet) + * - **CRS-PROJCRS** [103548] + * - **Area**: USA - Texas - SPCS83 - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_103548 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=26.1666666666667 +lat_2=27.8333333333333 +x_0=300000 +y_0=5000000.00000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GBK19-IRF + * - **CRS-GEOGCRS** [9453] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Glasgow to Kilmarnock via Barrhead and the branch to East Kilbride. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.95,-4.65,55.55,-4.05` + */ +export const EPSG_9453 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 10N + * - **CRS-PROJCRS** [32210] + * - **Area**: Between 126°W and 120°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-126,0,-120` + */ +export const EPSG_32210 = + '+proj=utm +zone=10 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone A3 + * - **CRS-PROJCRS** [5923] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.01,-12,75,78.01` + */ +export const EPSG_5923 = + '+proj=lcc +lat_0=81.317226 +lon_0=33 +lat_1=85 +lat_2=77 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGS97 + * - **CRS-GEOGCRS** [9003] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9003 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 40N + * - **CRS-PROJCRS** [32640] + * - **Area**: Between 54°E and 60°E, northern hemisphere between equator and 84°N, onshore and offshore. Islamic Republic of Iran. kazakhstan. Oman. Russian Federation. Saudi Arabia. Turkmenistan. United Arab Emirates. Uzbekistan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,54,0,60` + */ +export const EPSG_32640 = '+proj=utm +zone=40 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 16 + * - **CRS-PROJCRS** [3320] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 15°E and 17°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-3.29,15,-5.87,17` + */ +export const EPSG_3320 = + '+proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Isanti (meter) + * - **CRS-PROJCRS** [103636] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103636 = + '+proj=lcc +lat_0=45.2963888888889 +lon_0=-93.0833333333333 +lat_1=45.3333333333333 +lat_2=45.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378411.321 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 3-21 + * - **CRS-PROJCRS** [6122] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,160,76.16,-168.99` + */ +export const EPSG_6122 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=176 +lat_1=80.3333333333333 +lat_2=77 +x_0=21500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A15H1 + * - **CRS-PROJCRS** [112027] + * - **Area**: UK - Highways England - A15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0473,-3.1375,50.6049,-2.6218` + */ +export const EPSG_112027 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999966755136649 +x_0=88032.1753716564 +y_0=71025.9596748591 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-17 + * - **CRS-PROJCRS** [6088] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,64,69.5,85.01` + */ +export const EPSG_6088 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=74 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=17500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * BDA2000 / Bermuda 2000 National Grid + * - **CRS-PROJCRS** [3770] + * - **Area**: Bermuda - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `35.73,-68.83,28.91,-60.7` + */ +export const EPSG_3770 = + '+proj=tmerc +lat_0=32 +lon_0=-64.75 +k=1 +x_0=550000 +y_0=100000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming East + * - **CRS-PROJCRS** [2862] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_2862 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Idaho West + * - **CRS-PROJCRS** [103266] + * - **Area**: USA - Idaho - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_103266 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333333333 +x_0=800000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 36E + * - **CRS-PROJCRS** [21312] + * - **Area**: Russian Federation - onshore between 34°30'E and 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.39,34.5,44.61,37.51` + */ +export const EPSG_21312 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF96 + * - **CRS-GEOGCRS** [8995] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8995 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / South Dakota North (ftUS) + * - **CRS-PROJCRS** [6572] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_6572 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [2531] + * - **Area**: Armenia, Azerbaijan, Georgia and Russian Federation onshore - between 43°30'E and 46°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.8,43.5,38.84,46.5` + */ +export const EPSG_2531 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Lambert for Northern Asia + * - **CRS-PROJCRS** [102027] + * - **Area**: Asia - North + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,25,10,185` + */ +export const EPSG_102027 = + '+proj=lcc +lat_0=30 +lon_0=95 +lat_1=15 +lat_2=65 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine West + * - **CRS-PROJCRS** [26984] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_26984 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Eugene zone (ft) + * - **CRS-PROJCRS** [6821] + * - **Area**: United States (USA) - Oregon - Eugene area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `44.71,-123.8,43.74,-122.18` + */ +export const EPSG_6821 = + '+proj=tmerc +lat_0=43.75 +lon_0=-123.166666666667 +k=1.000015 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * DHHN12 height + * - **CRS-VERTCRS** [7699] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_7699 = '+vunits=m +no_defs +type=crs'; + +/** + * Sierra Leone 1968 / UTM zone 28N + * - **CRS-PROJCRS** [2161] + * - **Area**: Sierra Leone - onshore west of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `26` + * - **BBOX**: `9.94,-13.35,7.15,-12` + */ +export const EPSG_2161 = + '+proj=utm +zone=28 +a=6378249.145 +rf=293.465 +towgs84=-88,4,101,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo29 + * - **CRS-PROJCRS** [102477] + * - **Area**: South Africa - 28~E to 30~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,27.99,-33.03,30.01` + */ +export const EPSG_102477 = + '+proj=tmerc +lat_0=0 +lon_0=29 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Wood (ftUS) + * - **CRS-PROJCRS** [8096] + * - **Area**: United States (USA) - Wisconsin - Wood county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-90.32,44.24,-89.72` + */ +export const EPSG_8096 = + '+proj=lcc +lat_1=44.3625954694444 +lat_0=44.3625954694444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.617272034 +y_0=134589.753924308 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Tippecanoe-White (m) + * - **CRS-PROJCRS** [7363] + * - **Area**: United States (USA) - Indiana - counties of Tippecanoe and White. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.92,-87.1,40.21,-86.58` + */ +export const EPSG_7363 = + '+proj=tmerc +lat_0=40.2 +lon_0=-86.9 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [20016] + * - **Area**: Russian Federation - onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,90,49.89,96` + */ +export const EPSG_20016 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * GOES-16 East ABI Fixed Grid ITRF2008 (DEPRECATED) + * - **CRS-PROJCRS** [102498] + * - **Area**: GOES-16 East Full disk + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `81.3282,-156.2995,-81.3282,6.2995` + */ +export const EPSG_102498 = + '+proj=geos +lon_0=-75 +h=35786023 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 + * - **CRS-GEOG3DCRS** [4959] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_4959 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [28426] + * - **Area**: Russian Federation - onshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.26,150,45.77,156` + */ +export const EPSG_28426 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2474] + * - **Area**: Russian Federation - onshore between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.27,84,49.07,90` + */ +export const EPSG_2474 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Graciosa Base SW 1948 UTM Zone 26N + * - **CRS-PROJCRS** [102162] + * - **Area**: Portugal - Azores C - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.14,-28.9,38.32,-26.97` + */ +export const EPSG_102162 = '+proj=utm +zone=26 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Mount York Circuit + * - **CRS-PROJCRS** [27229] + * - **Area**: New Zealand - South Island - Mount York meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-44.53,166.37,-46.33,168.21` + */ +export const EPSG_27229 = + '+proj=tmerc +lat_0=-45.5637261666667 +lon_0=167.738861777778 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 15 + * - **CRS-PROJCRS** [2024] + * - **Area**: Canada - Ontario - between 91°30'W and 88°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.9,-91.5,47.97,-88.5` + */ +export const EPSG_2024 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * MGI / Austria GK M28 + * - **CRS-PROJCRS** [31257] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_31257 = + '+proj=tmerc +lat_0=0 +lon_0=10.3333333333333 +k=1 +x_0=150000 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 1 + * - **CRS-PROJCRS** [22181] + * - **Area**: Argentina - west of 70°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-36.16,-73.59,-52,-70.5` + */ +export const EPSG_22181 = + '+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Macao 2008 + * - **CRS-GCENCRS** [8429] + * - **Area**: China - Macao - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_8429 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [20915] + * - **Area**: Russian Federation - onshore between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.27,84,49.07,90` + */ +export const EPSG_20915 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kentucky (one zone) US Feet + * - **CRS-PROJCRS** [103289] + * - **Area**: USA - Kentucky + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_103289 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Mallorca height + * - **CRS-VERTCRS** [9392] + * - **Area**: Spain - Balearic Islands - Mallorca onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.02,2.23,39.07,3.55` + */ +export const EPSG_9392 = '+vunits=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 8-20 + * - **CRS-PROJCRS** [6067] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `64.51,-59,59.5,-44` + */ +export const EPSG_6067 = + '+proj=lcc +lat_0=62.0153068888889 +lon_0=-52 +lat_1=63.6666666666667 +lat_2=60.3333333333333 +x_0=20500000 +y_0=8500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST21-24 + * - **CRS-PROJCRS** [3265] + * - **Area**: Antarctica - 76°S to 80°S and 60°W to 36°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-60,-80,-36` + */ +export const EPSG_3265 = + '+proj=lcc +lat_0=-90 +lon_0=-48 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Rock (US foot) + * - **CRS-PROJCRS** [103773] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103773 = + '+proj=lcc +lat_0=43.5 +lon_0=-95.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378624.681 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 57 + * - **CRS-PROJCRS** [21257] + * - **Area**: Russian Federation - onshore between 169°30'E and 172°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,169.5,59.86,172.5` + */ +export const EPSG_21257 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 1 + * - **CRS-PROJCRS** [32181] + * - **Area**: Canada - Newfoundland - onshore east of 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.89,-54.5,46.56,-52.54` + */ +export const EPSG_32181 = + '+proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida East + * - **CRS-PROJCRS** [6437] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_6437 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / North Dakota South + * - **CRS-PROJCRS** [3635] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_3635 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Washington South (ftUS) + * - **CRS-PROJCRS** [2927] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_2927 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Green Lake (meters) + * - **CRS-PROJCRS** [103323] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103323 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo 1892 + * - **CRS-GEOGCRS** [5132] + * - **Area**: Japan - onshore; North Korea - onshore; South Korea - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,122.83,20.37,154.05` + */ +export const EPSG_5132 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 51.2 + * - **CRS-PROJCRS** [23840] + * - **Area**: Indonesia - onshore between 123°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `3.84,123,-10.92,126` + */ +export const EPSG_23840 = + '+proj=tmerc +lat_0=0 +lon_0=124.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arizona East (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8700] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_8700 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [5562] + * - **Area**: Ukraine - west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.66,22.15,47.95,24` + */ +export const EPSG_5562 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 + GVR2016 height + * - **CRS-COMPOUNDCRS** [8350] + * - **Area**: Greenland - onshore and offshore between 58°N and 85°N and west of 7°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85.01,-75,58,-6.99` + */ +export const EPSG_8350 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Instantaneous Water Level depth + * - **CRS-VERTCRS** [5831] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5831 = '+vunits=m +no_defs +type=crs'; + +/** + * GCGD59 + * - **CRS-GEOGCRS** [4723] + * - **Area**: Cayman Islands - Grand Cayman. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `19.41,-81.46,19.21,-81.04` + */ +export const EPSG_4723 = + '+proj=longlat +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,7.862,-8.163,-6.042,-13.925 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 52S + * - **CRS-PROJCRS** [32752] + * - **Area**: Between 126°E and 132°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. East Timor. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,126,-80,132` + */ +export const EPSG_32752 = '+proj=utm +zone=52 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGSPM06 + Danger 1950 height + * - **CRS-COMPOUNDCRS** [9541] + * - **Area**: St Pierre and Miquelon - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.19,-56.48,46.69,-56.07` + */ +export const EPSG_9541 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 11N + * - **CRS-PROJCRS** [26711] + * - **Area**: North America - between 120°W and 114°W - onshore. Canada - Alberta; British Columbia; Northwest Territories; Nunavut. Mexico. United States (USA) - California; Idaho; Nevada; Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `78.13,-120,26.93,-114` + */ +export const EPSG_26711 = + '+proj=utm +zone=11 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * IGN63 Hiva Oa + * - **CRS-GEOGCRS** [4689] + * - **Area**: French Polynesia - Marquesas Islands - Hiva Oa and Tahuata. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-9.64,-139.23,-10.08,-138.75` + */ +export const EPSG_4689 = + '+proj=longlat +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 2S + * - **CRS-PROJCRS** [32302] + * - **Area**: Between 174°W and 168°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-174,-80,-168` + */ +export const EPSG_32302 = + '+proj=utm +zone=2 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G873) + * - **CRS-GEOGCRS** [9054] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9054 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(HARN) / South Dakota South (ftUS) + * - **CRS-PROJCRS** [3459] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_3459 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 17N + * - **CRS-PROJCRS** [32617] + * - **Area**: Between 84°W and 78°W, northern hemisphere between equator and 84°N, onshore and offshore. Bahamas. Ecuador - north of equator. Canada - Nunavut; Ontario; Quebec. Cayman Islands. Colombia. Costa Rica. Cuba. Jamaica. Nicaragua. Panama. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,0,-78` + */ +export const EPSG_32617 = '+proj=utm +zone=17 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 34N + NN2000 height + * - **CRS-COMPOUNDCRS** [5974] + * - **Area**: Norway - onshore - between 18°E and 24°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,18,68.04,24.01` + */ +export const EPSG_5974 = '+proj=utm +zone=34 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Lisbon 1890 + * - **CRS-GEOGCRS** [4666] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_4666 = + '+proj=longlat +ellps=bessel +towgs84=631.392,-66.551,481.442,-1.09,4.445,4.487,-4.43 +no_defs +type=crs'; + +/** + * PN68 / UTM zone 27N + * - **CRS-PROJCRS** [9404] + * - **Area**: Spain - Canary Islands - El Hierro onshore west of 18°W. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `27.88,-18.22,27.59,-18` + */ +export const EPSG_9404 = + '+proj=utm +zone=27 +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Peirce quincuncial North Pole in a diamond + * - **CRS-PROJCRS** [54091] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54091 = + '+proj=peirce_q +shape=diamond +lat_0=90 +lon_0=0 +k_0=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 47N + * - **CRS-PROJCRS** [32247] + * - **Area**: Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,96,0,102` + */ +export const EPSG_32247 = + '+proj=utm +zone=47 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 15 00 + * - **CRS-PROJCRS** [3009] + * - **Area**: Sweden - communes between approximately 14°15'E and 15°45'E and south of approximately 61°30'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `61.62,13.54,55.95,16.15` + */ +export const EPSG_3009 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hu Tzu Shan 1950 + * - **CRS-GEOGCRS** [4236] + * - **Area**: Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `26` + * - **BBOX**: `25.34,119.25,21.87,122.06` + */ +export const EPSG_4236 = + '+proj=longlat +ellps=intl +towgs84=-637,-549,-203,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Douglas + * - **CRS-GEOGCRS** [104720] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104720 = '+proj=longlat +a=6378518.001 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83 / Maryland (ftUS) + * - **CRS-PROJCRS** [2248] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_2248 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=399999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 17N + * - **CRS-PROJCRS** [22617] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_22617 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E + * - **CRS-PROJCRS** [2618] + * - **Area**: Russian Federation - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74,124.5,49.88,127.5` + */ +export const EPSG_2618 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 7 + * - **CRS-PROJCRS** [22247] + * - **Area**: Canada - Quebec - between 72°W and 69°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `61.8,-72,45.01,-69` + */ +export const EPSG_22247 = + '+proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 6 + * - **CRS-PROJCRS** [5348] + * - **Area**: Argentina - between 58°30'W and 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-24.84,-58.5,-38.59,-55.49` + */ +export const EPSG_5348 = + '+proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ONGD14 / UTM zone 40N + * - **CRS-PROJCRS** [7375] + * - **Area**: Oman - onshore and offshore between 54°E and 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `26.74,54,14.33,60.01` + */ +export const EPSG_7375 = + '+proj=utm +zone=40 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN SPCS Hawaii Zone 1 (US Feet) + * - **CRS-PROJCRS** [102461] + * - **Area**: USA - Hawaii - island of Hawaii - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_102461 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966666666667 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GDA94 / KALB94 + * - **CRS-PROJCRS** [10459] + * - **Area**: Australia - Western Australia - Kalbarri area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-27.16,113.9,-28.5,114.75` + */ +export const EPSG_10459 = + '+proj=tmerc +lat_0=0 +lon_0=114.315277777778 +k=1.000014 +x_0=55000 +y_0=3600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000-PL / CS2000/18 + * - **CRS-PROJCRS** [2177] + * - **Area**: Poland - onshore and offshore between 16°30'E and 19°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.93,16.5,49.39,19.5` + */ +export const EPSG_2177 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.999923 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Ontario zone (ft) + * - **CRS-PROJCRS** [6837] + * - **Area**: United States (USA) - Oregon - Ontario area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `44.65,-117.9,43.41,-116.7` + */ +export const EPSG_6837 = + '+proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * RH70 height + * - **CRS-VERTCRS** [5718] + * - **Area**: Sweden - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_5718 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Minnesota Central + * - **CRS-PROJCRS** [26992] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_26992 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED 1950 Equidistant Conic Europe + * - **CRS-PROJCRS** [102031] + * - **Area**: Europe + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,-30,34,50` + */ +export const EPSG_102031 = + '+proj=eqdc +lat_0=30 +lon_0=10 +lat_1=43 +lat_2=62 +x_0=0 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [2527] + * - **Area**: Belarus, Russian Federation and Ukraine - onshore between 31°30'E and 34°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.02,31.5,44.32,34.5` + */ +export const EPSG_2527 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Pennsylvania South + * - **CRS-PROJCRS** [6564] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_6564 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RRAF 1991 / UTM zone 20N + * - **CRS-PROJCRS** [4559] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `18.31,-63.66,14.08,-60` + */ +export const EPSG_4559 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR11P01 + * - **CRS-GEOGCRS** [8983] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8983 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Illinois East + * - **CRS-PROJCRS** [103270] + * - **Area**: USA - Illinois - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_103270 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 5 (ftUS) + * - **CRS-PROJCRS** [2874] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_2874 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 28S + * - **CRS-PROJCRS** [32528] + * - **Area**: Between 18°W and 12°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-18,-80,-12` + */ +export const EPSG_32528 = + '+proj=utm +zone=28 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * HTRS96 / Croatia LCC + * - **CRS-PROJCRS** [3766] + * - **Area**: Croatia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.54,13,41.62,19.43` + */ +export const EPSG_3766 = + '+proj=lcc +lat_0=0 +lon_0=16.5 +lat_1=45.9166666666667 +lat_2=43.0833333333333 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A17H1 + * - **CRS-PROJCRS** [112031] + * - **Area**: UK - Highways England - A17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.048,-1.5177,50.777,-1.0083` + */ +export const EPSG_112031 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999980759810936 +x_0=-24009.1113476146 +y_0=71026.9544033599 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * CIGD11 + * - **CRS-GEOG3DCRS** [6134] + * - **Area**: Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `20.68,-83.6,17.58,-78.72` + */ +export const EPSG_6134 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Chippewa (meter) + * - **CRS-PROJCRS** [103620] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103620 = + '+proj=lcc +lat_0=44.7527777777778 +lon_0=-95.85 +lat_1=44.8333333333333 +lat_2=45.2 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378476.853 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * IGN 1962 Kerguelen / UTM zone 42S + * - **CRS-PROJCRS** [3336] + * - **Area**: French Southern Territories - Kerguelen onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-48.6,68.69,-49.78,70.62` + */ +export const EPSG_3336 = + '+proj=utm +zone=42 +south +ellps=intl +towgs84=145,-187,103,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Manitowoc (meters) + * - **CRS-PROJCRS** [103335] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103335 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Beduaram / TM 13 NE + * - **CRS-PROJCRS** [2931] + * - **Area**: Niger - southeast + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `16.7,7.81,12.8,14.9` + */ +export const EPSG_2931 = + '+proj=tmerc +lat_0=0 +lon_0=13 +k=0.9996 +x_0=500000 +y_0=0 +ellps=clrk80ign +towgs84=-106,-87,188,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York Central + * - **CRS-PROJCRS** [3623] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_3623 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 17 + * - **CRS-PROJCRS** [32197] + * - **Area**: Canada - Ontario - west of 94°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `53.24,-95.16,48.69,-94.5` + */ +export const EPSG_32197 = + '+proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 4 + * - **CRS-PROJCRS** [6421] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_6421 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 41 + * - **CRS-PROJCRS** [21241] + * - **Area**: Russian Federation - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,121.5,53.18,124.5` + */ +export const EPSG_21241 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pipestone (US foot) + * - **CRS-PROJCRS** [103765] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103765 = + '+proj=lcc +lat_0=43.8491666666667 +lon_0=-96.25 +lat_1=43.8833333333333 +lat_2=44.15 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378670.401 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST53-56 + * - **CRS-PROJCRS** [3273] + * - **Area**: Antarctica - 76°S to 80°S and 132°E to 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,132,-80,156` + */ +export const EPSG_3273 = + '+proj=lcc +lat_0=-90 +lon_0=144 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Sapper Hill 1943 / UTM zone 21S + * - **CRS-PROJCRS** [29221] + * - **Area**: Falkland Islands (Malvinas) - onshore east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-51.13,-60,-52.51,-57.6` + */ +export const EPSG_29221 = + '+proj=utm +zone=21 +south +ellps=intl +towgs84=-355,21,72,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Campbell Island TM 2000 + * - **CRS-PROJCRS** [3789] + * - **Area**: New Zealand - Campbell Island. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-52.26,168.65,-52.83,169.6` + */ +export const EPSG_3789 = + '+proj=tmerc +lat_0=0 +lon_0=169 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 4-26 + * - **CRS-PROJCRS** [6071] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-2,72.83,22.01` + */ +export const EPSG_6071 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=10 +lat_1=77 +lat_2=73.6666666666667 +x_0=26500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AbInvA96_2020-IRF + * - **CRS-GEOGCRS** [9384] + * - **Area**: United Kingdom (UK) - on or related to the A96 highway from Aberdeen to Inverness. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `57.71,-4.31,57.1,-2.1` + */ +export const EPSG_9384 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 7 + * - **CRS-PROJCRS** [22197] + * - **Area**: Argentina - east of 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-25.49,-55.5,-28.11,-53.65` + */ +export const EPSG_22197 = + '+proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / UTM zone 18N + * - **CRS-PROJCRS** [2032] + * - **Area**: Canada - Quebec - between 78°W and 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.62,-78,44.99,-72` + */ +export const EPSG_2032 = + '+proj=utm +zone=18 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone V + * - **CRS-PROJCRS** [27395] + * - **Area**: Norway - between 4°20'E and 8°10'E of Oslo (15°03'22.5"E and 18°53'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `70.27,15.05,66.15,18.89` + */ +export const EPSG_27395 = + '+proj=tmerc +lat_0=58 +lon_0=6.16666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 Poland zone 5 + * - **CRS-PROJCRS** [102174] + * - **Area**: Poland - west of 16.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.35,14.14,50.26,16.5` + */ +export const EPSG_102174 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.999923 +x_0=5500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Albanian 1987 / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [2462] + * - **Area**: Albania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.67,19.22,39.64,21.06` + */ +export const EPSG_2462 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=-44.183,-0.58,-38.489,-2.3867,-2.7072,3.5196,-8.2703 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [28430] + * - **Area**: Russian Federation - onshore between 174°E and 180°E . + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.59,174,61.65,180` + */ +export const EPSG_28430 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Kp2000 Bornholm + * - **CRS-PROJCRS** [2198] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_2198 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1150) + * - **CRS-GCENCRS** [7660] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7660 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * SVD2006 height + * - **CRS-VERTCRS** [20000] + * - **Area**: Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,-3.35,76.16,38.01` + */ +export const EPSG_20000 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 14S + * - **CRS-PROJCRS** [32314] + * - **Area**: Between 102°W and 96°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-102,-80,-96` + */ +export const EPSG_32314 = + '+proj=utm +zone=14 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 7N + * - **CRS-PROJCRS** [26707] + * - **Area**: North America - between 144°W and 138°W. Canada - British Columbia; Yukon. United States (USA) - Alaska. Onshore for western Canada & but onshore and offshore for Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.59,-144,53.47,-138` + */ +export const EPSG_26707 = + '+proj=utm +zone=7 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 28N + * - **CRS-PROJCRS** [25828] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `72.44,-16.1,34.93,-11.99` + */ +export const EPSG_25828 = + '+proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAVD88 depth (ftUS) + * - **CRS-VERTCRS** [6358] + * - **Area**: United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; 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**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-168.26,24.41,-66.91` + */ +export const EPSG_6358 = '+vunits=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 44S + * - **CRS-PROJCRS** [32744] + * - **Area**: Between 78°E and 84°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,78,-80,84` + */ +export const EPSG_32744 = '+proj=utm +zone=44 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kusaie 1951 + * - **CRS-GEOGCRS** [4735] + * - **Area**: Federated States of Micronesia - Kosrae (Kusaie). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `5.43,162.85,5.21,163.1` + */ +export const EPSG_4735 = + '+proj=longlat +ellps=intl +towgs84=647,1777,-1124,0,0,0,0 +no_defs +type=crs'; + +/** + * RDN2008 / UTM zone 33N (N-E) + * - **CRS-PROJCRS** [6708] + * - **Area**: Italy - onshore and offshore - between 12°E and 18°E including San Marino and Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,12,34.79,18` + */ +export const EPSG_6708 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Warner Highway zone (ft) + * - **CRS-PROJCRS** [8346] + * - **Area**: United States (USA) - Oregon - Warner Highway area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.43,-120.42,41.95,-119.3` + */ +export const EPSG_8346 = + '+proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-120 +k_0=1.000245 +x_0=39999.99999984 +y_0=59999.99999976 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * KK-IRF + * - **CRS-GEOGCRS** [10265] + * - **Area**: Denmark - onshore - Copenhagen and surrounding area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.82,12.23,55.51,12.73` + */ +export const EPSG_10265 = '+proj=longlat +a=6377019.27 +rf=300 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 14N + * - **CRS-PROJCRS** [22314] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_22314 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Green and Lafayette (m) + * - **CRS-PROJCRS** [7549] + * - **Area**: United States (USA) - Wisconsin - counties of Green and Lafayette. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.86,-90.43,42.5,-89.36` + */ +export const EPSG_7549 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 3 (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8716] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_8716 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS St Mary (ft) + * - **CRS-PROJCRS** [7119] + * - **Area**: United States (USA) - Montana - St Mary's Valley area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-113.97,48.55,-113` + */ +export const EPSG_7119 = + '+proj=tmerc +lat_0=48.5 +lon_0=-112.5 +k=1.00016 +x_0=150000.00001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 24 + * - **CRS-PROJCRS** [5124] + * - **Area**: Norway - onshore - between 24°E and 25°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,24,68.58,25.01` + */ +export const EPSG_5124 = + '+proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 49 + * - **CRS-PROJCRS** [28349] + * - **Area**: Australia - onshore and offshore west of 114°E. Christmas Island - offshore east of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.72,108,-37.84,114.01` + */ +export const EPSG_28349 = + '+proj=utm +zone=49 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Chippewa (m) + * - **CRS-PROJCRS** [8203] + * - **Area**: United States (USA) - Wisconsin - Chippewa county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.3,-91.67,44.85,-90.92` + */ +export const EPSG_8203 = + '+proj=lcc +lat_1=44.9778568986111 +lat_0=44.9778568986111 +lon_0=-91.2944444444444 +k_0=1.0000391127 +x_0=60045.72 +y_0=44091.4346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lac Qui Parle + * - **CRS-GEOGCRS** [104736] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104736 = '+proj=longlat +a=6378476.853 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Camacupa 1948 + * - **CRS-GEOGCRS** [4220] + * - **Area**: Angola - Angola proper - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `-5.82,8.2,-18.02,24.09` + */ +export const EPSG_4220 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-50.9,-347.6,-231,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 51N + * - **CRS-PROJCRS** [32251] + * - **Area**: Between 120°E and 126°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,120,0,126` + */ +export const EPSG_32251 = + '+proj=utm +zone=51 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Ohio South (US Feet) + * - **CRS-PROJCRS** [103509] + * - **Area**: USA - Ohio - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_103509 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=38.7333333333333 +lat_2=40.0333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * IGM95 + * - **CRS-GEOGCRS** [4670] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_4670 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 22 + NN2000 height + * - **CRS-COMPOUNDCRS** [5962] + * - **Area**: Norway - onshore - between 22°E and 23°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.93,22,68.69,23.01` + */ +export const EPSG_5962 = + '+proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 1N + * - **CRS-PROJCRS** [32601] + * - **Area**: Between 180°W and 174°W, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation; United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-180,0,-174` + */ +export const EPSG_32601 = '+proj=utm +zone=1 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis South (meter) + * - **CRS-PROJCRS** [103677] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103677 = + '+proj=lcc +lat_0=46.65 +lon_0=-92.45 +lat_1=46.7833333333333 +lat_2=47.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378540.861 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan South (ft) + * - **CRS-PROJCRS** [6499] + * - **Area**: 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**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_6499 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / South Carolina (ft) + * - **CRS-PROJCRS** [3361] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_3361 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Schwarzeck / UTM zone 33S + * - **CRS-PROJCRS** [29333] + * - **Area**: Namibia - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.24,8.24,-30.64,16.46` + */ +export const EPSG_29333 = + '+proj=utm +zone=33 +south +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B18H1 + * - **CRS-PROJCRS** [112066] + * - **Area**: UK - Highways England - B18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9325,-1.0084,52.0403,-0.5073` + */ +export const EPSG_112066 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99992774418376 +x_0=-58018.9429571512 +y_0=111036.252900755 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 23 + NN54 height + * - **CRS-COMPOUNDCRS** [6163] + * - **Area**: Norway - onshore - between 23°E and 24°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,23,68.62,24.01` + */ +export const EPSG_6163 = + '+proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ONGD17 / UTM zone 40N + * - **CRS-PROJCRS** [9296] + * - **Area**: Oman - onshore and offshore between 54°E and 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.74,54,14.33,60.01` + */ +export const EPSG_9296 = '+proj=utm +zone=40 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arizona West (Intl Feet) + * - **CRS-PROJCRS** [103227] + * - **Area**: USA - Arizona - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_103227 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333333333 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Hampshire + * - **CRS-PROJCRS** [2823] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_2823 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming East Central (ftUS) + * - **CRS-PROJCRS** [3731] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_3731 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 5 + * - **CRS-PROJCRS** [32085] + * - **Area**: Canada - Labrador - 66°W to 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60.52,-66,51.58,-63` + */ +export const EPSG_32085 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Mexico West (ftUS) + * - **CRS-PROJCRS** [6533] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_6533 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 159E + * - **CRS-PROJCRS** [21353] + * - **Area**: Russian Federation - onshore between 157°30'E and 160°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.12,157.5,51.36,160.5` + */ +export const EPSG_21353 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Decatur-Rush (ftUS) + * - **CRS-PROJCRS** [7288] + * - **Area**: United States (USA) - Indiana - counties of Decatur and Rush. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.79,-85.69,39.13,-85.29` + */ +export const EPSG_7288 = + '+proj=tmerc +lat_0=39.1 +lon_0=-85.65 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 53 + * - **CRS-PROJCRS** [2570] + * - **Area**: Russian Federation - onshore between 157°30'E and 160°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.12,157.5,51.36,160.5` + */ +export const EPSG_2570 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Santiam Pass zone (m) + * - **CRS-PROJCRS** [6860] + * - **Area**: United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.66,-122.51,44.1,-121.69` + */ +export const EPSG_6860 = + '+proj=tmerc +lat_0=44.0833333333333 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Orissa + * - **CRS-PROJCRS** [7772] + * - **Area**: India - Odisha (Orissa). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.57,81.38,17.8,87.5` + */ +export const EPSG_7772 = + '+proj=lcc +lat_0=20.25305174 +lon_0=84.375 +lat_1=18.5833333333333 +lat_2=21.9166666666667 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 16 + * - **CRS-PROJCRS** [102436] + * - **Area**: ARC System - Zone 16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-180,-76,180` + */ +export const EPSG_102436 = + '+proj=eqc +lat_ts=-74.13230145 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Marlborough 2000 + * - **CRS-PROJCRS** [2120] + * - **Area**: New Zealand - South Island - Marlborough meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.85,172.95,-42.65,174.46` + */ +export const EPSG_2120 = + '+proj=tmerc +lat_0=-41.5444444444444 +lon_0=173.801944444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jay (ftUS) + * - **CRS-PROJCRS** [7322] + * - **Area**: United States (USA) - Indiana - Jay county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.58,-85.22,40.3,-84.8` + */ +export const EPSG_7322 = + '+proj=tmerc +lat_0=40.3 +lon_0=-85 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Kansas LCC (ftUS) + * - **CRS-PROJCRS** [6925] + * - **Area**: United States (USA) - Kansas. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,36.99,-94.58` + */ +export const EPSG_6925 = + '+proj=lcc +lat_0=36 +lon_0=-98.25 +lat_1=39.5 +lat_2=37.5 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF97 + * - **CRS-GCENCRS** [4918] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `0.18` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4918 = + '+proj=geocent +ellps=GRS80 +towgs84=-14.63,-27.62,-25.32,-1.7893,-0.6047,0.9962,6.695 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Vernon (ftUS) + * - **CRS-PROJCRS** [7637] + * - **Area**: United States (USA) - Wisconsin - Vernon county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.74,-91.28,43.42,-90.31` + */ +export const EPSG_7637 = + '+proj=lcc +lat_1=43.5750329397222 +lat_0=43.5750329397222 +lon_0=-90.7833333333333 +k_0=1.0000408158 +x_0=222504.44500889 +y_0=47532.0603505207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 114E + * - **CRS-PROJCRS** [2435] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_2435 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Boone-Hendricks (m) + * - **CRS-PROJCRS** [7267] + * - **Area**: United States (USA) - Indiana - counties of Boone and Hendricks. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.19,-86.7,39.6,-86.24` + */ +export const EPSG_7267 = + '+proj=tmerc +lat_0=39.6 +lon_0=-86.5 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 23N using TM Complex + * - **CRS-PROJCRS** [102573] + * - **Area**: World - N hemisphere - 48~W to 42~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-48,0,-42` + */ +export const EPSG_102573 = '+proj=utm +zone=23 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * S-JTSK (Ferro) / Krovak + * - **CRS-PROJCRS** [2065] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_2065 = + '+proj=krovak +axis=swu +lat_0=49.5 +lon_0=42.5 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Goodhue (US foot) + * - **CRS-PROJCRS** [103732] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103732 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-93.1333333333333 +lat_1=44.3 +lat_2=44.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR19-20 + * - **CRS-PROJCRS** [3224] + * - **Area**: Antarctica - 68°S to 72°S and 72°W to 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-72,-72,-60` + */ +export const EPSG_3224 = + '+proj=lcc +lat_0=-90 +lon_0=-66 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Louisiana North + * - **CRS-PROJCRS** [6476] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_6476 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 16 + * - **CRS-PROJCRS** [21216] + * - **Area**: Russian Federation - onshore between 46°30'E and 49°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,46.5,41.19,49.5` + */ +export const EPSG_21216 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b (lon-lat) + * - **CRS-GEOG3DCRS** [9783] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9783 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SA LLD height + * - **CRS-VERTCRS** [9279] + * - **Area**: South Africa - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,16.45,-34.88,32.95` + */ +export const EPSG_9279 = '+vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C15H3 + * - **CRS-PROJCRS** [112089] + * - **Area**: UK - Highways England - C15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.1394,-3.2237,53.931,-2.6702` + */ +export const EPSG_112089 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.0000167565995 +x_0=88036.5772555427 +y_0=126052.371979527 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / Indiana West (ftUS) + * - **CRS-PROJCRS** [2966] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_2966 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas South Central (ftUS) + * - **CRS-PROJCRS** [3674] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_3674 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 13N + * - **CRS-PROJCRS** [22713] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_22713 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Modified West Belt + * - **CRS-PROJCRS** [5173] + * - **Area**: Republic of Korea (South Korea) - onshore between 124°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.04,124.53,33.99,126` + */ +export const EPSG_5173 = + '+proj=tmerc +lat_0=38 +lon_0=125.002890277778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * RGAF09 + * - **CRS-GEOGCRS** [5489] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_5489 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Kentucky North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8741] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_8741 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-51 Odessa + * - **CRS-PROJCRS** [9853] + * - **Area**: Ukraine - Odessa region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.24,28.21,45.2,31.3` + */ +export const EPSG_9853 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Gabon TM 2011 + * - **CRS-PROJCRS** [5523] + * - **Area**: Gabon - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `2.32,7.03,-6.37,14.52` + */ +export const EPSG_5523 = + '+proj=tmerc +lat_0=0 +lon_0=11.5 +k=0.9996 +x_0=1500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Burns-Harper zone (m) + * - **CRS-PROJCRS** [8311] + * - **Area**: United States (USA) - Oregon - Burns-Harper area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.19,-118.61,43.49,-117.49` + */ +export const EPSG_8311 = + '+proj=tmerc +lat_0=43.5 +lon_0=-117.666666666667 +k=1.00014 +x_0=90000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * BDA2000 + * - **CRS-GEOGCRS** [4762] + * - **Area**: Bermuda - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `35.73,-68.83,28.91,-60.7` + */ +export const EPSG_4762 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * MHWS height + * - **CRS-VERTCRS** [5870] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5870 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 13S + * - **CRS-PROJCRS** [32713] + * - **Area**: Between 108°W and 102°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-108,-80,-102` + */ +export const EPSG_32713 = '+proj=utm +zone=13 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 + * - **CRS-GEOGCRS** [4298] + * - **Area**: Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `19` + * - **BBOX**: `7.67,109.31,0.85,119.61` + */ +export const EPSG_4298 = + '+proj=longlat +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2013 / UTM zone 19S + * - **CRS-PROJCRS** [9150] + * - **Area**: Chile - 72°W to 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-72,-59.87,-66` + */ +export const EPSG_9150 = '+proj=utm +zone=19 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 21S + * - **CRS-PROJCRS** [31996] + * - **Area**: South America onshore and offshore, southern hemisphere between 60°W and 54°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-60,-44.82,-54` + */ +export const EPSG_31996 = + '+proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 43S + * - **CRS-PROJCRS** [32343] + * - **Area**: Between 72°E and 78°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,72,-80,78` + */ +export const EPSG_32343 = + '+proj=utm +zone=43 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Arc 1960 / UTM zone 35N + * - **CRS-PROJCRS** [21095] + * - **Area**: Uganda - north of equator and west of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `0.86,29.71,0,30` + */ +export const EPSG_21095 = + '+proj=utm +zone=35 +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Arizona West + * - **CRS-PROJCRS** [26750] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_26750 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + EVRF2000 Austria height + * - **CRS-COMPOUNDCRS** [9500] + * - **Area**: Austria. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_9500 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 19S + * - **CRS-PROJCRS** [31979] + * - **Area**: Brazil - between 72°W and 66°W, northern and southern hemispheres. In remainder of South America - between 72°W and 66°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `2.15,-72,-59.87,-66` + */ +export const EPSG_31979 = + '+proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 56N + * - **CRS-PROJCRS** [32656] + * - **Area**: Between 150°E and 156°E, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,150,0,156` + */ +export const EPSG_32656 = '+proj=utm +zone=56 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Iowa South (ftUS) + * - **CRS-PROJCRS** [3418] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_3418 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * IGb08 + * - **CRS-GCENCRS** [9015] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9015 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGR92 + * - **CRS-GEOGCRS** [4627] + * - **Area**: Reunion - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-18.28,51.83,-24.72,58.24` + */ +export const EPSG_4627 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ITRF97 + * - **CRS-GEOG3DCRS** [7908] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.18` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7908 = + '+proj=longlat +ellps=GRS80 +towgs84=-14.63,-27.62,-25.32,-1.7893,-0.6047,0.9962,6.695 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone C5 + * - **CRS-PROJCRS** [5935] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `71,132,59,-138` + */ +export const EPSG_5935 = + '+proj=lcc +lat_0=65.1012708888889 +lon_0=177 +lat_1=69 +lat_2=61 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 36N (N-E) + * - **CRS-PROJCRS** [3048] + * - **Area**: Europe between 30°E and 36°E: Finland - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.7,30,61.73,36.01` + */ +export const EPSG_3048 = + '+proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 6N + * - **CRS-PROJCRS** [32206] + * - **Area**: Between 150°W and 144°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-150,0,-144` + */ +export const EPSG_32206 = + '+proj=utm +zone=6 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 8 Québec + * - **CRS-PROJCRS** [42104] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42104 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota Red Lake + * - **CRS-GEOGCRS** [104761] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104761 = '+proj=longlat +a=6378445.763 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * OSGB36 + * - **CRS-GEOGCRS** [4277] + * - **Area**: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `61.01,-9.01,49.75,2.01` + */ +export const EPSG_4277 = + '+proj=longlat +ellps=airy +nadgrids=OSTN15_NTv2_OSGBtoETRS.gsb +no_defs +type=crs'; + +/** + * Fischer modified + * - **CRS-GEOGCRS** [37004] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37004 = '+proj=longlat +ellps=fschr60m +no_defs +type=crs'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [2209] + * - **Area**: Türkiye (Turkey) - between 34°30'E and 37°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `42.15,34.5,35.81,37.5` + */ +export const EPSG_2209 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 16 + * - **CRS-PROJCRS** [22656] + * - **Area**: Canada - Ontario - between 94°30'W and 91°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.2,-94.5,48.06,-91.5` + */ +export const EPSG_22656 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [2659] + * - **Area**: Russian Federation - onshore between 73°30'E and 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,73.5,53.47,76.5` + */ +export const EPSG_2659 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 + * - **CRS-GEOG3DCRS** [8254] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8254 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Cais da Figueirinha depth + * - **CRS-VERTCRS** [10377] + * - **Area**: Portugal - central Azores - Terceira island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.86,-27.44,38.57,-26.97` + */ +export const EPSG_10377 = '+vunits=m +no_defs +type=crs'; + +/** + * REGVEN + * - **CRS-GEOG3DCRS** [4963] + * - **Area**: Venezuela - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `16.75,-73.38,0.64,-58.95` + */ +export const EPSG_4963 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 4 (E-N) + * - **CRS-PROJCRS** [5671] + * - **Area**: Czechia - west of 13°30'E. Germany - states of former East Germany onshore - between 10°30'E and 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.74,10.5,48.97,13.5` + */ +export const EPSG_5671 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Wellington Circuit + * - **CRS-PROJCRS** [27213] + * - **Area**: New Zealand - North Island - Wellington meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.91,174.52,-41.5,175.36` + */ +export const EPSG_27213 = + '+proj=tmerc +lat_0=-41.3013196388889 +lon_0=174.776623111111 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * St. Stephen (Ferro) + * - **CRS-GEOGCRS** [8043] + * - **Area**: Austria - Lower Austria. Czechia - Moravia and Czech Silesia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `50.45,14.41,47.42,18.86` + */ +export const EPSG_8043 = '+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs'; + +/** + * Jordan Transverse Mercator + * - **CRS-PROJCRS** [102158] + * - **Area**: Jordan + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.38,34.88,29.18,39.31` + */ +export const EPSG_102158 = + '+proj=tmerc +lat_0=0 +lon_0=37 +k=0.9998 +x_0=500000 +y_0=-3000000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * S34J reconstruction east-orientated + * - **CRS-PROJCRS** [10160] + * - **Area**: Denmark - Jutland and Funen - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.67,11.29` + */ +export const EPSG_10160 = + '+proj=tmerc +lat_0=0 +lon_0=10.37 +k=1 +x_0=-210327 +y_0=-6034310 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * S-JTSK (Ferro) / Krovak East North + * - **CRS-PROJCRS** [5221] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_5221 = + '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arkansas North + * - **CRS-PROJCRS** [26951] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_26951 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 28 + * - **CRS-PROJCRS** [4060] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 27°E and 29°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-6.43,27,-13.39,29` + */ +export const EPSG_4060 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / New Jersey + * - **CRS-PROJCRS** [32011] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_32011 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.6666666666667 +k=0.999975 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR13P01 + * - **CRS-GEOG3DCRS** [8940] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8940 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lyon (US foot) + * - **CRS-PROJCRS** [103749] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103749 = + '+proj=lcc +lat_0=44.1955555555556 +lon_0=-95.85 +lat_1=44.25 +lat_2=44.5833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378559.758 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * Observatorio Meteorologico 1965 + * - **CRS-GEOGCRS** [104126] + * - **Area**: China - Macao + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_104126 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83 / BLM 10N (ftUS) + * - **CRS-PROJCRS** [4430] + * - **Area**: United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.09,-126,30.54,-119.99` + */ +export const EPSG_4430 = + '+proj=tmerc +lat_0=0 +lon_0=-123 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 41N + * - **CRS-PROJCRS** [32441] + * - **Area**: Between 60°E and 66°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,60,0,66` + */ +export const EPSG_32441 = + '+proj=utm +zone=41 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Fond du Lac (meters) + * - **CRS-PROJCRS** [103319] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103319 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin South + * - **CRS-PROJCRS** [32154] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_32154 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS IX + * - **CRS-PROJCRS** [30169] + * - **Area**: Japan - onshore - Honshu - Tokyo-to. (Excludes offshore island areas of Tokyo-to covered by Japan Plane Rectangular Coordinate System zones XIV, XVIII and XIX). + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `37.98,138.4,29.31,141.11` + */ +export const EPSG_30169 = + '+proj=tmerc +lat_0=36 +lon_0=139.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 3 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8805] + * - **Area**: United States (USA) - Alaska - between 148°W and 144°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_8805 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 1-21 + * - **CRS-PROJCRS** [6118] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.84,-180,82.83,-120` + */ +export const EPSG_6118 = + '+proj=lcc +lat_0=85.4371183333333 +lon_0=-150 +lat_1=87 +lat_2=83.6666666666667 +x_0=21500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Voirol 1879 / Nord Algerie (ancienne) + * - **CRS-PROJCRS** [30493] + * - **Area**: Algeria - onshore north of 38.5 grads North (34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.22,34.64,8.64` + */ +export const EPSG_30493 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * Behrmann + * - **CRS-PROJCRS** [53017] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53017 = + '+proj=cea +lat_ts=30 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / West Virginia South + * - **CRS-PROJCRS** [2858] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_2858 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 4S + * - **CRS-PROJCRS** [32504] + * - **Area**: Between 162°W and 156°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-162,-80,-156` + */ +export const EPSG_32504 = + '+proj=utm +zone=4 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 84E + * - **CRS-PROJCRS** [21328] + * - **Area**: Russian Federation - onshore between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.56,82.5,49.58,85.5` + */ +export const EPSG_21328 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Watseka (ftUS) + * - **CRS-PROJCRS** [23315] + * - **Area**: United States (USA) - Illinois - counties of Ford and Iroquois. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.02,-88.46,40.39,-87.52` + */ +export const EPSG_23315 = + '+proj=lcc +lat_1=40.75 +lat_0=40.75 +lon_0=-87.95 +k_0=1.000024 +x_0=1749860.2997206 +y_0=530048.26009652 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Ohio North + * - **CRS-PROJCRS** [6548] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_6548 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [4575] + * - **Area**: China - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.52,114,22.14,120` + */ +export const EPSG_4575 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Washburn (ftUS) + * - **CRS-PROJCRS** [8106] + * - **Area**: United States (USA) - Wisconsin - Washburn county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.06,45.63,-91.54` + */ +export const EPSG_8106 = + '+proj=lcc +lat_1=45.9612198333333 +lat_0=45.9612198333333 +lon_0=-91.7833333333333 +k_0=1.0000475376 +x_0=234086.868173736 +y_0=188358.605943612 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / Cape Verde National + * - **CRS-PROJCRS** [4826] + * - **Area**: Cape Verde - onshore and offshore. Includes Boa Vista, Brava, Fogo, Maio, Sal, Santo Antao, Sao Nicolau, Sao Tiago, Sao Vicente. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `20.54,-28.85,11.47,-19.53` + */ +export const EPSG_4826 = + '+proj=lcc +lat_0=15.8333333333333 +lon_0=-24 +lat_1=15 +lat_2=16.6666666666667 +x_0=161587.83 +y_0=128511.202 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * AIOC95 depth + * - **CRS-VERTCRS** [5734] + * - **Area**: Azerbaijan - Caspian offshore and onshore Sangachal terminal. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.59,48.66,37.89,51.73` + */ +export const EPSG_5734 = '+vunits=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria Central Zone + * - **CRS-PROJCRS** [31282] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_31282 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * BBT2000 + * - **CRS-GEOGCRS** [10475] + * - **Area**: Austria and Italy - on or related to the Brenner Base Tunnel rail route from Innsbruck to Fortezza (Franzensfeste). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.33,11.04,46.45,11.91` + */ +export const EPSG_10475 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Neptune + * - **CRS-GEOGCRS** [104960] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104960 = '+proj=longlat +a=24764000 +rf=58.5437352245863 +no_defs +type=crs'; + +/** + * Afgooye / UTM zone 39N + * - **CRS-PROJCRS** [20539] + * - **Area**: Somalia - onshore east of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `12.03,48,4.44,51.47` + */ +export const EPSG_20539 = + '+proj=utm +zone=39 +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CR05 + * - **CRS-GEOG3DCRS** [5364] + * - **Area**: Costa Rica - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_5364 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Steuben (m) + * - **CRS-PROJCRS** [7359] + * - **Area**: United States (USA) - Indiana - Steuben county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-85.2,41.52,-84.8` + */ +export const EPSG_7359 = + '+proj=tmerc +lat_0=41.5 +lon_0=-85 +k=1.000041 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine CS2000 Central + * - **CRS-PROJCRS** [3463] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `47.47,-70.03,43.75,-68.33` + */ +export const EPSG_3463 = + '+proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / UTM zone 32N + * - **CRS-PROJCRS** [3199] + * - **Area**: Libya - west of 12°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `33.92,9.31,23.51,12` + */ +export const EPSG_3199 = + '+proj=utm +zone=32 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 18N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6661] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_6661 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Tobler Cylindrical II + * - **CRS-PROJCRS** [54101] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54101 = + 'PROJCS["WGS_1984_Tobler_Cylindrical_II",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Tobler_Cylindrical_II"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","54101"]]'; + +/** + * NAD 1983 (CORS96) SPCS South Dakota S (US Feet) + * - **CRS-PROJCRS** [103525] + * - **Area**: USA - South Dakota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_103525 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=42.8333333333333 +lat_2=44.4 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / Australian Antarctic Lambert + * - **CRS-PROJCRS** [3033] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `-60,45,-80,160` + */ +export const EPSG_3033 = + '+proj=lcc +lat_0=-50 +lon_0=70 +lat_1=-68.5 +lat_2=-74.5 +x_0=6000000 +y_0=6000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Pennsylvania South (ftUS) + * - **CRS-PROJCRS** [2272] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_2272 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Idaho Central + * - **CRS-PROJCRS** [2788] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_2788 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 14 + * - **CRS-PROJCRS** [7070] + * - **Area**: United States (USA) - Iowa - counties of Des Moines; Henry; Lee; Louisa; Muscatine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.6,-91.72,40.36,-90.78` + */ +export const EPSG_7070 = + '+proj=tmerc +lat_0=40.25 +lon_0=-91.25 +k=1.000018 +x_0=7467614.93522987 +y_0=1889763.77952756 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / NCRS Las Vegas high (m) + * - **CRS-PROJCRS** [8385] + * - **Area**: United States (USA) - Nevada - Las Vegas area above approximately 2850 feet. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8385 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.000135 +x_0=300000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E + * - **CRS-PROJCRS** [2622] + * - **Area**: Russian Federation - onshore between 136°30'E and 139°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.27,136.5,44.76,139.5` + */ +export const EPSG_2622 = + '+proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Kp2000 Bornholm + DVR90 height + * - **CRS-COMPOUNDCRS** [7420] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_7420 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=900000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * IGD05 + * - **CRS-GEOG3DCRS** [7135] + * - **Area**: Israel - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.53,32.99,29.45,35.69` + */ +export const EPSG_7135 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 8 + * - **CRS-PROJCRS** [5108] + * - **Area**: Norway - onshore - between 8°E and 9°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `64.1,8,58,9.01` + */ +export const EPSG_5108 = + '+proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 / CC48 + * - **CRS-PROJCRS** [9828] + * - **Area**: France - mainland onshore between 47°N and 49°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49,-4.87,47,8.23` + */ +export const EPSG_9828 = + '+proj=lcc +lat_0=48 +lon_0=3 +lat_1=47.25 +lat_2=48.75 +x_0=1700000 +y_0=7200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [2337] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_2337 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Pepin and Pierce (m) + * - **CRS-PROJCRS** [7565] + * - **Area**: United States (USA) - Wisconsin - counties of Pepin and Pierce. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.87,-92.81,44.4,-91.65` + */ +export const EPSG_7565 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 + * - **CRS-GCENCRS** [5558] + * - **Area**: Ukraine - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.38,22.15,43.18,40.18` + */ +export const EPSG_5558 = '+proj=geocent +ellps=krass +units=m +no_defs +type=crs'; + +/** + * SVS2010 height + * - **CRS-VERTCRS** [8690] + * - **Area**: Slovenia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_8690 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM NS 1997 zone 4 + * - **CRS-PROJCRS** [22338] + * - **Area**: Canada - Nova Scotia - east of 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.08,-63,44.64,-59.73` + */ +export const EPSG_22338 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=14500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * S34S-IRF + * - **CRS-GEOGCRS** [10249] + * - **Area**: Denmark - Zealand and Lolland (onshore). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `56.79,10.79,54.51,12.87` + */ +export const EPSG_10249 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 2 + * - **CRS-PROJCRS** [2767] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_2767 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK21FIN + * - **CRS-PROJCRS** [3875] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `69.33,20.5,59.84,21.5` + */ +export const EPSG_3875 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Easter Island 1967 + * - **CRS-GEOGCRS** [4719] + * - **Area**: Chile - Easter Island onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-27.01,-109.51,-27.25,-109.16` + */ +export const EPSG_4719 = + '+proj=longlat +ellps=intl +towgs84=211,147,111,0,0,0,0 +no_defs +type=crs'; + +/** + * Hammer-Aitoff + * - **CRS-PROJCRS** [54044] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54044 = + 'PROJCS["World_Hammer_Aitoff",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Hammer_Aitoff"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","54044"]]'; + +/** + * Kalianpur 1975 / UTM zone 46N + * - **CRS-PROJCRS** [24346] + * - **Area**: India - mainland onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `29.42,90,21.94,96.01` + */ +export const EPSG_24346 = + '+proj=utm +zone=46 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Idaho West + * - **CRS-PROJCRS** [3526] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_3526 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Indian 1960 / TM 106 NE + * - **CRS-PROJCRS** [3176] + * - **Area**: Vietnam - offshore - Cuu Long basin and northwestern part of Nam Con Son basin. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `11.15,106.54,7.99,110` + */ +export const EPSG_3176 = + '+proj=tmerc +lat_0=0 +lon_0=106 +k=0.9996 +x_0=500000 +y_0=0 +ellps=evrst30 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 38S + * - **CRS-PROJCRS** [32338] + * - **Area**: Between 42°E and 48°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,42,-80,48` + */ +export const EPSG_32338 = + '+proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 16N + * - **CRS-PROJCRS** [32416] + * - **Area**: Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-90,0,-84` + */ +export const EPSG_32416 = + '+proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / South Dakota North (ftUS) + * - **CRS-PROJCRS** [3658] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_3658 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SRVN16 height + * - **CRS-VERTCRS** [9255] + * - **Area**: Argentina - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-55.11,-53.65` + */ +export const EPSG_9255 = '+vunits=m +no_defs +type=crs'; + +/** + * RGSPM06 / UTM zone 21N + * - **CRS-PROJCRS** [4467] + * - **Area**: St Pierre and Miquelon - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.37,-57.1,43.41,-55.9` + */ +export const EPSG_4467 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ19-20 + * - **CRS-PROJCRS** [3208] + * - **Area**: Antarctica - 64°S to 68°S and 72°W to 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,-72,-68,-60` + */ +export const EPSG_3208 = + '+proj=lcc +lat_0=-90 +lon_0=-66 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Virginia North + * - **CRS-PROJCRS** [32046] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_32046 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=38.0333333333333 +lat_2=39.2 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF01P01 + * - **CRS-GCENCRS** [8917] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8917 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TMzn35N + * - **CRS-PROJCRS** [4037] + * - **Area**: Moldova - west of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.47,26.63,45.44,30` + */ +export const EPSG_4037 = '+proj=utm +zone=35 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo21 + * - **CRS-PROJCRS** [2049] + * - **Area**: South Africa - onshore between 20°E and 22°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-24.76,19.99,-34.88,22.01` + */ +export const EPSG_2049 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 6N + * - **CRS-PROJCRS** [26906] + * - **Area**: United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_26906 = + '+proj=utm +zone=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 16N + * - **CRS-PROJCRS** [22416] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_22416 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Mars - Phobos IAU 2015 + * - **CRS-GEOGCRS** [104872] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104872 = '+proj=longlat +R=11080 +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 43 + * - **CRS-PROJCRS** [2419] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_2419 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / BIO2020 + * - **CRS-PROJCRS** [8014] + * - **Area**: Australia - Western Australia - Barrow Island and Onslow area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-20.21,114.9,-22.2,115.59` + */ +export const EPSG_8014 = + '+proj=tmerc +lat_0=0 +lon_0=115.25 +k=1.0000022 +x_0=60000 +y_0=2700000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / Peru west zone + * - **CRS-PROJCRS** [24891] + * - **Area**: Peru - west of 79°W. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `-3.38,-81.41,-8.32,-79` + */ +export const EPSG_24891 = + '+proj=tmerc +lat_0=-6 +lon_0=-80.5 +k=0.99983008 +x_0=222000 +y_0=1426834.743 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EST97 + * - **CRS-GCENCRS** [4934] + * - **Area**: Estonia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,20.37,57.52,28.2` + */ +export const EPSG_4934 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Pandora + * - **CRS-GEOGCRS** [104937] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104937 = '+proj=longlat +R=41900 +no_defs +type=crs'; + +/** + * Lyttelton 1937 height + * - **CRS-VERTCRS** [5763] + * - **Area**: New Zealand - South Island - between approximately 41°20'S and 45°S - Lyttleton vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-41.6,168.95,-44.92,173.77` + */ +export const EPSG_5763 = '+vunits=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Paro TM + * - **CRS-PROJCRS** [5299] + * - **Area**: Bhutan - Paro district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.79,89.12,27.18,89.56` + */ +export const EPSG_5299 = + '+proj=tmerc +lat_0=0 +lon_0=89.35 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Lincoln (m) + * - **CRS-PROJCRS** [8151] + * - **Area**: United States (USA) - Wisconsin - Lincoln county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.56,-90.05,45.11,-89.42` + */ +export const EPSG_8151 = + '+proj=tmerc +lat_0=44.8444444444444 +lon_0=-89.7333333333333 +k=1.0000599003 +x_0=116129.0323 +y_0=0.0058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 34 + * - **CRS-PROJCRS** [4522] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_4522 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 53S + * - **CRS-PROJCRS** [32553] + * - **Area**: Between 132°E and 138°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,132,-80,138` + */ +export const EPSG_32553 = + '+proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 / UTM zone 15N + * - **CRS-PROJCRS** [4488] + * - **Area**: Mexico between 96°W and 90°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26,-96,12.1,-90` + */ +export const EPSG_4488 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 16 Chottogram + * - **CRS-PROJCRS** [102949] + * - **Area**: Bangladesh - Chottogram + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.9834,91.3,20.5833,92.3667` + */ +export const EPSG_102949 = + '+proj=cass +lat_0=22 +lon_0=92 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD83 / Texas South Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8782] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_8782 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=3999999.9998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1927 StatePlane California V Ventura + * - **CRS-PROJCRS** [102699] + * - **Area**: USA - California - SPCS27 - 5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.81,-121.43,32.76,-114.12` + */ +export const EPSG_102699 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=34.0333333333333 +lat_2=35.4666666666667 +x_0=124358.648717297 +y_0=-81076.9621539243 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 41 + * - **CRS-PROJCRS** [2675] + * - **Area**: Russian Federation - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,121.5,53.18,124.5` + */ +export const EPSG_2675 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS South Carolina (Feet) + * - **CRS-PROJCRS** [102733] + * - **Area**: USA - South Carolina + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_102733 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=32.5 +lat_2=34.8333333333333 +x_0=609600 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / California zone 1 (ftUS) + * - **CRS-PROJCRS** [2225] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_2225 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Quibdo urban grid + * - **CRS-PROJCRS** [6266] + * - **Area**: Colombia - Quibdo city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.72,-76.68,5.66,-76.63` + */ +export const EPSG_6266 = + '+proj=col_urban +lat_0=5.69424766111111 +lon_0=-76.6507538583333 +x_0=1047273.617 +y_0=1121443.09 +h_0=44 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wisconsin Central + * - **CRS-PROJCRS** [103572] + * - **Area**: USA - Wisconsin - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_103572 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=44.25 +lat_2=45.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 + * - **CRS-GEOG3DCRS** [9469] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_9469 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * IGM95 / UTM zone 32N + * - **CRS-PROJCRS** [3064] + * - **Area**: Italy - onshore and offshore - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.04,5.93,36.53,12` + */ +export const EPSG_3064 = + '+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(PA11) / UTM zone 2S + * - **CRS-PROJCRS** [6636] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.11,-170.88,-14.59,-168.09` + */ +export const EPSG_6636 = '+proj=utm +zone=2 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRF94 + * - **CRS-GCENCRS** [7924] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7924 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Minnesota South + * - **CRS-PROJCRS** [26793] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_26793 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=43.7833333333333 +lat_2=45.2166666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ISN2016 / LAEA Europe + * - **CRS-PROJCRS** [9039] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_9039 = + '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arkansas South (ftUS) + * - **CRS-PROJCRS** [3434] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_3434 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * PRS92 / Philippines zone 1 + * - **CRS-PROJCRS** [3121] + * - **Area**: Philippines - west of 118°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.05` + * - **BBOX**: `18.64,116.04,6.21,118` + */ +export const EPSG_3121 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06 +units=m +no_defs +type=crs'; + +/** + * NAD83(MA11) + * - **CRS-GCENCRS** [6323] + * - **Area**: Guam, Northern Mariana Islands and Palau; onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,129.48,1.64,149.55` + */ +export const EPSG_6323 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1962 / UTM zone 41N + * - **CRS-PROJCRS** [24311] + * - **Area**: Pakistan - onshore west of 66°E. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `29.87,60.86,24.98,66.01` + */ +export const EPSG_24311 = + '+proj=utm +zone=41 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / North Pole LAEA Bering Sea + * - **CRS-PROJCRS** [3571] + * - **Area**: Northern hemisphere - north of 45°N, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,45,180` + */ +export const EPSG_3571 = + '+proj=laea +lat_0=90 +lon_0=180 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Eckert III + * - **CRS-PROJCRS** [54013] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54013 = + '+proj=eck3 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MONREF 1997 UTM Zone 48 N + * - **CRS-PROJCRS** [102226] + * - **Area**: Mongolia - between 102~E and 108~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.42,102,41.58,108` + */ +export const EPSG_102226 = '+proj=utm +zone=48 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E + * - **CRS-PROJCRS** [2730] + * - **Area**: Russian Federation - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.7,112.5,49.49,115.5` + */ +export const EPSG_2730 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * TWD97 + * - **CRS-GCENCRS** [3822] + * - **Area**: Taiwan, Republic of China - onshore and offshore - Taiwan Island, Penghu (Pescadores) Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.96,114.32,17.36,123.61` + */ +export const EPSG_3822 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Brown (m) + * - **CRS-PROJCRS** [7532] + * - **Area**: United States (USA) - Wisconsin - Brown county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.26,44.24,-87.76` + */ +export const EPSG_7532 = + '+proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31600 +y_0=4600 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 52 + * - **CRS-PROJCRS** [20352] + * - **Area**: Australia - South Australia west of 132°E, Western Australia east of 126°E, offshore federal waters between 126°E and 129°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-9.37,125.99,-37.05,132.01` + */ +export const EPSG_20352 = + '+proj=utm +zone=52 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 36 + * - **CRS-PROJCRS** [2360] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_2360 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Katanga 1955 / Katanga Gauss zone C + * - **CRS-PROJCRS** [3988] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Katanga between 24°30'E and 27°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.99,24.5,-12.08,27.5` + */ +export const EPSG_3988 = + '+proj=tmerc +lat_0=-9 +lon_0=26 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-102.283,-10.277,-257.396,-3.976,-0.002,-6.203,12.315 +units=m +no_defs +type=crs'; + +/** + * PZ-90 + * - **CRS-GCENCRS** [4922] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4922 = '+proj=geocent +a=6378136 +rf=298.257839303 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 10N + * - **CRS-PROJCRS** [26910] + * - **Area**: North America - between 126°W and 120°W - onshore and offshore. Canada - British Columbia; Northwest Territories; Yukon. United States (USA) - California; Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `81.8,-126,30.54,-119.99` + */ +export const EPSG_26910 = + '+proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * HTRS96 + * - **CRS-GCENCRS** [4888] + * - **Area**: Croatia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.54,13,41.62,19.43` + */ +export const EPSG_4888 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Anoka (US foot) + * - **CRS-PROJCRS** [103708] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103708 = + '+proj=lcc +lat_0=45.0352777777778 +lon_0=-93.2666666666667 +lat_1=45.0666666666667 +lat_2=45.3666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378418.941 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * RGWF96 (lon-lat) + * - **CRS-GEOG3DCRS** [8901] + * - **Area**: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-9.84,179.49,-15.94,-174.27` + */ +export const EPSG_8901 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / West Virginia North + * - **CRS-PROJCRS** [32050] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_32050 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=39 +lat_2=40.25 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * RGM04 / UTM zone 38S + * - **CRS-PROJCRS** [4471] + * - **Area**: Mayotte - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-11.33,43.68,-14.49,46.7` + */ +export const EPSG_4471 = + '+proj=utm +zone=38 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Sheboygan (meters) + * - **CRS-PROJCRS** [103358] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103358 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York East + * - **CRS-PROJCRS** [32115] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_32115 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * South Yemen + * - **CRS-GEOGCRS** [4164] + * - **Area**: Yemen - South Yemen onshore mainland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `19,43.37,12.54,53.14` + */ +export const EPSG_4164 = + '+proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 19 + NN54 height + * - **CRS-COMPOUNDCRS** [6159] + * - **Area**: Norway - onshore - between 19°E and 20°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.35,19,68.33,20.01` + */ +export const EPSG_6159 = + '+proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 16N + * - **CRS-PROJCRS** [22816] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_22816 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * HS2 Survey Grid + HS2-VRF height + * - **CRS-COMPOUNDCRS** [9306] + * - **Area**: United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.3,-2.75,51.45,0` + */ +export const EPSG_9306 = + '+proj=tmerc +lat_0=52.3 +lon_0=-1.5 +k=1 +x_0=198873.0046 +y_0=375064.3871 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 45S + * - **CRS-PROJCRS** [32545] + * - **Area**: Between 84°E and 90°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,84,-80,90` + */ +export const EPSG_32545 = + '+proj=utm +zone=45 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nebraska + * - **CRS-PROJCRS** [2819] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_2819 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [4534] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_4534 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Mississippi West + * - **CRS-PROJCRS** [6509] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_6509 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Georgia Geodetic Datum + * - **CRS-GEOGCRS** [104022] + * - **Area**: Georgia - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.59,39.99,41.04,46.72` + */ +export const EPSG_104022 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Marinette (m) + * - **CRS-PROJCRS** [8147] + * - **Area**: United States (USA) - Wisconsin - Marinette county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-88.43,44.96,-87.48` + */ +export const EPSG_8147 = + '+proj=tmerc +lat_0=44.6916666666667 +lon_0=-87.7111111111111 +k=1.0000234982 +x_0=238658.8794 +y_0=0.0032 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Antalya height + * - **CRS-VERTCRS** [5775] + * - **Area**: Türkiye (Turkey) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.15,25.62,35.81,44.83` + */ +export const EPSG_5775 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine East (ftUS) + * - **CRS-PROJCRS** [26855] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_26855 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jackson (ftUS) + * - **CRS-PROJCRS** [7318] + * - **Area**: United States (USA) - Indiana - Jackson county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.08,-86.32,38.72,-85.79` + */ +export const EPSG_7318 = + '+proj=tmerc +lat_0=38.7 +lon_0=-85.95 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ISN2004 / Lambert 2004 + * - **CRS-PROJCRS** [5325] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_5325 = + '+proj=lcc +lat_0=65 +lon_0=-19 +lat_1=64.25 +lat_2=65.75 +x_0=1700000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Metis + * - **CRS-GEOGCRS** [104921] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104921 = '+proj=longlat +a=30000 +rf=3 +no_defs +type=crs'; + +/** + * NAD83 / Nevada Central (ftUS) + * - **CRS-PROJCRS** [3422] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_3422 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Maryland + * - **CRS-PROJCRS** [26785] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_26785 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-77 +lat_1=38.3 +lat_2=39.45 +x_0=243840.487680975 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Utah North + * - **CRS-PROJCRS** [6620] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_6620 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine CS2000 East + * - **CRS-PROJCRS** [3072] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `47.37,-68.58,44.18,-66.91` + */ +export const EPSG_3072 = + '+proj=tmerc +lat_0=43.8333333333333 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Washington South + * - **CRS-PROJCRS** [103564] + * - **Area**: USA - Washington - SPCS83 - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_103564 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=45.8333333333333 +lat_2=47.3333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan Central (ft) + * - **CRS-PROJCRS** [3588] + * - **Area**: 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**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_3588 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=5999999.999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Santa Marta urban grid + * - **CRS-PROJCRS** [6270] + * - **Area**: Colombia - Santa Marta city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.3,-74.24,11.16,-74.13` + */ +export const EPSG_6270 = + '+proj=col_urban +lat_0=11.2196430555556 +lon_0=-74.2250052777778 +x_0=983892.409 +y_0=1732533.518 +h_0=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado South (ftUS) + * - **CRS-PROJCRS** [2233] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_2233 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [2663] + * - **Area**: Russian Federation - onshore between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.16,85.5,49.07,88.5` + */ +export const EPSG_2663 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 10 + * - **CRS-PROJCRS** [102375] + * - **Area**: USA - Alaska - Aleutian Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_102375 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=51.8333333333333 +lat_2=53.8333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8794] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_8794 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [2399] + * - **Area**: Czechia - between 13°30'E and 16°30'E. Germany - states of former East Germany onshore east of 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen. Hungary - west of 16°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.72,13.5,46.54,16.5` + */ +export const EPSG_2399 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2376] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_2376 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * MRH21 Grid + * - **CRS-PROJCRS** [9869] + * - **Area**: United Kingdom (UK) - on or related to Midland Rail Hub, covering routes through Cardiff, Bristol, Gloucester, Derby, Birmingham, Leicester, and Lincoln. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.26,-3.27,51.35,-0.36` + */ +export const EPSG_9869 = + '+proj=tmerc +lat_0=52.3 +lon_0=-1.8 +k=1 +x_0=227286.9881 +y_0=265751.2874 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Germany Zone 1 + * - **CRS-PROJCRS** [103972] + * - **Area**: Germany - offshore North Sea west of 4.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,55.24,4.5` + */ +export const EPSG_103972 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * CI1979 / Chatham Islands Map Grid + * - **CRS-PROJCRS** [5519] + * - **Area**: New Zealand - Chatham Islands group - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-43.3,-177.25,-44.64,-175.54` + */ +export const EPSG_5519 = + '+proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=350000 +y_0=650000 +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,-0.554,0.2263 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / Gauss-Kruger zone 2 + * - **CRS-PROJCRS** [3834] + * - **Area**: Germany - states of former East Germany - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.23,9.92,50.2,12` + */ +export const EPSG_3834 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E + * - **CRS-PROJCRS** [2726] + * - **Area**: Russian Federation - onshore between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,100.5,50.17,103.5` + */ +export const EPSG_2726 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * DIBA15 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10208] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Didcot to Banbury. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.11,-1.46,51.57,-1.15` + */ +export const EPSG_10208 = + '+proj=tmerc +lat_0=51.85 +lon_0=-1.3 +k=1 +x_0=511622.854 +y_0=324737.4633 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 50S + * - **CRS-PROJCRS** [9490] + * - **Area**: Indonesia - south of equator and between 114°E and 120°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,114,-13.06,120.01` + */ +export const EPSG_9490 = '+proj=utm +zone=50 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Astro DOS 71 / SHLG71 + * - **CRS-PROJCRS** [7877] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7877 = + '+proj=tmerc +lat_0=-15.9666666666667 +lon_0=-5.71666666666667 +k=1 +x_0=300000 +y_0=2000000 +ellps=intl +towgs84=-323.65,551.39,-491.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JAD2001 + * - **CRS-GEOGCRS** [4758] + * - **Area**: Jamaica - onshore and offshore. Includes Morant Cays and Pedro Cays. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `19.36,-80.6,14.08,-74.51` + */ +export const EPSG_4758 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83 / Utah South (ftUS) + * - **CRS-PROJCRS** [3567] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_3567 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 29S + * - **CRS-PROJCRS** [32729] + * - **Area**: Between 12°W and 6°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-12,-80,-6` + */ +export const EPSG_32729 = '+proj=utm +zone=29 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 6N + * - **CRS-PROJCRS** [6335] + * - **Area**: United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_6335 = + '+proj=utm +zone=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RT38 + * - **CRS-GEOGCRS** [4308] + * - **Area**: Sweden - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_4308 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK30FIN + * - **CRS-PROJCRS** [3137] + * - **Area**: Finland - between 29°30'E and 30°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.98,29.5,61.43,30.5` + */ +export const EPSG_3137 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CH1903 / LV03 + * - **CRS-PROJCRS** [21781] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_21781 = + '+proj=somerc +lat_0=46.9524055555556 +lon_0=7.43958333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 107-00 + * - **CRS-PROJCRS** [9214] + * - **Area**: Vietnam - Bac Giang and Thua Thien-Hue provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `21.63,105.88,15.99,108.24` + */ +export const EPSG_9214 = + '+proj=tmerc +lat_0=0 +lon_0=107 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Mexico East + * - **CRS-PROJCRS** [3619] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_3619 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 57N + * - **CRS-PROJCRS** [32457] + * - **Area**: Between 156°E and 162°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,156,0,162` + */ +export const EPSG_32457 = + '+proj=utm +zone=57 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 6N (ftUS) + * - **CRS-PROJCRS** [4426] + * - **Area**: United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_4426 = + '+proj=tmerc +lat_0=0 +lon_0=-147 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jordan + * - **CRS-GEOGCRS** [104130] + * - **Area**: Jordan + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.38,34.88,29.18,39.31` + */ +export const EPSG_104130 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD27 / Nevada East + * - **CRS-PROJCRS** [32007] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_32007 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS28-30 + * - **CRS-PROJCRS** [3249] + * - **Area**: Antarctica - 72°S to 76°S and 18°W to 0°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-18,-76,0` + */ +export const EPSG_3249 = + '+proj=lcc +lat_0=-90 +lon_0=-9 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * France_II + * - **CRS-PROJCRS** [42305] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42305 = 'null'; + +/** + * SLVD height + * - **CRS-VERTCRS** [5237] + * - **Area**: Sri Lanka - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_5237 = '+vunits=m +no_defs +type=crs'; + +/** + * Luzon 1911 / Philippines zone II + * - **CRS-PROJCRS** [25392] + * - **Area**: Philippines - onshore approximately between 118°E and 120°E - Palawan; Calamian Islands. + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `11.58,118,8.82,120.07` + */ +export const EPSG_25392 = + '+proj=tmerc +lat_0=0 +lon_0=119 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGS20 + * - **CRS-GCENCRS** [10176] + * - **Area**: World: Afghanistan, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antarctica, Antigua and Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Azerbaijan, Bahamas, Bahrain, Bangladesh, Barbados, Belgium, Belgium, Belize, Benin, Bermuda, Bhutan, Bolivia, Bonaire, Saint Eustasius and Saba, Bosnia and Herzegovina, Botswana, Bouvet Island, Brazil, British Indian Ocean Territory, British Virgin Islands, Brunei Darussalam, Bulgaria, Burkina Faso, Burundi, Cambodia, Cameroon, Canada, Cape Verde, Cayman Islands, Central African Republic, Chad, Chile, China, Christmas Island, Cocos (Keeling) Islands, Comoros, Congo, Cook Islands, Costa Rica, Côte d'Ivoire (Ivory Coast), Croatia, Cuba, Curacao, Cyprus, Czechia, Denmark, Djibouti, Dominica, Dominican Republic, East Timor, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eritrea, Estonia, Eswatini (Swaziland), Ethiopia, Falkland Islands (Malvinas), Faroe Islands, Fiji, Finland, France, French Guiana, French Polynesia, French Southern Territories, Gabon, Gambia, Georgia, Germany, Ghana, Gibraltar, Greece, Greenland, Grenada, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard Island and McDonald Islands, Holy See (Vatican City State), Honduras, China - Hong Kong, Hungary, Iceland, India, Indonesia, Islamic Republic of Iran, Iraq, Ireland, Israel, Italy, Jamaica, Japan, Jordan, Kazakhstan, Kenya, Kiribati, Democratic People's Republic of Korea (North Korea), Republic of Korea (South Korea), Kosovo, Kuwait, Kyrgyzstan, Lao People's Democratic Republic (Laos), Latvia, Lebanon, Lesotho, Liberia, Libyan Arab Jamahiriya, Liechtenstein, Lithuania, Luxembourg, China - Macao, Madagascar, Malawi, Malaysia, Maldives, Mali, Malta, Marshall Islands, Martinique, Mauritania, Mauritius, Mayotte, Mexico, Federated States of Micronesia, Monaco, Mongolia, Montenegro, Montserrat, Morocco, Mozambique, Myanmar (Burma), Namibia, Nauru, Nepal, Netherlands, New Caledonia, New Zealand, Nicaragua, Niger, Nigeria, Niue, Norfolk Island, North Macedonia, Northern Mariana Islands, Norway, Oman, Pakistan, Palau, Panama, Papua New Guinea (PNG), Paraguay, Peru, Philippines, Pitcairn, Poland, Portugal, Puerto Rico, Qatar, Reunion, Romania, Russian Federation, Rwanda, St Barthelemy, St Kitts and Nevis, St Helena, Ascension and Tristan da Cunha, St Lucia, St Martin, St Pierre and Miquelon, Saint Vincent and the Grenadines, Samoa, San Marino, Sao Tome and Principe, Saudi Arabia, Senegal, Serbia, Seychelles, Sierra Leone, Singapore, Slovakia (Slovak Republic), Slovenia, St Maarten, Solomon Islands, Somalia, South Africa, South Georgia and the South Sandwich Islands, South Sudan, Spain, Sri Lanka, Sudan, Suriname, Svalbard and Jan Mayen, Sweden, Switzerland, Syrian Arab Republic, Taiwan, Tajikistan, United Republic of Tanzania, Thailand, The Democratic Republic of the Congo (Zaire), Togo, Tokelau, Tonga, Trinidad and Tobago, Tunisia, Türkiye (Turkey), Turkmenistan, Turks and Caicos Islands, Tuvalu, Uganda, Ukraine, United Arab Emirates (UAE), United Kingdom (UK), United States (USA), United States Minor Outlying Islands, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, US Virgin Islands, Wallis and Futuna, Western Sahara, Yemen, Zambia, Zimbabwe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_10176 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pluto - Charon IAU 2015 + * - **CRS-GEOGCRS** [104999] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104999 = '+proj=longlat +R=606000 +no_defs +type=crs'; + +/** + * NZGD49 / Mount Eden Circuit + * - **CRS-PROJCRS** [27205] + * - **Area**: New Zealand - North Island - Mount Eden meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.1,171.99,-39.01,176.12` + */ +export const EPSG_27205 = + '+proj=tmerc +lat_0=-36.8798652777778 +lon_0=174.764339361111 +k=0.9999 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XVI + * - **CRS-PROJCRS** [2458] + * - **Area**: Japan - onshore - Okinawa-ken west of 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `24.94,122.83,23.98,125.51` + */ +export const EPSG_2458 = + '+proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PD/83 / 3-degree Gauss-Kruger zone 4 (E-N) + * - **CRS-PROJCRS** [5667] + * - **Area**: Germany - Thuringen - east of 10°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.64,10.5,50.2,12.56` + */ +export const EPSG_5667 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 + * - **CRS-GEOG3DCRS** [4975] + * - **Area**: South America - onshore and offshore. Ecuador (mainland and Galapagos) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `16.75,-113.21,-59.87,-26` + */ +export const EPSG_4975 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Peru96 + * - **CRS-GEOG3DCRS** [5372] + * - **Area**: Peru - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-0.03,-84.68,-21.05,-68.67` + */ +export const EPSG_5372 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * CWS13 Grid + * - **CRS-PROJCRS** [10199] + * - **Area**: United Kingdom (UK) - on or related to the rail route from from Chester via Wrexham to Shrewsbury. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.26,-3.16,52.5,-2.65` + */ +export const EPSG_10199 = + '+proj=tmerc +lat_0=52.4 +lon_0=-2.9 +k=1 +x_0=199668.0926 +y_0=89354.3229 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Atlas IAU 2015 + * - **CRS-GEOGCRS** [104976] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104976 = '+proj=longlat +R=15100 +no_defs +type=crs'; + +/** + * GDA94 / MRCG94 + * - **CRS-PROJCRS** [10463] + * - **Area**: Australia - Western Australia - Margaret River area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.51,114.96,-34.42,115.24` + */ +export const EPSG_10463 = + '+proj=tmerc +lat_0=0 +lon_0=115.166666666667 +k=1.0000055 +x_0=50000 +y_0=3950000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 20 + * - **CRS-PROJCRS** [8540] + * - **Area**: United States (USA) - Kansas - counties of Allen; Anderson; Bourbon; Cherokee; Crawford; Franklin; Labette; Linn; Miami; Neosho. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.74,-95.53,36.99,-94.6` + */ +export const EPSG_8540 = + '+proj=tmerc +lat_0=36.75 +lon_0=-95.0833333333333 +k=1.000031 +x_0=6248412.49682499 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Maputo height + * - **CRS-VERTCRS** [5722] + * - **Area**: Mozambique - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-10.42,30.21,-26.87,40.9` + */ +export const EPSG_5722 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Vilas (ftUS) + * - **CRS-PROJCRS** [8110] + * - **Area**: United States (USA) - Wisconsin - Vilas county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.3,-90.05,45.85,-88.93` + */ +export const EPSG_8110 = + '+proj=lcc +lat_1=46.0778440905556 +lat_0=46.0778440905556 +lon_0=-89.4888888888889 +k_0=1.0000730142 +x_0=134417.068834138 +y_0=50337.1092710185 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Aurora (ftUS) + * - **CRS-PROJCRS** [23303] + * - **Area**: United States (USA) - Illinois - counties of Boone, Dekalb, Kane, Kendall and McHenry. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-88.95,41.45,-88.19` + */ +export const EPSG_23303 = + '+proj=tmerc +lat_0=41.25 +lon_0=-88.5 +k=1.00003 +x_0=1150012.7000254 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NGNC08 height + * - **CRS-VERTCRS** [9351] + * - **Area**: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-19.5,163.54,-22.73,168.19` + */ +export const EPSG_9351 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 12S + * - **CRS-PROJCRS** [32512] + * - **Area**: Between 114°W and 108°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-114,-80,-108` + */ +export const EPSG_32512 = + '+proj=utm +zone=12 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM3 + DVR90 height + * - **CRS-COMPOUNDCRS** [4099] + * - **Area**: Denmark - Zealand and Lolland (onshore). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56.79,10.79,54.51,12.87` + */ +export const EPSG_4099 = + '+proj=tmerc +lat_0=0 +lon_0=11.75 +k=0.99998 +x_0=600000 +y_0=-5000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Plate Carree + * - **CRS-PROJCRS** [53001] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53001 = + '+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * EST92 + * - **CRS-GEOGCRS** [4133] + * - **Area**: Estonia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `59.75,21.74,57.52,28.2` + */ +export const EPSG_4133 = + '+proj=longlat +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,-0.0183,0.0003,0.007,-0.014 +no_defs +type=crs'; + +/** + * ETRF2000-PL + * - **CRS-GEOG3DCRS** [9701] + * - **Area**: Poland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,14.14,49,24.15` + */ +export const EPSG_9701 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Missouri East + NAVD88 height + * - **CRS-COMPOUNDCRS** [8813] + * - **Area**: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_8813 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Utah North + * - **CRS-PROJCRS** [32142] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_32142 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 56 + * - **CRS-PROJCRS** [20256] + * - **Area**: Australia - onshore and offshore between 150°E and 156°E. Papua New Guinea onshore east of 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-2.32,150,-46.44,156` + */ +export const EPSG_20256 = + '+proj=utm +zone=56 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E + * - **CRS-PROJCRS** [2634] + * - **Area**: Russian Federation - onshore between 172°30'E and 175°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.02,172.5,60.99,175.5` + */ +export const EPSG_2634 = + '+proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 53S + * - **CRS-PROJCRS** [23883] + * - **Area**: Indonesia - south of equator and between 132°E and 138°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,132,-10.06,138.01` + */ +export const EPSG_23883 = + '+proj=utm +zone=53 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 + * - **CRS-GEOG3DCRS** [8239] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8239 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 10 + * - **CRS-PROJCRS** [7066] + * - **Area**: United States (USA) - Iowa - counties of Benton; Cedar; Iowa; Johnson; Jones; Linn. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.3,-92.31,41.42,-90.89` + */ +export const EPSG_7066 = + '+proj=lcc +lat_1=41.8333333333333 +lat_0=41.8333333333333 +lon_0=-91.6666666666667 +k_0=1.00002 +x_0=6248412.49682499 +y_0=2438404.87680975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / North Carolina (ftUS) + * - **CRS-PROJCRS** [2264] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_2264 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.219202438 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RT38 7.5 gon V + * - **CRS-PROJCRS** [3025] + * - **Area**: Sweden - communes west of approximately 12°26'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59.73,10.93,57.29,12.91` + */ +export const EPSG_3025 = + '+proj=tmerc +lat_0=0 +lon_0=11.3082777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Stornoway height + * - **CRS-COMPOUNDCRS** [9428] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Outer Hebrides onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `58.54,-7.72,56.76,-6.1` + */ +export const EPSG_9428 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS NY Long Island (US Feet) + * - **CRS-PROJCRS** [103499] + * - **Area**: USA - New York - SPCS - Long Island + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_103499 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=40.6666666666667 +lat_2=41.0333333333333 +x_0=300000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [21017] + * - **Area**: Russian Federation - onshore between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.32,96,49.73,102` + */ +export const EPSG_21017 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 18 + NN2000 height + * - **CRS-COMPOUNDCRS** [5958] + * - **Area**: Norway - onshore - between 18°E and 19°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.29,18,68.04,19.01` + */ +export const EPSG_5958 = + '+proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS IX + * - **CRS-PROJCRS** [6677] + * - **Area**: Japan - onshore - Honshu - Tokyo-to. (Excludes offshore island areas of Tokyo-to covered by Japan Plane Rectangular Coordinate System zones XIV, XVIII and XIX). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.98,138.4,29.31,141.11` + */ +export const EPSG_6677 = + '+proj=tmerc +lat_0=36 +lon_0=139.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 8 + * - **CRS-PROJCRS** [3475] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and between 168°W and 164°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_3475 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 16N + * - **CRS-PROJCRS** [3160] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_3160 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nevada East + * - **CRS-PROJCRS** [103476] + * - **Area**: USA - Nevada - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_103476 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 / LCC + * - **CRS-PROJCRS** [6362] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_6362 = + '+proj=lcc +lat_0=12 +lon_0=-102 +lat_1=17.5 +lat_2=29.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Illinois West + * - **CRS-PROJCRS** [3530] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_3530 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Goode Homolosine - Land + * - **CRS-PROJCRS** [54052] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54052 = + '+proj=igh +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 6 + * - **CRS-PROJCRS** [2771] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_2771 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI 1901 / Slovenia Grid + * - **CRS-PROJCRS** [8686] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_8686 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Sawyer (m) + * - **CRS-PROJCRS** [7573] + * - **Area**: United States (USA) - Wisconsin - Sawyer county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-91.56,45.63,-90.67` + */ +export const EPSG_7573 = + '+proj=lcc +lat_1=45.9000991313889 +lat_0=45.9000991313889 +lon_0=-91.1166666666667 +k_0=1.0000573461 +x_0=216713.2336 +y_0=120734.1631 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / TM33 + * - **CRS-PROJCRS** [2321] + * - **Area**: Türkiye (Turkey) - between 31°30'E and 34°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `42.07,31.5,35.97,34.5` + */ +export const EPSG_2321 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 7 (Feet) + * - **CRS-PROJCRS** [102637] + * - **Area**: USA - Alaska - 164~W to 160~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_102637 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Fort Peck Assiniboine (ft) + * - **CRS-PROJCRS** [7123] + * - **Area**: United States (USA) - Montana - Fort Peck Indian Reservation - higher areas, notably in west and north. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `48.88,-107.57,48.01,-104.78` + */ +export const EPSG_7123 = + '+proj=lcc +lat_1=48.3333333333333 +lat_0=48.3333333333333 +lon_0=-105.5 +k_0=1.00012 +x_0=199999.9999992 +y_0=99999.9999996 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 57 + * - **CRS-PROJCRS** [20257] + * - **Area**: Australia including Lord Howe Island - onshore and offshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-14.08,156,-35.13,162.01` + */ +export const EPSG_20257 = + '+proj=utm +zone=57 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 52S + * - **CRS-PROJCRS** [23882] + * - **Area**: Indonesia - south of equator and between 126°E and 132°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,126,-9.45,132` + */ +export const EPSG_23882 = + '+proj=utm +zone=52 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 + * - **CRS-GCENCRS** [8238] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8238 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E + * - **CRS-PROJCRS** [2635] + * - **Area**: Russian Federation - onshore between 175°30'E and 178°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.1,175.5,62.09,178.5` + */ +export const EPSG_2635 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 11 + * - **CRS-PROJCRS** [7067] + * - **Area**: United States (USA) - Iowa - counties of Clinton; Dubuque; Jackson; Scott. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.68,-91.14,41.44,-90.14` + */ +export const EPSG_7067 = + '+proj=tmerc +lat_0=40.25 +lon_0=-90.5333333333333 +k=1.000027 +x_0=6553213.10642621 +y_0=2316484.63296926 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / North Dakota North (ft) + * - **CRS-PROJCRS** [2265] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_2265 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 + Douglas height + * - **CRS-COMPOUNDCRS** [9429] + * - **Area**: Isle of Man - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.44,-4.87,54.02,-4.27` + */ +export const EPSG_9429 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * RT90 5 gon O + * - **CRS-PROJCRS** [3024] + * - **Area**: Sweden - east of approximately 21°26'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.58,21.34,65.24,24.17` + */ +export const EPSG_3024 = + '+proj=tmerc +lat_0=0 +lon_0=22.5582777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 19 + NN2000 height + * - **CRS-COMPOUNDCRS** [5959] + * - **Area**: Norway - onshore - between 19°E and 20°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.35,19,68.33,20.01` + */ +export const EPSG_5959 = + '+proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS VIII + * - **CRS-PROJCRS** [6676] + * - **Area**: Japan - onshore - Honshu between approximately 137°45'E and 139°E - Niigata-ken; Nagano-ken; Yamanashi-ken; Shizuoka-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.58,137.32,34.54,139.91` + */ +export const EPSG_6676 = + '+proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New York West (US Feet) + * - **CRS-PROJCRS** [103498] + * - **Area**: USA - New York - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_103498 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [21016] + * - **Area**: Russian Federation - onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,90,49.89,96` + */ +export const EPSG_21016 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 7 + * - **CRS-PROJCRS** [3474] + * - **Area**: United States (USA) - Alaska - between 164°W and 160°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_3474 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nevada Central + * - **CRS-PROJCRS** [103477] + * - **Area**: USA - Nevada - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_103477 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Ontario MNR Lambert + * - **CRS-PROJCRS** [3161] + * - **Area**: Canada - Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `56.9,-95.16,41.67,-74.35` + */ +export const EPSG_3161 = + '+proj=lcc +lat_0=0 +lon_0=-85 +lat_1=44.5 +lat_2=53.5 +x_0=930000 +y_0=6430000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 + * - **CRS-GCENCRS** [6363] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_6363 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * S-JTSK [JTSK03] (3D) + * - **CRS-GEOGCRS** [104648] + * - **Area**: Slovakia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.61,16.84,47.73,22.56` + */ +export const EPSG_104648 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Illinois West (ftUS) + * - **CRS-PROJCRS** [3531] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_3531 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=699999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Goode Homolosine - Ocean + * - **CRS-PROJCRS** [54053] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54053 = + '+proj=igh_o +lon_0=-160 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 5 + * - **CRS-PROJCRS** [2770] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_2770 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Sauk (m) + * - **CRS-PROJCRS** [7572] + * - **Area**: United States (USA) - Wisconsin - Sauk county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-90.32,43.14,-89.59` + */ +export const EPSG_7572 = + '+proj=tmerc +lat_0=42.8194444444444 +lon_0=-89.9 +k=1.0000373868 +x_0=185623.5716 +y_0=0.0051 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Slovenia 1996 / UTM zone 33N + * - **CRS-PROJCRS** [8687] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_8687 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape / Lo25 + * - **CRS-PROJCRS** [22285] + * - **Area**: South Africa - onshore between 24°E and 26°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-24.71,24,-34.26,26.01` + */ +export const EPSG_22285 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 6 (Feet) + * - **CRS-PROJCRS** [102636] + * - **Area**: USA - Alaska - 160~W to 156~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_102636 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * ED50 / TM30 + * - **CRS-PROJCRS** [2320] + * - **Area**: Türkiye (Turkey) - between 28°30'E and 31°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.46,28.5,36.06,31.5` + */ +export const EPSG_2320 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Fort Belknap (ft) + * - **CRS-PROJCRS** [7122] + * - **Area**: United States (USA) - Montana - Fort Belknap Indian Reservation area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-110.84,47.78,-106.99` + */ +export const EPSG_7122 = + '+proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-108.5 +k_0=1.00012 +x_0=199999.9999992 +y_0=150000.00001464 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 56N + * - **CRS-PROJCRS** [32456] + * - **Area**: Between 150°E and 156°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,150,0,156` + */ +export const EPSG_32456 = + '+proj=utm +zone=56 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Mexico Central (ftUS) + * - **CRS-PROJCRS** [3618] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_3618 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Bern 1898 (Bern) / LV03C + * - **CRS-PROJCRS** [21780] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_21780 = + '+proj=somerc +lat_0=46.9524055555556 +lon_0=0 +k_0=1 +x_0=0 +y_0=0 +ellps=bessel +pm=bern +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 107-15 + * - **CRS-PROJCRS** [9215] + * - **Area**: Vietnam - Lang Son province. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.47,106.09,21.32,107.37` + */ +export const EPSG_9215 = + '+proj=tmerc +lat_0=0 +lon_0=107.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * D48 - Slovenia + * - **CRS-GEOGCRS** [104131] + * - **Area**: Slovenia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_104131 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD83 / BLM 7N (ftUS) + * - **CRS-PROJCRS** [4427] + * - **Area**: United States (USA) - between 144°W and 138°W onshore and offshore - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `73.59,-144,53.47,-137.99` + */ +export const EPSG_4427 = + '+proj=tmerc +lat_0=0 +lon_0=-141 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS25-27 + * - **CRS-PROJCRS** [3248] + * - **Area**: Antarctica - 72°S to 76°S and 36°W to 18°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-36,-76,-18` + */ +export const EPSG_3248 = + '+proj=lcc +lat_0=-90 +lon_0=-27 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Nebraska South + * - **CRS-PROJCRS** [32006] + * - **Area**: United States (USA) - Nebraska - counties of Adams; Arthur; Banner; Boone; Buffalo; Butler; Cass; Chase; Cheyenne; Clay; Colfax; Custer; Dawson; Deuel; Dodge; Douglas; Dundy; Fillmore; Franklin; Frontier; Furnas; Gage; Garden; Gosper; Greeley; Hall; Hamilton; Harlan; Hayes; Hitchcock; Howard; Jefferson; Johnson; Kearney; Keith; Kimball; Lancaster; Lincoln; Logan; McPherson; Merrick; Morrill; Nance; Nemaha; Nuckolls; Otoe; Pawnee; Perkins; Phelps; Platte; Polk; Red Willow; Richardson; Saline; Sarpy; Saunders; Scotts Bluff; Seward; Sherman; Thayer; Valley; Washington; Webster; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-104.06,39.99,-95.3` + */ +export const EPSG_32006 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-99.5 +lat_1=40.2833333333333 +lat_2=41.7166666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / NRCan LCC Canada + * - **CRS-PROJCRS** [42304] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42304 = 'null'; + +/** + * NAD27(CGQ77) / SCoPQ zone 3 + * - **CRS-PROJCRS** [2009] + * - **Area**: Canada - Quebec - east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `52.01,-60,50.2,-57.1` + */ +export const EPSG_2009 = + '+proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 6 + * - **CRS-PROJCRS** [26946] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_26946 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Luzon 1911 / Philippines zone III + * - **CRS-PROJCRS** [25393] + * - **Area**: Philippines - onshore approximately between 120°E and 122°E. Luzon (west of 122°E); Mindoro. + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `19.45,119.7,4.99,122.21` + */ +export const EPSG_25393 = + '+proj=tmerc +lat_0=0 +lon_0=121 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XVII + * - **CRS-PROJCRS** [2459] + * - **Area**: Japan - onshore Okinawa-ken east of 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.01,131.12,24.4,131.38` + */ +export const EPSG_2459 = + '+proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGS20 + * - **CRS-GEOG3DCRS** [10177] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_10177 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pluto IAU 2015 + * - **CRS-GEOGCRS** [104998] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104998 = '+proj=longlat +R=1188300 +no_defs +type=crs'; + +/** + * PD/83 / 3-degree Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5666] + * - **Area**: Germany - Thuringen - west of 10°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,9.92,50.35,10.5` + */ +export const EPSG_5666 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 + * - **CRS-GCENCRS** [4974] + * - **Area**: South America - onshore and offshore. Ecuador (mainland and Galapagos) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.75,-113.21,-59.87,-26` + */ +export const EPSG_4974 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Calypso IAU 2015 + * - **CRS-GEOGCRS** [104977] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104977 = '+proj=longlat +R=9600 +no_defs +type=crs'; + +/** + * Peru96 + * - **CRS-GEOGCRS** [5373] + * - **Area**: Peru - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-0.03,-84.68,-21.05,-68.67` + */ +export const EPSG_5373 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(FBN) + * - **CRS-GCENCRS** [8541] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands - onshore. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - CONUS - 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 - onshore plus Gulf of Mexico offshore continental shelf (GoM OCS). US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,144.58,-14.59,-64.51` + */ +export const EPSG_8541 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA94 / LCG94 + * - **CRS-PROJCRS** [10462] + * - **Area**: Australia - Western Australia - Lancelin area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-30.71,115.15,-31.49,115.62` + */ +export const EPSG_10462 = + '+proj=tmerc +lat_0=0 +lon_0=115.366666666667 +k=1.00000157 +x_0=50000 +y_0=3650000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JSLD69 height + * - **CRS-VERTCRS** [5723] + * - **Area**: Japan - onshore mainland - Honshu, Shikoku, Kyushu. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.58,129.3,30.94,142.14` + */ +export const EPSG_5723 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Vernon (m) + * - **CRS-PROJCRS** [8111] + * - **Area**: United States (USA) - Wisconsin - Vernon county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.74,-91.28,43.42,-90.31` + */ +export const EPSG_8111 = + '+proj=lcc +lat_1=43.5750329397222 +lat_0=43.5750329397222 +lon_0=-90.7833333333333 +k_0=1.0000408158 +x_0=222504.4451 +y_0=47532.0602 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Rockford (ftUS) + * - **CRS-PROJCRS** [23302] + * - **Area**: United States (USA) - Illinois - counties of Lee, Ogle and Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-89.69,41.58,-88.93` + */ +export const EPSG_23302 = + '+proj=tmerc +lat_0=41.25 +lon_0=-89.25 +k=1.000029 +x_0=860147.32029464 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / DKTM2 + DVR90 height + * - **CRS-COMPOUNDCRS** [4098] + * - **Area**: Denmark - onshore - Jutland east of 9°E and Funen. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,9,54.67,11.29` + */ +export const EPSG_4098 = + '+proj=tmerc +lat_0=0 +lon_0=10 +k=0.99998 +x_0=400000 +y_0=-5000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 13S + * - **CRS-PROJCRS** [32513] + * - **Area**: Between 108°W and 102°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-108,-80,-102` + */ +export const EPSG_32513 = + '+proj=utm +zone=13 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * FD58 + * - **CRS-GEOGCRS** [4132] + * - **Area**: Iran - Arwaz area and onshore Gulf coast west of 54°E, Lavan Island, offshore Balal field and South Pars blocks 2 and 3. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `33.22,47.13,26.21,53.61` + */ +export const EPSG_4132 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Utah Central + * - **CRS-PROJCRS** [32143] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_32143 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000-PL + * - **CRS-GCENCRS** [9700] + * - **Area**: Poland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,14.14,49,24.15` + */ +export const EPSG_9700 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 10 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8812] + * - **Area**: United States (USA) - Alaska - Aleutian Islands onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_8812 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=53.8333333333333 +lat_2=51.8333333333333 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Nevada West (ftUS) + * - **CRS-PROJCRS** [3423] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_3423 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.00001016 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Utah South + * - **CRS-PROJCRS** [6621] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_6621 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Maine West + * - **CRS-PROJCRS** [26784] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_26784 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Washington North (US Feet) + * - **CRS-PROJCRS** [103565] + * - **Area**: USA - Washington - SPCS83 - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_103565 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=47.5 +lat_2=48.7333333333333 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GDA2020 / Vicgrid + * - **CRS-PROJCRS** [7899] + * - **Area**: Australia - Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.98,140.96,-39.2,150.04` + */ +export const EPSG_7899 = + '+proj=lcc +lat_0=-37 +lon_0=145 +lat_1=-36 +lat_2=-38 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Trinidad 1903 / Trinidad Grid + * - **CRS-PROJCRS** [30200] + * - **Area**: Trinidad and Tobago - Trinidad - onshore and offshore. + * - **Unit**: `Clarke's link` + * - **Accuracy**: `2` + * - **BBOX**: `11.51,-62.09,9.83,-60` + */ +export const EPSG_30200 = + '+proj=cass +lat_0=10.4416666666667 +lon_0=-61.3333333333333 +x_0=86501.46392052 +y_0=65379.0134283 +a=6378293.64520876 +b=6356617.98767984 +towgs84=-61.702,284.488,472.052,0,0,0,0 +to_meter=0.201166195164 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan North + * - **CRS-PROJCRS** [3589] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_3589 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Sucre urban grid + * - **CRS-PROJCRS** [6271] + * - **Area**: Colombia - Sucre city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `8.83,-74.74,8.79,-74.69` + */ +export const EPSG_6271 = + '+proj=col_urban +lat_0=8.81055036666667 +lon_0=-74.722466825 +x_0=929043.607 +y_0=1466125.658 +h_0=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado Central (ftUS) + * - **CRS-PROJCRS** [2232] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_2232 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 9 + * - **CRS-PROJCRS** [102374] + * - **Area**: USA - Alaska - north of 54.5~N; west of 168~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_102374 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Virginia Lambert + * - **CRS-PROJCRS** [3970] + * - **Area**: United States (USA) - Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-83.68,36.54,-75.31` + */ +export const EPSG_3970 = + '+proj=lcc +lat_0=36 +lon_0=-79.5 +lat_1=37 +lat_2=39.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [2662] + * - **Area**: Russian Federation - onshore between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.56,82.5,49.58,85.5` + */ +export const EPSG_2662 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [2398] + * - **Area**: Czechia - west of 13°30'E. Germany - states of former East Germany onshore - between 10°30'E and 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.74,10.5,48.97,13.5` + */ +export const EPSG_2398 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8795] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_8795 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Germany Zone 2 + * - **CRS-PROJCRS** [103973] + * - **Area**: Germany - West Germany - west of 7.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.81,5.86,49.11,7.5` + */ +export const EPSG_103973 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Hawaii Zone 1 (Feet) + * - **CRS-PROJCRS** [102661] + * - **Area**: USA - Hawaii - island of Hawaii - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_102661 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966666666667 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 96E + * - **CRS-PROJCRS** [2377] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_2377 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * CI1971 / Chatham Islands Map Grid + * - **CRS-PROJCRS** [5518] + * - **Area**: New Zealand - Chatham Islands group - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `26` + * - **BBOX**: `-43.3,-177.25,-44.64,-175.54` + */ +export const EPSG_5518 = + '+proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=350000 +y_0=650000 +ellps=intl +towgs84=175,-38,113,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Colombia West West Zone + * - **CRS-PROJCRS** [102231] + * - **Area**: Colombia - west of 78~35'W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `2.48,-79.1,1.23,-78.58` + */ +export const EPSG_102231 = + '+proj=tmerc +lat_0=4.59904722222222 +lon_0=-80.0809166666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * GWPBS22-IRF + * - **CRS-GEOGCRS** [10209] + * - **Area**: United Kingdom (UK) - on or related to the rail route from London (Paddington) to Swansea. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.06,-4.26,51.25,-0.1` + */ +export const EPSG_10209 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [3835] + * - **Area**: Germany (former DDR) - onshore east of 12°E. Czechia, Hungary and Slovakia - west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.74,12,45.78,18.01` + */ +export const EPSG_3835 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2727] + * - **Area**: Russian Federation - onshore between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.21,103.5,50.13,106.5` + */ +export const EPSG_2727 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Mercator + * - **CRS-PROJCRS** [54004] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54004 = + '+proj=merc +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) + * - **CRS-GEOGCRS** [4759] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_4759 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 51S + * - **CRS-PROJCRS** [9491] + * - **Area**: Indonesia - south of equator and between 120°E and 126°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0.01,120,-13.95,126.01` + */ +export const EPSG_9491 = '+proj=utm +zone=51 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1937 / UTM zone 46N + * - **CRS-PROJCRS** [24306] + * - **Area**: Bangladesh - onshore east of 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `25.29,90,20.52,92.67` + */ +export const EPSG_24306 = + '+proj=utm +zone=46 +ellps=evrst30 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 28S + * - **CRS-PROJCRS** [32728] + * - **Area**: Between 18°W and 12°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-18,-80,-12` + */ +export const EPSG_32728 = '+proj=utm +zone=28 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah Central (ftUS) + * - **CRS-PROJCRS** [3566] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_3566 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Yacare + * - **CRS-GEOGCRS** [4309] + * - **Area**: Uruguay - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `-30.09,-58.49,-35,-53.09` + */ +export const EPSG_4309 = + '+proj=longlat +ellps=intl +towgs84=-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365 +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 5N + * - **CRS-PROJCRS** [6334] + * - **Area**: United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-156,52.15,-149.99` + */ +export const EPSG_6334 = + '+proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK29FIN + * - **CRS-PROJCRS** [3136] + * - **Area**: Finland - between 28°30'E and 29°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.81,28.5,60.94,29.5` + */ +export const EPSG_3136 = + '+proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Gauss-Kruger zone 2 (E-N) + * - **CRS-PROJCRS** [5631] + * - **Area**: Germany - states of former East Germany - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.23,9.92,50.2,12` + */ +export const EPSG_5631 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * PZ-90 + * - **CRS-GEOG3DCRS** [4923] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4923 = '+proj=longlat +a=6378136 +rf=298.257839303 +no_defs +type=crs'; + +/** + * NAD 1927 Georgia Statewide Albers + * - **CRS-PROJCRS** [102118] + * - **Area**: USA - Georgia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-85.61,30.36,-80.77` + */ +export const EPSG_102118 = + '+proj=aea +lat_0=23 +lon_0=-83.5 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * HTRS96 + * - **CRS-GEOG3DCRS** [4889] + * - **Area**: Croatia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.54,13,41.62,19.43` + */ +export const EPSG_4889 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 11N + * - **CRS-PROJCRS** [26911] + * - **Area**: North America - between 120°W and 114°W - onshore and offshore. Canada - Alberta; British Columbia; Northwest Territories; Nunavut. United States (USA) - California; Idaho; Nevada, Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `83.5,-120,30.88,-114` + */ +export const EPSG_26911 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / West Virginia South + * - **CRS-PROJCRS** [32051] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_32051 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=37.4833333333333 +lat_2=38.8833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Becker (US foot) + * - **CRS-PROJCRS** [103709] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103709 = + '+proj=lcc +lat_0=46.7177777777778 +lon_0=-95.6833333333333 +lat_1=46.7833333333333 +lat_2=47.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378586.581 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * RGWF96 + * - **CRS-GEOGCRS** [8900] + * - **Area**: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-9.84,179.49,-15.94,-174.27` + */ +export const EPSG_8900 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RGM04 + * - **CRS-GEOGCRS** [4470] + * - **Area**: Mayotte - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-11.33,43.68,-14.49,46.7` + */ +export const EPSG_4470 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 1N + * - **CRS-PROJCRS** [32401] + * - **Area**: Between 180°W and 174°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-180,0,-174` + */ +export const EPSG_32401 = + '+proj=utm +zone=1 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico West + * - **CRS-PROJCRS** [32114] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_32114 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 17N + * - **CRS-PROJCRS** [22817] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_22817 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 18 + NN54 height + * - **CRS-COMPOUNDCRS** [6158] + * - **Area**: Norway - onshore - between 18°E and 19°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.29,18,68.04,19.01` + */ +export const EPSG_6158 = + '+proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Bissau + * - **CRS-GEOGCRS** [4165] + * - **Area**: Guinea-Bissau - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `25` + * - **BBOX**: `12.69,-16.77,10.87,-13.64` + */ +export const EPSG_4165 = + '+proj=longlat +ellps=intl +towgs84=-173,253,27,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 44S + * - **CRS-PROJCRS** [32544] + * - **Area**: Between 78°E and 84°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,78,-80,84` + */ +export const EPSG_32544 = + '+proj=utm +zone=44 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Montana + * - **CRS-PROJCRS** [2818] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_2818 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ATRF2014 + * - **CRS-GCENCRS** [9307] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.03` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_9307 = + '+proj=geocent +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Mississippi TM + * - **CRS-PROJCRS** [6508] + * - **Area**: United States (USA) - Mississippi. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,30.01,-88.09` + */ +export const EPSG_6508 = + '+proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 78E + * - **CRS-PROJCRS** [4535] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_4535 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Menominee (ftUS) + * - **CRS-PROJCRS** [8146] + * - **Area**: United States (USA) - Wisconsin - Menominee county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.12,-88.99,44.85,-88.48` + */ +export const EPSG_8146 = + '+proj=tmerc +lat_0=44.7166666666667 +lon_0=-88.4166666666667 +k=1.0000362499 +x_0=105461.012141224 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NG95 height + * - **CRS-VERTCRS** [5774] + * - **Area**: Luxembourg. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_5774 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / West Virginia South (ftUS) + * - **CRS-PROJCRS** [26854] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_26854 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jupiter - Lysithea + * - **CRS-GEOGCRS** [104920] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104920 = '+proj=longlat +R=12000 +no_defs +type=crs'; + +/** + * ISN2004 + * - **CRS-GEOGCRS** [5324] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_5324 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jasper-Porter (m) + * - **CRS-PROJCRS** [7319] + * - **Area**: United States (USA) - Indiana - counties of Jasper and Porter. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-87.28,40.73,-86.92` + */ +export const EPSG_7319 = + '+proj=tmerc +lat_0=40.7 +lon_0=-87.1 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Missouri West (Feet) + * - **CRS-PROJCRS** [102698] + * - **Area**: USA - Missouri - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_102698 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941176470588 +x_0=850000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Texas South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8783] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_8783 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 40 + * - **CRS-PROJCRS** [2674] + * - **Area**: Russian Federation - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.63,118.5,49.87,121.5` + */ +export const EPSG_2674 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arizona West (ft) + * - **CRS-PROJCRS** [2224] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_2224 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Panama ITRF2008 UTM Zone 18N + * - **CRS-PROJCRS** [102732] + * - **Area**: Panama - UTM Zone 18N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `12.51,-78,5,-77.04` + */ +export const EPSG_102732 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Riohacha urban grid + * - **CRS-PROJCRS** [6267] + * - **Area**: Colombia - Riohacha city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.58,-72.96,11.42,-72.84` + */ +export const EPSG_6267 = + '+proj=col_urban +lat_0=11.5369133277778 +lon_0=-72.9027688694444 +x_0=1128154.73 +y_0=1767887.914 +h_0=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGM95 / UTM zone 33N + * - **CRS-PROJCRS** [3065] + * - **Area**: Italy - onshore and offshore - between 12°E and 18°E including San Marino and Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,12,34.79,18` + */ +export const EPSG_3065 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 + * - **CRS-GCENCRS** [9468] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_9468 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wisconsin South + * - **CRS-PROJCRS** [103573] + * - **Area**: USA - Wisconsin - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_103573 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=42.7333333333333 +lat_2=44.0666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Minnesota Central + * - **CRS-PROJCRS** [26792] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_26792 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=45.6166666666667 +lat_2=47.05 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(MA11) / Guam Map Grid + * - **CRS-PROJCRS** [6637] + * - **Area**: Guam - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `13.7,144.58,13.18,145.01` + */ +export const EPSG_6637 = + '+proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRF94 + * - **CRS-GEOG3DCRS** [7925] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7925 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Illinois East (ftUS) + * - **CRS-PROJCRS** [3435] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_3435 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Poland zone I + * - **CRS-PROJCRS** [3120] + * - **Area**: Poland - southeast - south of 52°20'N and east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `52.34,18,49,24.15` + */ +export const EPSG_3120 = + '+proj=sterea +lat_0=50.625 +lon_0=21.0833333333333 +k=0.9998 +x_0=4637000 +y_0=5467000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 22N + * - **CRS-PROJCRS** [29172] + * - **Area**: Brazil - offshore deep water - Amazon cone. In remainder of South America, between 54°W and 48°W, northern hemisphere onshore but excluding most of the area southeast of a line between approximately 2°N, 54°W and 4°N, 52°W. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `5.81,-54,1.68,-46.65` + */ +export const EPSG_29172 = + '+proj=utm +zone=22 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(PA11) + * - **CRS-GEOGCRS** [6322] + * - **Area**: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `31.8,157.47,-17.56,-151.27` + */ +export const EPSG_6322 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah South (ftUS) + * - **CRS-PROJCRS** [3570] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_3570 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 47S + * - **CRS-PROJCRS** [9487] + * - **Area**: Indonesia - south of equator and between 96°E and 102°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,96,-8.86,102` + */ +export const EPSG_9487 = '+proj=utm +zone=47 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Eckert IV + * - **CRS-PROJCRS** [54012] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54012 = + '+proj=eck4 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2731] + * - **Area**: Russian Federation - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74.43,115.5,49.51,118.5` + */ +export const EPSG_2731 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * TWD97 + * - **CRS-GEOG3DCRS** [3823] + * - **Area**: Taiwan, Republic of China - onshore and offshore - Taiwan Island, Penghu (Pescadores) Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `26.96,114.32,17.36,123.61` + */ +export const EPSG_3823 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MONREF 1997 UTM Zone 49 N + * - **CRS-PROJCRS** [102227] + * - **Area**: Mongolia - between 108~E and 114~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.23,108,42.35,114` + */ +export const EPSG_102227 = '+proj=utm +zone=49 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 53 + * - **CRS-PROJCRS** [20353] + * - **Area**: Australia - South Australia between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-25.99,132,-36.14,138` + */ +export const EPSG_20353 = + '+proj=utm +zone=53 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 / RSO Borneo (ch) + * - **CRS-PROJCRS** [29871] + * - **Area**: Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore. + * - **Unit**: `British chain (Sears 1922)` + * - **Accuracy**: `19` + * - **BBOX**: `7.67,109.31,0.85,119.61` + */ +export const EPSG_29871 = + '+proj=omerc +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=590476.871463039 +y_0=442857.65309436 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=20.1167651215526 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Buffalo (m) + * - **CRS-PROJCRS** [7533] + * - **Area**: United States (USA) - Wisconsin - Buffalo county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-92.09,44.02,-91.52` + */ +export const EPSG_7533 = + '+proj=tmerc +lat_0=43.4813888888889 +lon_0=-91.7972222222222 +k=1.0000382778 +x_0=175260.3502 +y_0=0.0048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 37 + * - **CRS-PROJCRS** [2361] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_2361 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Katanga 1955 / Katanga Gauss zone D + * - **CRS-PROJCRS** [3989] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Katanga west of 25°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-6.32,21.74,-11.72,25.51` + */ +export const EPSG_3989 = + '+proj=tmerc +lat_0=-9 +lon_0=24 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-102.283,-10.277,-257.396,-3.976,-0.002,-6.203,12.315 +units=m +no_defs +type=crs'; + +/** + * MMS / Argentina 2 + * - **CRS-PROJCRS** [9254] + * - **Area**: Argentina - Tierra del Fuego onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2.5` + * - **BBOX**: `-52.59,-68.64,-55.11,-63.73` + */ +export const EPSG_9254 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-78.1,101.6,133.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / South Dakota South + * - **CRS-PROJCRS** [3659] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_3659 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 17N + * - **CRS-PROJCRS** [32417] + * - **Area**: Between 84°W and 78°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-84,0,-78` + */ +export const EPSG_32417 = + '+proj=utm +zone=17 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * RGSPM06 + * - **CRS-GEOG3DCRS** [4466] + * - **Area**: St Pierre and Miquelon - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.37,-57.1,43.41,-55.9` + */ +export const EPSG_4466 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF00P01 + * - **CRS-GEOG3DCRS** [8916] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8916 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Virginia South + * - **CRS-PROJCRS** [32047] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_32047 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=36.7666666666667 +lat_2=37.9666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ21-22 + * - **CRS-PROJCRS** [3209] + * - **Area**: Antarctica - 64°S to 68°S and 60°W to 48°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,-60,-68,-48` + */ +export const EPSG_3209 = + '+proj=lcc +lat_0=-90 +lon_0=-54 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Observ. Meteorologico 1939 + * - **CRS-GEOGCRS** [37245] + * - **Area**: Portugal - Azores W - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.77,-31.34,39.3,-31.02` + */ +export const EPSG_37245 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 7N + * - **CRS-PROJCRS** [26907] + * - **Area**: North America - between 144°W and 138°W - onshore and offshore. Canada - British Columbia; Yukon. United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `73.59,-144,52.05,-137.99` + */ +export const EPSG_26907 = + '+proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo19 + * - **CRS-PROJCRS** [2048] + * - **Area**: South Africa - onshore between 18°E and 20°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-28.38,17.99,-34.88,20` + */ +export const EPSG_2048 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 17N + * - **CRS-PROJCRS** [22417] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_22417 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Callisto IAU 2015 + * - **CRS-GEOGCRS** [104873] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104873 = '+proj=longlat +R=2410300 +no_defs +type=crs'; + +/** + * GDA2020 / BRO2020 + * - **CRS-PROJCRS** [8015] + * - **Area**: Australia - Western Australia - Broome area onshore below 130m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-16.75,122.08,-18.09,122.62` + */ +export const EPSG_8015 = + '+proj=tmerc +lat_0=0 +lon_0=122.333333333333 +k=1.00000298 +x_0=50000 +y_0=2300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 42 + * - **CRS-PROJCRS** [2418] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_2418 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EST97 + * - **CRS-GEOG3DCRS** [4935] + * - **Area**: Estonia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `60,20.37,57.52,28.2` + */ +export const EPSG_4935 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ED50 / TM 6 NE + * - **CRS-PROJCRS** [5627] + * - **Area**: France - offshore Mediterranean. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `43.74,3.04,41.15,10.38` + */ +export const EPSG_5627 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2008 + * - **CRS-GCENCRS** [5332] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5332 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Pan + * - **CRS-GEOGCRS** [104936] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104936 = '+proj=longlat +R=10000 +no_defs +type=crs'; + +/** + * Gisborne 1926 height + * - **CRS-VERTCRS** [5762] + * - **Area**: New Zealand - North Island - Gisborne vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-37.49,176.41,-39.04,178.63` + */ +export const EPSG_5762 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Marathon (ftUS) + * - **CRS-PROJCRS** [8150] + * - **Area**: United States (USA) - Wisconsin - Marathon county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.13,-90.32,44.68,-89.22` + */ +export const EPSG_8150 = + '+proj=lcc +lat_1=44.9009044236111 +lat_0=44.9009044236111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493522987 +y_0=55049.2669545339 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DRUKREF 03 / Mongar TM + * - **CRS-PROJCRS** [5298] + * - **Area**: Bhutan - Mongar district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.61,90.95,26.93,91.5` + */ +export const EPSG_5298 = + '+proj=tmerc +lat_0=0 +lon_0=91.2333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 35 + * - **CRS-PROJCRS** [4523] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_4523 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / US National Atlas Equal Area + * - **CRS-PROJCRS** [9311] + * - **Area**: United States (USA) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,167.65,15.56,-65.69` + */ +export const EPSG_9311 = + '+proj=laea +R_A +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 52S + * - **CRS-PROJCRS** [32552] + * - **Area**: Between 126°E and 132°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,126,-80,132` + */ +export const EPSG_32552 = + '+proj=utm +zone=52 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * IRENET95 + * - **CRS-GEOGCRS** [4173] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_4173 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 15 Noakhali + * - **CRS-PROJCRS** [102948] + * - **Area**: Bangladesh - Noakhali + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23.2834,90.65,22.0166,91.5667` + */ +export const EPSG_102948 = + '+proj=cass +lat_0=23.5 +lon_0=91 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * EOS21 Grid + * - **CRS-PROJCRS** [9741] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `57.21,-3.56,55.55,-1.94` + */ +export const EPSG_9741 = + '+proj=tmerc +lat_0=56.35 +lon_0=-2.75 +k=1 +x_0=74996.927 +y_0=133508.35 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 / UTM zone 16N + * - **CRS-PROJCRS** [4489] + * - **Area**: Mexico east of 90°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `25.77,-90,17.81,-84.64` + */ +export const EPSG_4489 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Dabola 1981 / UTM zone 29N + * - **CRS-PROJCRS** [3462] + * - **Area**: Guinea - east of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `25` + * - **BBOX**: `12.51,-12,7.19,-7.65` + */ +export const EPSG_3462 = + '+proj=utm +zone=29 +ellps=clrk80ign +towgs84=-83,37,124,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 13 + * - **CRS-PROJCRS** [3198] + * - **Area**: Libya - onshore east of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `32.15,24,19.99,25.21` + */ +export const EPSG_3198 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 17N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6660] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_6660 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Tobler Cylindrical I + * - **CRS-PROJCRS** [54100] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54100 = + 'PROJCS["WGS_1984_Tobler_Cylindrical_I",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Tobler_Cylindrical_I"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","54100"]]'; + +/** + * WGS 84 / Australian Antarctic Polar Stereographic + * - **CRS-PROJCRS** [3032] + * - **Area**: Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,45,-90,160` + */ +export const EPSG_3032 = + '+proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=70 +x_0=6000000 +y_0=6000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS South Dakota N (US Feet) + * - **CRS-PROJCRS** [103524] + * - **Area**: USA - South Dakota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_103524 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=44.4166666666667 +lat_2=45.6833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / South Carolina (ft) + * - **CRS-PROJCRS** [2273] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_2273 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Moon 2000 North Pole Stereographic + * - **CRS-PROJCRS** [103877] + * - **Area**: World - N hemisphere - north of 60~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_103877 = + '+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / NCRS Las Vegas (ftUS) + * - **CRS-PROJCRS** [8384] + * - **Area**: United States (USA) - Nevada - Las Vegas area below approximately 3000 feet. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8384 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.0001 +x_0=99999.9999898399 +y_0=200000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Idaho West + * - **CRS-PROJCRS** [2789] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_2789 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 + * - **CRS-GCENCRS** [7071] + * - **Area**: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-20.91,37.98,-67.13,142` + */ +export const EPSG_7071 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E + * - **CRS-PROJCRS** [2623] + * - **Area**: Russian Federation - onshore between 139°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.23,139.5,45.84,142.5` + */ +export const EPSG_2623 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 54S + * - **CRS-PROJCRS** [23894] + * - **Area**: Indonesia - onshore east of 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-1.49,138,-9.19,141.01` + */ +export const EPSG_23894 = + '+proj=utm +zone=54 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone II + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [7421] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_7421 = + '+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=clrk80ign +pm=paris +units=m +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 9 + * - **CRS-PROJCRS** [5109] + * - **Area**: Norway - onshore - between 9°E and 10°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `64.25,9,58.44,10.01` + */ +export const EPSG_5109 = + '+proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGD05 + * - **CRS-GCENCRS** [7134] + * - **Area**: Israel - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.53,32.99,29.45,35.69` + */ +export const EPSG_7134 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [2336] + * - **Area**: China - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.79,126,40.89,132` + */ +export const EPSG_2336 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 / CC49 + * - **CRS-PROJCRS** [9829] + * - **Area**: France - mainland onshore between 48°N and 50°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50,-4.87,48,8.23` + */ +export const EPSG_9829 = + '+proj=lcc +lat_0=49 +lon_0=3 +lat_1=48.25 +lat_2=49.75 +x_0=1700000 +y_0=8200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape / Lo33 + * - **CRS-PROJCRS** [22293] + * - **Area**: South Africa - east of 32°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-26.8,31.95,-28.94,32.95` + */ +export const EPSG_22293 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SRB_VRS12 height + * - **CRS-VERTCRS** [8691] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_8691 = '+vunits=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / Guatemala Norte + * - **CRS-PROJCRS** [5559] + * - **Area**: Guatemala - north of 15°51'30"N. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `17.83,-91.86,15.85,-88.34` + */ +export const EPSG_5559 = + '+proj=lcc +lat_1=16.8166666666667 +lat_0=16.8166666666667 +lon_0=-90.3333333333333 +k_0=0.99992226 +x_0=500000 +y_0=292209.579 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Oneida (m) + * - **CRS-PROJCRS** [7564] + * - **Area**: United States (USA) - Wisconsin - Oneida county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.91,-90.05,45.46,-89.04` + */ +export const EPSG_7564 = + '+proj=lcc +lat_1=45.7042237702778 +lat_0=45.7042237702778 +lon_0=-89.5444444444444 +k_0=1.0000686968 +x_0=70104.1401 +y_0=57588.0346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 1 + * - **CRS-PROJCRS** [2766] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_2766 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK20FIN + * - **CRS-PROJCRS** [3874] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `60.48,19.5,59.92,20.5` + */ +export const EPSG_3874 = + '+proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=20500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Solomon 1968 + * - **CRS-GEOGCRS** [4718] + * - **Area**: Solomon Islands - onshore southern Solomon Islands, primarily Guadalcanal, Malaita, San Cristobel, Santa Isobel, Choiseul, Makira-Ulawa. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-6.55,155.62,-10.9,162.44` + */ +export const EPSG_4718 = + '+proj=longlat +ellps=intl +towgs84=230,-199,-752,0,0,0,0 +no_defs +type=crs'; + +/** + * Flat Polar Quartic + * - **CRS-PROJCRS** [54045] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54045 = + '+proj=mbtfpq +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * DHHN2016 height + * - **CRS-VERTCRS** [7837] + * - **Area**: Germany - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,47.27,15.04` + */ +export const EPSG_7837 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Idaho West (ftUS) + * - **CRS-PROJCRS** [3527] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_3527 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Kalianpur 1975 / UTM zone 47N + * - **CRS-PROJCRS** [24347] + * - **Area**: India - east of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `29.47,96,27.1,97.42` + */ +export const EPSG_24347 = + '+proj=utm +zone=47 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 39S + * - **CRS-PROJCRS** [32339] + * - **Area**: Between 48°E and 54°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,48,-80,54` + */ +export const EPSG_32339 = + '+proj=utm +zone=39 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM + * - **CRS-PROJCRS** [3177] + * - **Area**: Libya - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `35.23,9.31,19.5,26.21` + */ +export const EPSG_3177 = + '+proj=tmerc +lat_0=0 +lon_0=17 +k=0.9965 +x_0=1000000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGVEN + * - **CRS-GCENCRS** [4962] + * - **Area**: Venezuela - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.75,-73.38,0.64,-58.95` + */ +export const EPSG_4962 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5670] + * - **Area**: Germany - states of former East Germany - west of 10°30'E - Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `51.56,9.92,50.35,10.5` + */ +export const EPSG_5670 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Wairarapa Circuit + * - **CRS-PROJCRS** [27212] + * - **Area**: New Zealand - North Island - Wairarapa meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.29,175.01,-41.67,176.55` + */ +export const EPSG_27212 = + '+proj=tmerc +lat_0=-40.9255326388889 +lon_0=175.647349666667 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Observ Meterologico 1965 Macau Grid + * - **CRS-PROJCRS** [102159] + * - **Area**: China - Macao + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_102159 = + '+proj=tmerc +lat_0=22.2123972222222 +lon_0=113.536469444444 +k=1 +x_0=20000 +y_0=20000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Gusterberg (Ferro) + * - **CRS-GEOGCRS** [8042] + * - **Area**: Austria - Upper Austria and Salzburg provinces. Czechia - Bohemia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.07,46.93,16.83` + */ +export const EPSG_8042 = '+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs'; + +/** + * NAD 1927 SPCS Zone Guam + * - **CRS-PROJCRS** [65061] + * - **Area**: Guam + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.91,141.19,10.95,148.18` + */ +export const EPSG_65061 = + '+proj=poly +lat_0=13.4724663527778 +lon_0=144.748750705556 +x_0=50000 +y_0=50000 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Arizona West + * - **CRS-PROJCRS** [26950] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_26950 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / UTM zone 33S + * - **CRS-PROJCRS** [4061] + * - **Area**: The Democratic Republic of the Congo (Zaire) - onshore and offshore south of a line through Bandundu, Seke and Pweto and between 12°E and 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.41,12,-8.11,18.01` + */ +export const EPSG_4061 = + '+proj=utm +zone=33 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR14P01 + * - **CRS-GCENCRS** [8941] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8941 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lincoln (US foot) + * - **CRS-PROJCRS** [103748] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103748 = + '+proj=lcc +lat_0=44.1966666666667 +lon_0=-96.2666666666667 +lat_1=44.2833333333333 +lat_2=44.6166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378643.579 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / New Hampshire + * - **CRS-PROJCRS** [32010] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_32010 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / BLM 11N (ftUS) + * - **CRS-PROJCRS** [4431] + * - **Area**: United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-120,30.88,-114` + */ +export const EPSG_4431 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Roma 1940 + * - **CRS-GEOGCRS** [104127] + * - **Area**: Italy - including San Marino and Vatican + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_104127 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 40N + * - **CRS-PROJCRS** [32440] + * - **Area**: Between 54°E and 60°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,54,0,60` + */ +export const EPSG_32440 = + '+proj=utm +zone=40 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 2 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8804] + * - **Area**: United States (USA) - Alaska - between 144°W and 141°W, onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_8804 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * IGM95 / UTM zone 34N + * - **CRS-PROJCRS** [9716] + * - **Area**: Italy - onshore and offshore - east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.64,17.99,34.76,18.99` + */ +export const EPSG_9716 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS VIII + * - **CRS-PROJCRS** [30168] + * - **Area**: Japan - onshore - Honshu between approximately 137°45'E and 139°E - Niigata-ken; Nagano-ken; Yamanashi-ken; Shizuoka-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `38.58,137.32,34.54,139.91` + */ +export const EPSG_30168 = + '+proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming East + * - **CRS-PROJCRS** [32155] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_32155 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RT90 + * - **CRS-GEOGCRS** [4124] + * - **Area**: Sweden - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `69.07,10.03,54.96,24.17` + */ +export const EPSG_4124 = + '+proj=longlat +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +no_defs +type=crs'; + +/** + * Voirol 1875 / Sud Algerie (ancienne) + * - **CRS-PROJCRS** [30492] + * - **Area**: Algeria - 35.6 grads to 38.5 grads North (32°N to 34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `34.66,-2.95,31.99,9.09` + */ +export const EPSG_30492 = + '+proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +ellps=clrk80ign +towgs84=-73,-247,227,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 2-28 + * - **CRS-PROJCRS** [6119] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `84.51,113,79.5,153.01` + */ +export const EPSG_6119 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=133 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=28500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin North + * - **CRS-PROJCRS** [2859] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_2859 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Gall Stereographic + * - **CRS-PROJCRS** [53016] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53016 = + '+proj=gall +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 5S + * - **CRS-PROJCRS** [32505] + * - **Area**: Between 156°W and 150°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-156,-80,-150` + */ +export const EPSG_32505 = + '+proj=utm +zone=5 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [4574] + * - **Area**: China - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,108,18.11,114` + */ +export const EPSG_4574 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Ohio North (ftUS) + * - **CRS-PROJCRS** [6549] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_6549 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Pontiac (ftUS) + * - **CRS-PROJCRS** [23314] + * - **Area**: United States (USA) - Illinois - Livingston county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.12,-88.94,40.61,-88.23` + */ +export const EPSG_23314 = + '+proj=lcc +lat_1=40.9 +lat_0=40.9 +lon_0=-88.55 +k_0=1.000025 +x_0=1449936.499873 +y_0=530048.26009652 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 87E + * - **CRS-PROJCRS** [21329] + * - **Area**: Russian Federation - onshore between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.16,85.5,49.07,88.5` + */ +export const EPSG_21329 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Walworth (m) + * - **CRS-PROJCRS** [8107] + * - **Area**: United States (USA) - Wisconsin - Walworth county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-88.78,42.49,-88.3` + */ +export const EPSG_8107 = + '+proj=lcc +lat_1=42.6694620969444 +lat_0=42.6694620969444 +lon_0=-88.5416666666667 +k_0=1.0000367192 +x_0=232562.8651 +y_0=111088.2224 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Black Sea height + * - **CRS-VERTCRS** [5735] + * - **Area**: Georgia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.59,39.99,41.04,46.72` + */ +export const EPSG_5735 = '+vunits=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria East Zone + * - **CRS-PROJCRS** [31283] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_31283 = + '+proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * BBT2000 + * - **CRS-GEOG3DCRS** [10474] + * - **Area**: Austria and Italy - on or related to the Brenner Base Tunnel rail route from Innsbruck to Fortezza (Franzensfeste). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.33,11.04,46.45,11.91` + */ +export const EPSG_10474 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Spencer (ftUS) + * - **CRS-PROJCRS** [7358] + * - **Area**: United States (USA) - Indiana - Spencer county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.21,-87.27,37.78,-86.76` + */ +export const EPSG_7358 = + '+proj=tmerc +lat_0=37.75 +lon_0=-87.05 +k=1.000014 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CR05 + * - **CRS-GEOGCRS** [5365] + * - **Area**: Costa Rica - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_5365 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Afgooye / UTM zone 38N + * - **CRS-PROJCRS** [20538] + * - **Area**: Somalia - onshore north of equator and between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `11.52,42,0,48` + */ +export const EPSG_20538 = + '+proj=utm +zone=38 +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Neptune - Despina + * - **CRS-GEOGCRS** [104961] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104961 = '+proj=longlat +R=74000 +no_defs +type=crs'; + +/** + * Tokyo 1892 / Korea East Sea Belt + * - **CRS-PROJCRS** [5172] + * - **Area**: Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore east of 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.98,130,37.39,131.01` + */ +export const EPSG_5172 = + '+proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 12N + * - **CRS-PROJCRS** [22712] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_22712 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kansas South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8740] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_8740 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=399999.99998984 +y_0=399999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-48 Mykolaiv + * - **CRS-PROJCRS** [9852] + * - **Area**: Ukraine - Mykolaiv region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.23,30.2,46.36,33.19` + */ +export const EPSG_9852 = + '+proj=tmerc +lat_0=0 +lon_0=31.8333333333333 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGAF09 + * - **CRS-GEOG3DCRS** [5488] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_5488 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pitcairn 2006 + * - **CRS-GEOGCRS** [4763] + * - **Area**: Pitcairn - Pitcairn Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-25,-130.16,-25.14,-130.01` + */ +export const EPSG_4763 = '+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * HHWLT height + * - **CRS-VERTCRS** [5871] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5871 = '+vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2016 + * - **CRS-GCENCRS** [9151] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9151 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TM65 + * - **CRS-GEOGCRS** [4299] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_4299 = + '+proj=longlat +a=6377340.189 +rf=299.3249646 +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 12S + * - **CRS-PROJCRS** [32712] + * - **Area**: Between 114°W and 108°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-114,-80,-108` + */ +export const EPSG_32712 = '+proj=utm +zone=12 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 22S + * - **CRS-PROJCRS** [31997] + * - **Area**: South America between 54°W and 48°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-54,-39.95,-48` + */ +export const EPSG_31997 = + '+proj=utm +zone=22 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Arkansas North + * - **CRS-PROJCRS** [26751] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_26751 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * MGI + EVRF2000 Austria height + * - **CRS-COMPOUNDCRS** [9501] + * - **Area**: Austria. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_9501 = '+proj=longlat +ellps=bessel +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 42S + * - **CRS-PROJCRS** [32342] + * - **Area**: Between 66°E and 72°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,66,-80,72` + */ +export const EPSG_32342 = + '+proj=utm +zone=42 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * IGS08 + * - **CRS-GEOGCRS** [9014] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9014 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 18S + * - **CRS-PROJCRS** [31978] + * - **Area**: Brazil west of 72°W. In remainder of South America, between 78°W and 72°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,-78,-59.36,-71.99` + */ +export const EPSG_31978 = + '+proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kansas North (ftUS) + * - **CRS-PROJCRS** [3419] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_3419 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 57N + * - **CRS-PROJCRS** [32657] + * - **Area**: Between 156°E and 162°E, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,156,0,162` + */ +export const EPSG_32657 = '+proj=utm +zone=57 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Reunion 1947 + * - **CRS-GEOGCRS** [4626] + * - **Area**: Reunion - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-20.81,55.16,-21.42,55.91` + */ +export const EPSG_4626 = + '+proj=longlat +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone C4 + * - **CRS-PROJCRS** [5934] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `71,60,59,150.01` + */ +export const EPSG_5934 = + '+proj=lcc +lat_0=65.1012708888889 +lon_0=105 +lat_1=69 +lat_2=61 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ITRF2000 + * - **CRS-GEOG3DCRS** [7909] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7909 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 7N + * - **CRS-PROJCRS** [32207] + * - **Area**: Between 144°W and 138°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-144,0,-138` + */ +export const EPSG_32207 = + '+proj=utm +zone=7 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 37N (N-E) + * - **CRS-PROJCRS** [3049] + * - **Area**: Europe between 36°E and 42°E: Norway including Svalbard - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.07,36,72.99,38.01` + */ +export const EPSG_3049 = + '+proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hough 1960 + * - **CRS-GEOGCRS** [37005] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37005 = '+proj=longlat +ellps=hough +no_defs +type=crs'; + +/** + * NSWC 9Z-2 + * - **CRS-GEOGCRS** [4276] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4276 = '+proj=longlat +ellps=NWL9D +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Ramsey + * - **CRS-GEOGCRS** [104760] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104760 = '+proj=longlat +a=6378418.941 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS84 / Merc NorthAm + * - **CRS-PROJCRS** [42105] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42105 = 'null'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [2208] + * - **Area**: Türkiye (Turkey) - between 31°30'E and 34°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `42.07,31.5,35.97,34.5` + */ +export const EPSG_2208 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 17 + * - **CRS-PROJCRS** [22657] + * - **Area**: Canada - Ontario - west of 94°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.24,-95.16,48.69,-94.5` + */ +export const EPSG_22657 = + '+proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Santa Cruz da Graciosa depth + * - **CRS-VERTCRS** [10376] + * - **Area**: Portugal - central Azores - Graciosa island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `39.14,-28.13,38.97,-27.88` + */ +export const EPSG_10376 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 + * - **CRS-GEOGCRS** [8255] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8255 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 24 + * - **CRS-PROJCRS** [2658] + * - **Area**: Russian Federation - onshore between 70°30'E and 73°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.57,70.5,53.43,73.5` + */ +export const EPSG_2658 = + '+proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Panama-Colon 1911 + * - **CRS-GEOGCRS** [5467] + * - **Area**: Panama - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `9.68,-83.04,7.15,-77.19` + */ +export const EPSG_5467 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 7N + * - **CRS-PROJCRS** [22207] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_22207 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan South + * - **CRS-PROJCRS** [6498] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_6498 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / South Carolina + * - **CRS-PROJCRS** [3360] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_3360 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kertau 1968 / Singapore Grid + * - **CRS-PROJCRS** [24500] + * - **Area**: Singapore - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_24500 = + '+proj=cass +lat_0=1.28764666666667 +lon_0=103.853002222222 +x_0=30000 +y_0=30000 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis Central (meter) + * - **CRS-PROJCRS** [103676] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103676 = + '+proj=lcc +lat_0=47.25 +lon_0=-92.45 +lat_1=47.3333333333333 +lat_2=47.75 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378605.783 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * ONGD17 / UTM zone 41N + * - **CRS-PROJCRS** [9297] + * - **Area**: Oman - offshore east of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.09,60,16.37,63.38` + */ +export const EPSG_9297 = '+proj=utm +zone=41 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B18H2 + * - **CRS-PROJCRS** [112067] + * - **Area**: UK - Highways England - B18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9325,-1.0084,52.0403,-0.5073` + */ +export const EPSG_112067 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999952743314832 +x_0=-58020.3934851199 +y_0=111039.028911178 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * MOP78 / UTM zone 1S + * - **CRS-PROJCRS** [2988] + * - **Area**: Wallis and Futuna - Wallis. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-13.16,-176.25,-13.41,-176.07` + */ +export const EPSG_2988 = + '+proj=utm +zone=1 +south +ellps=intl +towgs84=253,-132,-127,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 22 + NN54 height + * - **CRS-COMPOUNDCRS** [6162] + * - **Area**: Norway - onshore - between 22°E and 23°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.93,22,68.69,23.01` + */ +export const EPSG_6162 = + '+proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nevada West + * - **CRS-PROJCRS** [2822] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_2822 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming East (ftUS) + * - **CRS-PROJCRS** [3730] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_3730 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arizona Central (Intl Feet) + * - **CRS-PROJCRS** [103226] + * - **Area**: USA - Arizona - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_103226 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 156E + * - **CRS-PROJCRS** [21352] + * - **Area**: Russian Federation - onshore between 154°30'E and 157°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,154.5,49.02,157.5` + */ +export const EPSG_21352 = + '+proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 4 + * - **CRS-PROJCRS** [32084] + * - **Area**: Canada - Labrador between 63°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `58.92,-63,52,-60` + */ +export const EPSG_32084 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Mexico West + * - **CRS-PROJCRS** [6532] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_6532 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS DeKalb (m) + * - **CRS-PROJCRS** [7289] + * - **Area**: United States (USA) - Indiana - DeKalb county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.54,-85.2,41.26,-84.8` + */ +export const EPSG_7289 = + '+proj=tmerc +lat_0=41.25 +lon_0=-84.95 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 54 + * - **CRS-PROJCRS** [2571] + * - **Area**: Russian Federation - onshore between 160°30'E and 163°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.98,160.5,54.34,163.5` + */ +export const EPSG_2571 = + '+proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Santiam Pass zone (ft) + * - **CRS-PROJCRS** [6861] + * - **Area**: United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `44.66,-122.51,44.1,-121.69` + */ +export const EPSG_6861 = + '+proj=tmerc +lat_0=44.0833333333333 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * WGS 84 / Punjab + * - **CRS-PROJCRS** [7773] + * - **Area**: India - Punjab including Chandigarh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.58,73.87,29.54,76.94` + */ +export const EPSG_7773 = + '+proj=lcc +lat_0=31.00178226 +lon_0=75.375 +lat_1=30 +lat_2=32 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Hokitika 2000 + * - **CRS-PROJCRS** [2121] + * - **Area**: New Zealand - South Island - Hokitika meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.41,170.39,-43.23,171.89` + */ +export const EPSG_2121 = + '+proj=tmerc +lat_0=-42.8861111111111 +lon_0=170.979722222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 17 + * - **CRS-PROJCRS** [102437] + * - **Area**: ARC System - Zone 17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-180,-80,180` + */ +export const EPSG_102437 = + '+proj=eqc +lat_ts=-78.1728375 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jefferson (m) + * - **CRS-PROJCRS** [7323] + * - **Area**: United States (USA) - Indiana - Jefferson county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.92,-85.69,38.58,-85.2` + */ +export const EPSG_7323 = + '+proj=tmerc +lat_0=38.55 +lon_0=-85.35 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2000 + * - **CRS-GCENCRS** [4919] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4919 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kansas LCC + * - **CRS-PROJCRS** [6924] + * - **Area**: United States (USA) - Kansas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,36.99,-94.58` + */ +export const EPSG_6924 = + '+proj=lcc +lat_0=36 +lon_0=-98.25 +lat_1=39.5 +lat_2=37.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Trempealeau (ftUS) + * - **CRS-PROJCRS** [7636] + * - **Area**: United States (USA) - Wisconsin - Trempealeau county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.62,43.98,-91.15` + */ +export const EPSG_7636 = + '+proj=tmerc +lat_0=43.1611111111111 +lon_0=-91.3666666666667 +k=1.0000361538 +x_0=256946.913893828 +y_0=0.00396240792481585 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2434] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_2434 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1927 Michigan GeoRef (Meters) + * - **CRS-PROJCRS** [102122] + * - **Area**: USA - Michigan + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_102122 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +datum=NAD27 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Dane (ftUS) + * - **CRS-PROJCRS** [8193] + * - **Area**: United States (USA) - Wisconsin - Dane county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.3,-89.84,42.84,-89` + */ +export const EPSG_8193 = + '+proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.4222222222222 +k_0=1.0000384786 +x_0=247193.294386589 +y_0=146591.989636779 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Blackford-Delaware (ftUS) + * - **CRS-PROJCRS** [7266] + * - **Area**: United States (USA) - Indiana - counties of Blackford and Delaware. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.57,-85.58,40.07,-85.2` + */ +export const EPSG_7266 = + '+proj=tmerc +lat_0=40.05 +lon_0=-85.4 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 22N using TM Complex + * - **CRS-PROJCRS** [102572] + * - **Area**: World - N hemisphere - 54~W to 48~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-54,0,-48` + */ +export const EPSG_102572 = '+proj=utm +zone=22 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR27-28 + * - **CRS-PROJCRS** [3225] + * - **Area**: Antarctica - 68°S to 72°S and 24°W to 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-24,-72,-12` + */ +export const EPSG_3225 = + '+proj=lcc +lat_0=-90 +lon_0=-18 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Grant (US foot) + * - **CRS-PROJCRS** [103733] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103733 = + '+proj=lcc +lat_0=45.7588888888889 +lon_0=-96.05 +lat_1=45.8 +lat_2=46.05 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378518.001 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 17 + * - **CRS-PROJCRS** [21217] + * - **Area**: Russian Federation - onshore between 49°30'E and 52°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.22,49.5,42.36,52.5` + */ +export const EPSG_21217 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Palestine Grid 1923 Modified TM + * - **CRS-PROJCRS** [103699] + * - **Area**: Palestine Territory + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32.55,34.17,31.21,35.58` + */ +export const EPSG_103699 = + '+proj=tmerc +lat_0=31.7343936111111 +lon_0=35.2045169444444 +k=1.0000067 +x_0=169529.584 +y_0=126907.39 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b + * - **CRS-GEOGCRS** [9782] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9782 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Louisiana North (ftUS) + * - **CRS-PROJCRS** [6477] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_6477 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Indiana East (ftUS) + * - **CRS-PROJCRS** [2967] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_2967 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=99999.9998983997 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C15H2 + * - **CRS-PROJCRS** [112088] + * - **Area**: UK - Highways England - C15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.1394,-3.2237,53.931,-2.6702` + */ +export const EPSG_112088 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999991755243032 +x_0=88034.3762585739 +y_0=126049.220552049 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah Central + * - **CRS-PROJCRS** [3675] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_3675 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 6N + * - **CRS-PROJCRS** [26706] + * - **Area**: United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_26706 = + '+proj=utm +zone=6 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 29N + * - **CRS-PROJCRS** [25829] + * - **Area**: Europe between 12°W and 6°W: Faroe Islands - onshore and offshore; Ireland - offshore; Jan Mayen - onshore and offshore; Portugal - onshore and offshore; Spain - onshore and offshore; United Kingdom - UKCS offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74.13,-12,34.91,-6` + */ +export const EPSG_25829 = + '+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 15S + * - **CRS-PROJCRS** [32315] + * - **Area**: Between 96°W and 90°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-96,-80,-90` + */ +export const EPSG_32315 = + '+proj=utm +zone=15 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NGVD29 depth (ftUS) + * - **CRS-VERTCRS** [6359] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_6359 = '+vunits=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 45S + * - **CRS-PROJCRS** [32745] + * - **Area**: Between 84°E and 90°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,84,-80,90` + */ +export const EPSG_32745 = '+proj=utm +zone=45 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RDN2008 / UTM zone 34N (N-E) + * - **CRS-PROJCRS** [6709] + * - **Area**: Italy - onshore and offshore - east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.64,17.99,34.76,18.99` + */ +export const EPSG_6709 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tristan 1968 + * - **CRS-GEOGCRS** [4734] + * - **Area**: St Helena, Ascension and Tristan da Cunha - Tristan da Cunha island group including Tristan, Inaccessible, Nightingale, Middle and Stoltenhoff Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-37,-12.76,-40.42,-9.8` + */ +export const EPSG_4734 = + '+proj=longlat +ellps=intl +towgs84=-632,438,-609,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Willamette Pass zone (m) + * - **CRS-PROJCRS** [8347] + * - **Area**: United States (USA) - Oregon - Willamette Pass area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.18,-122.26,42.99,-121.48` + */ +export const EPSG_8347 = + '+proj=tmerc +lat_0=43 +lon_0=-122 +k=1.000223 +x_0=20000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Grant (m) + * - **CRS-PROJCRS** [7548] + * - **Area**: United States (USA) - Wisconsin - Grant county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.22,-91.16,42.5,-90.42` + */ +export const EPSG_7548 = + '+proj=tmerc +lat_0=41.4111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.4841 +y_0=0.01 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 15N + * - **CRS-PROJCRS** [22315] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_22315 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 4 (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8717] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_8717 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 25 + * - **CRS-PROJCRS** [5125] + * - **Area**: Norway - onshore - between 25°E and 26°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.24,25,68.59,26.01` + */ +export const EPSG_5125 = + '+proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Wind River (m) + * - **CRS-PROJCRS** [7118] + * - **Area**: United States (USA) - Wyoming - Wind River Indian Reservation. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.86,-109.5,42.69,-107.94` + */ +export const EPSG_7118 = + '+proj=tmerc +lat_0=42.6666666666667 +lon_0=-108.333333333333 +k=1.00024 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 48 + * - **CRS-PROJCRS** [28348] + * - **Area**: Australia - offshore west of 108°E. Christmas Island - onshore and offshore west of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.87,102.14,-34.68,108.01` + */ +export const EPSG_28348 = + '+proj=utm +zone=48 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 10 + * - **CRS-PROJCRS** [22250] + * - **Area**: Canada - Quebec - west of 78°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.45,-79.85,46.23,-78` + */ +export const EPSG_22250 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Clark (ftUS) + * - **CRS-PROJCRS** [8202] + * - **Area**: United States (USA) - Wisconsin - Clark county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.04,-90.93,44.42,-90.31` + */ +export const EPSG_8202 = + '+proj=tmerc +lat_0=43.6 +lon_0=-90.7083333333333 +k=1.0000463003 +x_0=199949.198983998 +y_0=0.00853441706883413 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGRS 1993 LTM + * - **CRS-PROJCRS** [102319] + * - **Area**: Cyprus - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.74,32.2,34.59,34.65` + */ +export const EPSG_102319 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=0.99995 +x_0=200000 +y_0=-3500000 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe + * - **CRS-GEOGCRS** [4221] + * - **Area**: Argentina - mainland onshore and Atlantic offshore Tierra del Fuego. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `9` + * - **BBOX**: `-21.78,-73.59,-54.93,-53.65` + */ +export const EPSG_4221 = + '+proj=longlat +ellps=intl +towgs84=-148,136,90,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake of the Woods North + * - **CRS-GEOGCRS** [104737] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104737 = '+proj=longlat +a=6378466.185 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Ohio North (US Feet) + * - **CRS-PROJCRS** [103508] + * - **Area**: USA - Ohio - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_103508 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=40.4333333333333 +lat_2=41.7 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 50N + * - **CRS-PROJCRS** [32250] + * - **Area**: Between 114°E and 120°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,114,0,120` + */ +export const EPSG_32250 = + '+proj=utm +zone=50 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Voirol 1879 + * - **CRS-GEOGCRS** [4671] + * - **Area**: Algeria - onshore north of 32°N. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.95,31.99,9.09` + */ +export const EPSG_4671 = '+proj=longlat +ellps=clrk80ign +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 23 + NN2000 height + * - **CRS-COMPOUNDCRS** [5963] + * - **Area**: Norway - onshore - between 23°E and 24°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,23,68.62,24.01` + */ +export const EPSG_5963 = + '+proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM grid system (northern hemisphere) + * - **CRS-PROJCRS** [32600] + * - **Area**: Northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-180,0,180` + */ +export const EPSG_32600 = + 'PROJCS["WGS 84 / UTM grid system (northern hemisphere)",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator_Zoned_Grid_System"],PARAMETER["Latitude of natural origin",0],PARAMETER["Initial longitude",-180],PARAMETER["Zone width",6],PARAMETER["Scale factor at natural origin",0.9996],PARAMETER["False easting",500000],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","32600"]]'; + +/** + * ONGD14 / UTM zone 39N + * - **CRS-PROJCRS** [7374] + * - **Area**: Oman - onshore and offshore west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `19.67,51.99,14.94,54.01` + */ +export const EPSG_7374 = + '+proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 7 + * - **CRS-PROJCRS** [5349] + * - **Area**: Argentina - east of 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-25.49,-55.5,-28.11,-53.65` + */ +export const EPSG_5349 = + '+proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000-PL / CS2000/15 + * - **CRS-PROJCRS** [2176] + * - **Area**: Poland - onshore and offshore west of 16°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.35,14.14,50.26,16.5` + */ +export const EPSG_2176 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.999923 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartsfield-Jackson Atlanta Intl Airport + * - **CRS-PROJCRS** [102460] + * - **Area**: HJAIA - Hartsfield-Jackson Atlanta Intl Airport + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.68427937,-84.502368,33.590879,-84.351204` + */ +export const EPSG_102460 = + 'PROJCS["HJAIA_AirportGrid_2Mar10",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Local"],PARAMETER["False_Easting",11233.741],PARAMETER["False_Northing",3076.34],PARAMETER["Scale_Factor",1.000047],PARAMETER["Azimuth",-0.01935],PARAMETER["Longitude_Of_Center",-84.4306922136],PARAMETER["Latitude_Of_Center",33.6340844042],UNIT["US survey foot",0.304800609601219,AUTHORITY["EPSG","9003"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","102460"]]'; + +/** + * GDA94 / JCG94 + * - **CRS-PROJCRS** [10458] + * - **Area**: Australia - Western Australia - Jurien Bay area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-29.08,114.83,-30.74,115.34` + */ +export const EPSG_10458 = + '+proj=tmerc +lat_0=0 +lon_0=114.983333333333 +k=1.00000314 +x_0=50000 +y_0=3550000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Minnesota South + * - **CRS-PROJCRS** [26993] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_26993 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Ontario zone (m) + * - **CRS-PROJCRS** [6836] + * - **Area**: United States (USA) - Oregon - Ontario area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.65,-117.9,43.41,-116.7` + */ +export const EPSG_6836 = + '+proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NGF Lallemand height + * - **CRS-VERTCRS** [5719] + * - **Area**: France - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_5719 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [2526] + * - **Area**: Belarus, Moldova, Russian Federation and Ukraine - onshore between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.85,28.5,45.18,31.5` + */ +export const EPSG_2526 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Lambert for Southern Asia + * - **CRS-PROJCRS** [102030] + * - **Area**: Asia - South + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30,25,-10,165` + */ +export const EPSG_102030 = + '+proj=lcc +lat_0=-15 +lon_0=125 +lat_1=7 +lat_2=-32 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR10P01 + * - **CRS-GEOGCRS** [8982] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8982 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RRAF 1991 + * - **CRS-GEOGCRS** [4558] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_4558 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Pennsylvania South (ftUS) + * - **CRS-PROJCRS** [6565] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_6565 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 6 (ftUS) + * - **CRS-PROJCRS** [2875] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_2875 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * HTRS96 / UTM zone 33N + * - **CRS-PROJCRS** [3767] + * - **Area**: Croatia - west of 18°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.54,13,41.63,18` + */ +export const EPSG_3767 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 29S + * - **CRS-PROJCRS** [32529] + * - **Area**: Between 12°W and 6°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-12,-80,-6` + */ +export const EPSG_32529 = + '+proj=utm +zone=29 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Illinois West + * - **CRS-PROJCRS** [103271] + * - **Area**: USA - Illinois - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_103271 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941176470588 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A16H2 + * - **CRS-PROJCRS** [112030] + * - **Area**: UK - Highways England - A16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.048,-2.6417,50.6084,-1.5041` + */ +export const EPSG_112030 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.000036772789 +x_0=54023.5264394632 +y_0=71030.9329111461 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * CIGD11 + * - **CRS-GEOGCRS** [6135] + * - **Area**: Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `20.68,-83.6,17.58,-78.72` + */ +export const EPSG_6135 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Le Pouce 1934 / Mauritius Grid + * - **CRS-PROJCRS** [3337] + * - **Area**: Mauritius - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-19.94,57.25,-20.57,57.85` + */ +export const EPSG_3337 = + '+proj=lcc +lat_1=-20.1950694444444 +lat_0=-20.1950694444444 +lon_0=57.5218277777778 +k_0=1 +x_0=1000000 +y_0=1000000 +a=6378249.145 +rf=293.465 +towgs84=-770.1,158.4,-498.2,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Chisago (meter) + * - **CRS-PROJCRS** [103621] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103621 = + '+proj=lcc +lat_0=45.2963888888889 +lon_0=-93.0833333333333 +lat_1=45.3333333333333 +lat_2=45.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378411.321 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin South (ftUS) + * - **CRS-PROJCRS** [2930] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_2930 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Mexico West (ftUS) + * - **CRS-PROJCRS** [3622] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_3622 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 40 + * - **CRS-PROJCRS** [21240] + * - **Area**: Russian Federation - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.63,118.5,49.87,121.5` + */ +export const EPSG_21240 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 16 + * - **CRS-PROJCRS** [32196] + * - **Area**: Canada - Ontario - between 94°30'W and 91°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `55.2,-94.5,48.06,-91.5` + */ +export const EPSG_32196 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 3 (ftUS) + * - **CRS-PROJCRS** [6420] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_6420 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST49-52 + * - **CRS-PROJCRS** [3272] + * - **Area**: Antarctica - 76°S to 80°S and 108°E to 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,108,-80,132` + */ +export const EPSG_3272 = + '+proj=lcc +lat_0=-90 +lon_0=120 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pine (US foot) + * - **CRS-PROJCRS** [103764] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103764 = + '+proj=lcc +lat_0=45.73 +lon_0=-92.9 +lat_1=45.8166666666667 +lat_2=46.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378472.281 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * Sapper Hill 1943 / UTM zone 20S + * - **CRS-PROJCRS** [29220] + * - **Area**: Falkland Islands (Malvinas) - onshore west of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-50.96,-61.55,-52.33,-59.99` + */ +export const EPSG_29220 = + '+proj=utm +zone=20 +south +ellps=intl +towgs84=-355,21,72,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Auckland Islands TM 2000 + * - **CRS-PROJCRS** [3788] + * - **Area**: New Zealand - Snares Island, Auckland Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-47.8,165.55,-51.13,166.93` + */ +export const EPSG_3788 = + '+proj=tmerc +lat_0=0 +lon_0=166 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 3-11 + * - **CRS-PROJCRS** [6070] + * - **Area**: Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-3.35,76.16,38.01` + */ +export const EPSG_6070 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=21 +lat_1=80.3333333333333 +lat_2=77 +x_0=11500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / UTM zone 19N + * - **CRS-PROJCRS** [2033] + * - **Area**: Canada - Quebec - between 72°W and 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `61.8,-72,45.01,-66` + */ +export const EPSG_2033 = + '+proj=utm +zone=19 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PA11 SPCS Hawaii Zone 1 (US Feet) + * - **CRS-PROJCRS** [102525] + * - **Area**: USA - Hawaii - island of Hawaii - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_102525 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966666666667 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 6 + * - **CRS-PROJCRS** [22196] + * - **Area**: Argentina - between 58°30'W and 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-24.84,-58.5,-38.59,-55.49` + */ +export const EPSG_22196 = + '+proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone IV + * - **CRS-PROJCRS** [27394] + * - **Area**: Norway - between 1°15'E and 4°20'E of Oslo (11°58'22.5"E and 15°03'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.1,11.97,59.88,15.06` + */ +export const EPSG_27394 = + '+proj=tmerc +lat_0=58 +lon_0=2.5 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Wisconsin Chippewa + * - **CRS-GEOGCRS** [104808] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_104808 = '+proj=longlat +a=6378412.542 +rf=298.270107115315 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 21E + * - **CRS-PROJCRS** [2463] + * - **Area**: Russian Federation - onshore west of 24°E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.87` + */ +export const EPSG_2463 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 Poland zone 6 + * - **CRS-PROJCRS** [102175] + * - **Area**: Poland - 16.5~E to 19.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,16.5,49.39,19.5` + */ +export const EPSG_102175 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.999923 +x_0=6500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + SVD2006 height + * - **CRS-COMPOUNDCRS** [20001] + * - **Area**: Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,-3.35,76.16,38.01` + */ +export const EPSG_20001 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [28431] + * - **Area**: Russian Federation - onshore between 180°E and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.65,-180,64.35,-174` + */ +export const EPSG_28431 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1150) + * - **CRS-GEOG3DCRS** [7661] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7661 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 52.1 + * - **CRS-PROJCRS** [23841] + * - **Area**: Indonesia - onshore between 126°E and 129°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.59,126,-8.32,129` + */ +export const EPSG_23841 = + '+proj=tmerc +lat_0=0 +lon_0=127.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arizona Central (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8701] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_8701 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [5563] + * - **Area**: Ukraine - between 24°E and 30°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.96,24,45.1,30` + */ +export const EPSG_5563 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SMITB20-IRF + * - **CRS-GEOGCRS** [10272] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `50.85,-4.1,50.65,-3.6` + */ +export const EPSG_10272 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * S-JTSK [JTSK03] + * - **CRS-GEOGCRS** [8351] + * - **Area**: Slovakia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `49.61,16.84,47.73,22.56` + */ +export const EPSG_8351 = + '+proj=longlat +ellps=bessel +towgs84=485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0 +no_defs +type=crs'; + +/** + * DB_REF + * - **CRS-GEOG3DCRS** [5830] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_5830 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * South Georgia 1968 + * - **CRS-GEOGCRS** [4722] + * - **Area**: South Georgia and the South Sandwich Islands - South Georgia onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-53.93,-38.08,-54.95,-35.74` + */ +export const EPSG_4722 = + '+proj=longlat +ellps=intl +towgs84=-794,119,-298,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 53S + * - **CRS-PROJCRS** [32753] + * - **Area**: Between 132°E and 138°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,132,-80,138` + */ +export const EPSG_32753 = '+proj=utm +zone=53 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Nepal Nagarkot (3D) + * - **CRS-GEOGCRS** [104664] + * - **Area**: Nepal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.43,80.06,26.34,88.21` + */ +export const EPSG_104664 = '+proj=longlat +ellps=evrst30 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 3S + * - **CRS-PROJCRS** [32303] + * - **Area**: Between 168°W and 162°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-168,-80,-162` + */ +export const EPSG_32303 = + '+proj=utm +zone=3 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Fatu Iva 72 + * - **CRS-GEOGCRS** [4688] + * - **Area**: French Polynesia - Marquesas Islands - Fatu Hiva. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-10.36,-138.75,-10.6,-138.54` + */ +export const EPSG_4688 = + '+proj=longlat +ellps=intl +towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647 +no_defs +type=crs'; + +/** + * RGNC91-93 + NGNC08 height + * - **CRS-COMPOUNDCRS** [9540] + * - **Area**: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-19.5,163.54,-22.73,168.19` + */ +export const EPSG_9540 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 10N + * - **CRS-PROJCRS** [26710] + * - **Area**: North America - between 126°W and 120°W - onshore. Canada - British Columbia; Northwest Territories; Nunavut; Yukon. United States (USA) - California; Oregon; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `77.13,-126,34.4,-119.99` + */ +export const EPSG_26710 = + '+proj=utm +zone=10 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 16N + * - **CRS-PROJCRS** [32616] + * - **Area**: Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore. Belize. Canada - Manitoba; Nunavut; Ontario. Costa Rica. Cuba. Ecuador - Galapagos. El Salvador. Guatemala. Honduras. Mexico. Nicaragua. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,0,-84` + */ +export const EPSG_32616 = '+proj=utm +zone=16 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / South Dakota North (ftUS) + * - **CRS-PROJCRS** [3458] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_3458 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 (G1150) + * - **CRS-GEOGCRS** [9055] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9055 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 35N + NN2000 height + * - **CRS-COMPOUNDCRS** [5975] + * - **Area**: Norway - onshore - between 24°E and 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,24,68.58,30.01` + */ +export const EPSG_5975 = '+proj=utm +zone=35 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * IKBD-92 + * - **CRS-GEOGCRS** [4667] + * - **Area**: Iraq - Kuwait boundary. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `30.32,46.36,29.06,48.61` + */ +export const EPSG_4667 = '+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * Peirce quincuncial North Pole in a square + * - **CRS-PROJCRS** [54090] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54090 = + '+proj=peirce_q +shape=square +lat_0=90 +lon_0=0 +k_0=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 13 30 + * - **CRS-PROJCRS** [3008] + * - **Area**: Sweden - communes between approximately 12°45'E and 14°15'E and south of approximately 62°10'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.28,12.12,55.28,14.79` + */ +export const EPSG_3008 = + '+proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 46N + * - **CRS-PROJCRS** [32246] + * - **Area**: Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,90,0,96` + */ +export const EPSG_32246 = + '+proj=utm +zone=46 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * PN68 / UTM zone 28N + * - **CRS-PROJCRS** [9405] + * - **Area**: Spain - Canary Islands onshore - El Hierro east of 18°W, Fuerteventura, Gran Canaria, La Gomera, La Palma, Lanzarote and Tenerife. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `29.47,-18.06,27.58,-13.37` + */ +export const EPSG_9405 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Faribault + * - **CRS-GEOGCRS** [104721] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104721 = '+proj=longlat +a=6378521.049 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * HD72 + * - **CRS-GEOGCRS** [4237] + * - **Area**: Hungary. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `48.58,16.11,45.74,22.9` + */ +export const EPSG_4237 = + '+proj=longlat +ellps=GRS67 +towgs84=52.17,-71.82,-14.9,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Massachusetts Mainland (ftUS) + * - **CRS-PROJCRS** [2249] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_2249 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000.0001016 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 16N + * - **CRS-PROJCRS** [22616] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_22616 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2619] + * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.59,127.5,42.67,130.5` + */ +export const EPSG_2619 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Bayfield (m) + * - **CRS-PROJCRS** [8214] + * - **Area**: United States (USA) - Wisconsin - Bayfield county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.01,-91.56,46.15,-90.75` + */ +export const EPSG_8214 = + '+proj=lcc +lat_1=46.6696483772222 +lat_0=46.6696483772222 +lon_0=-91.1527777777778 +k_0=1.0000331195 +x_0=228600.4575 +y_0=148551.4837 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 6 + * - **CRS-PROJCRS** [22246] + * - **Area**: Canada - Quebec - between 69°W and 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59,-69,47.31,-66` + */ +export const EPSG_22246 = + '+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Itasca North (meter) + * - **CRS-PROJCRS** [103637] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103637 = + '+proj=lcc +lat_0=47.5 +lon_0=-93.7333333333333 +lat_1=47.5666666666667 +lat_2=47.8166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378574.389 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 18 + * - **CRS-PROJCRS** [3321] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel traverse between 17°E and 19°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-3.4,17,-5.38,19` + */ +export const EPSG_3321 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 3-23 + * - **CRS-PROJCRS** [6123] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,-169,76.16,-138` + */ +export const EPSG_6123 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-153 +lat_1=80.3333333333333 +lat_2=77 +x_0=23500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/13 + * - **CRS-PROJCRS** [29373] + * - **Area**: Namibia - onshore between 12°E and 14°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-16.95,12,-21.9,14.01` + */ +export const EPSG_29373 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=13 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A14H2 + * - **CRS-PROJCRS** [112026] + * - **Area**: UK - Highways England - A14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.1984,-4.4468,50.585,-3.1023` + */ +export const EPSG_112026 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999938739775363 +x_0=111037.473898269 +y_0=71023.9697907847 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Idaho East (US Feet) + * - **CRS-PROJCRS** [103267] + * - **Area**: USA - Idaho - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_103267 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368421053 +x_0=200000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-19 + * - **CRS-PROJCRS** [6089] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,85,69.5,106.01` + */ +export const EPSG_6089 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=95 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=19500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alberta 3TM ref merid 111 W + * - **CRS-PROJCRS** [3771] + * - **Area**: Canada - Alberta - east of 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60,-112.5,48.99,-109.98` + */ +export const EPSG_3771 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming East Central + * - **CRS-PROJCRS** [2863] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_2863 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / South Dakota South + * - **CRS-PROJCRS** [6573] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_6573 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF94 + * - **CRS-GEOGCRS** [8994] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8994 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 39E + * - **CRS-PROJCRS** [21313] + * - **Area**: Russian Federation - onshore between 37°30'E and 40°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.8,37.5,43.33,40.5` + */ +export const EPSG_21313 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Equidistant Conic for Northern Asia + * - **CRS-PROJCRS** [102026] + * - **Area**: Asia - North + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,25,10,185` + */ +export const EPSG_102026 = + '+proj=eqdc +lat_0=30 +lon_0=95 +lat_1=15 +lat_2=65 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [2530] + * - **Area**: Georgia, Russian Federation - onshore between 40°30'E and 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `68.74,40.5,41.01,43.51` + */ +export const EPSG_2530 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Eugene zone (m) + * - **CRS-PROJCRS** [6820] + * - **Area**: United States (USA) - Oregon - Eugene area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.71,-123.8,43.74,-122.18` + */ +export const EPSG_6820 = + '+proj=tmerc +lat_0=43.75 +lon_0=-123.166666666667 +k=1.000015 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maryland + * - **CRS-PROJCRS** [26985] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_26985 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo27 + * - **CRS-PROJCRS** [102476] + * - **Area**: South Africa - 26~E to 28~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.92,26,-33.83,28` + */ +export const EPSG_102476 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * Sierra Leone 1924 / New War Office Grid + * - **CRS-PROJCRS** [2160] + * - **Area**: Sierra Leone - Freetown Peninsula. + * - **Unit**: `Gold Coast foot` + * - **Accuracy**: `null` + * - **BBOX**: `8.55,-13.34,8.32,-13.13` + */ +export const EPSG_2160 = + '+proj=tmerc +lat_0=6.66666666666667 +lon_0=-12 +k=1 +x_0=243839.768145207 +y_0=182879.826108905 +a=6378300 +rf=296 +to_meter=0.304799710181509 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Sullivan (ftUS) + * - **CRS-PROJCRS** [7362] + * - **Area**: United States (USA) - Indiana - Sullivan county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.26,-87.66,38.9,-87.24` + */ +export const EPSG_7362 = + '+proj=tmerc +lat_0=38.9 +lon_0=-87.5 +k=1.000017 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Waushara (m) + * - **CRS-PROJCRS** [8097] + * - **Area**: United States (USA) - Wisconsin - Waushara county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-89.6,43.98,-88.88` + */ +export const EPSG_8097 = + '+proj=lcc +lat_1=44.1139440458333 +lat_0=44.1139440458333 +lon_0=-89.2416666666667 +k_0=1.0000392096 +x_0=120091.4402 +y_0=45069.7587 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PZ-90.02 + * - **CRS-GCENCRS** [7677] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7677 = '+proj=geocent +a=6378136 +rf=298.257839303 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [28427] + * - **Area**: Russian Federation - onshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.2,156,50.27,162` + */ +export const EPSG_28427 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 + * - **CRS-GCENCRS** [4958] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_4958 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [20017] + * - **Area**: Russian Federation - onshore between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.32,96,49.73,102` + */ +export const EPSG_20017 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Belge Lambert 1972 more precise false easting and northing values + * - **CRS-PROJCRS** [102499] + * - **Area**: Belgium - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_102499 = + '+proj=lcc +lat_0=90 +lon_0=4.36748666666667 +lat_1=49.8333339 +lat_2=51.1666672333333 +x_0=150000.01256 +y_0=5400088.4378 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Lisboa Bessel Bonne + * - **CRS-PROJCRS** [102163] + * - **Area**: Portugal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-6.19` + */ +export const EPSG_102163 = + '+proj=bonne +lat_1=39.6666666666667 +lon_0=-8.13190611111111 +x_0=0 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Mount Nicholas Circuit + * - **CRS-PROJCRS** [27228] + * - **Area**: New Zealand - South Island - Mount Nicholas meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-44.29,167.72,-45.58,169.11` + */ +export const EPSG_27228 = + '+proj=tmerc +lat_0=-45.1329025833333 +lon_0=168.398641194444 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2475] + * - **Area**: Russian Federation - onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,90,49.89,96` + */ +export const EPSG_2475 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Macao 1920 + * - **CRS-GEOGCRS** [8428] + * - **Area**: China - Macao - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_8428 = + '+proj=longlat +ellps=intl +towgs84=-202.865,-303.99,-155.873,-34.079,76.126,32.66,6.096 +no_defs +type=crs'; + +/** + * MGI / Austria GK East + * - **CRS-PROJCRS** [31256] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_31256 = + '+proj=tmerc +lat_0=0 +lon_0=16.3333333333333 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 16 + * - **CRS-PROJCRS** [2025] + * - **Area**: Canada - Ontario - between 94°30'W and 91°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `55.2,-94.5,48.06,-91.5` + */ +export const EPSG_2025 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 7-13 + * - **CRS-PROJCRS** [6066] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `67.84,-42,62.83,-25` + */ +export const EPSG_6066 = + '+proj=lcc +lat_0=65.3510393055555 +lon_0=-34 +lat_1=67 +lat_2=63.6666666666667 +x_0=13500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Menorca height + * - **CRS-VERTCRS** [9393] + * - **Area**: Spain - Balearic Islands - Menorca onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.15,3.73,39.75,4.39` + */ +export const EPSG_9393 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [20914] + * - **Area**: Russian Federation - onshore between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,78,50.69,84` + */ +export const EPSG_20914 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kentucky (one zone) + * - **CRS-PROJCRS** [103288] + * - **Area**: USA - Kentucky + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_103288 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * BGS2005 height + * - **CRS-VERTCRS** [9669] + * - **Area**: Bulgaria - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.23,22.36,41.24,28.68` + */ +export const EPSG_9669 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Rice (US foot) + * - **CRS-PROJCRS** [103772] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103772 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-93.1333333333333 +lat_1=44.3 +lat_2=44.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST17-20 + * - **CRS-PROJCRS** [3264] + * - **Area**: Antarctica - 76°S to 80°S and 84°W to 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-84,-80,-60` + */ +export const EPSG_3264 = + '+proj=lcc +lat_0=-90 +lon_0=-72 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Delaware (ftUS) + * - **CRS-PROJCRS** [6436] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_6436 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 56 + * - **CRS-PROJCRS** [21256] + * - **Area**: Russian Federation - onshore between 166°30'E and 169°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.07,166.5,54.45,169.5` + */ +export const EPSG_21256 = + '+proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Green (meters) + * - **CRS-PROJCRS** [103322] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103322 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / North Dakota North (ft) + * - **CRS-PROJCRS** [3634] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_3634 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Washington North (ftUS) + * - **CRS-PROJCRS** [2926] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_2926 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 54S + * - **CRS-PROJCRS** [32354] + * - **Area**: Between 138°E and 144°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,138,-80,144` + */ +export const EPSG_32354 = + '+proj=utm +zone=54 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SHGD2015 + SHVD2015 height + * - **CRS-COMPOUNDCRS** [9517] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_9517 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) + * - **CRS-GEOGCRS** [6318] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_6318 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 21S + * - **CRS-PROJCRS** [31981] + * - **Area**: Brazil - between 60°W and 54°W, northern and southern hemispheres. In remainder of South America - between 60°W and 54°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.51,-60,-44.82,-54` + */ +export const EPSG_31981 = + '+proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 4S + * - **CRS-PROJCRS** [32704] + * - **Area**: Between 162°W and 156°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-162,-80,-156` + */ +export const EPSG_32704 = '+proj=utm +zone=4 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2013 + * - **CRS-GEOG3DCRS** [9147] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9147 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Cassini + * - **CRS-PROJCRS** [54028] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54028 = + '+proj=cass +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MLW depth + * - **CRS-VERTCRS** [5867] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5867 = '+vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 39 + * - **CRS-PROJCRS** [4775] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_4775 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * HD1909 + * - **CRS-GEOGCRS** [3819] + * - **Area**: Hungary. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `48.58,16.11,45.74,22.9` + */ +export const EPSG_3819 = + '+proj=longlat +ellps=bessel +towgs84=595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 14 + * - **CRS-PROJCRS** [22354] + * - **Area**: Canada - Ontario - between 88°30'W and 85°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.7,-88.5,47.17,-85.5` + */ +export const EPSG_22354 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 24S + * - **CRS-PROJCRS** [5534] + * - **Area**: Brazil - between 42°W and 36°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `0.74,-42,-26.35,-36` + */ +export const EPSG_5534 = + '+proj=utm +zone=24 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC44 + * - **CRS-PROJCRS** [9844] + * - **Area**: France - mainland onshore between 43°N and 45°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45,-1.79,42.92,7.71` + */ +export const EPSG_9844 = + '+proj=lcc +lat_0=44 +lon_0=3 +lat_1=43.25 +lat_2=44.75 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nevada East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8756] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_8756 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.00001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 11N + * - **CRS-PROJCRS** [22211] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_22211 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 1 + * - **CRS-PROJCRS** [22641] + * - **Area**: Canada - Newfoundland - onshore east of 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.89,-54.5,46.56,-52.54` + */ +export const EPSG_22641 = + '+proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Swift + * - **CRS-GEOGCRS** [104776] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104776 = '+proj=longlat +a=6378470.757 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 11N + * - **CRS-PROJCRS** [32211] + * - **Area**: Between 120°W and 114°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-120,0,-114` + */ +export const EPSG_32211 = + '+proj=utm +zone=11 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + BI height + * - **CRS-COMPOUNDCRS** [9452] + * - **Area**: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland) and Northern Ireland. Ireland onshore. Isle of Man onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `61.01,-10.85,49.75,2.01` + */ +export const EPSG_9452 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah North + * - **CRS-PROJCRS** [103549] + * - **Area**: USA - Utah - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_103549 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=40.7166666666667 +lat_2=41.7833333333333 +x_0=500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone A2 + * - **CRS-PROJCRS** [5922] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.01,-84,75,6.01` + */ +export const EPSG_5922 = + '+proj=lcc +lat_0=81.317226 +lon_0=-39 +lat_1=85 +lat_2=77 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGN72 Nuku Hiva + * - **CRS-GEOGCRS** [4630] + * - **Area**: French Polynesia - Marquesas Islands - Nuku Hiva, Ua Huka and Ua Pou. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-8.72,-140.31,-9.57,-139.44` + */ +export const EPSG_4630 = '+proj=longlat +ellps=intl +towgs84=84,274,65,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 41N + * - **CRS-PROJCRS** [32641] + * - **Area**: Between 60°E and 66°E, northern hemisphere between equator and 84°N, onshore and offshore. Afghanistan. Islamic Republic of Iran. kazakhstan. Pakistan. Russian Federation. Turkmenistan. Uzbekistan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,60,0,66` + */ +export const EPSG_32641 = '+proj=utm +zone=41 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGS97 + * - **CRS-GEOG3DCRS** [9002] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9002 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Tsirang TM + * - **CRS-PROJCRS** [5308] + * - **Area**: Bhutan - Tsirang district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.2,90,26.81,90.35` + */ +export const EPSG_5308 = + '+proj=tmerc +lat_0=0 +lon_0=90.1666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS LaPorte-Pulaski-Starke (m) + * - **CRS-PROJCRS** [7335] + * - **Area**: United States (USA) - Indiana - counties of LaPorte, Pulaski and Starke. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.94,40.9,-86.46` + */ +export const EPSG_7335 = + '+proj=tmerc +lat_0=40.9 +lon_0=-86.75 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Camacupa 1948 / TM 12 SE + * - **CRS-PROJCRS** [22092] + * - **Area**: Angola - Angola proper - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-6.01,8.2,-17.26,13.86` + */ +export const EPSG_22092 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 1 + * - **CRS-PROJCRS** [102421] + * - **Area**: ARC System - Zone 1 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32,-180,0,180` + */ +export const EPSG_102421 = + '+proj=eqc +lat_ts=22.94791772 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Accra / TM 1 NW + * - **CRS-PROJCRS** [2137] + * - **Area**: Ghana - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `25` + * - **BBOX**: `6.06,-3.79,1.4,2.1` + */ +export const EPSG_2137 = + '+proj=tmerc +lat_0=0 +lon_0=-1 +k=0.9996 +x_0=500000 +y_0=0 +a=6378300 +rf=296 +towgs84=-199,32,322,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Reunion 1989 height + * - **CRS-VERTCRS** [5758] + * - **Area**: Reunion - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-20.81,55.16,-21.42,55.91` + */ +export const EPSG_5758 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / Jharkhand + * - **CRS-PROJCRS** [7765] + * - **Area**: India - Jharkhand. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.35,83.32,21.96,87.98` + */ +export const EPSG_7765 = + '+proj=lcc +lat_0=23.62652682 +lon_0=85.625 +lat_1=22.5416666666667 +lat_2=24.7083333333333 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * AGD 1966 ACT Grid AGC Zone + * - **CRS-PROJCRS** [102071] + * - **Area**: Australia - Australian Capital Territory + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-35.12,148.76,-35.93,149.4` + */ +export const EPSG_102071 = + '+proj=tmerc +lat_0=0 +lon_0=149.009294833333 +k=1.000086 +x_0=200000 +y_0=4510193.4939 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 50 + * - **CRS-PROJCRS** [2567] + * - **Area**: Russian Federation - onshore between 148°30'E and 151°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.82,148.5,45.21,151.5` + */ +export const EPSG_2567 = + '+proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Hampshire + * - **CRS-PROJCRS** [6524] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_6524 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [4519] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_4519 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 132E + * - **CRS-PROJCRS** [21344] + * - **Area**: Russian Federation - onshore between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.99,130.5,42.25,133.5` + */ +export const EPSG_21344 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Egypt 1907 / Blue Belt + * - **CRS-PROJCRS** [22991] + * - **Area**: Egypt - east of 33°E - onshore plus offshore Gulf of Suez. + * - **Unit**: `metre` + * - **Accuracy**: `1.2` + * - **BBOX**: `31.36,33,21.97,36.95` + */ +export const EPSG_22991 = + '+proj=tmerc +lat_0=30 +lon_0=35 +k=1 +x_0=300000 +y_0=1100000 +ellps=helmert +towgs84=-127.535,113.495,-12.7,1.603747,-0.153612,-5.364408,5.33745 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arkansas North (US Feet) + * - **CRS-PROJCRS** [103230] + * - **Area**: USA - Arkansas - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_103230 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=34.9333333333333 +lat_2=36.2333333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 19N + * - **CRS-PROJCRS** [3726] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-72,33.61,-65.99` + */ +export const EPSG_3726 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Ohio North + * - **CRS-PROJCRS** [2834] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_2834 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 34N + NN54 height + * - **CRS-COMPOUNDCRS** [6174] + * - **Area**: Norway - onshore - between 18°E and 24°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,18,68.04,24.01` + */ +export const EPSG_6174 = '+proj=utm +zone=34 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * CH1903 + * - **CRS-GEOGCRS** [4149] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4149 = + '+proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B22H1 + * - **CRS-PROJCRS** [112071] + * - **Area**: UK - Highways England - B22 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.8017,0.1721,52.0241,0.4625` + */ +export const EPSG_112071 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99970873920231 +x_0=-139014.943941393 +y_0=111011.933651041 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Norman (meter) + * - **CRS-PROJCRS** [103660] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103660 = + '+proj=lcc +lat_0=47.1505555555556 +lon_0=-96.45 +lat_1=47.2 +lat_2=47.45 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378468.623 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / East Malaysia BRSO + * - **CRS-PROJCRS** [3376] + * - **Area**: Malaysia - East Malaysia (Sabah; Sarawak), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.67,109.31,0.85,119.61` + */ +export const EPSG_3376 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=115 +alpha=53.31580995 +gamma=53.1301023611111 +k=0.99984 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas North Central + * - **CRS-PROJCRS** [32138] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_32138 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Maryland + * - **CRS-PROJCRS** [103375] + * - **Area**: USA - Maryland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_103375 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=38.3 +lat_2=39.45 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas Central + * - **CRS-PROJCRS** [3663] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_3663 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CSG67 / UTM zone 22N + * - **CRS-PROJCRS** [2971] + * - **Area**: French Guiana - coastal area east of 54°W. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `5.81,-54,3.43,-51.61` + */ +export const EPSG_2971 = + '+proj=utm +zone=22 +ellps=intl +towgs84=-186,230,110,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RD/83 / 3-degree Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [3399] + * - **Area**: Germany - Sachsen - east of 13°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.58,13.5,50.62,15.04` + */ +export const EPSG_3399 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Indiana West (ftUS) + * - **CRS-PROJCRS** [6461] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_6461 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2b / Lambert-93 + * - **CRS-PROJCRS** [9794] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9794 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Crow Wing (US foot) + * - **CRS-PROJCRS** [103725] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103725 = + '+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR43-44 + * - **CRS-PROJCRS** [3233] + * - **Area**: Antarctica - 68°S to 72°S and 72°E to 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,72,-72,84` + */ +export const EPSG_3233 = + '+proj=lcc +lat_0=-90 +lon_0=78 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Merchich / Sahara Nord + * - **CRS-PROJCRS** [26194] + * - **Area**: Western Sahara - onshore north of 27grads North (24°18'N). + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `27.67,-15.42,24.29,-8.66` + */ +export const EPSG_26194 = + '+proj=lcc +lat_1=26.1 +lat_0=26.1 +lon_0=-5.4 +k_0=0.999616304 +x_0=1200000 +y_0=400000 +ellps=clrk80ign +towgs84=31,146,47,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo23 (E-N) + * - **CRS-PROJCRS** [102564] + * - **Area**: South Africa - 22~E to 24~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-25.26,22,-34.26,24.01` + */ +export const EPSG_102564 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 9 + * - **CRS-PROJCRS** [2072] + * - **Area**: Libya - onshore between 16°E and 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `31.34,16,22.51,18.01` + */ +export const EPSG_2072 = + '+proj=tmerc +lat_0=0 +lon_0=17 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E + * - **CRS-PROJCRS** [2588] + * - **Area**: Georgia, Russian Federation and Ukraine - onshore between 37°30'E and 40°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `68.8,37.5,43.07,40.5` + */ +export const EPSG_2588 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Brown (ftUS) + * - **CRS-PROJCRS** [7270] + * - **Area**: United States (USA) - Indiana - Brown county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.35,-86.39,39.04,-86.07` + */ +export const EPSG_7270 = + '+proj=tmerc +lat_0=39 +lon_0=-86.3 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Door (ftUS) + * - **CRS-PROJCRS** [8185] + * - **Area**: United States (USA) - Wisconsin - Door county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.43,-87.74,44.67,-86.8` + */ +export const EPSG_8185 = + '+proj=tmerc +lat_0=44.4 +lon_0=-87.2722222222222 +k=1.0000187521 +x_0=158801.117602235 +y_0=0.00243840487680975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NGO 1948 UTM zone 34N + * - **CRS-PROJCRS** [102134] + * - **Area**: Norway - onshore - 18~E to 24~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.15,18,68.04,24.01` + */ +export const EPSG_102134 = + '+proj=utm +zone=34 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2422] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_2422 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Menominee (ftUS) + * - **CRS-PROJCRS** [7620] + * - **Area**: United States (USA) - Wisconsin - Menominee county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.12,-88.99,44.85,-88.48` + */ +export const EPSG_7620 = + '+proj=tmerc +lat_0=44.7166666666667 +lon_0=-88.4166666666667 +k=1.0000362499 +x_0=105461.012141224 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / NSIDC EASE-Grid 2.0 South + * - **CRS-PROJCRS** [6932] + * - **Area**: Southern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_6932 = + '+proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2021 + * - **CRS-GEOG3DCRS** [20040] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_20040 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 17 + * - **CRS-PROJCRS** [26897] + * - **Area**: Canada - Ontario - west of 94°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.24,-95.16,48.69,-94.5` + */ +export const EPSG_26897 = + '+proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G730) + * - **CRS-GEOG3DCRS** [7657] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7657 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * WGS 84 + * - **CRS-GCENCRS** [4978] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4978 = '+proj=geocent +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [28407] + * - **Area**: Georgia - onshore west of 36°E; Russian Federation - onshore 36°E to 42°E; Ukraine - onshore east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.23,36,41.43,42` + */ +export const EPSG_28407 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 + CGVD2013a(2002) height + * - **CRS-COMPOUNDCRS** [20037] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_20037 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / TWDB GM + * - **CRS-PROJCRS** [10481] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_10481 = + '+proj=aea +lat_0=31.25 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GDA2020 / NSW Lambert + * - **CRS-PROJCRS** [8058] + * - **Area**: Australia - New South Wales. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-28.15,140.99,-37.53,153.69` + */ +export const EPSG_8058 = + '+proj=lcc +lat_0=-33.25 +lon_0=147 +lat_1=-30.75 +lat_2=-35.75 +x_0=9300000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * QND 1995 UTM Zone 39N + * - **CRS-PROJCRS** [102143] + * - **Area**: Qatar + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `27.05,50.55,24.55,53.04` + */ +export const EPSG_102143 = '+proj=utm +zone=39 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Saturn - Rhea IAU 2015 + * - **CRS-GEOGCRS** [104994] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104994 = '+proj=longlat +R=763500 +no_defs +type=crs'; + +/** + * NZGD49 / Hawkes Bay Circuit + * - **CRS-PROJCRS** [27208] + * - **Area**: New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-38.87,175.8,-40.57,178.07` + */ +export const EPSG_27208 = + '+proj=tmerc +lat_0=-39.6509293055556 +lon_0=176.673680527778 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XIII + * - **CRS-PROJCRS** [2455] + * - **Area**: Japan - onshore - Hokkaido east of approximately 143°E - Kitami city; Obihiro city; Kushiro city; Abashiri city; Nemuro city; Nemuro-shicho; Kushiro-shicho; Abashiri-shicho (except Monbetsu-gun); Tokachi-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.4,142.61,41.87,145.87` + */ +export const EPSG_2455 = + '+proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Kitts 1955 / British West Indies Grid + * - **CRS-PROJCRS** [2005] + * - **Area**: St Kitts and Nevis - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `17.46,-62.92,17.06,-62.5` + */ +export const EPSG_2005 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=9,183,236,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Arc 1950 / UTM zone 34S + * - **CRS-PROJCRS** [20934] + * - **Area**: Botswana and Zambia - west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-10.86,19.99,-26.88,24` + */ +export const EPSG_20934 = + '+proj=utm +zone=34 +south +a=6378249.145 +rf=293.4663077 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California Albers + * - **CRS-PROJCRS** [42308] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42308 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota Marshall (US foot) + * - **CRS-PROJCRS** [103752] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103752 = + '+proj=lcc +lat_0=48.1730555555555 +lon_0=-96.3833333333333 +lat_1=48.2333333333333 +lat_2=48.4833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378441.801 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [4581] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_4581 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS10-12 + * - **CRS-PROJCRS** [3244] + * - **Area**: Antarctica - 72°S to 76°S and 126°W to 108°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-126,-76,-108` + */ +export const EPSG_3244 = + '+proj=lcc +lat_0=-90 +lon_0=-117 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 1 (ftUS) + * - **CRS-PROJCRS** [6416] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_6416 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Hampshire (ftUS) + * - **CRS-PROJCRS** [3614] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_3614 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York Central (ftUS) + * - **CRS-PROJCRS** [2906] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_2906 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=249999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Carver (meter) + * - **CRS-PROJCRS** [103617] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103617 = + '+proj=lcc +lat_0=44.6397222222222 +lon_0=-93.7666666666667 +lat_1=44.6833333333333 +lat_2=44.9 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378400.653 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Estonian Coordinate System of 1997 + * - **CRS-PROJCRS** [3301] + * - **Area**: Estonia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,20.37,57.52,28.2` + */ +export const EPSG_3301 = + '+proj=lcc +lat_0=57.5175539305556 +lon_0=24 +lat_1=59.3333333333333 +lat_2=58 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XII + * - **CRS-PROJCRS** [30172] + * - **Area**: Japan - onshore - Hokkaido between approximately 141°E and 143°E - Sapporo city; Asahikawa city; Wakkanai city; Rumoi city; Bibai city; Yubari city; Iwamizawa city; Tomakomai city; Muroran city; Shibetsu city; Nayoro city; Ashibetsu city; Akabira city; Mikasa city; Takikawa city; Sunagawa city; Ebetsu city; Chitose city; Utashinai city; Fukagawa city; Monbetsu city; Furano city; Noboribetsu city; Eniwa city; Ishikari-shicho; Monbetsu-gun of Abashiri-shicho; Kamikawa-shicho; Soya-shicho; Hidaka-shicho; Iburi-shicho (except Usu-gun and Abuta-gun); Sorachi-shicho; Rumoi-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `45.54,140.89,42.15,143.61` + */ +export const EPSG_30172 = + '+proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 3-29 + * - **CRS-PROJCRS** [6103] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-84,76.16,-64.78` + */ +export const EPSG_6103 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-69 +lat_1=80.3333333333333 +lat_2=77 +x_0=29500000 +y_0=3500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A05H2 + * - **CRS-PROJCRS** [112006] + * - **Area**: UK - Highways England - A5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5289,-5.0479,50.2109,-4.8877` + */ +export const EPSG_112006 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99948983416814 +x_0=225974.805071869 +y_0=70992.0847792154 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Colorado North (US Feet) + * - **CRS-PROJCRS** [103247] + * - **Area**: USA - Colorado - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_103247 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=39.7166666666667 +lat_2=40.7833333333333 +x_0=914401.828899999 +y_0=304800.6096 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 5N + * - **CRS-PROJCRS** [3751] + * - **Area**: United States (USA) - between 156°W and 150°W onshore - Hawaii. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `20.86,-156,18.87,-154.74` + */ +export const EPSG_3751 = + '+proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM2 + * - **CRS-PROJCRS** [4094] + * - **Area**: Denmark - onshore - Jutland east of 9°E and Funen. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `57.8,9,54.67,11.29` + */ +export const EPSG_4094 = + '+proj=tmerc +lat_0=0 +lon_0=10 +k=0.99998 +x_0=400000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Tennessee + * - **CRS-PROJCRS** [2843] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_2843 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oklahoma North (ftUS) + * - **CRS-PROJCRS** [6553] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_6553 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 99E + * - **CRS-PROJCRS** [21333] + * - **Area**: Russian Federation - onshore between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.9,97.5,49.79,100.5` + */ +export const EPSG_21333 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2510] + * - **Area**: Russian Federation - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `75.96,114,49.51,120` + */ +export const EPSG_2510 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Canyonville-Grants Pass zone (m) + * - **CRS-PROJCRS** [6800] + * - **Area**: United States (USA) - Oregon - Canyonville-Grants Pass area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.24,-123.83,42.49,-122.43` + */ +export const EPSG_6800 = + '+proj=tmerc +lat_0=42.5 +lon_0=-123.333333333333 +k=1.00007 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PRS 1992 UTM Zone 50N + * - **CRS-PROJCRS** [102456] + * - **Area**: Philippines - West of 120~E, N hemisphere + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,114,3,120` + */ +export const EPSG_102456 = '+proj=utm +zone=50 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * DB_REF / 3-degree Gauss-Kruger zone 5 (E-N) + * - **CRS-PROJCRS** [5685] + * - **Area**: Germany - onshore east of 13°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.72,13.5,48.51,15.04` + */ +export const EPSG_5685 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +towgs84=584.9636,107.7175,413.8067,-1.1155,-0.2824,3.1384,7.9922 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS + * - **CRS-GEOG3DCRS** [4997] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_4997 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Owen (ftUS) + * - **CRS-PROJCRS** [7342] + * - **Area**: United States (USA) - Indiana - Owen county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.48,-87.06,39.16,-86.63` + */ +export const EPSG_7342 = + '+proj=tmerc +lat_0=39.15 +lon_0=-86.9 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CNH22 Grid + * - **CRS-PROJCRS** [10194] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Crewe via Chester to Holyhead. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.46,-4.71,53.02,-2.28` + */ +export const EPSG_10194 = + '+proj=lcc +lat_0=53.25 +lon_0=-3.5 +lat_1=53.1 +lat_2=53.4 +x_0=212548.8756 +y_0=495230.9254 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arizona Central + * - **CRS-PROJCRS** [3478] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_3478 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 36N + * - **CRS-PROJCRS** [32636] + * - **Area**: Between 30°E and 36°E, northern hemisphere between equator and 84°N, onshore and offshore. Belarus. Cyprus. Egypt. Ethiopia. Finland. Israel. Jordan. Kenya. Lebanon. Moldova. Norway. Russian Federation. Saudi Arabia. Sudan. Syria. Türkiye (Turkey). Uganda. Ukraine. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,30,0,36` + */ +export const EPSG_32636 = '+proj=utm +zone=36 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(PACP00) + * - **CRS-GEOGCRS** [9075] + * - **Area**: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `31.8,157.47,-17.56,-151.27` + */ +export const EPSG_9075 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New York West + * - **CRS-PROJCRS** [103494] + * - **Area**: USA - New York - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_103494 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 15 + NN2000 height + * - **CRS-COMPOUNDCRS** [5955] + * - **Area**: Norway - onshore - between 15°E and 16°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.38,15,66.14,16.01` + */ +export const EPSG_5955 = + '+proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NGVD29 height (m) + * - **CRS-VERTCRS** [7968] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_7968 = '+vunits=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 22N + * - **CRS-PROJCRS** [3182] + * - **Area**: Greenland - between 54°W and 48°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-54,56.9,-48` + */ +export const EPSG_3182 = + '+proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N (zE-N) + * - **CRS-PROJCRS** [4647] + * - **Area**: Germany - onshore and offshore between 6°E and 12°E, including Mecklenburg-Vorpommern west of 12°E and Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.47,6,47.27,12` + */ +export const EPSG_4647 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RT38 0 gon + * - **CRS-PROJCRS** [3028] + * - **Area**: Sweden - communes between approximately 16°55'E and 19°10'E; Gotland. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `68.54,16.08,56.86,20.22` + */ +export const EPSG_3028 = + '+proj=tmerc +lat_0=0 +lon_0=18.0582777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * ETRS89 + ODN (Offshore) height + * - **CRS-COMPOUNDCRS** [9425] + * - **Area**: United Kingdom (UK) - offshore between 2km from shore and boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `61.01,-9.01,49.75,2.01` + */ +export const EPSG_9425 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Becker + * - **CRS-GEOGCRS** [104701] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104701 = '+proj=longlat +a=6378586.581 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83 / BLM 59N (ftUS) + * - **CRS-PROJCRS** [4217] + * - **Area**: United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_4217 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Brown (ftUS) + * - **CRS-PROJCRS** [7591] + * - **Area**: United States (USA) - Wisconsin - Brown county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.26,44.24,-87.76` + */ +export const EPSG_7591 = + '+proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31599.9998983998 +y_0=4599.99989839979 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Oregon North (ft) + * - **CRS-PROJCRS** [2269] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_2269 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / GK27FIN + * - **CRS-PROJCRS** [3881] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `70.05,26.5,60.36,27.5` + */ +export const EPSG_3881 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=27500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Indiana West + * - **CRS-PROJCRS** [2793] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_2793 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W + * - **CRS-PROJCRS** [2639] + * - **Area**: Russian Federation - onshore between 172°30'W and 169°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `67.06,-172.5,64.35,-169.57` + */ +export const EPSG_2639 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * RGNC15 / UTM zone 59S + * - **CRS-PROJCRS** [10317] + * - **Area**: New Caledonia - east of 168°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-19.75,168,-25.95,174.28` + */ +export const EPSG_10317 = + '+proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 13 + * - **CRS-PROJCRS** [5113] + * - **Area**: Norway - onshore - between 13°E and 14°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.4,13,64.01,14.01` + */ +export const EPSG_5113 = + '+proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-07 Volyn + * - **CRS-PROJCRS** [9833] + * - **Area**: Ukraine - Volyn region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.97,23.6,50.28,26.11` + */ +export const EPSG_9833 = + '+proj=tmerc +lat_0=0 +lon_0=24.8333333333333 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape / Lo29 + * - **CRS-PROJCRS** [22289] + * - **Area**: Lesotho - east of 28°E. South Africa - onshore between 28°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-22.13,27.99,-33.03,30.01` + */ +export const EPSG_22289 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone I + * - **CRS-PROJCRS** [27571] + * - **Area**: France mainland onshore north of 53.5 grads North (48°09'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,48.14,8.23` + */ +export const EPSG_27571 = + '+proj=lcc +lat_1=49.5 +lat_0=49.5 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8721] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_8721 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.828803658 +y_0=304800.609601219 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Moon 2000 Sinusoidal + * - **CRS-PROJCRS** [103882] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_103882 = + '+proj=sinu +lon_0=0 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Washington South (ftUS) + * - **CRS-PROJCRS** [2286] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_2286 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v1 (lon-lat) + * - **CRS-GEOGCRS** [7084] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_7084 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * S45B-IRF + * - **CRS-GEOGCRS** [10252] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_10252 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * La Rosa Grid + * - **CRS-ENGCRS** [5810] + * - **Area**: Venezuela - Cabimas area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.61,-71.55,10.14,-71.29` + */ +export const EPSG_5810 = 'null'; + +/** + * Mauritania 1999 + * - **CRS-GEOGCRS** [4702] + * - **Area**: Mauritania - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `27.3,-20.04,14.72,-4.8` + */ +export const EPSG_4702 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * IGN 2008 LD height + * - **CRS-VERTCRS** [9130] + * - **Area**: Guadeloupe - onshore - La Desirade. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.38,-61.13,16.26,-60.97` + */ +export const EPSG_9130 = '+vunits=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) (3D) + * - **CRS-GEOGCRS** [104644] + * - **Area**: USA - California and borders of NV, AZ, OR and MX + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.53,-124.45,32.25,-113.6` + */ +export const EPSG_104644 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 5 + * - **CRS-PROJCRS** [3497] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_3497 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 (vertical) height + * - **CRS-VERTCRS** [6695] + * - **Area**: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,129.3,30.94,145.87` + */ +export const EPSG_6695 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 23S + * - **CRS-PROJCRS** [32323] + * - **Area**: Between 48°W and 42°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-48,-80,-42` + */ +export const EPSG_32323 = + '+proj=utm +zone=23 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alabama West + * - **CRS-PROJCRS** [26730] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_26730 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oregon LCC (m) + * - **CRS-PROJCRS** [3643] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_3643 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 9 + * - **CRS-PROJCRS** [2951] + * - **Area**: Canada - Quebec and Ontario - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.65,-78,43.63,-75` + */ +export const EPSG_2951 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida North (ftUS) + * - **CRS-PROJCRS** [6441] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_6441 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 21 + * - **CRS-PROJCRS** [21221] + * - **Area**: Russian Federation - onshore between 61°30'E and 64°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,61.5,51.03,64.5` + */ +export const EPSG_21221 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mille Lacs (US foot) + * - **CRS-PROJCRS** [103705] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103705 = + '+proj=tmerc +lat_0=45.5588888888889 +lon_0=-93.6205555555556 +k=1.000054146138 +x_0=152408.556688545 +y_0=30481.7113377089 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ43-44 + * - **CRS-PROJCRS** [3213] + * - **Area**: Antarctica - 64°S to 68°S and 72°E to 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,72,-68,84` + */ +export const EPSG_3213 = + '+proj=lcc +lat_0=-90 +lon_0=78 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * AIOC95 height + * - **CRS-VERTCRS** [5797] + * - **Area**: Azerbaijan - Caspian offshore and onshore Sangachal terminal. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.59,48.66,37.89,51.73` + */ +export const EPSG_5797 = '+vunits=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo27 + * - **CRS-PROJCRS** [2052] + * - **Area**: Lesotho - west of 28°E. South Africa - onshore between 26°E and 28°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.92,26,-33.83,28` + */ +export const EPSG_2052 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 + * - **CRS-GEOG3DCRS** [4885] + * - **Area**: Antarctica - Ross Sea Region - nominally between 160°E and 150°W but includes buffer on eastern hemisphere margin to include Transantarctic Mountains + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-59.99,144.99,-90,-144.99` + */ +export const EPSG_4885 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Old Hawaiian UTM zone 4N + * - **CRS-PROJCRS** [102114] + * - **Area**: USA - 162~W to 156~W onshore - HI + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-160.3,19.51,-155.99` + */ +export const EPSG_102114 = '+proj=utm +zone=4 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [2402] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_2402 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Dodge and Jefferson (ftUS) + * - **CRS-PROJCRS** [7600] + * - **Area**: United States (USA) - Wisconsin - counties of Dodge and Jefferson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-89.02,42.84,-88.4` + */ +export const EPSG_7600 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.726390653 +y_0=0.00762001524003048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Huntington-Whitley (m) + * - **CRS-PROJCRS** [7315] + * - **Area**: United States (USA) - Indiana - counties of Huntington and Whitley. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-85.69,40.65,-85.3` + */ +export const EPSG_7315 = + '+proj=tmerc +lat_0=40.65 +lon_0=-85.5 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Minnesota Central (ftUS) + * - **CRS-PROJCRS** [26858] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_26858 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 1N + * - **CRS-PROJCRS** [102401] + * - **Area**: USA - 180~W to 174~W - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_102401 = '+proj=utm +zone=1 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Buller 2000 + * - **CRS-PROJCRS** [2117] + * - **Area**: New Zealand - South Island - Buller meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-41.42,171.27,-42.19,172.41` + */ +export const EPSG_2117 = + '+proj=tmerc +lat_0=-41.8105555555556 +lon_0=171.581111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GHA height + * - **CRS-VERTCRS** [5778] + * - **Area**: Austria. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_5778 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Salem zone (ft) + * - **CRS-PROJCRS** [6857] + * - **Area**: United States (USA) - Oregon - Salem area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `45.3,-123.73,44.32,-121.89` + */ +export const EPSG_6857 = + '+proj=tmerc +lat_0=44.3333333333333 +lon_0=-123.083333333333 +k=1.00001 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [2547] + * - **Area**: Russian Federation - onshore between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.26,91.5,50.16,94.5` + */ +export const EPSG_2547 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 90E + * - **CRS-PROJCRS** [4539] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_4539 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Minnesota South + * - **CRS-PROJCRS** [6504] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_6504 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 168W + * - **CRS-PROJCRS** [21364] + * - **Area**: Russian Federation - onshore between 169°30'W and 166°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.86,-169.22,65.7,-168.97` + */ +export const EPSG_21364 = + '+proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 59N + * - **CRS-PROJCRS** [3706] + * - **Area**: United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_3706 = + '+proj=utm +zone=59 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 48S + * - **CRS-PROJCRS** [32548] + * - **Area**: Between 102°E and 108°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,102,-80,108` + */ +export const EPSG_32548 = + '+proj=utm +zone=48 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Mississippi West + * - **CRS-PROJCRS** [2814] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_2814 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * American Samoa 1962 + * - **CRS-GEOGCRS** [4169] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega and Ta'u islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-14.11,-170.88,-14.43,-169.38` + */ +export const EPSG_4169 = + '+proj=longlat +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 14 + NN54 height + * - **CRS-COMPOUNDCRS** [6154] + * - **Area**: Norway - onshore - between 14°E and 15°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,14,64.03,15.01` + */ +export const EPSG_6154 = + '+proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A27H1 + * - **CRS-PROJCRS** [112051] + * - **Area**: UK - Highways England - A27 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0108,0.932,50.9293,1.1476` + */ +export const EPSG_112051 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999466845245835 +x_0=-195973.641905265 +y_0=70990.4519146624 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kanabec (meter) + * - **CRS-PROJCRS** [103640] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103640 = + '+proj=lcc +lat_0=45.73 +lon_0=-92.9 +lat_1=45.8166666666667 +lat_2=46.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378472.281 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Gulshan 303 LCC + * - **CRS-PROJCRS** [102952] + * - **Area**: Bangladesh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_102952 = + '+proj=lcc +lat_0=26 +lon_0=90 +lat_1=23.15 +lat_2=28.8 +x_0=2743183.6991 +y_0=914395.233 +ellps=evrst30 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [4493] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_4493 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York Long Island + * - **CRS-PROJCRS** [32118] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_32118 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGSH2020 / UTM zone 31N + * - **CRS-PROJCRS** [22231] + * - **Area**: Algeria - between 0°E and 6°E (of Greenwich), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.77,0,18.97,6.01` + */ +export const EPSG_22231 = + '+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming West Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8799] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_8799 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * KKJ / Finland zone 4 + * - **CRS-PROJCRS** [2394] + * - **Area**: Finland - between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.81,28.5,60.94,31.5` + */ +export const EPSG_2394 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=4500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +units=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 + * - **CRS-GEOGCRS** [5451] + * - **Area**: Costa Rica; El Salvador; Guatemala; Honduras; Nicaragua. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `14` + * - **BBOX**: `17.83,-92.29,7.98,-82.53` + */ +export const EPSG_5451 = + '+proj=longlat +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pine + * - **CRS-GEOGCRS** [104756] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104756 = '+proj=longlat +a=6378472.281 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Indian 1975 + * - **CRS-GEOGCRS** [4240] + * - **Area**: Thailand - onshore plus offshore Gulf of Thailand. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `20.46,97.34,5.63,105.64` + */ +export const EPSG_4240 = + '+proj=longlat +ellps=evrst30 +towgs84=293,836,318,0.5,1.6,-2.8,2.1 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Massachusetts Mainland + * - **CRS-PROJCRS** [3585] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_3585 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Baker zone (ft) + * - **CRS-PROJCRS** [6787] + * - **Area**: United States (USA) - Oregon - Baker City area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.19,-118.15,44.6,-117.37` + */ +export const EPSG_6787 = + '+proj=tmerc +lat_0=44.5 +lon_0=-117.833333333333 +k=1.00016 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 31N + * - **CRS-PROJCRS** [32231] + * - **Area**: Between 0°E and 6°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,0,0,6` + */ +export const EPSG_32231 = + '+proj=utm +zone=31 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS West Virginia N (US Feet) + * - **CRS-PROJCRS** [103569] + * - **Area**: USA - West Virginia - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_103569 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=39 +lat_2=40.25 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1927 SPCS Zone Michigan North + * - **CRS-PROJCRS** [26788] + * - **Area**: USA - Michigan - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_26788 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=45.4833333333333 +lat_2=47.0833333333333 +x_0=609601.219202438 +y_0=0 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 + * - **CRS-GEOGCRS** [4610] + * - **Area**: China - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,18.11,134.77` + */ +export const EPSG_4610 = '+proj=longlat +ellps=IAU76 +no_defs +type=crs'; + +/** + * WGS 84 / UPS North (N,E) + * - **CRS-PROJCRS** [32661] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_32661 = + '+proj=stere +lat_0=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 17S + * - **CRS-PROJCRS** [29187] + * - **Area**: South America between 84°W and 78°W, southern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `0,-81.41,-10.53,-78` + */ +export const EPSG_29187 = + '+proj=utm +zone=17 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGAF09 + Martinique 1987 height + * - **CRS-COMPOUNDCRS** [9537] + * - **Area**: Martinique - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `14.93,-61.29,14.35,-60.76` + */ +export const EPSG_9537 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Georgia West + * - **CRS-PROJCRS** [26767] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_26767 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * EUREF - Finland (3D) + * - **CRS-GEOGCRS** [104613] + * - **Area**: Finland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.08,58.84,31.59` + */ +export const EPSG_104613 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 9N + * - **CRS-PROJCRS** [6338] + * - **Area**: United States (USA) - between 132°W and 126°W onshore and offshore - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.84,-132,35.38,-126` + */ +export const EPSG_6338 = + '+proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 18N + * - **CRS-PROJCRS** [29168] + * - **Area**: South America between 78°W and 72°W, northern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `12.31,-78,0,-72` + */ +export const EPSG_29168 = + '+proj=utm +zone=18 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 24S + * - **CRS-PROJCRS** [32724] + * - **Area**: Between 42°W and 36°W, southern hemisphere between 80°S and equator, onshore and offshore. Brazil. South Georgia and the South Sandwich Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-42,-80,-36` + */ +export const EPSG_32724 = '+proj=utm +zone=24 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Navajo Nation Coordinate System (M) + * - **CRS-PROJCRS** [103586] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103586 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=600000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 13 30 + RH2000 height + * - **CRS-COMPOUNDCRS** [5847] + * - **Area**: Sweden - communes between approximately 12°45'E and 14°15'E and south of approximately 62°10'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.28,12.12,55.28,14.79` + */ +export const EPSG_5847 = + '+proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Sinusoidal + * - **CRS-PROJCRS** [54008] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54008 = + '+proj=sinu +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kentucky Single Zone + * - **CRS-PROJCRS** [3090] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_3090 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 + * - **CRS-GEOGCRS** [4755] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_4755 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [3839] + * - **Area**: Bulgaria and Romania - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `48.27,25.5,41.28,28.5` + */ +export const EPSG_3839 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Mitchell zone (ft) + * - **CRS-PROJCRS** [8326] + * - **Area**: United States (USA) - Oregon - Mitchell area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.78,-120.56,44.38,-119.82` + */ +export const EPSG_8326 = + '+proj=lcc +lat_1=47 +lat_0=47 +lon_0=-120.25 +k_0=0.99927 +x_0=30000.00001512 +y_0=290000.00001408 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 49 + * - **CRS-PROJCRS** [20349] + * - **Area**: Australia - onshore and offshore to 200 nautical mile EEZ boundary between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-17.19,109.23,-37.84,114` + */ +export const EPSG_20349 = + '+proj=utm +zone=49 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * S-JTSK / Krovak East North + * - **CRS-PROJCRS** [5514] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_5514 = + '+proj=krovak +lat_0=49.5 +lon_0=24.8333333333333 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Ashland (m) + * - **CRS-PROJCRS** [7529] + * - **Area**: United States (USA) - Wisconsin - Ashland county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.09,-90.93,45.98,-90.3` + */ +export const EPSG_7529 = + '+proj=tmerc +lat_0=45.7061111111111 +lon_0=-90.6222222222222 +k=1.0000495683 +x_0=172821.9461 +y_0=0.0017 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-80 Kyiv city + * - **CRS-PROJCRS** [9864] + * - **Area**: Ukraine - Kyiv (Kiev) city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.59,30.23,50.21,30.83` + */ +export const EPSG_9864 = + '+proj=tmerc +lat_0=0 +lon_0=30.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Dakota North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8776] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_8776 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 9 (US Feet) + * - **CRS-PROJCRS** [102397] + * - **Area**: USA - Alaska - north of 54.5~N; west of 168~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_102397 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 49.2 + * - **CRS-PROJCRS** [23836] + * - **Area**: Indonesia - onshore between 111°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.59,111,-8.67,114` + */ +export const EPSG_23836 = + '+proj=tmerc +lat_0=0 +lon_0=112.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Guam 1963 / Guam SPCS + * - **CRS-PROJCRS** [3993] + * - **Area**: Guam - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `13.7,144.58,13.18,145.01` + */ +export const EPSG_3993 = 'null'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 47 + * - **CRS-PROJCRS** [2681] + * - **Area**: Russian Federation - onshore between 139°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.23,139.5,45.84,142.5` + */ +export const EPSG_2681 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * GDA94 + * - **CRS-GEOG3DCRS** [4939] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_4939 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Langlade (ftUS) + * - **CRS-PROJCRS** [7616] + * - **Area**: United States (USA) - Wisconsin - Langlade county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.48,-89.43,45.02,-88.63` + */ +export const EPSG_7616 = + '+proj=lcc +lat_1=45.1542371052778 +lat_0=45.1542371052778 +lon_0=-89.0333333333333 +k_0=1.0000627024 +x_0=198425.196850394 +y_0=105279.782880366 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 38 + * - **CRS-PROJCRS** [2414] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_2414 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 2 + * - **CRS-PROJCRS** [102102] + * - **Area**: Norway - zone II + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64.23,7.22,57.9,9.56` + */ +export const EPSG_102102 = + '+proj=tmerc +lat_0=58 +lon_0=8.38958333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / CKIG2020 + * - **CRS-PROJCRS** [8019] + * - **Area**: Cocos (Keeling) Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-11.76,96.76,-12.27,96.99` + */ +export const EPSG_8019 = + '+proj=tmerc +lat_0=0 +lon_0=96.875 +k=0.99999387 +x_0=50000 +y_0=1600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) + * - **CRS-GEOG3DCRS** [4893] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_4893 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Constanta height + * - **CRS-VERTCRS** [5781] + * - **Area**: Romania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.27,20.26,43.62,29.74` + */ +export const EPSG_5781 = '+vunits=m +no_defs +type=crs'; + +/** + * Hanoi 1972 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [2044] + * - **Area**: Vietnam - onshore west of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `23.4,102.14,8.33,108` + */ +export const EPSG_2044 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 11 + * - **CRS-PROJCRS** [102552] + * - **Area**: Turkey - 31.5~E to 34.5~E onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.07,31.5,35.97,34.5` + */ +export const EPSG_102552 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=0.9996 +x_0=11500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Sao Braz + * - **CRS-GEOGCRS** [37249] + * - **Area**: Portugal - Azores E - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.96,-25.92,36.87,-24.72` + */ +export const EPSG_37249 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SP21-22 + * - **CRS-PROJCRS** [3205] + * - **Area**: Antarctica - 60°S to 64°S and 60°W to 48°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-60,-64,-48` + */ +export const EPSG_3205 = + '+proj=lcc +lat_0=-90 +lon_0=-54 +lat_1=-60.6666666666667 +lat_2=-63.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Big Stone (US foot) + * - **CRS-PROJCRS** [103713] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103713 = + '+proj=lcc +lat_0=45.1522222222222 +lon_0=-96.05 +lat_1=45.2166666666667 +lat_2=45.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378470.757 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 37 + * - **CRS-PROJCRS** [21237] + * - **Area**: Russian Federation - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,109.5,49.14,112.5` + */ +export const EPSG_21237 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Illinois West (ftUS) + * - **CRS-PROJCRS** [6457] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_6457 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=699999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 5 + * - **CRS-PROJCRS** [2947] + * - **Area**: Canada - Quebec and Labrador between 66°W and 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.52,-66,47.95,-63` + */ +export const EPSG_2947 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / South Carolina + * - **CRS-PROJCRS** [3655] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_3655 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 98 + * - **CRS-GEOGCRS** [4190] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_4190 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Mexico ITRF92 / UTM zone 12N + * - **CRS-PROJCRS** [4485] + * - **Area**: Mexico between 114°W and 108°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.27,-114,15.09,-108` + */ +export const EPSG_4485 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGCB 1955 / Congo TM zone 14 + * - **CRS-PROJCRS** [3340] + * - **Area**: The Democratic Republic of the Congo (Zaire) - between 13°E to 15°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-4.28,13,-5.91,15.01` + */ +export const EPSG_3340 = + '+proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 11 Joshore + * - **CRS-PROJCRS** [102944] + * - **Area**: Bangladesh - Joshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23.7667,88.6833,22.7833,89.8` + */ +export const EPSG_102944 = + '+proj=cass +lat_0=23.5 +lon_0=89.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mower (meter) + * - **CRS-PROJCRS** [103656] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103656 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A25H1 + * - **CRS-PROJCRS** [112047] + * - **Area**: UK - Highways England - A25 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0178,0.637,50.7478,0.8566` + */ +export const EPSG_112047 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999564788197464 +x_0=-175993.57634226 +y_0=70997.4086380706 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine East + * - **CRS-PROJCRS** [2802] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_2802 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 3N + * - **CRS-PROJCRS** [3710] + * - **Area**: United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_3710 = + '+proj=utm +zone=3 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Missouri East + * - **CRS-PROJCRS** [6512] + * - **Area**: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_6512 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 34 + * - **CRS-PROJCRS** [2551] + * - **Area**: Russian Federation - onshore between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.71,100.5,50.17,103.5` + */ +export const EPSG_2551 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Dagana TM + * - **CRS-PROJCRS** [5294] + * - **Area**: Bhutan - Dagana district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.29,89.63,26.7,90.08` + */ +export const EPSG_5294 = + '+proj=tmerc +lat_0=0 +lon_0=89.85 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Coast zone (ft) + * - **CRS-PROJCRS** [6841] + * - **Area**: United States (USA) - Oregon - coastal area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `46.4,-124.84,41.89,-123.35` + */ +export const EPSG_6841 = + '+proj=omerc +no_uoff +lat_0=44.75 +lonc=-124.05 +alpha=5 +gamma=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * Lake / Maracaibo Grid M1 + * - **CRS-PROJCRS** [2101] + * - **Area**: Venezuela - Maracaibo area, onshore and offshore in lake. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11,-72.25,10,-71.5` + */ +export const EPSG_2101 = + '+proj=lcc +lat_1=10.1666666666667 +lat_0=10.1666666666667 +lon_0=-71.6056177777778 +k_0=1 +x_0=0 +y_0=-52684.972 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 17N + * - **CRS-PROJCRS** [102417] + * - **Area**: USA - 84~W to 78~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.13,-84,23.81,-78` + */ +export const EPSG_102417 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Grant (m) + * - **CRS-PROJCRS** [7303] + * - **Area**: United States (USA) - Indiana - Grant county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.66,-85.87,40.37,-85.44` + */ +export const EPSG_7303 = + '+proj=tmerc +lat_0=40.35 +lon_0=-85.7 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 / Colombia East Central zone + * - **CRS-PROJCRS** [11117] + * - **Area**: Colombia - onshore between 1°30'E and 4°30'E of Bogota (approximately 72°35'W and 69°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `12.52,-72.59,-4.23,-69.58` + */ +export const EPSG_11117 = + '+proj=tmerc +lat_0=4.59620322222222 +lon_0=-71.0775077694444 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 21S + * - **CRS-PROJCRS** [29191] + * - **Area**: Brazil - between 60°W and 54°W, northern and southern hemispheres. In rest of South America between 60°W and 54°W southern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `4.51,-60,-38.91,-53.99` + */ +export const EPSG_29191 = + '+proj=utm +zone=21 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSD93 / UTM zone 39N + * - **CRS-PROJCRS** [3439] + * - **Area**: Oman - onshore west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `19.67,51.99,16.59,54` + */ +export const EPSG_3439 = + '+proj=utm +zone=39 +a=6378249.145 +rf=293.465 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +units=m +no_defs +type=crs'; + +/** + * St. Lucia 1955 + * - **CRS-GEOGCRS** [4606] + * - **Area**: St Lucia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `14.16,-61.13,13.66,-60.82` + */ +export const EPSG_4606 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-153,153,307,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRF97 + * - **CRS-GEOG3DCRS** [7929] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7929 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GDA94 + AHD height + * - **CRS-COMPOUNDCRS** [9464] + * - **Area**: Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling Islands - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-9.86,96.76,-43.7,153.69` + */ +export const EPSG_9464 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Bend-Klamath Falls zone (ft) + * - **CRS-PROJCRS** [6791] + * - **Area**: United States (USA) - Oregon - Bend-Klamath Falls area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.89,-122.45,41.88,-120.77` + */ +export const EPSG_6791 = + '+proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD27 / Wisconsin Transverse Mercator + * - **CRS-PROJCRS** [3069] + * - **Area**: United States (USA) - Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_3069 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=500000 +y_0=-4500000 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 27N + * - **CRS-PROJCRS** [32227] + * - **Area**: Between 24°W and 18°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-24,0,-18` + */ +export const EPSG_32227 = + '+proj=utm +zone=27 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * St. Helena Tritan / UTM zone 30S + * - **CRS-PROJCRS** [7883] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7883 = + '+proj=utm +zone=30 +south +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mahe 1971 + * - **CRS-GEOGCRS** [4256] + * - **Area**: Seychelles - Mahe Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-4.5,55.3,-4.86,55.59` + */ +export const EPSG_4256 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=41,-220,-134,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan South (ft) + * - **CRS-PROJCRS** [3593] + * - **Area**: 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**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_3593 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lincoln + * - **CRS-GEOGCRS** [104740] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104740 = '+proj=longlat +a=6378643.579 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83 / California zone 4 (ftUS) + * - **CRS-PROJCRS** [2228] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_2228 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Lisbon 1890 / Portugal Bonne New + * - **CRS-PROJCRS** [5017] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_5017 = + 'PROJCS["Lisbon 1890 / Portugal Bonne New",GEOGCS["Lisbon 1890",DATUM["Lisbon_1890",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[631.392,-66.551,481.442,-1.09,4.445,4.487,-4.43]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4666"]],PROJECTION["Bonne_(South_Orientated)"],PARAMETER["Latitude of natural origin",39.6666666666667],PARAMETER["Longitude of natural origin",-8.13190611111111],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","5017"]]'; + +/** + * ETRS89 + Alboran height + * - **CRS-COMPOUNDCRS** [10356] + * - **Area**: Spain - Alboran island - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36,-3.1,35.88,-2.96` + */ +export const EPSG_10356 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 44 + * - **CRS-PROJCRS** [2678] + * - **Area**: Russian Federation - onshore between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.99,130.5,42.25,133.5` + */ +export const EPSG_2678 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2382] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_2382 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 63 + * - **CRS-PROJCRS** [2697] + * - **Area**: Russian Federation - onshore between 172°30'W and 169°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.06,-172.5,64.35,-169.57` + */ +export const EPSG_2697 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Jersey (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8760] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_8760 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * GWPBS22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10213] + * - **Area**: United Kingdom (UK) - on or related to the rail route from London (Paddington) to Swansea. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.06,-4.26,51.25,-0.1` + */ +export const EPSG_10213 = + '+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Ochoco Summit zone (ft) + * - **CRS-PROJCRS** [8330] + * - **Area**: United States (USA) - Oregon - Ochoco Summit area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.61,-121.01,44.21,-120.31` + */ +export const EPSG_8330 = + '+proj=lcc +lat_1=43.5 +lat_0=43.5 +lon_0=-120.5 +k_0=1.00006 +x_0=39999.99999984 +y_0=-79999.99999968 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Florida GDL Albers + * - **CRS-PROJCRS** [3086] + * - **Area**: United States (USA) - Florida. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `31.01,-87.63,24.41,-79.97` + */ +export const EPSG_3086 = + '+proj=aea +lat_0=24 +lon_0=-84 +lat_1=24 +lat_2=31.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Karbala 1979 + * - **CRS-GEOGCRS** [4743] + * - **Area**: Iraq - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `37.39,38.79,29.06,48.61` + */ +export const EPSG_4743 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=70.995,-335.916,262.898,0,0,0,0 +no_defs +type=crs'; + +/** + * SWEREF99 14 15 + RH2000 height + * - **CRS-COMPOUNDCRS** [5851] + * - **Area**: Sweden - communes west of approximately 15°E and between approximately 61°35'N and 64°25'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64.39,11.93,61.55,15.55` + */ +export const EPSG_5851 = + '+proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 NSRS2007 Navajo Nation Coordinate System (FtUS) + * - **CRS-PROJCRS** [103590] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103590 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=600000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 32S + * - **CRS-PROJCRS** [32732] + * - **Area**: Between 6°E and 12°E, southern hemisphere between 80°S and equator, onshore and offshore. Angola. Congo. Gabon. Namibia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,6,-80,12` + */ +export const EPSG_32732 = '+proj=utm +zone=32 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * BD72 + * - **CRS-GEOGCRS** [4313] + * - **Area**: Belgium - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_4313 = + '+proj=longlat +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +no_defs +type=crs'; + +/** + * NAD27 / Illinois East + * - **CRS-PROJCRS** [26771] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_26771 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * POSGAR 2007 + SRVN16 height + * - **CRS-COMPOUNDCRS** [9521] + * - **Area**: Argentina - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-55.11,-53.65` + */ +export const EPSG_9521 = '+proj=longlat +ellps=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / North Dakota South (ft) + * - **CRS-PROJCRS** [2910] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_2910 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Missouri East + * - **CRS-PROJCRS** [3602] + * - **Area**: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_3602 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 60 + * - **CRS-PROJCRS** [21260] + * - **Area**: Russian Federation - onshore between 178°30'E and 178°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,178.5,62.24,-178.5` + */ +export const EPSG_21260 = + '+proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 7 + * - **CRS-PROJCRS** [6400] + * - **Area**: United States (USA) - Alaska - between 164°W and 160°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_6400 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS37-39 + * - **CRS-PROJCRS** [3252] + * - **Area**: Antarctica - 72°S to 76°S and 36°E to 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,36,-76,54` + */ +export const EPSG_3252 = + '+proj=lcc +lat_0=-90 +lon_0=45 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lac Qui Parle (US foot) + * - **CRS-PROJCRS** [103744] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103744 = + '+proj=lcc +lat_0=44.7527777777778 +lon_0=-95.85 +lat_1=44.8333333333333 +lat_2=45.2 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378476.853 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [20922] + * - **Area**: Russian Federation - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.61,126,42.25,132` + */ +export const EPSG_20922 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 1-25 + * - **CRS-PROJCRS** [6050] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `87.84,-60,82.83,0` + */ +export const EPSG_6050 = + '+proj=lcc +lat_0=85.4371183333333 +lon_0=-30 +lat_1=87 +lat_2=83.6666666666667 +x_0=25500000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / SCoPQ zone 7 + * - **CRS-PROJCRS** [2013] + * - **Area**: Canada - Quebec - between 72°W and 69°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `61.8,-72,45.01,-69` + */ +export const EPSG_2013 = + '+proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS I + * - **CRS-PROJCRS** [2443] + * - **Area**: Japan - onshore - Kyushu west of approximately 130°E - Nagasaki-ken; islands of Kagoshima-ken between 27°N and 32°N and between 128°18'E and 130°E (between 128°18'E and 30°13'E for Amami islands). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `34.74,128.17,26.96,130.46` + */ +export const EPSG_2443 = + '+proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Helene IAU 2015 + * - **CRS-GEOGCRS** [104982] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104982 = '+proj=longlat +R=18000 +no_defs +type=crs'; + +/** + * RGF93 v2 / Lambert-93 + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [10497] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_10497 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [20021] + * - **Area**: Russian Federation - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,120,51.51,126` + */ +export const EPSG_20021 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [28411] + * - **Area**: Kazakhstan; Russian Federation - onshore; Uzbekistan - 60°E to 66°E; Turkmenistan - east of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.77,60,35.14,66` + */ +export const EPSG_28411 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Washington (ftUS) + * - **CRS-PROJCRS** [7641] + * - **Area**: United States (USA) - Wisconsin - Washington county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.42,43.19,-88.03` + */ +export const EPSG_7641 = + '+proj=tmerc +lat_0=42.9180555555556 +lon_0=-88.0638888888889 +k=1.00003738 +x_0=120091.441402083 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Peru96 + * - **CRS-GCENCRS** [5369] + * - **Area**: Peru - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-0.03,-84.68,-21.05,-68.67` + */ +export const EPSG_5369 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Ripley (ftUS) + * - **CRS-PROJCRS** [7354] + * - **Area**: United States (USA) - Indiana - Ripley county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.32,-85.45,38.91,-85.06` + */ +export const EPSG_7354 = + '+proj=tmerc +lat_0=38.9 +lon_0=-85.3 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Yemen NGN96 + * - **CRS-GEOG3DCRS** [4981] + * - **Area**: Yemen - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `19,41.08,8.95,57.96` + */ +export const EPSG_4981 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * LKS 1992 Latvia TM with FN = 0 + * - **CRS-PROJCRS** [102440] + * - **Area**: Latvia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_102440 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Dufur-Madras zone (m) + * - **CRS-PROJCRS** [6816] + * - **Area**: United States (USA) - Oregon - Dufur-Madras area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.55,-121.95,44.63,-120.46` + */ +export const EPSG_6816 = + '+proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * HKCD depth + * - **CRS-VERTCRS** [5739] + * - **Area**: China - Hong Kong - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_5739 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2506] + * - **Area**: Russian Federation - onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.35,90,49.89,96` + */ +export const EPSG_2506 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Equidistant Conic North America + * - **CRS-PROJCRS** [102010] + * - **Area**: North America - Canada and USA (CONUS, Alaska mainland) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-172.54,23.81,-47.74` + */ +export const EPSG_102010 = + '+proj=eqdc +lat_0=40 +lon_0=-96 +lat_1=20 +lat_2=60 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 75E + * - **CRS-PROJCRS** [21325] + * - **Area**: Russian Federation - onshore between 73°30'E and 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,73.5,53.47,76.5` + */ +export const EPSG_21325 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Lincoln (ftUS) + * - **CRS-PROJCRS** [23318] + * - **Area**: United States (USA) - Illinois - counties of Cass, Logan, Mason and Menard. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.44,-90.59,39.87,-89.14` + */ +export const EPSG_23318 = + '+proj=lcc +lat_1=40.15 +lat_0=40.15 +lon_0=-89.8 +k_0=1.000018 +x_0=2670053.34010668 +y_0=530048.26009652 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / North Dakota North (ft) + * - **CRS-PROJCRS** [6545] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_6545 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [4578] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_4578 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Washington North + * - **CRS-PROJCRS** [2855] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_2855 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 9S + * - **CRS-PROJCRS** [32509] + * - **Area**: Between 132°W and 126°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-132,-80,-126` + */ +export const EPSG_32509 = + '+proj=utm +zone=9 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 17N + * - **CRS-PROJCRS** [3747] + * - **Area**: United States (USA) - between 84°W and 78°W - onshore - Florida; Georgia; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.13,-84.01,24.41,-78` + */ +export const EPSG_3747 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 / UTM zone 27N + * - **CRS-PROJCRS** [4082] + * - **Area**: Spain - Canary Islands - west of 18°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31.19,-21.93,24.6,-18` + */ +export const EPSG_4082 = + '+proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Connecticut (US Feet) + * - **CRS-PROJCRS** [103251] + * - **Area**: USA - Connecticut + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_103251 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.2 +lat_2=41.8666666666667 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A07H2 + * - **CRS-PROJCRS** [112010] + * - **Area**: UK - Highways England - A7 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5356,-4.766,50.3975,-4.6175` + */ +export const EPSG_112010 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999588778714495 +x_0=205997.425418427 +y_0=70999.1126442153 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 1-27 + * - **CRS-PROJCRS** [6115] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.84,0,82.83,60.01` + */ +export const EPSG_6115 = + '+proj=lcc +lat_0=85.4371183333333 +lon_0=30 +lat_1=87 +lat_2=83.6666666666667 +x_0=27500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Madzansua + * - **CRS-GEOGCRS** [4128] + * - **Area**: Mozambique - west - Tete province. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.01,30.21,-17.76,35.37` + */ +export const EPSG_4128 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * Kasai 1953 / Congo TM zone 24 + * - **CRS-PROJCRS** [3317] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 23°E and 25°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-5.01,23,-6.99,25` + */ +export const EPSG_3317 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming Lambert + * - **CRS-PROJCRS** [32159] + * - **Area**: United States (USA) - Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-111.06,40.99,-104.05` + */ +export const EPSG_32159 = + '+proj=lcc +lat_0=41 +lon_0=-107.5 +lat_1=41 +lat_2=45 +x_0=500000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS IV + * - **CRS-PROJCRS** [30164] + * - **Area**: Japan - onshore - Shikoku - Kagawa-ken; Ehime-ken; Tokushima-ken; Kochi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `34.45,131.95,32.69,134.81` + */ +export const EPSG_30164 = + '+proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 6 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8808] + * - **Area**: United States (USA) - Alaska - between 160°W and 156°W, onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_8808 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Clay (meter) + * - **CRS-PROJCRS** [103601] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103601 = + '+proj=tmerc +lat_0=46.63 +lon_0=-96.7 +k=1.000045317862 +x_0=152407.211256591 +y_0=30481.4422513183 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Ashland (m) + * - **CRS-PROJCRS** [8222] + * - **Area**: United States (USA) - Wisconsin - Ashland county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.09,-90.93,45.98,-90.3` + */ +export const EPSG_8222 = + '+proj=tmerc +lat_0=45.7061111111111 +lon_0=-90.6222222222222 +k=1.0000495683 +x_0=172821.9461 +y_0=0.0017 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Hawaii zone 4 + * - **CRS-PROJCRS** [2785] + * - **Area**: United States (USA) - Hawaii - Kauai - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_2785 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 20N + * - **CRS-PROJCRS** [22620] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_22620 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Adams and Juneau (ftUS) + * - **CRS-PROJCRS** [7587] + * - **Area**: United States (USA) - Wisconsin - counties of Adams and Juneau. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-90.32,43.64,-89.59` + */ +export const EPSG_7587 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.694132588 +y_0=0.00365760731521463 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Adindan + * - **CRS-GEOGCRS** [4201] + * - **Area**: Eritrea; Ethiopia; South Sudan; Sudan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `9` + * - **BBOX**: `22.24,21.82,3.4,47.99` + */ +export const EPSG_4201 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-166,-15,204,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Crow Wing + * - **CRS-GEOGCRS** [104717] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104717 = '+proj=longlat +a=6378546.957 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 9 + * - **CRS-PROJCRS** [3194] + * - **Area**: Libya - onshore between 16°E and 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `31.34,16,22.51,18.01` + */ +export const EPSG_3194 = + '+proj=tmerc +lat_0=0 +lon_0=17 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 31N + * - **CRS-PROJCRS** [23031] + * - **Area**: Europe - between 0°E and 6°E - Andorra; Denmark (North Sea); Germany offshore; Netherlands offshore; Norway including Svalbard - onshore and offshore; Spain - onshore (mainland and Balearic Islands); United Kingdom (UKCS) offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `82.45,0,38.56,6.01` + */ +export const EPSG_23031 = + '+proj=utm +zone=31 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Hampshire + * - **CRS-PROJCRS** [103482] + * - **Area**: USA - New Hampshire + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_103482 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRF93 + * - **CRS-GEOGCRS** [9063] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9063 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 3 + * - **CRS-PROJCRS** [6396] + * - **Area**: United States (USA) - Alaska - between 148°W and 144°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_6396 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 20N + * - **CRS-PROJCRS** [32620] + * - **Area**: Between 66°W and 60°W, northern hemisphere between equator and 84°N, onshore and offshore. Anguilla. Antigua and Barbuda. Bermuda. Brazil. British Virgin Islands. Canada - New Brunswick; Labrador; Nova Scotia; Nunavut; Prince Edward Island; Quebec. Dominica. Greenland. Grenada. Guadeloupe. Guyana. Martinique. Montserrat. Puerto Rico. St Kitts and Nevis. St Barthelemy. St Lucia. St Maarten, St Martin. St Vincent and the Grenadines. Trinidad and Tobago. Venezuela. US Virgin Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,0,-60` + */ +export const EPSG_32620 = '+proj=utm +zone=20 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XV + * - **CRS-PROJCRS** [6683] + * - **Area**: Japan - onshore - Okinawa-ken between 126°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.91,126.63,26.02,128.4` + */ +export const EPSG_6683 = + '+proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 35S + * - **CRS-PROJCRS** [32335] + * - **Area**: Between 24°E and 30°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,24,-80,30` + */ +export const EPSG_32335 = + '+proj=utm +zone=35 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 10 + * - **CRS-PROJCRS** [7991] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.33,-81,42.26,-77.99` + */ +export const EPSG_7991 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arizona East (ft) + * - **CRS-PROJCRS** [3481] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_3481 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * EPSG example I=J-90 local bin grid (integer values) + * - **CRS-ENGCRS** [32765] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32765 = 'null'; + +/** + * Bellevue + * - **CRS-GEOGCRS** [4714] + * - **Area**: Vanuatu - southern islands - Aneityum, Efate, Erromango and Tanna. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `35` + * - **BBOX**: `-17.37,168.09,-20.31,169.95` + */ +export const EPSG_4714 = + '+proj=longlat +ellps=intl +towgs84=-127,-769,472,0,0,0,0 +no_defs +type=crs'; + +/** + * Vertical Near-Side Perspective (Geosynchronous Orbit) + * - **CRS-PROJCRS** [54049] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54049 = + '+proj=nsper +lat_0=0 +lon_0=0 +h=35800000 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Batavia / UTM zone 49S + * - **CRS-PROJCRS** [21149] + * - **Area**: Indonesia - onshore Java and Madura and offshore southern Java Sea and Madura Strait - between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `-4.27,108,-8.67,114` + */ +export const EPSG_21149 = + '+proj=utm +zone=49 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK24FIN + * - **CRS-PROJCRS** [3878] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `68.84,23.5,59.86,24.5` + */ +export const EPSG_3878 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=24500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ATS77 / Prince Edward Isl. Stereographic (ATS77) + * - **CRS-PROJCRS** [2290] + * - **Area**: Canada - Prince Edward Island. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.09,-64.49,45.9,-61.9` + */ +export const EPSG_2290 = + '+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=700000 +y_0=400000 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Price (m) + * - **CRS-PROJCRS** [7568] + * - **Area**: United States (USA) - Wisconsin - Price county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.99,-90.68,45.37,-90.04` + */ +export const EPSG_7568 = + '+proj=tmerc +lat_0=44.5555555555556 +lon_0=-90.4888888888889 +k=1.0000649554 +x_0=227990.8546 +y_0=0.0109 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N + DHHN92 height + * - **CRS-COMPOUNDCRS** [5555] + * - **Area**: Germany - onshore between 6°E and 12°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,6,47.27,12` + */ +export const EPSG_5555 = '+proj=utm +zone=32 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) StatePlane CA IV (US Feet) + * - **CRS-PROJCRS** [103894] + * - **Area**: USA - California - SPCS - 4 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_103894 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=36 +lat_2=37.25 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Iowa North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8737] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_8737 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=999999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2 / CC45 + * - **CRS-PROJCRS** [9825] + * - **Area**: France - mainland onshore between 44°N and 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46,-1.46,44,7.71` + */ +export const EPSG_9825 = + '+proj=lcc +lat_0=45 +lon_0=3 +lat_1=44.25 +lat_2=45.75 +x_0=1700000 +y_0=4200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGD05/12 + * - **CRS-GEOG3DCRS** [7138] + * - **Area**: Israel - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.53,32.99,29.45,35.69` + */ +export const EPSG_7138 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 5 + * - **CRS-PROJCRS** [5105] + * - **Area**: Norway - onshore - west of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.64,4.39,58.32,6.01` + */ +export const EPSG_5105 = + '+proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / Alberta 3TM ref merid 120 W + * - **CRS-PROJCRS** [22765] + * - **Area**: Canada - Alberta - west of 118°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-120,52.88,-118.5` + */ +export const EPSG_22765 = + '+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 47S + * - **CRS-PROJCRS** [23877] + * - **Area**: Indonesia - south of equator and between 96°E and 102°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,96,-8.86,102` + */ +export const EPSG_23877 = + '+proj=utm +zone=47 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Ganymede + * - **CRS-GEOGCRS** [104916] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104916 = '+proj=longlat +R=2632345 +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 3 + * - **CRS-PROJCRS** [8520] + * - **Area**: United States (USA) - Kansas - counties of Decatur; Gove; Sheridan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-100.82,38.69,-100.14` + */ +export const EPSG_8520 = + '+proj=tmerc +lat_0=37.5 +lon_0=-100.35 +k=1.000116 +x_0=1066802.13360427 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / West Virginia South (ftUS) + * - **CRS-PROJCRS** [26862] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_26862 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ELD79 / TM 12 NE + * - **CRS-PROJCRS** [2087] + * - **Area**: Libya - onshore west of 15°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33.23,9.31,22.61,15` + */ +export const EPSG_2087 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lerwick height + * - **CRS-VERTCRS** [5742] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Shetland Islands onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60.87,-1.78,59.83,-0.67` + */ +export const EPSG_5742 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Green and Lafayette (ftUS) + * - **CRS-PROJCRS** [8170] + * - **Area**: United States (USA) - Wisconsin - counties of Green and Lafayette. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.86,-90.43,42.5,-89.36` + */ +export const EPSG_8170 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.74015748 +y_0=45830.2948437897 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Dearborn-Ohio-Switzerland (m) + * - **CRS-PROJCRS** [7285] + * - **Area**: United States (USA) - Indiana - counties of Dearborn, Ohio and Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.31,-85.21,38.68,-84.78` + */ +export const EPSG_7285 = + '+proj=tmerc +lat_0=38.65 +lon_0=-84.9 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [4503] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_4503 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * KSA-GRF17 + * - **CRS-GCENCRS** [9331] + * - **Area**: Saudi Arabia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.44,16.29,55.67` + */ +export const EPSG_9331 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Rassadiran + * - **CRS-GEOGCRS** [4153] + * - **Area**: Iran - Taheri refinery site. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `27.61,52.5,27.39,52.71` + */ +export const EPSG_4153 = + '+proj=longlat +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wisconsin Central (ftUS) + * - **CRS-PROJCRS** [3696] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_3696 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mass. Island (US Feet) + * - **CRS-PROJCRS** [103380] + * - **Area**: USA - Massachusetts - SPCS - islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_103380 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.2833333333333 +lat_2=41.4833333333333 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 21N + * - **CRS-PROJCRS** [22821] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_22821 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ECML14_NB Grid + * - **CRS-PROJCRS** [9761] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.3,-1.9,54.85,-1.3` + */ +export const EPSG_9761 = + '+proj=tmerc +lat_0=55.05 +lon_0=-1.55 +k=1 +x_0=112242.8512 +y_0=402313.7432 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan Central (ft) + * - **CRS-PROJCRS** [6494] + * - **Area**: 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**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_6494 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=5999999.999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Ohio North + * - **CRS-PROJCRS** [32122] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_32122 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EVRF2000 Austria height + * - **CRS-VERTCRS** [9274] + * - **Area**: Austria. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_9274 = '+vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C14H2 + * - **CRS-PROJCRS** [112084] + * - **Area**: UK - Highways England - C14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.7758,-3.5703,54.0079,-3.1904` + */ +export const EPSG_112084 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999938739775363 +x_0=111037.473898269 +y_0=126042.537938576 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Horta height + * - **CRS-VERTCRS** [6181] + * - **Area**: Portugal - central Azores - Faial island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.7,-28.9,38.46,-28.54` + */ +export const EPSG_6181 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 37N + * - **CRS-PROJCRS** [32437] + * - **Area**: Between 36°E and 42°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,36,0,42` + */ +export const EPSG_32437 = + '+proj=utm +zone=37 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah North (ft) + * - **CRS-PROJCRS** [3679] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_3679 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.0001504 +y_0=999999.999996 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GDM2000 / Kedah and Perlis Grid + * - **CRS-PROJCRS** [3383] + * - **Area**: Malaysia - West Malaysia - Kedah and Perlis. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.72,99.59,5.08,101.12` + */ +export const EPSG_3383 = + '+proj=cass +lat_0=5.96467271388889 +lon_0=100.636371111111 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis CS96 (US foot) + * - **CRS-PROJCRS** [103695] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103695 = + '+proj=tmerc +lat_0=46.6166666666667 +lon_0=-92.45 +k=0.99998529 +x_0=1449999.9999999 +y_0=999999.999999899 +a=6378523 +rf=298.2752724 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR10P01 + * - **CRS-GEOG3DCRS** [8936] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8936 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR35-36 + * - **CRS-PROJCRS** [3229] + * - **Area**: Antarctica - 68°S to 72°S and 24°E to 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,24,-72,36` + */ +export const EPSG_3229 = + '+proj=lcc +lat_0=-90 +lon_0=30 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 17N (ftUS) + * - **CRS-PROJCRS** [32067] + * - **Area**: United States (USA) - between 84°W and 78°W onshore and offshore - Florida; Georgia; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia; Gulf of Mexico outer continental shelf (GoM OCS) east of approximately 84°W - protraction areas Gainesville; Tarpon Springs; St Petersburg; Charlotte Harbor; Pulley Ridge; Dry Tortugas; Tortugas Valley; Miami; Key West. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.13,-84.09,23.81,-77.99` + */ +export const EPSG_32067 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Bekaa Valley 1920 + * - **CRS-GEOGCRS** [6882] + * - **Area**: Lebanon - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `34.65,35.04,33.06,36.63` + */ +export const EPSG_6882 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-183,-15,273,0,0,0,0 +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 5 + * - **CRS-PROJCRS** [2068] + * - **Area**: Libya - west of 10°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `30.49,9.31,25.37,10.01` + */ +export const EPSG_2068 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / TM39 + * - **CRS-PROJCRS** [5257] + * - **Area**: Türkiye (Turkey) - between 37°30'E and 40°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.19,37.5,36.66,40.5` + */ +export const EPSG_5257 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E + * - **CRS-PROJCRS** [2592] + * - **Area**: Azerbaijan, Kazakhstan and Russian Federation onshore - between 49°30'E and 52°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.22,49.5,37.66,52.5` + */ +export const EPSG_2592 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM Zone 20N (ftUS) + * - **CRS-PROJCRS** [8035] + * - **Area**: Trinidad and Tobago - offshore west of 60°W. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `12.34,-62.09,9.83,-59.99` + */ +export const EPSG_8035 = + '+proj=tmerc +lat_0=0 +lon_0=-63 +k=0.9996 +x_0=500000.0001016 +y_0=0 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2438] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_2438 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF93 + * - **CRS-GCENCRS** [4915] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4915 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Bora Bora SAU 2001 height + * - **CRS-VERTCRS** [5607] + * - **Area**: French Polynesia - Society Islands - Bora Bora. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-16.39,-151.86,-16.62,-151.61` + */ +export const EPSG_5607 = '+vunits=m +no_defs +type=crs'; + +/** + * JGD2000 / UTM zone 54N + * - **CRS-PROJCRS** [3100] + * - **Area**: Japan - between 138°E and 144°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.05,138,17.63,144` + */ +export const EPSG_3100 = + '+proj=utm +zone=54 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Louisiana North + * - **CRS-PROJCRS** [3550] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_3550 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Serindung + * - **CRS-GEOGCRS** [4295] + * - **Area**: Indonesia - west Kalimantan - onshore coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `2.13,108.79,0.06,109.78` + */ +export const EPSG_4295 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Winona + * - **CRS-GEOGCRS** [104783] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104783 = '+proj=longlat +a=6378453.688 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Azimuthal Equidistant + * - **CRS-PROJCRS** [54032] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54032 = + '+proj=aeqd +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E + * - **CRS-PROJCRS** [2711] + * - **Area**: Russian Federation - onshore between 55°30'E and 58°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.89,55.5,50.53,58.5` + */ +export const EPSG_2711 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2341] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_2341 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [2654] + * - **Area**: Russian Federation - onshore between 58°30'E and 61°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,58.5,50.47,61.5` + */ +export const EPSG_2654 = + '+proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC46 + * - **CRS-PROJCRS** [3946] + * - **Area**: France - mainland onshore between 45°N and 47°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47,-2.21,45,7.16` + */ +export const EPSG_3946 = + '+proj=lcc +lat_0=46 +lon_0=3 +lat_1=45.25 +lat_2=46.75 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Nahrwan 1934 / UTM zone 38N + * - **CRS-PROJCRS** [7006] + * - **Area**: Iraq - between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `30` + * - **BBOX**: `37.39,42,29.06,48` + */ +export const EPSG_7006 = + '+proj=utm +zone=38 +a=6378249.145 +rf=293.465 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Tennessee + * - **CRS-PROJCRS** [2204] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_2204 = + '+proj=lcc +lat_0=34.6666666666667 +lon_0=-86 +lat_1=35.25 +lat_2=36.4166666666667 +x_0=609601.219202438 +y_0=30480.0609601219 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Bogota urban grid + * - **CRS-PROJCRS** [6247] + * - **Area**: Colombia - Bogota DC city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.85,-74.27,4.45,-73.98` + */ +export const EPSG_6247 = + '+proj=col_urban +lat_0=4.68048611111111 +lon_0=-74.1465916666667 +x_0=92334.879 +y_0=109320.965 +h_0=2550 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 44 + * - **CRS-PROJCRS** [4780] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_4780 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N (N-E) + * - **CRS-PROJCRS** [3045] + * - **Area**: Europe between 12°E and 18°E: Austria; Denmark - offshore and offshore; Germany - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.42,12,46.4,18.01` + */ +export const EPSG_3045 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah Central (Intl Feet) + * - **CRS-PROJCRS** [103553] + * - **Area**: USA - Utah - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_103553 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=39.0166666666667 +lat_2=40.65 +x_0=500000 +y_0=2000000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming West Central + * - **CRS-PROJCRS** [6617] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_6617 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF93 + * - **CRS-GEOG3DCRS** [7905] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7905 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Greenland Polar Stereographic + * - **CRS-PROJCRS** [5938] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_5938 = + '+proj=stere +lat_0=90 +lon_0=-33 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 20N + * - **CRS-PROJCRS** [31974] + * - **Area**: South America between 66°W and 60°W, north of approximately 4°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `16.75,-66,0.64,-59.99` + */ +export const EPSG_31974 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / South China Sea Lambert + * - **CRS-PROJCRS** [3415] + * - **Area**: China - offshore South China Sea - Pearl River basin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `22.89,110.13,18.31,116.76` + */ +export const EPSG_3415 = + '+proj=lcc +lat_0=21 +lon_0=114 +lat_1=18 +lat_2=24 +x_0=500000 +y_0=500000 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * IGS14 + * - **CRS-GEOG3DCRS** [9018] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9018 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Equal Earth Americas + * - **CRS-PROJCRS** [53036] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53036 = + '+proj=eqearth +lon_0=-90 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Connecticut (ftUS) + * - **CRS-PROJCRS** [2879] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_2879 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.609601219 +y_0=152400.30480061 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-27 + * - **CRS-PROJCRS** [6093] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,169,69.5,-169` + */ +export const EPSG_6093 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=179 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=27500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 25S + * - **CRS-PROJCRS** [32525] + * - **Area**: Between 36°W and 30°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-36,-80,-30` + */ +export const EPSG_32525 = + '+proj=utm +zone=25 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SV41-50 + * - **CRS-PROJCRS** [3291] + * - **Area**: Antarctica - 84°S to 88°S and 60°E to 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-84,60,-88,120` + */ +export const EPSG_3291 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / South Carolina + * - **CRS-PROJCRS** [6569] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_6569 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [4554] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_4554 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tananarive / UTM zone 39S + * - **CRS-PROJCRS** [29739] + * - **Area**: Madagascar - nearshore east of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-11.69,48,-24.21,51.03` + */ +export const EPSG_29739 = + '+proj=utm +zone=39 +south +ellps=intl +towgs84=-198.383,-240.517,-107.909,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 27E + * - **CRS-PROJCRS** [21309] + * - **Area**: Russian Federation - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.93,26.61,56.05,28.51` + */ +export const EPSG_21309 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wabasha (US foot) + * - **CRS-PROJCRS** [103787] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103787 = + '+proj=lcc +lat_0=44.1069444444444 +lon_0=-92.2666666666667 +lat_1=44.15 +lat_2=44.4166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378426.561 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Rock (m) + * - **CRS-PROJCRS** [8127] + * - **Area**: United States (USA) - Wisconsin - Rock county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-89.37,42.49,-88.77` + */ +export const EPSG_8127 = + '+proj=tmerc +lat_0=41.9444444444444 +lon_0=-89.0722222222222 +k=1.0000337311 +x_0=146304.2926 +y_0=0.0068 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / NFIS Seconds + * - **CRS-GEOGCRS** [100001] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_100001 = 'null'; + +/** + * NTF (Paris) + * - **CRS-GEOGCRS** [4807] + * - **Area**: France - onshore - mainland and Corsica. + * - **Unit**: `grad` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,41.31,9.63` + */ +export const EPSG_4807 = '+proj=longlat +ellps=clrk80ign +pm=paris +no_defs +type=crs'; + +/** + * MSL depth + * - **CRS-VERTCRS** [5715] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5715 = '+vunits=m +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 5 + * - **CRS-PROJCRS** [22175] + * - **Area**: Argentina - between 61°30'W and 58°30'W onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-23.37,-61.51,-39.06,-58.5` + */ +export const EPSG_22175 = + '+proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / ESP94 + * - **CRS-PROJCRS** [10454] + * - **Area**: Australia - Western Australia - Esperance area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.33,121.56,-34.5,122.2` + */ +export const EPSG_10454 = + '+proj=tmerc +lat_0=0 +lon_0=121.883333333333 +k=1.0000055 +x_0=50000 +y_0=3950000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IG05/12 Intermediate CRS + * - **CRS-GEOGCRS** [6990] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6990 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 + * - **CRS-GEOG3DCRS** [7682] + * - **Area**: Russian Federation - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `85.19,18.92,39.87,-168.97` + */ +export const EPSG_7682 = '+proj=longlat +ellps=GSK2011 +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 3 + * - **CRS-PROJCRS** [5345] + * - **Area**: Argentina - between 67°30'W and 64°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-21.78,-67.5,-55.11,-64.49` + */ +export const EPSG_5345 = + '+proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2480] + * - **Area**: Russian Federation - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,120,51.51,126` + */ +export const EPSG_2480 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Corrego Alegre 1970-72 / UTM zone 25S + * - **CRS-PROJCRS** [22525] + * - **Area**: Brazil - onshore east of 36°W . + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-4.99,-36,-10.1,-34.74` + */ +export const EPSG_22525 = + '+proj=utm +zone=25 +south +ellps=intl +nadgrids=CA7072_003.gsb +units=m +no_defs +type=crs'; + +/** + * Saturn - Telesto + * - **CRS-GEOGCRS** [104941] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104941 = '+proj=longlat +R=11000 +no_defs +type=crs'; + +/** + * ETRF 1989 Poland zone 6 + * - **CRS-PROJCRS** [102196] + * - **Area**: Poland - 16.5~E to 19.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,16.5,49.39,19.5` + */ +export const EPSG_102196 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.999923 +x_0=6500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * IRENET95 + * - **CRS-GCENCRS** [4942] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_4942 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 2S + * - **CRS-PROJCRS** [2195] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-14.11,-170.88,-14.59,-168.09` + */ +export const EPSG_2195 = + '+proj=utm +zone=2 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N (zE-N) + * - **CRS-PROJCRS** [5650] + * - **Area**: Germany - onshore and offshore east of 12°E, including Brandenburg (all state, including that part west of 12°E) and Mecklenburg-Vorpommern east of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.03,11.57,47.46,15.04` + */ +export const EPSG_5650 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo21 + * - **CRS-PROJCRS** [102483] + * - **Area**: South Africa - 20~E to 22~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-24.76,19.99,-34.88,22.01` + */ +export const EPSG_102483 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Bluff Circuit + * - **CRS-PROJCRS** [27232] + * - **Area**: New Zealand - Stewart Island; South Island - Bluff meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-45.33,167.29,-47.33,168.97` + */ +export const EPSG_27232 = + '+proj=tmerc +lat_0=-46.6000096111111 +lon_0=168.342872 +k=1 +x_0=300002.66 +y_0=699999.58 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD 1927 10TM AEP Resource + * - **CRS-PROJCRS** [102179] + * - **Area**: Canada - Alberta + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60,-120,48.99,-109.98` + */ +export const EPSG_102179 = + '+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone VIII + * - **CRS-PROJCRS** [27398] + * - **Area**: Norway - east of 16°15'E of Oslo (26°58'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.19,26.97,69.02,31.32` + */ +export const EPSG_27398 = + '+proj=tmerc +lat_0=58 +lon_0=18.3333333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho West + * - **CRS-PROJCRS** [26970] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_26970 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PA11 SPCS Hawaii Zone 5 (US Feet) + * - **CRS-PROJCRS** [102529] + * - **Area**: USA - Hawaii - Niihau - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_102529 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan North (ft) + * - **CRS-PROJCRS** [2896] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_2896 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=7999999.999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pitcairn 1967 / UTM zone 9S + * - **CRS-PROJCRS** [3784] + * - **Area**: Pitcairn - Pitcairn Island. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-25,-130.16,-25.14,-130.01` + */ +export const EPSG_3784 = + '+proj=utm +zone=9 +south +ellps=intl +towgs84=185,165,42,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Louisiana North + * - **CRS-PROJCRS** [103292] + * - **Area**: USA - Louisiana - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_103292 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=31.1666666666667 +lat_2=32.6666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * EVRF2019 height + * - **CRS-VERTCRS** [9389] + * - **Area**: Europe - onshore - Andorra; Austria; Belarus; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland; Romania; Russia – west of approximately 60°E; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Ukraine; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `77.07,-9.56,35.95,69.15` + */ +export const EPSG_9389 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Ramsey (US foot) + * - **CRS-PROJCRS** [103768] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103768 = + '+proj=lcc +lat_0=44.7911111111111 +lon_0=-93.3833333333333 +lat_1=44.8833333333333 +lat_2=45.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378418.941 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas South (ftUS) + * - **CRS-PROJCRS** [6586] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_6586 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Rhode Island + * - **CRS-PROJCRS** [32030] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_32030 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.9999938 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / BLM 11N (ftUS) + * - **CRS-PROJCRS** [4411] + * - **Area**: United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-120,30.88,-114` + */ +export const EPSG_4411 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Marquette (meters) + * - **CRS-PROJCRS** [103338] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103338 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 60N + * - **CRS-PROJCRS** [32460] + * - **Area**: Between 174°E and 180°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,174,0,180` + */ +export const EPSG_32460 = + '+proj=utm +zone=60 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Fort Peck Sioux (m) + * - **CRS-PROJCRS** [7114] + * - **Area**: United States (USA) - Montana - Fort Peck Indian Reservation - lower areas, notably in south and east. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-107.76,47.75,-104.04` + */ +export const EPSG_7114 = + '+proj=lcc +lat_1=48.3333333333333 +lat_0=48.3333333333333 +lon_0=-105.5 +k_0=1.00009 +x_0=100000 +y_0=50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 29 + * - **CRS-PROJCRS** [5129] + * - **Area**: Norway - onshore - between 29°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.94,29,69.02,30.01` + */ +export const EPSG_5129 = + '+proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / UTM zone 20S + * - **CRS-PROJCRS** [2316] + * - **Area**: Argentina - Tierra del Fuego offshore Atlantic east of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-51.36,-66,-54.93,-61.49` + */ +export const EPSG_2316 = + '+proj=utm +zone=20 +south +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 California (Teale) Albers (USFt) + * - **CRS-PROJCRS** [102600] + * - **Area**: USA - California + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_102600 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-1219202.43840488 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 19N + * - **CRS-PROJCRS** [22319] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_22319 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Dunn (m) + * - **CRS-PROJCRS** [7544] + * - **Area**: United States (USA) - Wisconsin - Dunn county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.21,-92.16,44.68,-91.64` + */ +export const EPSG_7544 = + '+proj=tmerc +lat_0=44.4083333333333 +lon_0=-91.8944444444444 +k=1.0000410324 +x_0=51816.104 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E + * - **CRS-PROJCRS** [2746] + * - **Area**: Russian Federation - onshore between 154°30'E and 157°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,154.5,49.02,157.5` + */ +export const EPSG_2746 = + '+proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * County ST74 + * - **CRS-PROJCRS** [3854] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `60.27,17.25,58.69,19.61` + */ +export const EPSG_3854 = + '+proj=tmerc +lat_0=0 +lon_0=18.05787 +k=0.99999506 +x_0=100182.7406 +y_0=-6500620.1207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ostenfeld-IRF + * - **CRS-GEOGCRS** [10268] + * - **Area**: Denmark - onshore northern Schleswig and surrounding islands (i.e. Jutland south of the pre-1920 border near the Kongea river). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.47,8.37,54.8,10.16` + */ +export const EPSG_10268 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * Hong Kong 1963 + * - **CRS-GEOGCRS** [4738] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_4738 = '+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs'; + +/** + * RDN2008 + * - **CRS-GEOG3DCRS** [6705] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_6705 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 49S + * - **CRS-PROJCRS** [32749] + * - **Area**: Between 108°E and 114°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,108,-80,114` + */ +export const EPSG_32749 = '+proj=utm +zone=49 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Connecticut + * - **CRS-PROJCRS** [3507] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_3507 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alabama East + * - **CRS-PROJCRS** [6355] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_6355 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Maupiti 83 + * - **CRS-GEOGCRS** [4692] + * - **Area**: French Polynesia - Society Islands - Maupiti. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-16.34,-152.39,-16.57,-152.14` + */ +export const EPSG_4692 = + '+proj=longlat +ellps=intl +towgs84=217.109,86.452,23.711,0.0183,-0.0003,0.007,-0.0093 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 10N + * - **CRS-PROJCRS** [3157] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_3157 = + '+proj=utm +zone=10 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 19S + * - **CRS-PROJCRS** [32319] + * - **Area**: Between 72°W and 66°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-72,-80,-66` + */ +export const EPSG_32319 = + '+proj=utm +zone=19 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arkansas South (ftUS) + * - **CRS-PROJCRS** [3442] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_3442 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [21020] + * - **Area**: Russian Federation - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.96,114,49.51,120` + */ +export const EPSG_21020 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NMVD03 height + * - **CRS-VERTCRS** [6640] + * - **Area**: Northern Mariana Islands - onshore - Rota, Saipan and Tinian. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `15.35,145.06,14.06,145.89` + */ +export const EPSG_6640 = '+vunits=m +no_defs +type=crs'; + +/** + * SWEREF99 14 15 + * - **CRS-PROJCRS** [3012] + * - **Area**: Sweden - communes west of approximately 15°E and between approximately 61°35'N and 64°25'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `64.39,11.93,61.55,15.55` + */ +export const EPSG_3012 = + '+proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS North Dakota North (Intl Feet) + * - **CRS-PROJCRS** [103504] + * - **Area**: USA - North Dakota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_103504 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=47.4333333333333 +lat_2=48.7333333333333 +x_0=599999.999999999 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 23N + * - **CRS-PROJCRS** [6210] + * - **Area**: Brazil - offshore between 48°W and 42°W, northern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.13,-48,0,-41.99` + */ +export const EPSG_6210 = + '+proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * FEH2010 / Fehmarnbelt TM + * - **CRS-PROJCRS** [5596] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.83,10.66,54.33,12.01` + */ +export const EPSG_5596 = + '+proj=tmerc +lat_0=0 +lon_0=11.3333333333333 +k=1 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan South (ft) + * - **CRS-PROJCRS** [2253] + * - **Area**: 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**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_2253 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / UTM zone 31N (zE-N) + * - **CRS-PROJCRS** [10287] + * - **Area**: Germany - onshore and offshore west of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,50.97,6` + */ +export const EPSG_10287 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2603] + * - **Area**: Kazakhstan, Kyrgyzstan and Russian Federation onshore - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.03,79.5,41.82,82.5` + */ +export const EPSG_2603 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Uranus - Rosalind + * - **CRS-GEOGCRS** [104957] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104957 = '+proj=longlat +R=27000 +no_defs +type=crs'; + +/** + * MARGEN + * - **CRS-GEOG3DCRS** [5353] + * - **Area**: Bolivia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-9.67,-69.66,-22.91,-57.52` + */ +export const EPSG_5353 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 33E + * - **CRS-PROJCRS** [2496] + * - **Area**: Belarus and Moldova - east of 30°E; Russian Federation and Ukraine - onshore 30°E to 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.02,30,44.32,36` + */ +export const EPSG_2496 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Kyrg-06 / zone 3 + * - **CRS-PROJCRS** [7694] + * - **Area**: Kyrgyzstan - between 73°01'E and 76°01'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.22,73.01,39.35,76.02` + */ +export const EPSG_7694 = + '+proj=tmerc +lat_0=0 +lon_0=74.5166666666667 +k=1 +x_0=3300000 +y_0=14743.5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan Central + * - **CRS-PROJCRS** [26989] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_26989 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAVD88 height + * - **CRS-VERTCRS** [5703] + * - **Area**: Mexico - onshore. United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska; 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` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,172.42,14.51,-66.91` + */ +export const EPSG_5703 = '+vunits=m +no_defs +type=crs'; + +/** + * Voirol 1875 (Paris) + * - **CRS-GEOGCRS** [4811] + * - **Area**: Algeria - onshore north of 32°N. + * - **Unit**: `grad` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.95,31.99,9.09` + */ +export const EPSG_4811 = '+proj=longlat +ellps=clrk80ign +pm=paris +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Price (m) + * - **CRS-PROJCRS** [8131] + * - **Area**: United States (USA) - Wisconsin - Price county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.99,-90.68,45.37,-90.04` + */ +export const EPSG_8131 = + '+proj=tmerc +lat_0=44.5555555555556 +lon_0=-90.4888888888889 +k=1.0000649554 +x_0=227990.8546 +y_0=0.0109 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Winona (US foot) + * - **CRS-PROJCRS** [103791] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103791 = + '+proj=lcc +lat_0=43.8472222222222 +lon_0=-91.6166666666667 +lat_1=43.9 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378453.688 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF2005 + * - **CRS-GEOGCRS** [8998] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8998 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Springfield (ftUS) + * - **CRS-PROJCRS** [23322] + * - **Area**: United States (USA) - Illinois - Sangamon county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.98,-90,39.52,-89.21` + */ +export const EPSG_23322 = + '+proj=lcc +lat_1=39.75 +lat_0=39.75 +lon_0=-89.65 +k_0=1.000022 +x_0=709880.619761239 +y_0=879959.359918719 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SV01-10 + * - **CRS-PROJCRS** [3287] + * - **Area**: Antarctica - 84°S to 88°S and 180°W to 120°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-84,-180,-88,-120` + */ +export const EPSG_3287 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [4542] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_4542 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-38 + * - **CRS-PROJCRS** [6085] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,142,72.83,166.01` + */ +export const EPSG_6085 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=154 +lat_1=77 +lat_2=73.6666666666667 +x_0=38500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 33S + * - **CRS-PROJCRS** [32533] + * - **Area**: Between 12°E and 18°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,12,-80,18` + */ +export const EPSG_32533 = + '+proj=utm +zone=33 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Ohio South + * - **CRS-PROJCRS** [3638] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_3638 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 7N (ftUS) + * - **CRS-PROJCRS** [4407] + * - **Area**: United States (USA) - between 144°W and 138°W onshore and offshore - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `73.59,-144,53.47,-137.99` + */ +export const EPSG_4407 = + '+proj=tmerc +lat_0=0 +lon_0=-141 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Vermont (ftUS) + * - **CRS-PROJCRS** [6590] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_6590 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Oregon North + * - **CRS-PROJCRS** [32026] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_32026 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=44.3333333333333 +lat_2=46 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST33-36 + * - **CRS-PROJCRS** [3268] + * - **Area**: Antarctica - 76°S to 80°S and 12°E to 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,12,-80,36` + */ +export const EPSG_3268 = + '+proj=lcc +lat_0=-90 +lon_0=24 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF05P01 + * - **CRS-GEOGCRS** [8977] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8977 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [20918] + * - **Area**: Russian Federation - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.48,102,49.64,108` + */ +export const EPSG_20918 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kansas North (US Feet) + * - **CRS-PROJCRS** [103284] + * - **Area**: USA - Kansas - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_103284 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=38.7166666666667 +lat_2=39.7833333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 22 + * - **CRS-PROJCRS** [4057] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 21°E and 23°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.18,21,-11.24,23.01` + */ +export const EPSG_4057 = + '+proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Delaware (ftUS) + * - **CRS-PROJCRS** [2880] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_2880 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27(76) / UTM zone 17N + * - **CRS-PROJCRS** [2029] + * - **Area**: Canada - Ontario - between 84°W and 78°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `55.37,-84,41.67,-78` + */ +export const EPSG_2029 = + '+proj=utm +zone=17 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Georgia East + * - **CRS-PROJCRS** [26966] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_26966 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b + NGF-IGN78 height + * - **CRS-COMPOUNDCRS** [10507] + * - **Area**: France - Corsica onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_10507 = 'null'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2479] + * - **Area**: Russian Federation - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.96,114,49.51,120` + */ +export const EPSG_2479 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + CD UK & Ireland VORF08 depth + * - **CRS-COMPOUNDCRS** [10157] + * - **Area**: Ireland and United Kingdom (UK) (including Isle of Man and Channel Islands) - inshore, nearshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.89,-16.1,47.42,3.4` + */ +export const EPSG_10157 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Mount Pleasant Circuit + * - **CRS-PROJCRS** [27224] + * - **Area**: New Zealand - South Island - Mount Pleasant meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.69,171.11,-43.96,173.38` + */ +export const EPSG_27224 = + '+proj=tmerc +lat_0=-43.5906375833333 +lon_0=172.727193583333 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Vermont (ftUS) + * - **CRS-PROJCRS** [5646] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_5646 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) + * - **CRS-GCENCRS** [4954] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_4954 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N + * - **CRS-PROJCRS** [25833] + * - **Area**: Europe between 12°E and 18°E: Austria; Denmark - offshore and offshore; Germany - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.42,12,46.4,18.01` + */ +export const EPSG_25833 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Gan 1970 + * - **CRS-GEOGCRS** [4684] + * - **Area**: Maldives - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `7.08,72.81,-0.69,73.69` + */ +export const EPSG_4684 = + '+proj=longlat +ellps=intl +towgs84=-133,-321,50,0,0,0,0 +no_defs +type=crs'; + +/** + * Fiji 1956 / UTM zone 60S + * - **CRS-PROJCRS** [3141] + * - **Area**: Fiji - onshore west of 180° - Vanua Levu, Taveuni, Viti Levu and and immediately adjacent smaller islands of Yasawa and Kandavu groups. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `-16.1,176.81,-19.22,180` + */ +export const EPSG_3141 = + '+proj=utm +zone=60 +south +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 14N + * - **CRS-PROJCRS** [6343] + * - **Area**: United States (USA) - between 102°W and 96°W onshore and offshore - Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-102,25.83,-96` + */ +export const EPSG_6343 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1880 / India zone I + * - **CRS-PROJCRS** [24371] + * - **Area**: India - north of 28°N; Pakistan - between 28°N and 35°35'N. + * - **Unit**: `Indian yard` + * - **Accuracy**: `null` + * - **BBOX**: `35.59,60.86,28,81.64` + */ +export const EPSG_24371 = + '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743195.59223332 +y_0=914398.530744441 +a=6377299.36559538 +b=6356098.35900516 +to_meter=0.914398530744441 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida East + * - **CRS-PROJCRS** [3511] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_3511 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * BGS2005 / CCS2005 + * - **CRS-PROJCRS** [7801] + * - **Area**: Bulgaria - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.23,22.36,41.24,28.68` + */ +export const EPSG_7801 = + '+proj=lcc +lat_0=42.6678756833333 +lon_0=25.5 +lat_1=42 +lat_2=43.3333333333333 +x_0=500000 +y_0=4725824.3591 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E + * - **CRS-PROJCRS** [2750] + * - **Area**: Russian Federation - onshore between 166°30'E and 169°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.07,166.5,54.45,169.5` + */ +export const EPSG_2750 = + '+proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Iron (m) + * - **CRS-PROJCRS** [7552] + * - **Area**: United States (USA) - Wisconsin - Iron county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.6,-90.56,45.98,-89.92` + */ +export const EPSG_7552 = + '+proj=tmerc +lat_0=45.4333333333333 +lon_0=-90.2555555555556 +k=1.0000677153 +x_0=220980.4419 +y_0=0.0085 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 52 + * - **CRS-PROJCRS** [28352] + * - **Area**: Australia - onshore and offshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.1,125.99,-37.38,132` + */ +export const EPSG_28352 = + '+proj=utm +zone=52 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N + DVR90 height + * - **CRS-COMPOUNDCRS** [7417] + * - **Area**: Denmark - onshore east of 12°E - Zealand and Falster, Bornholm. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56.18,12,54.51,15.25` + */ +export const EPSG_7417 = '+proj=utm +zone=33 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Barron (m) + * - **CRS-PROJCRS** [8218] + * - **Area**: United States (USA) - Wisconsin - Barron county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.65,-92.16,45.2,-91.53` + */ +export const EPSG_8218 = + '+proj=tmerc +lat_0=45.1333333333333 +lon_0=-91.85 +k=1.0000486665 +x_0=93150 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 2 + * - **CRS-PROJCRS** [31466] + * - **Area**: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.81,5.86,49.11,7.5` + */ +export const EPSG_31466 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2615] + * - **Area**: Russian Federation - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74.43,115.5,49.51,118.5` + */ +export const EPSG_2615 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / UTM zone 33N (zE-N) + * - **CRS-PROJCRS** [10291] + * - **Area**: Germany - onshore and offshore east of 12°E, including Brandenburg (all state, including that part west of 12°E) and Mecklenburg-Vorpommern east of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.03,11.57,47.46,15.04` + */ +export const EPSG_10291 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Oklahoma North (US Feet) + * - **CRS-PROJCRS** [103512] + * - **Area**: USA - Oklahoma - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_103512 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=35.5666666666667 +lat_2=36.7666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Monte Mario / Italy zone 2 + * - **CRS-PROJCRS** [3004] + * - **Area**: Italy - onshore and offshore - east of 12°E including San Marino and Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.1,12,34.76,18.99` + */ +export const EPSG_3004 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 13N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6656] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_6656 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Arc 1960 / UTM zone 36S + * - **CRS-PROJCRS** [21036] + * - **Area**: 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` + * - **Accuracy**: `35` + * - **BBOX**: `0.01,29.99,-11.61,36` + */ +export const EPSG_21036 = + '+proj=utm +zone=36 +south +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF89 + * - **CRS-GEOGCRS** [9059] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9059 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Kertau 1968 / Sembilan and Melaka Grid + * - **CRS-PROJCRS** [4391] + * - **Area**: Malaysia - West Malaysia - Negeri Sembilan and Melaka. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `3.28,101.7,2.03,102.71` + */ +export const EPSG_4391 = + '+proj=cass +lat_0=2.71228333333333 +lon_0=101.941166666667 +x_0=-242.005 +y_0=-948.547 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine CS2000 West + * - **CRS-PROJCRS** [6482] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.07,-69.6` + */ +export const EPSG_6482 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / South Dakota North + * - **CRS-PROJCRS** [32134] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_32134 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 + * - **CRS-GEOGCRS** [9777] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9777 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mississippi West (US Feet) + * - **CRS-PROJCRS** [103396] + * - **Area**: USA - Mississippi - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_103396 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Kalianpur 1962 + * - **CRS-GEOGCRS** [4145] + * - **Area**: Pakistan - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `37.07,60.86,21.05,77.83` + */ +export const EPSG_4145 = + '+proj=longlat +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah North (ftUS) + * - **CRS-PROJCRS** [3680] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_3680 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.00001016 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Cais da Pontinha height + * - **CRS-VERTCRS** [6178] + * - **Area**: Portugal - Madeira and Desertas islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.93,-17.31,32.35,-16.4` + */ +export const EPSG_6178 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Oregon GIC Lambert (ft) + * - **CRS-PROJCRS** [2992] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_2992 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oregon North + * - **CRS-PROJCRS** [2838] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_2838 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Natural Earth + * - **CRS-PROJCRS** [53077] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53077 = + '+proj=natearth +lon_0=0 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 144E + * - **CRS-PROJCRS** [21348] + * - **Area**: Russian Federation - onshore between 142°30'E and 145°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.98,142.5,43.61,145.5` + */ +export const EPSG_21348 = + '+proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [4515] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_4515 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Mexico Central + * - **CRS-PROJCRS** [6528] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_6528 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Elkhart-Kosciusko-Wabash (m) + * - **CRS-PROJCRS** [7293] + * - **Area**: United States (USA) - Indiana - counties of Elkhart, Kosciusko and Wabash. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.08,40.65,-85.63` + */ +export const EPSG_7293 = + '+proj=tmerc +lat_0=40.65 +lon_0=-85.85 +k=1.000033 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Iowa (ftUS) + * - **CRS-PROJCRS** [8166] + * - **Area**: United States (USA) - Wisconsin - Iowa county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.21,-90.43,42.81,-89.83` + */ +export const EPSG_8166 = + '+proj=tmerc +lat_0=42.5388888888889 +lon_0=-90.1611111111111 +k=1.0000394961 +x_0=113081.026162052 +y_0=0.00457200914401829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NTF (Greenwich) Lambert Zone III (degrees) + * - **CRS-PROJCRS** [102587] + * - **Area**: France - mainland south of 45.45~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.46,-1.79,42.33,7.71` + */ +export const EPSG_102587 = + '+proj=lcc +lat_1=44.1 +lat_0=44.1 +lon_0=2.33722916666667 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Meghalaya + * - **CRS-PROJCRS** [7769] + * - **Area**: India - Meghalaya. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.12,89.82,25.03,92.81` + */ +export const EPSG_7769 = + '+proj=lcc +lat_0=25.62524747 +lon_0=91.375 +lat_1=25.2083333333333 +lat_2=26.0416666666667 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Poolbeg height (ft(Br36)) + * - **CRS-VERTCRS** [5754] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `British foot (1936)` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_5754 = '+vto_meter=0.3048007491 +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 17 + * - **CRS-PROJCRS** [8536] + * - **Area**: United States (USA) - Kansas - counties of Butler; Harvey; Kingman; Reno; Sedgwick. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.18,-98.48,37.38,-96.52` + */ +export const EPSG_8536 = + '+proj=lcc +lat_1=37.7666666666667 +lat_0=37.7666666666667 +lon_0=-97.5 +k_0=1.000059 +x_0=5334010.66802133 +y_0=121920.243840488 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Mercury + * - **CRS-GEOGCRS** [104900] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104900 = '+proj=longlat +R=2439700 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Montgomery-Putnam (m) + * - **CRS-PROJCRS** [7339] + * - **Area**: United States (USA) - Indiana - counties of Montgomery and Putnam. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.22,-87.1,39.47,-86.64` + */ +export const EPSG_7339 = + '+proj=tmerc +lat_0=39.45 +lon_0=-86.95 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Sarpang TM + * - **CRS-PROJCRS** [5304] + * - **Area**: Bhutan - Sarpang district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.23,90.01,26.73,90.78` + */ +export const EPSG_5304 = + '+proj=tmerc +lat_0=0 +lon_0=90.2666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Caspian height + * - **CRS-VERTCRS** [5611] + * - **Area**: Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.97,46.95,37.35,53.93` + */ +export const EPSG_5611 = '+vunits=m +no_defs +type=crs'; + +/** + * Madrid 1870 (Madrid) + * - **CRS-GEOGCRS** [4903] + * - **Area**: Spain - mainland onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.82,-9.37,35.95,3.39` + */ +export const EPSG_4903 = '+proj=longlat +a=6378298.3 +rf=294.73 +pm=-3.687375 +no_defs +type=crs'; + +/** + * NGO 1948 Oslo Kommune + * - **CRS-PROJCRS** [102138] + * - **Area**: Norway - Oslo Kommune + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.14,10.48,59.81,10.97` + */ +export const EPSG_102138 = + '+proj=tmerc +lat_0=58 +lon_0=10.7229166666667 +k=1 +x_0=0 +y_0=-212979.18 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / GCG2020 + * - **CRS-PROJCRS** [8023] + * - **Area**: Australia - Western Australia - Geraldton area onshore below 195m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-28.48,114.51,-29.1,115` + */ +export const EPSG_8023 = + '+proj=tmerc +lat_0=0 +lon_0=114.583333333333 +k=1.00000628 +x_0=50000 +y_0=3450000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Dodge and Jefferson (ftUS) + * - **CRS-PROJCRS** [8189] + * - **Area**: United States (USA) - Wisconsin - counties of Dodge and Jefferson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-89.02,42.84,-88.4` + */ +export const EPSG_8189 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.726390653 +y_0=0.00762001524003048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 21N + * - **CRS-PROJCRS** [22421] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_22421 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E + * - **CRS-PROJCRS** [2584] + * - **Area**: Belarus, Estonia, Latvia, Lithuania, Moldova, Russian Federation and Ukraine - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `68.93,25.49,45.26,28.51` + */ +export const EPSG_2584 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Tripura + * - **CRS-PROJCRS** [7786] + * - **Area**: India - Tripura. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.54,91.15,22.94,92.34` + */ +export const EPSG_7786 = + '+proj=tmerc +lat_0=23.75 +lon_0=91.75 +k=0.9999822 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Gambia + * - **CRS-GEOGCRS** [6894] + * - **Area**: Gambia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `43` + * - **BBOX**: `13.83,-16.88,13.05,-13.79` + */ +export const EPSG_6894 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-63,176,185,0,0,0,0 +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo31 (E-N) + * - **CRS-PROJCRS** [102568] + * - **Area**: South Africa - 30~E to 32~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.22,29.99,-31.38,32.02` + */ +export const EPSG_102568 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 1 + * - **CRS-PROJCRS** [26931] + * - **Area**: United States (USA) - Alaska - east of 141°W; i.e. Panhandle. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_26931 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MOLDREF99 + * - **CRS-GCENCRS** [4000] + * - **Area**: Moldova. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.47,26.63,45.44,30.13` + */ +export const EPSG_4000 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Faribault (US foot) + * - **CRS-PROJCRS** [103729] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103729 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF01P02 + * - **CRS-GEOG3DCRS** [8920] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8920 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Stevens (meter) + * - **CRS-PROJCRS** [103683] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103683 = + '+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / World Mercator + * - **CRS-PROJCRS** [3395] + * - **Area**: World between 80°S and 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-180,-80,180` + */ +export const EPSG_3395 = + '+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 21N + * - **CRS-PROJCRS** [32421] + * - **Area**: Between 60°W and 54°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-60,0,-54` + */ +export const EPSG_32421 = + '+proj=utm +zone=21 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C16H1 + * - **CRS-PROJCRS** [112092] + * - **Area**: UK - Highways England - C16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.8321,-2.7026,53.935,-1.4571` + */ +export const EPSG_112092 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00001177155717 +x_0=54022.1758344197 +y_0=126051.743613646 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mass. Mainland (US Feet) + * - **CRS-PROJCRS** [103379] + * - **Area**: USA - Massachusetts - SPCS - mainland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_103379 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=41.7166666666667 +lat_2=42.6833333333333 +x_0=200000 +y_0=750000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Korean 1985 / Central Belt Jeju + * - **CRS-PROJCRS** [5168] + * - **Area**: Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `33.61,126.09,33.14,127.01` + */ +export const EPSG_5168 = + '+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 8N + * - **CRS-PROJCRS** [22708] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_22708 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC48 + * - **CRS-PROJCRS** [9848] + * - **Area**: France - mainland onshore between 47°N and 49°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49,-4.87,47,8.23` + */ +export const EPSG_9848 = + '+proj=lcc +lat_0=48 +lon_0=3 +lat_1=47.25 +lat_2=48.75 +x_0=1700000 +y_0=7200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 33 + * - **CRS-PROJCRS** [2357] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_2357 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Corrego Alegre 1961 / UTM zone 23S + * - **CRS-PROJCRS** [5538] + * - **Area**: Brazil - onshore between 48°W and 42°W and south of 15°S. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-15,-48,-25.29,-42` + */ +export const EPSG_5538 = + '+proj=utm +zone=23 +south +ellps=intl +nadgrids=CA61_003.gsb +units=m +no_defs +type=crs'; + +/** + * OxWo08-IRF + * - **CRS-GEOGCRS** [10229] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Oxford to Worcester. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.26,-2.31,51.65,-1.15` + */ +export const EPSG_10229 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Mississippi TM + * - **CRS-PROJCRS** [3815] + * - **Area**: United States (USA) - Mississippi. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,30.01,-88.09` + */ +export const EPSG_3815 = + '+proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E + * - **CRS-PROJCRS** [2707] + * - **Area**: Russian Federation - onshore between 43°30'E and 46°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.8,43.5,41.89,46.5` + */ +export const EPSG_2707 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Bonne + * - **CRS-PROJCRS** [54024] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54024 = + '+proj=bonne +lat_1=60 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 56 + * - **CRS-PROJCRS** [7856] + * - **Area**: Australia - onshore and offshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-13.87,150,-58.96,156` + */ +export const EPSG_7856 = + '+proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 43 + * - **CRS-PROJCRS** [4779] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_4779 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kentucky Single Zone + * - **CRS-PROJCRS** [3546] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_3546 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 8S + * - **CRS-PROJCRS** [32708] + * - **Area**: Between 138°W and 132°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-138,-80,-132` + */ +export const EPSG_32708 = '+proj=utm +zone=8 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA94 + * - **CRS-GEOGCRS** [4283] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_4283 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Adams (US feet) + * - **CRS-PROJCRS** [103400] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103400 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.694132588 +y_0=0.00365760731521463 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 58S + * - **CRS-PROJCRS** [32358] + * - **Area**: Between 162°E and 168°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,162,-80,168` + */ +export const EPSG_32358 = + '+proj=utm +zone=58 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Colombia Bogota zone + * - **CRS-PROJCRS** [3116] + * - **Area**: Colombia - onshore between 1°30'W and 1°30'E of Bogota (approximately 75°35'W and 72°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.82,-75.59,-2.51,-72.58` + */ +export const EPSG_3116 = + '+proj=tmerc +lat_0=4.59620041666667 +lon_0=-74.0775079166667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Alberta 10-TM (Resource) + * - **CRS-PROJCRS** [3403] + * - **Area**: Canada - Alberta. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,-120,48.99,-109.98` + */ +export const EPSG_3403 = + '+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / West Virginia North (ftUS) + * - **CRS-PROJCRS** [6601] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_6601 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas North Cent.(US Feet) + * - **CRS-PROJCRS** [103545] + * - **Area**: USA - Texas - SPCS - NC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_103545 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=32.1333333333333 +lat_2=33.9666666666667 +x_0=600000 +y_0=2000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * TGD2005 + * - **CRS-GCENCRS** [5884] + * - **Area**: Tonga - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.14,-179.08,-25.68,-171.28` + */ +export const EPSG_5884 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [4796] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_4796 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Hjorsey 1955 / Lambert 1955 + * - **CRS-PROJCRS** [3053] + * - **Area**: Iceland - mainland. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `66.59,-24.66,63.34,-13.38` + */ +export const EPSG_3053 = + 'PROJCS["Hjorsey 1955 / Lambert 1955",GEOGCS["Hjorsey 1955",DATUM["Hjorsey_1955",SPHEROID["International 1924",6378388,297],TOWGS84[-73,47,-83,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4658"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",65],PARAMETER["Longitude of natural origin",-18],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3053"]]'; + +/** + * MAGNA-SIRGAS / Cucuta urban grid + * - **CRS-PROJCRS** [6251] + * - **Area**: Colombia - Cucuta city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.97,-72.56,7.81,-72.46` + */ +export const EPSG_6251 = + '+proj=col_urban +lat_0=7.88893673611111 +lon_0=-72.50287095 +x_0=842805.406 +y_0=1364404.57 +h_0=308 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [2212] + * - **Area**: Türkiye (Turkey) - east of 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.02,43.5,36.97,44.83` + */ +export const EPSG_2212 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC50 + * - **CRS-PROJCRS** [3950] + * - **Area**: France - mainland onshore north of 49°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.14,-2.03,49,8.08` + */ +export const EPSG_3950 = + '+proj=lcc +lat_0=50 +lon_0=3 +lat_1=49.25 +lat_2=50.75 +x_0=1700000 +y_0=9200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [2642] + * - **Area**: Russian Federation - onshore between 22°30'E and 25°30'E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.07,22.5,54.34,22.87` + */ +export const EPSG_2642 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / East Belt 2010 + * - **CRS-PROJCRS** [5187] + * - **Area**: Republic of Korea (South Korea) - onshore between 128°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.64,128,34.49,129.65` + */ +export const EPSG_5187 = + '+proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TM65 / Irish Grid + * - **CRS-PROJCRS** [29902] + * - **Area**: Ireland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.43,-10.56,51.39,-5.93` + */ +export const EPSG_29902 = + '+proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +a=6377340.189 +rf=299.3249646 +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Equidistant Conic contiguous USA + * - **CRS-PROJCRS** [102005] + * - **Area**: USA - CONUS - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_102005 = + '+proj=eqdc +lat_0=39 +lon_0=-96 +lat_1=33 +lat_2=45 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2513] + * - **Area**: Russian Federation - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.15,132,42.63,138` + */ +export const EPSG_2513 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Canyonville-Grants Pass zone (ft) + * - **CRS-PROJCRS** [6803] + * - **Area**: United States (USA) - Oregon - Canyonville-Grants Pass area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.24,-123.83,42.49,-122.43` + */ +export const EPSG_6803 = + '+proj=tmerc +lat_0=42.5 +lon_0=-123.333333333333 +k=1.00007 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Luzon 1911 UTM Zone 52N + * - **CRS-PROJCRS** [102455] + * - **Area**: Philippines - East of 126~E, N hemisphere + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,126,3,132` + */ +export const EPSG_102455 = '+proj=utm +zone=52 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * PRS92 + * - **CRS-GCENCRS** [4994] + * - **Area**: Philippines - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,116.04,3,129.95` + */ +export const EPSG_4994 = '+proj=geocent +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Owen (m) + * - **CRS-PROJCRS** [7341] + * - **Area**: United States (USA) - Indiana - Owen county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.48,-87.06,39.16,-86.63` + */ +export const EPSG_7341 = + '+proj=tmerc +lat_0=39.15 +lon_0=-86.9 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Daphnis IAU 2015 + * - **CRS-GEOGCRS** [104978] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104978 = '+proj=longlat +R=3800 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Blue Earth (meter) + * - **CRS-PROJCRS** [103614] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103614 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.2666666666667 +lat_1=43.9333333333333 +lat_2=44.3666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378403.701 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * IGN63 Hiva Oa / UTM zone 7S + * - **CRS-PROJCRS** [3302] + * - **Area**: French Polynesia - Marquesas Islands - Hiva Oa and Tahuata. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-9.64,-139.23,-10.08,-138.75` + */ +export const EPSG_3302 = + '+proj=utm +zone=7 +south +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XI + * - **CRS-PROJCRS** [30171] + * - **Area**: Japan - onshore - Hokkaido west of approximately 141°E - Otaru city; Hakodate city; Date city; Usu-gun and Abuta-gun of Iburi-shicho; Hiyama-shicho; Shiribeshi-shicho; Oshima-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `43.42,139.34,41.34,141.46` + */ +export const EPSG_30171 = + '+proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A05H1 + * - **CRS-PROJCRS** [112005] + * - **Area**: UK - Highways England - A5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5289,-5.0479,50.2109,-4.8877` + */ +export const EPSG_112005 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999464846609941 +x_0=225969.155631124 +y_0=70990.3099549106 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 2-16 + * - **CRS-PROJCRS** [6100] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `84.51,-95,79.5,-55` + */ +export const EPSG_6100 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=-75 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=16500000 +y_0=2500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Colorado North + * - **CRS-PROJCRS** [103244] + * - **Area**: USA - Colorado - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_103244 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=39.7166666666667 +lat_2=40.7833333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Rhode Island + * - **CRS-PROJCRS** [2840] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_2840 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM1 + DVR90 height + * - **CRS-COMPOUNDCRS** [4097] + * - **Area**: Denmark - Jutland onshore west of 10°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.64,8,54.8,10` + */ +export const EPSG_4097 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.99998 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Ohio South + * - **CRS-PROJCRS** [6550] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_6550 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 90E + * - **CRS-PROJCRS** [21330] + * - **Area**: Russian Federation - onshore between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.28,88.5,49.44,91.5` + */ +export const EPSG_21330 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mahnomen (US foot) + * - **CRS-PROJCRS** [103751] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103751 = + '+proj=lcc +lat_0=47.1516666666667 +lon_0=-95.8166666666667 +lat_1=47.2 +lat_2=47.45 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378586.581 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [4582] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_4582 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD27 / Nevada West + * - **CRS-PROJCRS** [32009] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_32009 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS19-21 + * - **CRS-PROJCRS** [3247] + * - **Area**: Antarctica - 72°S to 76°S and 72°W to 54°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-72,-76,-54` + */ +export const EPSG_3247 = + '+proj=lcc +lat_0=-90 +lon_0=-63 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 8N (ftUS) + * - **CRS-PROJCRS** [4428] + * - **Area**: United States (USA) - between 138°W and 132°W onshore and offshore - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `73.04,-138,53.6,-131.99` + */ +export const EPSG_4428 = + '+proj=tmerc +lat_0=0 +lon_0=-135 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 1 + * - **CRS-PROJCRS** [6415] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_6415 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York East (ftUS) + * - **CRS-PROJCRS** [2905] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_2905 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Mexico Central + * - **CRS-PROJCRS** [3617] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_3617 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 59N + * - **CRS-PROJCRS** [32459] + * - **Area**: Between 168°E and 174°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,168,0,174` + */ +export const EPSG_32459 = + '+proj=utm +zone=59 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [28404] + * - **Area**: Belarus, Estonia, Latvia, Lithuania and Ukraine - onshore west of 24°E. Russian Federation - Kaliningrad onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.44,19.57,47.95,24` + */ +export const EPSG_28404 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * RD/83 / 3-degree Gauss-Kruger zone 5 (E-N) + * - **CRS-PROJCRS** [5669] + * - **Area**: Germany - Sachsen - east of 13°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.58,13.5,50.62,15.04` + */ +export const EPSG_5669 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * DVR90(2000) height + * - **CRS-VERTCRS** [10482] + * - **Area**: Denmark - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10482 = 'null'; + +/** + * CGVD2013a(2002) height + * - **CRS-VERTCRS** [20034] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_20034 = '+vunits=m +no_defs +type=crs'; + +/** + * Neptune - Larissa IAU 2015 + * - **CRS-GEOGCRS** [104997] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104997 = '+proj=longlat +R=96000 +no_defs +type=crs'; + +/** + * IGS20 + * - **CRS-GEOGCRS** [10178] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_10178 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XIV + * - **CRS-PROJCRS** [2456] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and between 140°30'E and 143°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.8,141.2,24.67,142.33` + */ +export const EPSG_2456 = + '+proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS_ES2007.8 + * - **CRS-GEOGCRS** [5393] + * - **Area**: El Salvador - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `14.44,-91.43,9.97,-87.65` + */ +export const EPSG_5393 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Arizona Central + * - **CRS-PROJCRS** [26949] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_26949 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Lucia 1955 / British West Indies Grid + * - **CRS-PROJCRS** [2006] + * - **Area**: St Lucia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `14.16,-61.13,13.66,-60.82` + */ +export const EPSG_2006 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-153,153,307,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGCB 1955 + * - **CRS-GEOGCRS** [4701] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Lower Congo (Bas Congo) + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `-4.28,12.17,-6.04,16.28` + */ +export const EPSG_4701 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-79.9,-158,-168.9,0,0,0,0 +no_defs +type=crs'; + +/** + * Dabajuro + * - **CRS-ENGCRS** [5813] + * - **Area**: Venezuela - Falcon state. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `12.25,-71.3,10.3,-68.19` + */ +export const EPSG_5813 = 'null'; + +/** + * NAD83(NSRS2007) / California zone 3 (ftUS) + * - **CRS-PROJCRS** [3494] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_3494 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 20S + * - **CRS-PROJCRS** [32320] + * - **Area**: Between 66°W and 60°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-66,-80,-60` + */ +export const EPSG_32320 = + '+proj=utm +zone=20 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * JGD2000 + JGD2000 (vertical) height + * - **CRS-COMPOUNDCRS** [6696] + * - **Area**: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,129.3,30.94,145.87` + */ +export const EPSG_6696 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 3 + * - **CRS-PROJCRS** [26733] + * - **Area**: United States (USA) - Alaska - between 148°W and 144°W. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_26733 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nevada West + * - **CRS-PROJCRS** [103478] + * - **Area**: USA - Nevada - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_103478 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Deir ez Zor / Syria Lambert + * - **CRS-PROJCRS** [22770] + * - **Area**: Lebanon - onshore. Syrian Arab Republic - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `37.3,35.04,32.31,42.38` + */ +export const EPSG_22770 = + '+proj=lcc +lat_1=34.65 +lat_0=34.65 +lon_0=37.35 +k_0=0.9996256 +x_0=300000 +y_0=300000 +ellps=clrk80ign +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 10 + * - **CRS-PROJCRS** [5110] + * - **Area**: Norway - onshore - between 10°E and 11°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.27,10,58.9,11.01` + */ +export const EPSG_5110 = + '+proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8722] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_8722 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.828803658 +y_0=304800.609601219 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 9 (Feet) + * - **CRS-PROJCRS** [102639] + * - **Area**: USA - Alaska - north of 54.5~N; west of 168~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_102639 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone II + * - **CRS-PROJCRS** [27572] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_27572 = + '+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 / CC50 + * - **CRS-PROJCRS** [9830] + * - **Area**: France - mainland onshore north of 49°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.14,-2.03,49,8.08` + */ +export const EPSG_9830 = + '+proj=lcc +lat_0=50 +lon_0=3 +lat_1=49.25 +lat_2=50.75 +x_0=1700000 +y_0=9200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moon 2000 Equidistant Cylindrical + * - **CRS-PROJCRS** [103881] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_103881 = + '+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 20N + * - **CRS-PROJCRS** [22320] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_22320 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Washington North (ftUS) + * - **CRS-PROJCRS** [2285] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_2285 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGTAAF07 (lon-lat) + * - **CRS-GEOG3DCRS** [7087] + * - **Area**: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-20.91,37.98,-67.13,142` + */ +export const EPSG_7087 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Buffalo (ftUS) + * - **CRS-PROJCRS** [7592] + * - **Area**: United States (USA) - Wisconsin - Buffalo county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-92.09,44.02,-91.52` + */ +export const EPSG_7592 = + '+proj=tmerc +lat_0=43.4813888888889 +lon_0=-91.7972222222222 +k=1.0000382778 +x_0=175260.3502159 +y_0=0.0048768097536195 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 12 + * - **CRS-PROJCRS** [7068] + * - **Area**: United States (USA) - Iowa - counties of Adams; Appanoose; Clarke; Davis; Decatur; Lucas; Monroe; Montgomery; Page; Ringgold; Taylor; Union; Wapello; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.17,-95.39,40.57,-92.17` + */ +export const EPSG_7068 = + '+proj=lcc +lat_1=40.9166666666667 +lat_0=40.9166666666667 +lon_0=-93.75 +k_0=1.000037 +x_0=6858013.71602743 +y_0=1889763.77952756 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Illinois East + * - **CRS-PROJCRS** [2790] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_2790 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK28FIN + * - **CRS-PROJCRS** [3882] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `70.09,27.5,60.42,28.5` + */ +export const EPSG_3882 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=28500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGNC15 / Lambert New Caledonia 2015 + * - **CRS-PROJCRS** [10314] + * - **Area**: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-19.5,163.54,-22.73,168.19` + */ +export const EPSG_10314 = + '+proj=lcc +lat_0=-21.5 +lon_0=166 +lat_1=-20.6666666666667 +lat_2=-22.3333333333333 +x_0=2400000 +y_0=2300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 + * - **CRS-GEOGCRS** [8237] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8237 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / Alberta 3TM ref merid 120 W + * - **CRS-PROJCRS** [22265] + * - **Area**: Canada - Alberta - west of 118°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-120,52.88,-118.5` + */ +export const EPSG_22265 = + '+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 58 + * - **CRS-PROJCRS** [20258] + * - **Area**: Australia - offshore east of 162°E to 200 nautical mile EEZ boundary. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-27.25,162,-34.22,163.2` + */ +export const EPSG_20258 = + '+proj=utm +zone=58 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 35N + * - **CRS-PROJCRS** [32635] + * - **Area**: Between 24°E and 30°E, northern hemisphere between equator and 84°N, onshore and offshore. Belarus. Bulgaria. Central African Republic. Democratic Republic of the Congo (Zaire). Egypt. Estonia. Finland. Greece. Latvia. Lesotho. Libya. Lithuania. Moldova. Norway. Poland. Romania. Russian Federation. Sudan. Svalbard. Türkiye (Turkey). Uganda. Ukraine. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,24,0,30` + */ +export const EPSG_32635 = '+proj=utm +zone=35 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 9 + * - **CRS-PROJCRS** [6383] + * - **Area**: Ukraine - between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.94,25.5,45.26,28.5` + */ +export const EPSG_6383 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [21019] + * - **Area**: Russian Federation - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,108,49.14,114` + */ +export const EPSG_21019 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New York Central (US Feet) + * - **CRS-PROJCRS** [103497] + * - **Area**: USA - New York - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_103497 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XI + * - **CRS-PROJCRS** [6679] + * - **Area**: Japan - onshore - Hokkaido west of approximately 141°E - Otaru city; Hakodate city; Date city; Usu-gun and Abuta-gun of Iburi-shicho; Hiyama-shicho; Shiribeshi-shicho; Oshima-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.42,139.34,41.34,141.46` + */ +export const EPSG_6679 = + '+proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 21N + * - **CRS-PROJCRS** [3181] + * - **Area**: Greenland - between 60°W and 54°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-60,58.91,-54` + */ +export const EPSG_3181 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NEA74 Noumea + * - **CRS-GEOGCRS** [4644] + * - **Area**: New Caledonia - Grande Terre - Noumea district. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-22.19,166.35,-22.37,166.54` + */ +export const EPSG_4644 = + '+proj=longlat +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 16 + NN2000 height + * - **CRS-COMPOUNDCRS** [5956] + * - **Area**: Norway - onshore - between 16°E and 17°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.49,15.99,66.88,17.01` + */ +export const EPSG_5956 = + '+proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 + ODN Orkney height + * - **CRS-COMPOUNDCRS** [9426] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Orkney Islands onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `59.41,-3.48,58.72,-2.34` + */ +export const EPSG_9426 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Beltrami North + * - **CRS-GEOGCRS** [104702] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104702 = '+proj=longlat +a=6378505.809 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Beijing 1954 + * - **CRS-GEOGCRS** [4214] + * - **Area**: China - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `53.56,73.62,16.7,134.77` + */ +export const EPSG_4214 = + '+proj=longlat +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(2011) / Mississippi East (ftUS) + * - **CRS-PROJCRS** [6507] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_6507 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ATRF2014 + * - **CRS-GEOG3DCRS** [9308] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.03` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_9308 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Missouri West + * - **CRS-PROJCRS** [2817] + * - **Area**: United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_2817 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming West + * - **CRS-PROJCRS** [3705] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_3705 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A27H2 + * - **CRS-PROJCRS** [112052] + * - **Area**: UK - Highways England - A27 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0108,0.932,50.9293,1.1476` + */ +export const EPSG_112052 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999491832854001 +x_0=-195978.541430045 +y_0=70992.2267425163 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 17 + NN54 height + * - **CRS-COMPOUNDCRS** [6157] + * - **Area**: Norway - onshore - between 17°E and 18°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.96,17,67.94,18.01` + */ +export const EPSG_6157 = + '+proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 18N + * - **CRS-PROJCRS** [22818] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_22818 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 LCC Bangladesh + * - **CRS-PROJCRS** [102951] + * - **Area**: Bangladesh + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.64,88.01,18.56,92.67` + */ +export const EPSG_102951 = + '+proj=lcc +lat_0=26 +lon_0=90 +lat_1=23.15 +lat_2=28.8 +x_0=2743183.6991 +y_0=914395.233 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Koochiching (meter) + * - **CRS-PROJCRS** [103643] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103643 = + '+proj=lcc +lat_0=47.8458333333333 +lon_0=-93.75 +lat_1=48 +lat_2=48.6166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378525.621 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * ECML14_NB-IRF + * - **CRS-GEOGCRS** [9758] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.3,-1.9,54.85,-1.3` + */ +export const EPSG_9758 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * China Geodetic Coordinate System 2000 + * - **CRS-GEOGCRS** [4490] + * - **Area**: China - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,16.7,134.77` + */ +export const EPSG_4490 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Egypt Gulf of Suez S-650 TL / Red Belt + * - **CRS-PROJCRS** [3355] + * - **Area**: Egypt - Gulf of Suez. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `30.01,32.34,27.19,34.27` + */ +export const EPSG_3355 = + '+proj=tmerc +lat_0=30 +lon_0=31 +k=1 +x_0=615000 +y_0=810000 +ellps=helmert +towgs84=-146.21,112.63,4.05,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Huntington-Whitley (ftUS) + * - **CRS-PROJCRS** [7316] + * - **Area**: United States (USA) - Indiana - counties of Huntington and Whitley. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-85.69,40.65,-85.3` + */ +export const EPSG_7316 = + '+proj=tmerc +lat_0=40.65 +lon_0=-85.5 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 2 + * - **CRS-PROJCRS** [8519] + * - **Area**: United States (USA) - Kansas - counties of Logan; Rawlins; Thomas. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-101.49,38.69,-100.71` + */ +export const EPSG_8519 = + '+proj=tmerc +lat_0=37.5 +lon_0=-100.95 +k=1.000134 +x_0=762001.524003047 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 2N + * - **CRS-PROJCRS** [102402] + * - **Area**: USA - 174~W to 168~W - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_102402 = '+proj=utm +zone=2 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Collingwood 2000 + * - **CRS-PROJCRS** [2114] + * - **Area**: New Zealand - South Island - Collingwood meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.44,172.16,-41.22,173.13` + */ +export const EPSG_2114 = + '+proj=tmerc +lat_0=-40.7147222222222 +lon_0=172.671944444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Portland zone (m) + * - **CRS-PROJCRS** [6854] + * - **Area**: United States (USA) - Oregon - Portland area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.01,-123.53,45.23,-122.11` + */ +export const EPSG_6854 = + '+proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=100000 +y_0=50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Marathon (m) + * - **CRS-PROJCRS** [8149] + * - **Area**: United States (USA) - Wisconsin - Marathon county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.13,-90.32,44.68,-89.22` + */ +export const EPSG_8149 = + '+proj=lcc +lat_1=44.9009044236111 +lat_0=44.9009044236111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493 +y_0=55049.2669 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [2544] + * - **Area**: Kazakhstan and Russian Federation onshore - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.56,82.5,45.11,85.5` + */ +export const EPSG_2544 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * BDA2000 + * - **CRS-GCENCRS** [4886] + * - **Area**: Bermuda - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.73,-68.83,28.91,-60.7` + */ +export const EPSG_4886 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Martinique 1955 height + * - **CRS-VERTCRS** [5794] + * - **Area**: Martinique - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `14.93,-61.29,14.35,-60.76` + */ +export const EPSG_5794 = '+vunits=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo25 + * - **CRS-PROJCRS** [2051] + * - **Area**: South Africa - onshore between 24°E and 26°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-24.71,24,-34.26,26.01` + */ +export const EPSG_2051 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1927 Alaska Albers (Meters) + * - **CRS-PROJCRS** [102117] + * - **Area**: USA - Alaska + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_102117 = + '+proj=aea +lat_0=50 +lon_0=-154 +lat_1=55 +lat_2=65 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [2401] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_2401 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Dunn (ftUS) + * - **CRS-PROJCRS** [7603] + * - **Area**: United States (USA) - Wisconsin - Dunn county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.21,-92.16,44.68,-91.64` + */ +export const EPSG_7603 = + '+proj=tmerc +lat_0=44.4083333333333 +lon_0=-91.8944444444444 +k=1.0000410324 +x_0=51816.1039370078 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 10 + * - **CRS-PROJCRS** [2952] + * - **Area**: Canada - Quebec west of 78°W; Canada - Ontario - between 79°30'W and 78°W in area to north of 47°N; between 80°15'W and 78°W in area between 46°N and 47°N; between 81°W and 78°W in area south of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.45,-81,42.26,-78` + */ +export const EPSG_2952 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oklahoma North (ftUS) + * - **CRS-PROJCRS** [3640] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_3640 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida West + * - **CRS-PROJCRS** [6442] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_6442 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 22 + * - **CRS-PROJCRS** [21222] + * - **Area**: Russian Federation - onshore between 64°30'E and 67°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.25,64.5,54.31,67.5` + */ +export const EPSG_21222 = + '+proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Washington (US foot) + * - **CRS-PROJCRS** [103706] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103706 = + '+proj=tmerc +lat_0=44.7458333333333 +lon_0=-92.8333333333333 +k=1.000039836799 +x_0=152406.37594092 +y_0=30481.2751881839 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ37-38 + * - **CRS-PROJCRS** [3210] + * - **Area**: Antarctica - 64°S to 68°S and 36°E to 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,36,-68,48` + */ +export const EPSG_3210 = + '+proj=lcc +lat_0=-90 +lon_0=42 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E + * - **CRS-PROJCRS** [2728] + * - **Area**: Russian Federation - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `78.4,106.5,49.25,109.5` + */ +export const EPSG_2728 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Mitchell zone (m) + * - **CRS-PROJCRS** [8325] + * - **Area**: United States (USA) - Oregon - Mitchell area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.78,-120.56,44.38,-119.82` + */ +export const EPSG_8325 = + '+proj=lcc +lat_1=47 +lat_0=47 +lon_0=-120.25 +k_0=0.99927 +x_0=30000 +y_0=290000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2378] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_2378 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Rhode Island (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8775] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_8775 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 6 (US Feet) + * - **CRS-PROJCRS** [102394] + * - **Area**: USA - Alaska - 160~W to 156~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_102394 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 49.1 + * - **CRS-PROJCRS** [23835] + * - **Area**: Indonesia - onshore between 108°E and 111°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.25,108,-8.31,111` + */ +export const EPSG_23835 = + '+proj=tmerc +lat_0=0 +lon_0=109.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 48 + * - **CRS-PROJCRS** [2682] + * - **Area**: Russian Federation - onshore between 142°30'E and 145°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.98,142.5,43.61,145.5` + */ +export const EPSG_2682 = + '+proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Vanua Levu 1915 / Vanua Levu Grid + * - **CRS-PROJCRS** [3139] + * - **Area**: Fiji - Vanua Levu and Taveuni. + * - **Unit**: `link` + * - **Accuracy**: `50` + * - **BBOX**: `-16.1,178.42,-17.07,-179.77` + */ +export const EPSG_3139 = + '+proj=cass +hyperbolic +lat_0=-16.25 +lon_0=179.333333333333 +x_0=251727.9155424 +y_0=334519.953768 +a=6378306.3696 +b=6356571.996 +towgs84=51,391,-36,0,0,0,0 +units=link +no_defs +type=crs'; + +/** + * RGAF09 + IGN 1988 SB height + * - **CRS-COMPOUNDCRS** [9534] + * - **Area**: Guadeloupe - onshore - St Barthelemy island. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `17.98,-62.92,17.82,-62.73` + */ +export const EPSG_9534 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Bern 1938 + * - **CRS-GEOGCRS** [4306] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4306 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah Central (ftUS) + * - **CRS-PROJCRS** [3569] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_3569 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 27S + * - **CRS-PROJCRS** [32727] + * - **Area**: Between 24°W and 18°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-24,-80,-18` + */ +export const EPSG_32727 = '+proj=utm +zone=27 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming IV West (US Feet) + * - **CRS-PROJCRS** [103585] + * - **Area**: USA - Wyoming - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_103585 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000.000000001 +y_0=100000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Tokyo / UTM zone 52N + * - **CRS-PROJCRS** [3093] + * - **Area**: Japan - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `34.9,126.63,24.4,132` + */ +export const EPSG_3093 = + '+proj=utm +zone=52 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 + * - **CRS-GEOGCRS** [4756] + * - **Area**: Vietnam - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `23.4,102.14,8.33,109.53` + */ +export const EPSG_4756 = + '+proj=longlat +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 30 + * - **CRS-PROJCRS** [5844] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and east of 29°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-12.15,29,-13.46,29.81` + */ +export const EPSG_5844 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Helena Tritan + * - **CRS-GCENCRS** [7879] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7879 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pennington + * - **CRS-GEOGCRS** [104755] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104755 = '+proj=longlat +a=6378445.763 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Kalianpur 1880 + * - **CRS-GEOGCRS** [4243] + * - **Area**: Bangladesh - onshore; India - mainland onshore; Myanmar (Burma) - onshore; Pakistan - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `37.07,60.86,8.02,101.17` + */ +export const EPSG_4243 = '+proj=longlat +a=6377299.36559538 +b=6356098.35900516 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Massachusetts Mainland (ftUS) + * - **CRS-PROJCRS** [3586] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_3586 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000.0001016 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 32N + * - **CRS-PROJCRS** [32232] + * - **Area**: Between 6°E and 12°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,6,0,12` + */ +export const EPSG_32232 = + '+proj=utm +zone=32 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Baker zone (m) + * - **CRS-PROJCRS** [6784] + * - **Area**: United States (USA) - Oregon - Baker City area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.19,-118.15,44.6,-117.37` + */ +export const EPSG_6784 = + '+proj=tmerc +lat_0=44.5 +lon_0=-117.833333333333 +k=1.00016 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * INAGeoid2020 v1 height + * - **CRS-VERTCRS** [9471] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_9471 = '+vunits=m +no_defs +type=crs'; + +/** + * Segara + * - **CRS-GEOGCRS** [4613] + * - **Area**: Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `4.29,114.55,-4.24,119.06` + */ +export const EPSG_4613 = + '+proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +no_defs +type=crs'; + +/** + * RGSH2020 / UTM zone 32N + * - **CRS-PROJCRS** [22232] + * - **Area**: Algeria - east of 6°E (of Greenwich), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.8,6,19.6,11.99` + */ +export const EPSG_22232 = + '+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [2397] + * - **Area**: Germany - states of former East Germany - west of 10°30'E - Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `51.56,9.92,50.35,10.5` + */ +export const EPSG_2397 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ITM + BI height + * - **CRS-COMPOUNDCRS** [9922] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_9922 = + '+proj=tmerc +lat_0=53.5 +lon_0=-8 +k=0.99982 +x_0=600000 +y_0=750000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 35 + * - **CRS-PROJCRS** [2552] + * - **Area**: Russian Federation - onshore between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.21,103.5,50.13,106.5` + */ +export const EPSG_2552 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Lhuentse TM + * - **CRS-PROJCRS** [5297] + * - **Area**: Bhutan - Lhuentse district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.09,90.77,27.39,91.49` + */ +export const EPSG_5297 = + '+proj=tmerc +lat_0=0 +lon_0=91.1333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 CORS96 UTM Zone 20N + * - **CRS-PROJCRS** [102044] + * - **Area**: Caribbean - Puerto Rico and US Virgin Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.86,-68.49,14.92,-63.88` + */ +export const EPSG_102044 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Coast zone (m) + * - **CRS-PROJCRS** [6842] + * - **Area**: United States (USA) - Oregon - coastal area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.4,-124.84,41.89,-123.35` + */ +export const EPSG_6842 = + '+proj=omerc +no_uoff +lat_0=44.75 +lonc=-124.05 +alpha=5 +gamma=5 +k=1 +x_0=-300000 +y_0=-4600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lake / Maracaibo Grid + * - **CRS-PROJCRS** [2102] + * - **Area**: Venezuela - Maracaibo area, onshore and offshore in lake. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11,-72.25,10,-71.5` + */ +export const EPSG_2102 = + '+proj=lcc +lat_1=10.1666666666667 +lat_0=10.1666666666667 +lon_0=-71.6056177777778 +k_0=1 +x_0=200000 +y_0=147315.028 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 14N + * - **CRS-PROJCRS** [102414] + * - **Area**: USA - 102~W to 96~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-102,25.83,-96` + */ +export const EPSG_102414 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Prometheus + * - **CRS-GEOGCRS** [104939] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104939 = '+proj=longlat +R=50100 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Fulton-Marshall-St. Joseph (ftUS) + * - **CRS-PROJCRS** [7300] + * - **Area**: United States (USA) - Indiana - counties of Fulton, Marshall and St Joseph. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.53,40.9,-85.94` + */ +export const EPSG_7300 = + '+proj=tmerc +lat_0=40.9 +lon_0=-86.3 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Mexico ITRF92 / UTM zone 13N + * - **CRS-PROJCRS** [4486] + * - **Area**: Mexico between 108°W and 102°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31.79,-108,14.05,-102` + */ +export const EPSG_4486 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mauritania 1999 / UTM zone 28N + * - **CRS-PROJCRS** [3343] + * - **Area**: Mauritania - 18°W to 12°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `23.46,-18,14.72,-12` + */ +export const EPSG_3343 = + '+proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Morrison (meter) + * - **CRS-PROJCRS** [103655] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103655 = + '+proj=lcc +lat_0=45.7738888888889 +lon_0=-94.2 +lat_1=45.85 +lat_2=46.2666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 14 Cumilla + * - **CRS-PROJCRS** [102947] + * - **Area**: Bangladesh - Cumilla + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `24.2667,90.5166,22.9666,91.3667` + */ +export const EPSG_102947 = + '+proj=cass +lat_0=23.5 +lon_0=91 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A23H2 + * - **CRS-PROJCRS** [112044] + * - **Area**: UK - Highways England - A23 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0242,0.3537,50.7546,0.5509` + */ +export const EPSG_112044 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99968074474471 +x_0=-156012.402740298 +y_0=71005.6448369306 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 6N + * - **CRS-PROJCRS** [3713] + * - **Area**: United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.13,-150,54.05,-143.99` + */ +export const EPSG_3713 = + '+proj=utm +zone=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Louisiana South + * - **CRS-PROJCRS** [2801] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_2801 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Missouri Central + * - **CRS-PROJCRS** [6511] + * - **Area**: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_6511 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 + * - **CRS-GCENCRS** [4039] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-3.41,11.79,-13.46,29.81` + */ +export const EPSG_4039 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C19H2 + * - **CRS-PROJCRS** [112101] + * - **Area**: UK - Highways England - C19 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.3859,-0.5074,53.9241,-0.229` + */ +export const EPSG_112101 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999898731823705 +x_0=-88026.1869323571 +y_0=126037.494925875 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SP23-24 + * - **CRS-PROJCRS** [3206] + * - **Area**: Antarctica - 60°S to 64°S and 48°W to 36°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-48,-64,-36` + */ +export const EPSG_3206 = + '+proj=lcc +lat_0=-90 +lon_0=-42 +lat_1=-60.6666666666667 +lat_2=-63.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Washington North + * - **CRS-PROJCRS** [32048] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_32048 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=47.5 +lat_2=48.7333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Beltrami North (US foot) + * - **CRS-PROJCRS** [103710] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103710 = + '+proj=lcc +lat_0=48.02 +lon_0=-95.0166666666667 +lat_1=48.1166666666667 +lat_2=48.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378505.809 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF01P02 + * - **CRS-GCENCRS** [8919] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8919 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 34 + * - **CRS-PROJCRS** [21234] + * - **Area**: Russian Federation - onshore between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,100.5,50.17,103.5` + */ +export const EPSG_21234 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Illinois East + * - **CRS-PROJCRS** [6454] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_6454 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGM04 + * - **CRS-GEOG3DCRS** [4469] + * - **Area**: Mayotte - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-11.33,43.68,-14.49,46.7` + */ +export const EPSG_4469 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 18N + * - **CRS-PROJCRS** [32418] + * - **Area**: Between 78°W and 72°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-78,0,-72` + */ +export const EPSG_32418 = + '+proj=utm +zone=18 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / South Carolina (ft) + * - **CRS-PROJCRS** [3656] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_3656 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Manoca 1962 + * - **CRS-GEOGCRS** [4193] + * - **Area**: Cameroon - coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `4.99,8.45,2.16,10.4` + */ +export const EPSG_4193 = + '+proj=longlat +ellps=clrk80ign +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Milwaukee (meters) + * - **CRS-PROJCRS** [103340] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103340 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 + RH2000 height + * - **CRS-COMPOUNDCRS** [5628] + * - **Area**: Sweden - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_5628 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS La Crosse (ftUS) + * - **CRS-PROJCRS** [7615] + * - **Area**: United States (USA) - Wisconsin - La Crosse county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.1,-91.43,43.72,-90.91` + */ +export const EPSG_7615 = + '+proj=tmerc +lat_0=43.4511111111111 +lon_0=-91.3166666666667 +k=1.0000319985 +x_0=130454.659690119 +y_0=0.00335280670561341 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 41 + * - **CRS-PROJCRS** [2417] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_2417 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 1 + * - **CRS-PROJCRS** [102101] + * - **Area**: Norway - zone I + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.17,4.39,57.92,7.23` + */ +export const EPSG_102101 = + '+proj=tmerc +lat_0=58 +lon_0=6.05625 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 18N + * - **CRS-PROJCRS** [22418] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_22418 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Alicante height + * - **CRS-VERTCRS** [5782] + * - **Area**: Gibraltar - onshore; Spain - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.82,-9.37,35.95,3.39` + */ +export const EPSG_5782 = '+vunits=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo17 + * - **CRS-PROJCRS** [2047] + * - **Area**: South Africa - onshore west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-28.03,16.45,-33.1,18` + */ +export const EPSG_2047 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 66 + * - **CRS-GCENCRS** [4890] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4890 = '+proj=geocent +ellps=NWL9D +units=m +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 10 + * - **CRS-PROJCRS** [102551] + * - **Area**: Turkey - 28.5~E to 31.5~E onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.46,28.5,36.06,31.5` + */ +export const EPSG_102551 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=0.9996 +x_0=10500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 8N + * - **CRS-PROJCRS** [26908] + * - **Area**: North America - between 138°W and 132°W - onshore and offshore. Canada - British Columbia; Northwest Territiories; Yukon. United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_26908 = + '+proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 15 45 + RH2000 height + * - **CRS-COMPOUNDCRS** [5852] + * - **Area**: Sweden - communes between approximately 15°E and 16°30'E and between approximately 60°30'N and 65°N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.13,13.66,60.44,17.01` + */ +export const EPSG_5852 = + '+proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas Centric Albers Equal Area + * - **CRS-PROJCRS** [3085] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3085 = + '+proj=aea +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PZ-90 + * - **CRS-GEOGCRS** [4740] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4740 = '+proj=longlat +a=6378136 +rf=298.257839303 +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 48S + * - **CRS-PROJCRS** [9488] + * - **Area**: Indonesia - south of equator and between 102°E and 108°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,102,-10.73,108.01` + */ +export const EPSG_9488 = '+proj=utm +zone=48 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (2011) Navajo Nation Coordinate System (FtUS) + * - **CRS-PROJCRS** [103593] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103593 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=600000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 31S + * - **CRS-PROJCRS** [32731] + * - **Area**: Between 0°E and 6°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,-80,6` + */ +export const EPSG_32731 = '+proj=utm +zone=31 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Yoff + * - **CRS-GEOGCRS** [4310] + * - **Area**: Senegal - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `16.7,-20.22,10.64,-11.36` + */ +export const EPSG_4310 = + '+proj=longlat +ellps=clrk80ign +towgs84=-30,190,89,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(2011) + PRVD02 height + * - **CRS-COMPOUNDCRS** [9522] + * - **Area**: Puerto Rico - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `18.57,-67.97,17.87,-65.19` + */ +export const EPSG_9522 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Illinois West + * - **CRS-PROJCRS** [26772] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_26772 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Katanga 1955 / Katanga Gauss zone A + * - **CRS-PROJCRS** [3986] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Katanga east of 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.99,28.5,-13.46,30.78` + */ +export const EPSG_3986 = + '+proj=tmerc +lat_0=-9 +lon_0=30 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-102.283,-10.277,-257.396,-3.976,-0.002,-6.203,12.315 +units=m +no_defs +type=crs'; + +/** + * MOLDOR11-IRF + * - **CRS-GEOGCRS** [9871] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Manchester via Ordsall Lane and the Hope Valley to Dore Junction. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.55,-2.4,53.25,-1.39` + */ +export const EPSG_9871 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / New Mexico West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8763] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_8763 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * MONREF 1997 UTM Zone 50 N + * - **CRS-PROJCRS** [102228] + * - **Area**: Mongolia - east of 114~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.32,114,44.9,119.94` + */ +export const EPSG_102228 = '+proj=utm +zone=50 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Pilot Rock-Ukiah zone (m) + * - **CRS-PROJCRS** [8333] + * - **Area**: United States (USA) - Oregon - Pilot Rock-Ukiah area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.04,-119.65,44.99,-118.11` + */ +export const EPSG_8333 = + '+proj=lcc +lat_1=46.1666666666667 +lat_0=46.1666666666667 +lon_0=-119 +k_0=1.000025 +x_0=50000 +y_0=130000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DB_REF2016 zone 4 + * - **CRS-COMPOUNDCRS** [9934] + * - **Area**: Germany - onshore between 10°30'E and 13°30'E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.74,10.5,47.39,13.51` + */ +export const EPSG_9934 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * PTRA08 / UTM zone 25N + * - **CRS-PROJCRS** [5014] + * - **Area**: Portugal - west of 30°W - western Azores - Flores and Corvo islands and surrounding EEZ. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.07,-35.58,35.25,-30` + */ +export const EPSG_5014 = + '+proj=utm +zone=25 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Formentera height + * - **CRS-COMPOUNDCRS** [10355] + * - **Area**: Spain - Balearic Islands - Formentera - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.86,1.31,38.59,1.65` + */ +export const EPSG_10355 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Virginia Lambert + * - **CRS-PROJCRS** [3969] + * - **Area**: United States (USA) - Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-83.68,36.54,-75.31` + */ +export const EPSG_3969 = + '+proj=lcc +lat_0=36 +lon_0=-79.5 +lat_1=37 +lat_2=39.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 108E + * - **CRS-PROJCRS** [2381] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_2381 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Missouri Central (Feet) + * - **CRS-PROJCRS** [102697] + * - **Area**: USA - Missouri - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_102697 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333333333 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 / Colombia Far West zone + * - **CRS-PROJCRS** [11114] + * - **Area**: Colombia - mainland onshore west of 4°30'W of Bogota (approximately 78°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `2.48,-79.1,1.23,-78.58` + */ +export const EPSG_11114 = + '+proj=tmerc +lat_0=4.59620322222222 +lon_0=-80.0775077694444 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 22S + * - **CRS-PROJCRS** [29192] + * - **Area**: Brazil - onshore and offshore northern and southern hemispheres between 54°W and 48°W. In remainder of South America - between 54°W and 48°W, southern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `7.04,-54,-35.71,-47.99` + */ +export const EPSG_29192 = + '+proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Kitts 1955 + * - **CRS-GEOGCRS** [4605] + * - **Area**: St Kitts and Nevis - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `17.46,-62.92,17.06,-62.5` + */ +export const EPSG_4605 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=9,183,236,0,0,0,0 +no_defs +type=crs'; + +/** + * Tutuila 1962 height + * - **CRS-VERTCRS** [6638] + * - **Area**: American Samoa - Tutuila island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.2,-170.88,-14.43,-170.51` + */ +export const EPSG_6638 = '+vunits=m +no_defs +type=crs'; + +/** + * St. Helena Tritan + * - **CRS-GEOG3DCRS** [7880] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7880 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 24N + * - **CRS-PROJCRS** [32224] + * - **Area**: Between 42°W and 36°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-42,0,-36` + */ +export const EPSG_32224 = + '+proj=utm +zone=24 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Bend-Redmond-Prineville zone (m) + * - **CRS-PROJCRS** [6792] + * - **Area**: United States (USA) - Oregon - Bend-Redmond-Prineville area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.98,-121.88,43.76,-119.79` + */ +export const EPSG_6792 = + '+proj=lcc +lat_1=44.6666666666667 +lat_0=44.6666666666667 +lon_0=-121.25 +k_0=1.00012 +x_0=80000 +y_0=130000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Herat North + * - **CRS-GEOGCRS** [4255] + * - **Area**: Afghanistan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `38.48,60.5,29.4,74.92` + */ +export const EPSG_4255 = + '+proj=longlat +ellps=intl +towgs84=-333,-222,114,0,0,0,0 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / San Andres urban grid + * - **CRS-PROJCRS** [6268] + * - **Area**: Colombia - San Andres city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `12.65,-81.82,12.43,-81.6` + */ +export const EPSG_6268 = + '+proj=col_urban +lat_0=12.523794325 +lon_0=-81.72937595 +x_0=820439.298 +y_0=1877357.828 +h_0=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan North (ft) + * - **CRS-PROJCRS** [3590] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_3590 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=7999999.999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mahnomen + * - **CRS-GEOGCRS** [104743] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104743 = '+proj=longlat +a=6378586.581 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 78E + * - **CRS-PROJCRS** [21326] + * - **Area**: Russian Federation - onshore between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,76.5,51.49,79.5` + */ +export const EPSG_21326 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / North Dakota South + * - **CRS-PROJCRS** [6546] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_6546 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 14N + * - **CRS-PROJCRS** [3744] + * - **Area**: United States (USA) - between 102°W and 96°W - onshore - Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-102,25.83,-95.99` + */ +export const EPSG_3744 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 + * - **CRS-GEOGCRS** [4081] + * - **Area**: Spain - Canary Islands onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.76,-21.93,24.6,-11.75` + */ +export const EPSG_4081 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Winkel II + * - **CRS-PROJCRS** [53019] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53019 = + '+proj=wink2 +lon_0=0 +lat_1=50.4597762521898 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Washington South + * - **CRS-PROJCRS** [2856] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_2856 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Delaware + * - **CRS-PROJCRS** [103252] + * - **Area**: USA - Delaware + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_103252 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 1-29 + * - **CRS-PROJCRS** [6116] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.84,60,82.83,120.01` + */ +export const EPSG_6116 = + '+proj=lcc +lat_0=85.4371183333333 +lon_0=90 +lat_1=87 +lat_2=83.6666666666667 +x_0=29500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A09H1 + * - **CRS-PROJCRS** [112013] + * - **Area**: UK - Highways England - A9 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8031,-4.4837,50.2244,-4.2855` + */ +export const EPSG_112013 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999661750636116 +x_0=185011.193066174 +y_0=71004.2957172883 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS VII + * - **CRS-PROJCRS** [30167] + * - **Area**: Japan - onshore - Honshu between approximately 136°15'E and 137°45'E - Ishikawa-ken; Toyama-ken; Gifu-ken; Aichi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `37.58,136.22,34.51,137.84` + */ +export const EPSG_30167 = + '+proj=tmerc +lat_0=36 +lon_0=137.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Clearwater (meter) + * - **CRS-PROJCRS** [103602] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103602 = + '+proj=tmerc +lat_0=47.1516666666667 +lon_0=-95.3758333333333 +k=1.000072505661 +x_0=152411.354685446 +y_0=30482.2709370892 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Spencer (m) + * - **CRS-PROJCRS** [7357] + * - **Area**: United States (USA) - Indiana - Spencer county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.21,-87.27,37.78,-86.76` + */ +export const EPSG_7357 = + '+proj=tmerc +lat_0=37.75 +lon_0=-87.05 +k=1.000014 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGM95 + * - **CRS-GCENCRS** [4982] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_4982 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ODN (Offshore) height + * - **CRS-VERTCRS** [7707] + * - **Area**: United Kingdom (UK) - offshore between 2km from shore and boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `61.01,-9.01,49.75,2.01` + */ +export const EPSG_7707 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Cottage Grove-Canyonville zone (ft) + * - **CRS-PROJCRS** [6815] + * - **Area**: United States (USA) - Oregon - Cottage Grove-Canyonville area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.88,-123.96,42.82,-122.4` + */ +export const EPSG_6815 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-123.333333333333 +k=1.000023 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2505] + * - **Area**: Kazakhstan - east of 84°E; Russian Federation - onshore 84°E to 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.27,84,46.82,90` + */ +export const EPSG_2505 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ED 1950 Albers Europe + * - **CRS-PROJCRS** [102013] + * - **Area**: Europe + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,-30,34,50` + */ +export const EPSG_102013 = + '+proj=aea +lat_0=30 +lon_0=10 +lat_1=43 +lat_2=62 +x_0=0 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Walworth (ftUS) + * - **CRS-PROJCRS** [8108] + * - **Area**: United States (USA) - Wisconsin - Walworth county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-88.78,42.49,-88.3` + */ +export const EPSG_8108 = + '+proj=lcc +lat_1=42.6694620969444 +lat_0=42.6694620969444 +lon_0=-88.5416666666667 +k_0=1.0000367192 +x_0=232562.86512573 +y_0=111088.222402845 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / SCoPQ zone 4 + * - **CRS-PROJCRS** [2010] + * - **Area**: Canada - Quebec - between 63°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `52.01,-63,47.16,-60` + */ +export const EPSG_2010 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2440] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_2440 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo UTM Zone 56N + * - **CRS-PROJCRS** [102156] + * - **Area**: Japan - 150~E to 156~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,150,17.09,156` + */ +export const EPSG_102156 = '+proj=utm +zone=56 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Saturn - Epimetheus IAU 2015 + * - **CRS-GEOGCRS** [104981] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104981 = '+proj=longlat +R=58200 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [20022] + * - **Area**: Russian Federation - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.61,126,42.25,132` + */ +export const EPSG_20022 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Waukesha (ftUS) + * - **CRS-PROJCRS** [7642] + * - **Area**: United States (USA) - Wisconsin - Waukesha county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.2,-88.55,42.84,-88.06` + */ +export const EPSG_7642 = + '+proj=tmerc +lat_0=42.5694444444444 +lon_0=-88.225 +k=1.0000346179 +x_0=208788.417881636 +y_0=0.00335280670561341 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [28412] + * - **Area**: Kazakhstan, Russian Federation onshore and Uzbekistan - 66°E to 72°E; Kyrgyzstan and Tajikistan - west of 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.07,66,36.67,72` + */ +export const EPSG_28412 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Missouri Central + * - **CRS-PROJCRS** [3601] + * - **Area**: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_3601 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oregon North (ft) + * - **CRS-PROJCRS** [2913] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_2913 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * EMEP + * - **CRS-GEOGCRS** [104128] + * - **Area**: Europe + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,-30,34,50` + */ +export const EPSG_104128 = '+proj=longlat +R=6370000 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 63 + * - **CRS-PROJCRS** [21263] + * - **Area**: Russian Federation - onshore between 172°30'W and 169°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.06,-172.5,64.35,-169.57` + */ +export const EPSG_21263 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 10 + * - **CRS-PROJCRS** [6403] + * - **Area**: United States (USA) - Alaska - Aleutian Islands onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_6403 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=53.8333333333333 +lat_2=51.8333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS34-36 + * - **CRS-PROJCRS** [3251] + * - **Area**: Antarctica - 72°S to 76°S and 18°E to 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,18,-76,36` + */ +export const EPSG_3251 = + '+proj=lcc +lat_0=-90 +lon_0=27 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Le Sueur (US foot) + * - **CRS-PROJCRS** [103747] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103747 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-93.1333333333333 +lat_1=44.3 +lat_2=44.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [20921] + * - **Area**: Russian Federation - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,120,51.51,126` + */ +export const EPSG_20921 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 3-29 + * - **CRS-PROJCRS** [6053] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-75,76.16,-54` + */ +export const EPSG_6053 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-69 +lat_1=80.3333333333333 +lat_2=77 +x_0=29500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 4 + * - **CRS-PROJCRS** [2769] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_2769 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N + DHHN92 height + * - **CRS-COMPOUNDCRS** [5556] + * - **Area**: Germany - onshore east of 12°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.74,12,47.46,15.04` + */ +export const EPSG_5556 = '+proj=utm +zone=33 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (2011) Nebraska LDP Douglas-Sarpy County (Intl Feet) + * - **CRS-PROJCRS** [103897] + * - **Area**: Nebraska - Douglas-Sarpy County + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.42005883,-96.49199812,40.97867215,-95.82241321` + */ +export const EPSG_103897 = + '+proj=tmerc +lat_0=41.1833333333333 +lon_0=-96.05 +k=1.0000482 +x_0=40000 +y_0=25000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert Corse + * - **CRS-PROJCRS** [27564] + * - **Area**: France - Corsica onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_27564 = + '+proj=lcc +lat_1=42.1649999999998 +lat_0=42.1649999999998 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=185861.369 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 / CC46 + * - **CRS-PROJCRS** [9826] + * - **Area**: France - mainland onshore between 45°N and 47°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47,-2.21,45,7.16` + */ +export const EPSG_9826 = + '+proj=lcc +lat_0=46 +lon_0=3 +lat_1=45.25 +lat_2=46.75 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Illinois West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8734] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_8734 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=699999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2339] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_2339 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 6 + * - **CRS-PROJCRS** [5106] + * - **Area**: Norway - onshore - between 6°E and 7°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `63.03,6,57.93,7.01` + */ +export const EPSG_5106 = + '+proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * La Canoa / UTM zone 18N + * - **CRS-PROJCRS** [24718] + * - **Area**: Venezuela - west of 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `11.62,-73.38,7.02,-71.99` + */ +export const EPSG_24718 = + '+proj=utm +zone=18 +ellps=intl +towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109 +units=m +no_defs +type=crs'; + +/** + * Malongo 1987 / UTM zone 33S + * - **CRS-PROJCRS** [7992] + * - **Area**: The Democratic Republic of the Congo (Zaire) - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-5.79,11.79,-6.04,12.37` + */ +export const EPSG_7992 = + '+proj=utm +zone=33 +south +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 18N + * - **CRS-PROJCRS** [3178] + * - **Area**: Greenland - west of 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.04,-75,74.52,-72` + */ +export const EPSG_3178 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 36S + * - **CRS-PROJCRS** [32336] + * - **Area**: Between 30°E and 36°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,30,-80,36` + */ +export const EPSG_32336 = + '+proj=utm +zone=36 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XII + * - **CRS-PROJCRS** [6680] + * - **Area**: Japan - onshore - Hokkaido between approximately 141°E and 143°E - Sapporo city; Asahikawa city; Wakkanai city; Rumoi city; Bibai city; Yubari city; Iwamizawa city; Tomakomai city; Muroran city; Shibetsu city; Nayoro city; Ashibetsu city; Akabira city; Mikasa city; Takikawa city; Sunagawa city; Ebetsu city; Chitose city; Utashinai city; Fukagawa city; Monbetsu city; Furano city; Noboribetsu city; Eniwa city; Ishikari-shicho; Monbetsu-gun of Abashiri-shicho; Kamikawa-shicho; Soya-shicho; Hidaka-shicho; Iburi-shicho (except Usu-gun and Abuta-gun); Sorachi-shicho; Rumoi-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.54,140.89,42.15,143.61` + */ +export const EPSG_6680 = + '+proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arizona West + * - **CRS-PROJCRS** [3482] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_3482 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM 36 SE + * - **CRS-PROJCRS** [32766] + * - **Area**: Mozambique - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-10.09,32.64,-27.71,43.03` + */ +export const EPSG_32766 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Illinois East + * - **CRS-PROJCRS** [3528] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_3528 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Canaveral + * - **CRS-GEOGCRS** [4717] + * - **Area**: North America - onshore - Bahamas and USA - Florida (east). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `30.83,-82.33,20.86,-72.68` + */ +export const EPSG_4717 = + '+proj=longlat +ellps=clrk66 +towgs84=-2,151,181,0,0,0,0 +no_defs +type=crs'; + +/** + * AGD66 + * - **CRS-GEOGCRS** [4202] + * - **Area**: Australia - onshore and offshore. Papua New Guinea - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `-1.3,109.23,-47.2,163.2` + */ +export const EPSG_4202 = + '+proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cook North + * - **CRS-GEOGCRS** [104714] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104714 = '+proj=longlat +a=6378647.541 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * ETRS89 + St. Marys height + * - **CRS-COMPOUNDCRS** [9430] + * - **Area**: United Kingdom (UK) - Great Britain - England - Isles of Scilly onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.99,-6.41,49.86,-6.23` + */ +export const EPSG_9430 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Russia Polar Stereographic + * - **CRS-PROJCRS** [5940] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_5940 = + '+proj=stere +lat_0=90 +lon_0=105 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 12 + * - **CRS-PROJCRS** [3197] + * - **Area**: Libya - onshore between 22°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `32.97,22,19.5,24` + */ +export const EPSG_3197 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [4652] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_4652 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nevada West (US Feet) + * - **CRS-PROJCRS** [103481] + * - **Area**: USA - Nevada - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_103481 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.000000001 +y_0=3999999.99999999 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ED50 / UTM zone 32N + * - **CRS-PROJCRS** [23032] + * - **Area**: 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` + * - **Accuracy**: `10` + * - **BBOX**: `84.33,5.99,36.53,12.01` + */ +export const EPSG_23032 = + '+proj=utm +zone=32 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF90 + * - **CRS-GEOGCRS** [9060] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9060 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 23N + * - **CRS-PROJCRS** [32623] + * - **Area**: Between 48°W and 42°W, northern hemisphere between equator and 84°N, onshore and offshore. Greenland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-48,0,-42` + */ +export const EPSG_32623 = '+proj=utm +zone=23 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 2 + * - **CRS-PROJCRS** [6395] + * - **Area**: United States (USA) - Alaska - between 144°W and 141°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_6395 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Hawaii zone 5 + * - **CRS-PROJCRS** [2786] + * - **Area**: United States (USA) - Hawaii - Niihau - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_2786 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moon 2000 South Pole Stereographic + * - **CRS-PROJCRS** [103878] + * - **Area**: World - S hemisphere - south of 60~S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_103878 = + '+proj=stere +lat_0=-90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Waupaca (m) + * - **CRS-PROJCRS** [7584] + * - **Area**: United States (USA) - Wisconsin - Waupaca county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.23,44.24,-88.6` + */ +export const EPSG_7584 = + '+proj=tmerc +lat_0=43.4202777777778 +lon_0=-88.8166666666667 +k=1.0000333645 +x_0=185013.9709 +y_0=0.007 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RDN2008 / UTM zone 34N + * - **CRS-PROJCRS** [7793] + * - **Area**: Italy - onshore and offshore - east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.64,17.99,34.76,18.99` + */ +export const EPSG_7793 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Aden 1925 + * - **CRS-GEOGCRS** [6881] + * - **Area**: Yemen - South Yemen onshore mainland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `19,43.37,12.54,53.14` + */ +export const EPSG_6881 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-24,-203,268,0,0,0,0 +no_defs +type=crs'; + +/** + * TUREF / TM30 + * - **CRS-PROJCRS** [5254] + * - **Area**: Türkiye (Turkey) - between 28°30'E and 31°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.46,28.5,36.06,31.5` + */ +export const EPSG_5254 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Brown (m) + * - **CRS-PROJCRS** [7269] + * - **Area**: United States (USA) - Indiana - Brown county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.35,-86.39,39.04,-86.07` + */ +export const EPSG_7269 = + '+proj=tmerc +lat_0=39 +lon_0=-86.3 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E + * - **CRS-PROJCRS** [2591] + * - **Area**: Azerbaijan, Georgia, Kazakhstan and Russian Federation onshore - between 46°30'E and 49°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.91,46.5,38.31,49.5` + */ +export const EPSG_2591 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM Zone 21N (ftUS) + * - **CRS-PROJCRS** [8036] + * - **Area**: Trinidad and Tobago - offshore east of 60°W. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `12.19,-60,9.95,-57.28` + */ +export const EPSG_8036 = + '+proj=tmerc +lat_0=0 +lon_0=-57 +k=0.9996 +x_0=500000.0001016 +y_0=0 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * Palestine 1923 / Israeli CS Grid + * - **CRS-PROJCRS** [28193] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_28193 = + '+proj=cass +lat_0=31.7340969444444 +lon_0=35.2120805555556 +x_0=170251.555 +y_0=1126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs +type=crs'; + +/** + * Maupiti SAU 2001 height + * - **CRS-VERTCRS** [5604] + * - **Area**: French Polynesia - Society Islands - Maupiti. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-16.34,-152.39,-16.57,-152.14` + */ +export const EPSG_5604 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Walworth (ftUS) + * - **CRS-PROJCRS** [7639] + * - **Area**: United States (USA) - Wisconsin - Walworth county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-88.78,42.49,-88.3` + */ +export const EPSG_7639 = + '+proj=lcc +lat_1=42.6694620969444 +lat_0=42.6694620969444 +lon_0=-88.5416666666667 +k_0=1.0000367192 +x_0=232562.86512573 +y_0=111088.222402845 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF94 + * - **CRS-GCENCRS** [4916] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4916 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 34N + * - **CRS-PROJCRS** [32434] + * - **Area**: Between 12°E and 18°E, northern hemisphere between equator and 84°N, onshore and offshore. Chad - east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,18,0,24` + */ +export const EPSG_32434 = + '+proj=utm +zone=34 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Cais da Madalena height + * - **CRS-VERTCRS** [6182] + * - **Area**: Portugal - central Azores - Pico island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.61,-28.61,38.32,-27.98` + */ +export const EPSG_6182 = '+vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C15H1 + * - **CRS-PROJCRS** [112087] + * - **Area**: UK - Highways England - C15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.1394,-3.2237,53.931,-2.6702` + */ +export const EPSG_112087 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999966755136649 +x_0=88032.1753716564 +y_0=126046.069282144 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Indiana West (ftUS) + * - **CRS-PROJCRS** [2968] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_2968 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Louisiana South + * - **CRS-PROJCRS** [6478] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_6478 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Selangor Grid + * - **CRS-PROJCRS** [3380] + * - **Area**: Malaysia - West Malaysia - Selangor. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `3.87,100.76,2.54,101.97` + */ +export const EPSG_3380 = + '+proj=cass +lat_0=3.68464905 +lon_0=101.389107913889 +x_0=-34836.161 +y_0=56464.049 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 18 + * - **CRS-PROJCRS** [21218] + * - **Area**: Russian Federation - onshore between 52°30'E and 55°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.41,52.5,50.52,55.5` + */ +export const EPSG_21218 = + '+proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR10P01 + * - **CRS-GCENCRS** [8935] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8935 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 14N (ftUS) + * - **CRS-PROJCRS** [32064] + * - **Area**: United States (USA) - between 102°W and 96°W. Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas; Gulf of Mexico outer continental shelf (GoM OCS) west of approximately 96°W - protraction areas Corpus Christi; Port Isabel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-102,25.83,-95.87` + */ +export const EPSG_32064 = + '+proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [4500] + * - **Area**: China - onshore and offshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.79,126,29.7,132` + */ +export const EPSG_4500 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) Zone Arkansas South + * - **CRS-PROJCRS** [103229] + * - **Area**: USA - Arkansas - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_103229 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=33.3 +lat_2=34.7666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * KSA-GRF17 + * - **CRS-GEOG3DCRS** [9332] + * - **Area**: Saudi Arabia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.44,16.29,55.67` + */ +export const EPSG_9332 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * CH1903+ + * - **CRS-GEOGCRS** [4150] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4150 = + '+proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wisconsin Central + * - **CRS-PROJCRS** [3695] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_3695 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saint Pierre et Miquelon 1950 / UTM zone 21N + * - **CRS-PROJCRS** [2987] + * - **Area**: St Pierre and Miquelon - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.19,-56.48,46.69,-56.07` + */ +export const EPSG_2987 = + '+proj=utm +zone=21 +ellps=clrk66 +towgs84=11.363,424.148,373.13,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B19H1 + * - **CRS-PROJCRS** [112068] + * - **Area**: UK - Highways England - B19 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9277,-0.5711,52.037,-0.2485` + */ +export const EPSG_112068 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999873734042937 +x_0=-88023.9862501752 +y_0=111030.255383744 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Michigan South + * - **CRS-PROJCRS** [103383] + * - **Area**: USA - Michigan - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_103383 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=42.1 +lat_2=43.6666666666667 +x_0=4000000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 22N + * - **CRS-PROJCRS** [22822] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_22822 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Sherburne (meter) + * - **CRS-PROJCRS** [103679] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103679 = + '+proj=lcc +lat_0=44.9775 +lon_0=-93.8833333333333 +lat_1=45.0333333333333 +lat_2=45.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378443.325 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * ECML14_NB Grid + ODN height + * - **CRS-COMPOUNDCRS** [9762] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.3,-1.9,54.85,-1.3` + */ +export const EPSG_9762 = + '+proj=tmerc +lat_0=55.05 +lon_0=-1.55 +k=1 +x_0=112242.8512 +y_0=402313.7432 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / North Dakota South + * - **CRS-PROJCRS** [32121] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_32121 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan Oblique Mercator + * - **CRS-PROJCRS** [6497] + * - **Area**: United States (USA) - Michigan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_6497 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Zhemgang TM + * - **CRS-PROJCRS** [5311] + * - **Area**: Bhutan - Zhemgang district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.39,90.53,26.77,91.19` + */ +export const EPSG_5311 = + '+proj=tmerc +lat_0=0 +lon_0=90.8666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Europa + * - **CRS-GEOGCRS** [104915] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104915 = '+proj=longlat +R=1562090 +no_defs +type=crs'; + +/** + * NAD83(HARN) / West Virginia North (ftUS) + * - **CRS-PROJCRS** [26861] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_26861 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 6 + * - **CRS-PROJCRS** [8523] + * - **Area**: United States (USA) - Kansas - counties of Ellsworth; Jewell; Lincoln; Mitchell; Rice. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-98.51,38.15,-97.92` + */ +export const EPSG_8523 = + '+proj=tmerc +lat_0=37.5 +lon_0=-98.15 +k=1.000068 +x_0=1981203.96240792 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 18 + * - **CRS-PROJCRS** [102438] + * - **Area**: ARC System - Zone 18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-180,-90,180` + */ +export const EPSG_102438 = + '+proj=aeqd +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Hito XVIII 1963 / UTM zone 19S + * - **CRS-PROJCRS** [2084] + * - **Area**: Argentina - Tierra del Fuego offshore Atlantic west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-51.65,-68.62,-54.61,-66` + */ +export const EPSG_2084 = + '+proj=utm +zone=19 +south +ellps=intl +towgs84=16,196,93,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fair Isle height + * - **CRS-VERTCRS** [5741] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Fair Isle onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59.6,-1.76,59.45,-1.5` + */ +export const EPSG_5741 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Forest (m) + * - **CRS-PROJCRS** [8173] + * - **Area**: United States (USA) - Wisconsin - Forest county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.08,-89.05,45.37,-88.42` + */ +export const EPSG_8173 = + '+proj=tmerc +lat_0=44.0055555555556 +lon_0=-88.6333333333333 +k=1.0000673004 +x_0=275844.5533 +y_0=0.0157 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EMEP 50 Kilometer Grid + * - **CRS-PROJCRS** [102068] + * - **Area**: Europe + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,-30,34,50` + */ +export const EPSG_102068 = + '+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-32 +x_0=400000 +y_0=5500000 +R=6370000 +to_meter=50000 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Dearborn-Ohio-Switzerland (ftUS) + * - **CRS-PROJCRS** [7286] + * - **Area**: United States (USA) - Indiana - counties of Dearborn, Ohio and Switzerland. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.31,-85.21,38.68,-84.78` + */ +export const EPSG_7286 = + '+proj=tmerc +lat_0=38.65 +lon_0=-84.9 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * OS(SN)80 + * - **CRS-GEOGCRS** [4279] + * - **Area**: Ireland - onshore. United Kingdom (UK) - onshore - England; Scotland; Wales; Northern Ireland. Isle of Man. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `60.9,-10.56,49.81,1.84` + */ +export const EPSG_4279 = '+proj=longlat +ellps=airy +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Arauca urban grid + * - **CRS-PROJCRS** [6244] + * - **Area**: Colombia - Arauca city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.1,-70.78,7.05,-70.71` + */ +export const EPSG_6244 = + '+proj=col_urban +lat_0=7.08760639166667 +lon_0=-70.7583096555555 +x_0=1035263.443 +y_0=1275526.621 +h_0=100 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 78E + * - **CRS-PROJCRS** [4783] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_4783 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 34N (N-E) + * - **CRS-PROJCRS** [3046] + * - **Area**: Europe between 18°E and 24°E: Finland - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.54,17.99,58.84,24.01` + */ +export const EPSG_3046 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 8N + * - **CRS-PROJCRS** [32208] + * - **Area**: Between 138°W and 132°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-138,0,-132` + */ +export const EPSG_32208 = + '+proj=utm +zone=8 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah Central + * - **CRS-PROJCRS** [103550] + * - **Area**: USA - Utah - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_103550 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=39.0166666666667 +lat_2=40.65 +x_0=500000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ITRF94 + * - **CRS-GEOG3DCRS** [7906] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7906 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Tahaa 54 + * - **CRS-GEOGCRS** [4629] + * - **Area**: French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-16.17,-151.91,-16.96,-150.89` + */ +export const EPSG_4629 = + '+proj=longlat +ellps=intl +towgs84=72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653 +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming East Central (ftUS) + * - **CRS-PROJCRS** [6614] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_6614 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 58N + * - **CRS-PROJCRS** [32658] + * - **Area**: Between 162°E and 168°E, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,162,0,168` + */ +export const EPSG_32658 = '+proj=utm +zone=58 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Austria Lambert + * - **CRS-PROJCRS** [3416] + * - **Area**: Austria. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_3416 = + '+proj=lcc +lat_0=47.5 +lon_0=13.3333333333333 +lat_1=49 +lat_2=46 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 17S + * - **CRS-PROJCRS** [31977] + * - **Area**: South America between 84°W and 78°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,-84,-56.45,-78` + */ +export const EPSG_31977 = + '+proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 8N + * - **CRS-PROJCRS** [22208] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_22208 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC45 + * - **CRS-PROJCRS** [3945] + * - **Area**: France - mainland onshore between 44°N and 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46,-1.46,44,7.71` + */ +export const EPSG_3945 = + '+proj=lcc +lat_0=45 +lon_0=3 +lat_1=44.25 +lat_2=45.75 +x_0=1700000 +y_0=4200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [2657] + * - **Area**: Russian Federation - onshore between 67°30'E and 70°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,67.5,54.85,70.5` + */ +export const EPSG_2657 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Cais da Vila do Porto depth + * - **CRS-VERTCRS** [10379] + * - **Area**: Portugal - eastern Azores onshore - Santa Maria, Formigas. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.34,-25.26,36.87,-24.72` + */ +export const EPSG_10379 = '+vunits=m +no_defs +type=crs'; + +/** + * Nahrwan 1934 / UTM zone 37N + * - **CRS-PROJCRS** [7005] + * - **Area**: Iraq - west of 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `30` + * - **BBOX**: `36.75,38.79,31.14,42` + */ +export const EPSG_7005 = + '+proj=utm +zone=37 +a=6378249.145 +rf=293.465 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [2207] + * - **Area**: Türkiye (Turkey) - between 28°30'E and 31°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.46,28.5,36.06,31.5` + */ +export const EPSG_2207 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alberta 3TM ref merid 120 W + * - **CRS-PROJCRS** [3800] + * - **Area**: Canada - Alberta - west of 118°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60,-120,52.88,-118.5` + */ +export const EPSG_3800 = + '+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E + * - **CRS-PROJCRS** [2712] + * - **Area**: Russian Federation - onshore between 58°30'E and 61°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,58.5,50.47,61.5` + */ +export const EPSG_2712 = + '+proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Ain el Abd 1970 Aramco Lambert 2 + * - **CRS-PROJCRS** [102204] + * - **Area**: Saudi Arabia - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.51,16.37,55.67` + */ +export const EPSG_102204 = + '+proj=lcc +lat_0=24 +lon_0=45 +lat_1=21 +lat_2=27 +x_0=1000000 +y_0=3000000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * RGAF09 + * - **CRS-GCENCRS** [5487] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_5487 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2342] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_2342 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Wisconsin Chippewa (US foot) + * - **CRS-PROJCRS** [103946] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103946 = + '+proj=lcc +lat_0=44.5811111111111 +lon_0=-91.2944444444444 +lat_1=44.8138888888889 +lat_2=45.1416666666667 +x_0=60045.7200914402 +y_0=0 +a=6378412.542 +rf=298.270107115315 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 23S + * - **CRS-PROJCRS** [31998] + * - **Area**: South America - between 48°W and 42°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-48,-33.5,-42` + */ +export const EPSG_31998 = + '+proj=utm +zone=23 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Louisiana South (ftUS) + * - **CRS-PROJCRS** [3553] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_3553 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wadena + * - **CRS-GEOGCRS** [104780] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104780 = '+proj=longlat +a=6378546.957 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * GDA2020 + * - **CRS-GEOG3DCRS** [7843] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_7843 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Two-Point Equidistant + * - **CRS-PROJCRS** [54031] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54031 = + '+proj=tpeqd +lat_1=0 +lon_1=0 +lat_2=60 +lon_2=60 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Massachusetts Island (ftUS) + * - **CRS-PROJCRS** [2895] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_2895 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kentucky South (US Feet) + * - **CRS-PROJCRS** [103291] + * - **Area**: USA - Kentucky - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_103291 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=36.7333333333333 +lat_2=37.9333333333333 +x_0=500000.000000001 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / South Carolina South + * - **CRS-PROJCRS** [32033] + * - **Area**: United States (USA) - South Carolina - counties of Aiken; Allendale; Bamberg; Barnwell; Beaufort; Berkeley; Charleston; Clarendon; Colleton; Dorchester; Georgetown; Hampton; Jasper; Orangeburg; Williamsburg. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `33.95,-82.03,32.05,-78.95` + */ +export const EPSG_32033 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=32.3333333333333 +lat_2=33.6666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas South + * - **CRS-PROJCRS** [6585] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_6585 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 12N (ftUS) + * - **CRS-PROJCRS** [4412] + * - **Area**: United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-114,31.33,-108` + */ +export const EPSG_4412 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Louisiana Offshore + * - **CRS-PROJCRS** [32199] + * - **Area**: United States (USA) - Louisiana. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `33.03,-94.05,28.85,-88.75` + */ +export const EPSG_32199 = + '+proj=lcc +lat_0=25.5 +lon_0=-91.3333333333333 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/25 + * - **CRS-PROJCRS** [29385] + * - **Area**: Namibia - east of 24°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.47,24,-18.18,25.27` + */ +export const EPSG_29385 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=25 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * ETRS89 / Kp2000 Jutland + * - **CRS-PROJCRS** [2196] + * - **Area**: Denmark - Jutland and Funen - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `57.8,8,54.67,11.29` + */ +export const EPSG_2196 = + '+proj=tmerc +lat_0=0 +lon_0=9.5 +k=0.99995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 33N (N-zE) + * - **CRS-PROJCRS** [5653] + * - **Area**: Germany - onshore and offshore east of 12°E, including Brandenburg (all state, including that part west of 12°E) and Mecklenburg-Vorpommern east of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.03,11.57,47.46,15.04` + */ +export const EPSG_5653 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 + * - **CRS-GEOG3DCRS** [4941] + * - **Area**: Eswatini (Swaziland); Lesotho; South Africa - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,13.33,-50.32,42.85` + */ +export const EPSG_4941 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Camacupa 1948 / UTM zone 33S + * - **CRS-PROJCRS** [22033] + * - **Area**: Angola - Angola proper between 12°E and 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-5.82,12,-17.44,18` + */ +export const EPSG_22033 = + '+proj=utm +zone=33 +south +a=6378249.145 +rf=293.465 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo15 + * - **CRS-PROJCRS** [102480] + * - **Area**: Namibia - Walvis Bay + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.68,14.35,-23.15,14.6` + */ +export const EPSG_102480 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / North Taieri Circuit + * - **CRS-PROJCRS** [27231] + * - **Area**: New Zealand - South Island - North Taieri meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-45.23,168.64,-46.73,170.87` + */ +export const EPSG_27231 = + '+proj=tmerc +lat_0=-45.8615133611111 +lon_0=170.282589111111 +k=0.99996 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / Alberta 3TM ref merid 114 W + * - **CRS-PROJCRS** [22463] + * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-115.5,48.99,-112.5` + */ +export const EPSG_22463 = + '+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Indiana East + * - **CRS-PROJCRS** [26973] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_26973 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Macao 2008 + * - **CRS-GEOGCRS** [8431] + * - **Area**: China - Macao - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_8431 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Austin + * - **CRS-PROJCRS** [100002] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_100002 = 'null'; + +/** + * NAD83(HARN) / WISCRS Sauk (ftUS) + * - **CRS-PROJCRS** [8124] + * - **Area**: United States (USA) - Wisconsin - Sauk county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-90.32,43.14,-89.59` + */ +export const EPSG_8124 = + '+proj=tmerc +lat_0=42.8194444444444 +lon_0=-89.9 +k=1.0000373868 +x_0=185623.571551943 +y_0=0.00518161036322072 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [2529] + * - **Area**: Georgia, Russian Federation and Ukraine - onshore between 37°30'E and 40°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `68.8,37.5,43.07,40.5` + */ +export const EPSG_2529 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Piraeus height + * - **CRS-VERTCRS** [5716] + * - **Area**: Greece - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.75,19.57,34.88,28.3` + */ +export const EPSG_5716 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Ontario zone (ft) + * - **CRS-PROJCRS** [6839] + * - **Area**: United States (USA) - Oregon - Ontario area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.65,-117.9,43.41,-116.7` + */ +export const EPSG_6839 = + '+proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Makassar (Jakarta) + * - **CRS-GEOGCRS** [4804] + * - **Area**: Indonesia - south west Sulawesi. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-1.88,118.71,-6.54,120.78` + */ +export const EPSG_4804 = '+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 6 + * - **CRS-PROJCRS** [22176] + * - **Area**: Argentina - between 58°30'W and 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-24.84,-58.5,-38.59,-55.49` + */ +export const EPSG_22176 = + '+proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / GOLD94 + * - **CRS-PROJCRS** [10457] + * - **Area**: Australia - Western Australia - Kalgoorlie area. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-28.75,121,-32.25,121.84` + */ +export const EPSG_10457 = + '+proj=tmerc +lat_0=0 +lon_0=121.5 +k=1.00004949 +x_0=60000 +y_0=3700000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000-PL / CS2000/24 + * - **CRS-PROJCRS** [2179] + * - **Area**: Poland - east of 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.41,22.5,49,24.15` + */ +export const EPSG_2179 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.999923 +x_0=8500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 + * - **CRS-GCENCRS** [7681] + * - **Area**: Russian Federation - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `85.19,18.92,39.87,-168.97` + */ +export const EPSG_7681 = '+proj=geocent +ellps=GSK2011 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 4 + * - **CRS-PROJCRS** [5346] + * - **Area**: Argentina - between 64°30'W and 61°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-21.99,-64.5,-54.91,-61.5` + */ +export const EPSG_5346 = + '+proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 141E + * - **CRS-PROJCRS** [2483] + * - **Area**: Russian Federation - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,138,45.84,144` + */ +export const EPSG_2483 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ETRF 1989 Poland zone 5 + * - **CRS-PROJCRS** [102195] + * - **Area**: Poland - west of 16.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.35,14.14,50.26,16.5` + */ +export const EPSG_102195 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.999923 +x_0=5500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Tethys + * - **CRS-GEOGCRS** [104942] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104942 = '+proj=longlat +R=529800 +no_defs +type=crs'; + +/** + * NAD83 / Alaska Albers + * - **CRS-PROJCRS** [3338] + * - **Area**: United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_3338 = + '+proj=aea +lat_0=50 +lon_0=-154 +lat_1=55 +lat_2=65 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 26S + * - **CRS-PROJCRS** [32526] + * - **Area**: Between 30°W and 24°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-30,-80,-24` + */ +export const EPSG_32526 = + '+proj=utm +zone=26 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * HTRS96 / UTM zone 34N + * - **CRS-PROJCRS** [3768] + * - **Area**: Croatia - east of 18°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.92,18,41.62,19.43` + */ +export const EPSG_3768 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-21 + * - **CRS-PROJCRS** [6090] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,106,69.5,127.01` + */ +export const EPSG_6090 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=116 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=21500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Equal Earth Greenwich + * - **CRS-PROJCRS** [53035] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53035 = + '+proj=eqearth +lon_0=0 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SV51-60 + * - **CRS-PROJCRS** [3292] + * - **Area**: Antarctica - 84°S to 88°S and 120°E to 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-84,120,-88,180` + */ +export const EPSG_3292 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RRAF 1991 + * - **CRS-GEOG3DCRS** [4557] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_4557 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Swift (US foot) + * - **CRS-PROJCRS** [103784] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103784 = + '+proj=lcc +lat_0=45.1522222222222 +lon_0=-96.05 +lat_1=45.2166666666667 +lat_2=45.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378470.757 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Massachusetts Island (ftUS) + * - **CRS-PROJCRS** [2250] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_2250 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 + * - **CRS-GEOGCRS** [10284] + * - **Area**: Germany - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,47.27,15.04` + */ +export const EPSG_10284 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MGI 1901 / Slovene National Grid + * - **CRS-PROJCRS** [3912] + * - **Area**: Slovenia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_3912 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arkansas North (ftUS) + * - **CRS-PROJCRS** [3441] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_3441 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [21023] + * - **Area**: Russian Federation - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.15,132,42.63,138` + */ +export const EPSG_21023 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ASVD02 height + * - **CRS-VERTCRS** [6643] + * - **Area**: American Samoa - Tutuila island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.2,-170.88,-14.43,-170.51` + */ +export const EPSG_6643 = '+vunits=m +no_defs +type=crs'; + +/** + * SWEREF99 18 00 + * - **CRS-PROJCRS** [3011] + * - **Area**: Sweden - communes east of approximately 17°15'E between approximately 60°40'N and 58°50'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.7,17.08,58.66,19.61` + */ +export const EPSG_3011 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Ohio South + * - **CRS-PROJCRS** [103507] + * - **Area**: USA - Ohio - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_103507 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=38.7333333333333 +lat_2=40.0333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake of the Woods South + * - **CRS-GEOGCRS** [104738] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104738 = '+proj=longlat +a=6378496.665 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Instantaneous Water Level height + * - **CRS-VERTCRS** [5829] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5829 = '+vunits=m +no_defs +type=crs'; + +/** + * RDN2008 + * - **CRS-GEOGCRS** [6706] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_6706 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Colorado North (ftUS) + * - **CRS-PROJCRS** [3504] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_3504 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Alabama West + * - **CRS-PROJCRS** [6356] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_6356 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moorea 87 + * - **CRS-GEOGCRS** [4691] + * - **Area**: French Polynesia - Society Islands - Moorea. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-17.41,-150,-17.63,-149.73` + */ +export const EPSG_4691 = + '+proj=longlat +ellps=intl +towgs84=218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 7N + * - **CRS-PROJCRS** [3154] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_3154 = + '+proj=utm +zone=7 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 9N + * - **CRS-PROJCRS** [26709] + * - **Area**: North America - between 132°W and 126°W - onshore. Canada - British Columbia; Northwest Territories; Yukon. United States (USA) - Alaska. Onshore for Canadian British Colombia & Arctic coasts and for the US Pacific coast including Alaska panhandle. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `72.03,-132,49.18,-126` + */ +export const EPSG_26709 = + '+proj=utm +zone=9 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Billings (m) + * - **CRS-PROJCRS** [7117] + * - **Area**: United States (USA) - Montana - Billings area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.41,-109.42,44.99,-107.99` + */ +export const EPSG_7117 = + '+proj=lcc +lat_1=45.7833333333333 +lat_0=45.7833333333333 +lon_0=-108.416666666667 +k_0=1.0001515 +x_0=200000 +y_0=50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / UTM zone 19S + * - **CRS-PROJCRS** [2315] + * - **Area**: Argentina - Tierra del Fuego offshore Atlantic west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-51.65,-68.62,-54.61,-66` + */ +export const EPSG_2315 = + '+proj=utm +zone=19 +south +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 5 (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8718] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_8718 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Forest (m) + * - **CRS-PROJCRS** [7547] + * - **Area**: United States (USA) - Wisconsin - Forest county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.08,-89.05,45.37,-88.42` + */ +export const EPSG_7547 = + '+proj=tmerc +lat_0=44.0055555555556 +lon_0=-88.6333333333333 +k=1.0000673004 +x_0=275844.5533 +y_0=0.0157 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Pseudo-Mercator + * - **CRS-PROJCRS** [3857] + * - **Area**: World between 85.06°S and 85.06°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `85.06,-180,-85.06,180` + */ +export const EPSG_3857 = + '+proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E + * - **CRS-PROJCRS** [2745] + * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,151.5,46.72,154.5` + */ +export const EPSG_2745 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Willamette Pass zone (ft) + * - **CRS-PROJCRS** [8348] + * - **Area**: United States (USA) - Oregon - Willamette Pass area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.18,-122.26,42.99,-121.48` + */ +export const EPSG_8348 = + '+proj=tmerc +lat_0=43 +lon_0=-122 +k=1.000223 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * MGI / Austria GK M34 + * - **CRS-PROJCRS** [31259] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_31259 = + '+proj=tmerc +lat_0=0 +lon_0=16.3333333333333 +k=1 +x_0=750000 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Hawaii zone 5 + * - **CRS-PROJCRS** [26965] + * - **Area**: United States (USA) - Hawaii - Niihau - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_26965 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hong Kong Geodetic CS + * - **CRS-GEOGCRS** [8427] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_8427 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NZGD49 / Lindis Peak Circuit + * - **CRS-PROJCRS** [27227] + * - **Area**: New Zealand - South Island - Lindis Peak meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.71,168.62,-45.4,170.24` + */ +export const EPSG_27227 = + '+proj=tmerc +lat_0=-44.7352679722222 +lon_0=169.467755083333 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [20018] + * - **Area**: Russian Federation - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.48,102,49.64,108` + */ +export const EPSG_20018 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) + * - **CRS-GEOG3DCRS** [4957] + * - **Area**: American Samoa - onshore - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - onshore Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, 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 and Wyoming; offshore Gulf of Mexico continental shelf (GoM OCS). US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,144.58,-14.59,-64.51` + */ +export const EPSG_4957 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [28428] + * - **Area**: Russian Federation - onshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.03,162,54.47,168` + */ +export const EPSG_28428 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * PZ-90.02 + * - **CRS-GEOG3DCRS** [7678] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7678 = '+proj=longlat +a=6378136 +rf=298.257839303 +no_defs +type=crs'; + +/** + * ETRF2000-PL / CS92 + * - **CRS-PROJCRS** [2180] + * - **Area**: Poland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.93,14.14,49,24.15` + */ +export const EPSG_2180 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin Central (ftUS) + * - **CRS-PROJCRS** [2929] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_2929 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 59 + * - **CRS-PROJCRS** [21259] + * - **Area**: Russian Federation - onshore between 175°30'E and 178°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.1,175.5,62.09,178.5` + */ +export const EPSG_21259 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bab South Astro - Bablethuap Island Republic of Palau + * - **CRS-GEOGCRS** [104112] + * - **Area**: Palau + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `11.45,129.48,1.64,136.98` + */ +export const EPSG_104112 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * NAD27 / BLM 4N (ftUS) + * - **CRS-PROJCRS** [4404] + * - **Area**: United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-162,50.98,-155.99` + */ +export const EPSG_4404 = + '+proj=tmerc +lat_0=0 +lon_0=-159 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida GDL Albers + * - **CRS-PROJCRS** [6439] + * - **Area**: United States (USA) - Florida. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,24.41,-79.97` + */ +export const EPSG_6439 = + '+proj=aea +lat_0=24 +lon_0=-84 +lat_1=24 +lat_2=31.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Oklahoma South + * - **CRS-PROJCRS** [32025] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_32025 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=33.9333333333333 +lat_2=35.2333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Virginia North (ftUS) + * - **CRS-PROJCRS** [6593] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_6593 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF01P02 + * - **CRS-GEOGCRS** [8974] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8974 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * LAS07 height + * - **CRS-VERTCRS** [9666] + * - **Area**: Lithuania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.45,20.86,53.89,26.82` + */ +export const EPSG_9666 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kentucky North (US Feet) + * - **CRS-PROJCRS** [103287] + * - **Area**: USA - Kentucky - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_103287 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida North (ftUS) + * - **CRS-PROJCRS** [2883] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_2883 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 2-22 + * - **CRS-PROJCRS** [6069] + * - **Area**: Arctic - between 84°30'N and 79°30'N, approximately 4°W to approximately 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.51,-4,79.5,36.01` + */ +export const EPSG_6069 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=16 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=22500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Raoul Island TM 2000 + * - **CRS-PROJCRS** [3791] + * - **Area**: New Zealand - Raoul Island, Kermadec Islands. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-29.03,-179.07,-31.56,-177.62` + */ +export const EPSG_3791 = + '+proj=tmerc +lat_0=0 +lon_0=-178 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Jacksonville (ftUS) + * - **CRS-PROJCRS** [23321] + * - **Area**: United States (USA) - Illinois - counties of Morgan, Pike and Scott. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.88,-91.38,39.39,-89.92` + */ +export const EPSG_23321 = + '+proj=lcc +lat_1=39.65 +lat_0=39.65 +lon_0=-90.6 +k_0=1.000023 +x_0=380086.36017272 +y_0=860147.32029464 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wright (US foot) + * - **CRS-PROJCRS** [103792] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103792 = + '+proj=lcc +lat_0=44.9775 +lon_0=-93.8833333333333 +lat_1=45.0333333333333 +lat_2=45.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378443.325 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU46-50 + * - **CRS-PROJCRS** [3284] + * - **Area**: Antarctica - 80°S to 84°S and 90°E to 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,90,-84,120` + */ +export const EPSG_3284 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 96E + * - **CRS-PROJCRS** [4541] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_4541 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Loximuthal + * - **CRS-PROJCRS** [53023] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53023 = + '+proj=loxim +lat_1=40 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 30S + * - **CRS-PROJCRS** [32530] + * - **Area**: Between 6°W and 0°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-6,-80,0` + */ +export const EPSG_32530 = + '+proj=utm +zone=30 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-40 + * - **CRS-PROJCRS** [6086] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,166,72.83,-168.99` + */ +export const EPSG_6086 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=179 +lat_1=77 +lat_2=73.6666666666667 +x_0=40500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MML07 Grid + * - **CRS-PROJCRS** [9373] + * - **Area**: United Kingdom (UK) - on or related to the Midland Mainline rail route from Sheffield to London. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.42,-1.89,51.46,0.16` + */ +export const EPSG_9373 = + '+proj=tmerc +lat_0=52.45 +lon_0=-0.85 +k=1 +x_0=49350.157 +y_0=108398.212 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Idaho Central (US Feet) + * - **CRS-PROJCRS** [103268] + * - **Area**: USA - Idaho - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_103268 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368421053 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A16H1 + * - **CRS-PROJCRS** [112029] + * - **Area**: UK - Highways England - A16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.048,-2.6417,50.6084,-1.5041` + */ +export const EPSG_112029 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00001177155717 +x_0=54022.1758344197 +y_0=71029.1571156259 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Genoa 1942 height + * - **CRS-COMPOUNDCRS** [9723] + * - **Area**: Italy - mainland (including San Marino and Vatican City State) and Sicily. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,6.62,36.59,18.58` + */ +export const EPSG_9723 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Itasca South (meter) + * - **CRS-PROJCRS** [103638] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103638 = + '+proj=lcc +lat_0=47.0263888888889 +lon_0=-93.7333333333333 +lat_1=47.0833333333333 +lat_2=47.4166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378574.389 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Uranus - Ophelia + * - **CRS-GEOGCRS** [104954] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104954 = '+proj=longlat +R=15000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Waushara (ftUS) + * - **CRS-PROJCRS** [8098] + * - **Area**: United States (USA) - Wisconsin - Waushara county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-89.6,43.98,-88.88` + */ +export const EPSG_8098 = + '+proj=lcc +lat_1=44.1139440458333 +lat_0=44.1139440458333 +lon_0=-89.2416666666667 +k_0=1.0000392096 +x_0=120091.44018288 +y_0=45069.7588011176 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 27E + * - **CRS-PROJCRS** [2495] + * - **Area**: Estonia; Latvia and Lithuania - onshore east of 24°E; Belarus, Moldova, Russian Federation and Ukraine - onshore 24°E to 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.47,24,45.18,30.01` + */ +export const EPSG_2495 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo33 + * - **CRS-PROJCRS** [102479] + * - **Area**: South Africa - east of 32~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-26.8,31.95,-28.94,32.95` + */ +export const EPSG_102479 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 132E + * - **CRS-PROJCRS** [4812] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_4812 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / UTM zone 1S + * - **CRS-PROJCRS** [5700] + * - **Area**: New Zealand - offshore between 180°W and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25.88,-180,-52.97,-174` + */ +export const EPSG_5700 = + '+proj=utm +zone=1 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Equidistant Conic for Southern Asia + * - **CRS-PROJCRS** [102029] + * - **Area**: Asia - South + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30,25,-10,165` + */ +export const EPSG_102029 = + '+proj=eqdc +lat_0=-15 +lon_0=125 +lat_1=7 +lat_2=-32 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Price (ftUS) + * - **CRS-PROJCRS** [8132] + * - **Area**: United States (USA) - Wisconsin - Price county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.99,-90.68,45.37,-90.04` + */ +export const EPSG_8132 = + '+proj=tmerc +lat_0=44.5555555555556 +lon_0=-90.4888888888889 +k=1.0000649554 +x_0=227990.854457709 +y_0=0.0109728219456439 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ID74 + * - **CRS-GEOGCRS** [4238] + * - **Area**: Indonesia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `5.97,95.16,-10.98,141.01` + */ +export const EPSG_4238 = + '+proj=longlat +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Oklahoma South + * - **CRS-PROJCRS** [103511] + * - **Area**: USA - Oklahoma - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_103511 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=33.9333333333333 +lat_2=35.2333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 49N + * - **CRS-PROJCRS** [32249] + * - **Area**: Between 108°E and 114°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,108,0,114` + */ +export const EPSG_32249 = + '+proj=utm +zone=49 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 12 00 + * - **CRS-PROJCRS** [3007] + * - **Area**: Sweden - communes west of approximately 12°45'E and south of approximately 60°N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.13,10.93,56.74,13.11` + */ +export const EPSG_3007 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 12N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6655] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_6655 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ED79 + * - **CRS-GEOGCRS** [4668] + * - **Area**: Europe - west. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `84.73,-10.56,34.88,38.01` + */ +export const EPSG_4668 = + '+proj=longlat +ellps=intl +towgs84=-86,-98,-119,0,0,0,0 +no_defs +type=crs'; + +/** + * Arc 1960 / UTM zone 35S + * - **CRS-PROJCRS** [21035] + * - **Area**: Tanzania - west of 30°E; Uganda - south of equator and west of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `0,29.34,-6.81,30` + */ +export const EPSG_21035 = + '+proj=utm +zone=35 +south +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Louisiana South (ftUS) + * - **CRS-PROJCRS** [3457] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_3457 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 19N + * - **CRS-PROJCRS** [32619] + * - **Area**: Between 72°W and 66°W, northern hemisphere between equator and 84°N, onshore and offshore. Aruba. Bahamas. Brazil. Canada - New Brunswick (NB); Labrador; Nunavut; Nova Scotia (NS); Quebec. Colombia. Dominican Republic. Greenland. Netherlands Antilles. Puerto Rico. Turks and Caicos Islands. United States. Venezuela. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,0,-66` + */ +export const EPSG_32619 = '+proj=utm +zone=19 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kertau 1968 / Pahang Grid + * - **CRS-PROJCRS** [4392] + * - **Area**: Malaysia - West Malaysia - Pahang. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `4.78,101.33,2.45,103.67` + */ +export const EPSG_4392 = + '+proj=cass +lat_0=3.71097222222222 +lon_0=102.436177777778 +x_0=0 +y_0=0 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo + JSLD69 height + * - **CRS-COMPOUNDCRS** [7414] + * - **Area**: Japan - onshore mainland - Honshu, Shikoku, Kyushu. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.58,129.3,30.94,142.14` + */ +export const EPSG_7414 = '+proj=longlat +ellps=bessel +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 9 + * - **CRS-PROJCRS** [22249] + * - **Area**: Canada - Quebec - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.62,-78,45.37,-75` + */ +export const EPSG_22249 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E + * - **CRS-PROJCRS** [2616] + * - **Area**: Russian Federation - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.63,118.5,49.87,121.5` + */ +export const EPSG_2616 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 19N + * - **CRS-PROJCRS** [22619] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_22619 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kentucky North (ftUS) + * - **CRS-PROJCRS** [2246] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_2246 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E + * - **CRS-PROJCRS** [2753] + * - **Area**: Russian Federation - onshore between 175°30'E and 178°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.1,175.5,62.09,178.5` + */ +export const EPSG_2753 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 6 + * - **CRS-PROJCRS** [3841] + * - **Area**: Czechia - east of 16°30'E. Hungary - between 16°30'E and 19°30'E. Slovakia - west of 19°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `50.45,16.5,45.74,19.5` + */ +export const EPSG_3841 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Iowa (m) + * - **CRS-PROJCRS** [7551] + * - **Area**: United States (USA) - Wisconsin - Iowa county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.21,-90.43,42.81,-89.83` + */ +export const EPSG_7551 = + '+proj=tmerc +lat_0=42.5388888888889 +lon_0=-90.1611111111111 +k=1.0000394961 +x_0=113081.0261 +y_0=0.0045 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 4 west + * - **CRS-PROJCRS** [2303] + * - **Area**: Greenland - west coast onshore - between 72°N and 75°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75,-58.21,72,-52.02` + */ +export const EPSG_2303 = + 'PROJCS["Qornoq 1927 / Greenland zone 4 west",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",73.5],PARAMETER["Longitude of natural origin",-52],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2303"]]'; + +/** + * Zanderij / Suriname Old TM + * - **CRS-PROJCRS** [31170] + * - **Area**: Suriname - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `11` + * - **BBOX**: `6.06,-58.08,1.83,-53.95` + */ +export const EPSG_31170 = + '+proj=tmerc +lat_0=0 +lon_0=-55.6833333333333 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 51 + * - **CRS-PROJCRS** [28351] + * - **Area**: Australia - onshore and offshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.46,120,-38.07,126.01` + */ +export const EPSG_28351 = + '+proj=utm +zone=51 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 30N + * - **CRS-PROJCRS** [25830] + * - **Area**: Europe between 6°W and 0°W: Faroe Islands offshore; Ireland - offshore; Jan Mayen - offshore; Norway including Svalbard - offshore; Spain - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.49,-6,35.26,0.01` + */ +export const EPSG_25830 = + '+proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGPF + * - **CRS-GEOGCRS** [4687] + * - **Area**: French Polynesia - onshore and offshore. Includes Society archipelago, Tuamotu archipelago, Marquesas Islands, Gambier Islands and Austral Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-4.52,-158.13,-31.24,-131.97` + */ +export const EPSG_4687 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Fiji 1956 / UTM zone 1S + * - **CRS-PROJCRS** [3142] + * - **Area**: Fiji - onshore east of 180° - Vanua Levu, Taveuni. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `-16.1,-180,-17.04,-179.77` + */ +export const EPSG_3142 = + '+proj=utm +zone=1 +south +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 11N + * - **CRS-PROJCRS** [6340] + * - **Area**: United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-120,30.88,-114` + */ +export const EPSG_6340 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1880 / India zone IIa + * - **CRS-PROJCRS** [24372] + * - **Area**: India - onshore between 21°N and 28°N and west of 82°E; Pakistan - onshore south of 28°N. + * - **Unit**: `Indian yard` + * - **Accuracy**: `null` + * - **BBOX**: `28.01,61.59,21,82.01` + */ +export const EPSG_24372 = + '+proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743195.59223332 +y_0=914398.530744441 +a=6377299.36559538 +b=6356098.35900516 +to_meter=0.914398530744441 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida East (ftUS) + * - **CRS-PROJCRS** [3512] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_3512 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF04P01 + * - **CRS-GCENCRS** [8923] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8923 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Sibley (meter) + * - **CRS-PROJCRS** [103680] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103680 = + '+proj=lcc +lat_0=44.4561111111111 +lon_0=-94.6333333333333 +lat_1=44.5333333333333 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378414.369 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * PD/83 / 3-degree Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [3396] + * - **Area**: Germany - Thuringen - west of 10°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,9.92,50.35,10.5` + */ +export const EPSG_3396 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C15H5 + * - **CRS-PROJCRS** [112091] + * - **Area**: UK - Highways England - C15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.1394,-3.2237,53.931,-2.6702` + */ +export const EPSG_112091 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00006676306306 +x_0=88040.9795796669 +y_0=126058.67530725 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 22N + * - **CRS-PROJCRS** [32422] + * - **Area**: Between 54°W and 48°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-54,0,-48` + */ +export const EPSG_32422 = + '+proj=utm +zone=22 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 1 + * - **CRS-PROJCRS** [26898] + * - **Area**: Canada - Newfoundland - onshore east of 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.89,-54.5,46.56,-52.54` + */ +export const EPSG_26898 = + '+proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * LGD2006 + * - **CRS-GEOG3DCRS** [4900] + * - **Area**: Libya - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `35.23,9.31,19.5,26.21` + */ +export const EPSG_4900 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * Baltic 1977 depth + * - **CRS-VERTCRS** [5612] + * - **Area**: Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.91,19.57,35.14,-168.97` + */ +export const EPSG_5612 = '+vunits=m +no_defs +type=crs'; + +/** + * GDA2020 / COL2020 + * - **CRS-PROJCRS** [8020] + * - **Area**: Australia - Western Australia - Collie area between 50m and 310m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.25,115.73,-34.67,116.4` + */ +export const EPSG_8020 = + '+proj=tmerc +lat_0=0 +lon_0=115.933333333333 +k=1.000019 +x_0=40000 +y_0=4100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 22N + * - **CRS-PROJCRS** [22422] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_22422 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E + * - **CRS-PROJCRS** [2587] + * - **Area**: Russian Federation and Ukraine - onshore between 34°30'E and 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.39,34.5,44.61,37.5` + */ +export const EPSG_2587 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Tamil Nadu + * - **CRS-PROJCRS** [7785] + * - **Area**: India - Tamil Nadu; Pudacherry and Karaikal areas of Pudacherry territory. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `13.59,76.22,8.02,80.4` + */ +export const EPSG_7785 = + '+proj=tmerc +lat_0=10.875 +lon_0=78.375 +k=0.9997942 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 2 + * - **CRS-PROJCRS** [26932] + * - **Area**: United States (USA) - Alaska - between 144°W and 141°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_26932 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 51 + * - **CRS-PROJCRS** [2568] + * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.26,151.5,46.72,154.5` + */ +export const EPSG_2568 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS DeKalb (ftUS) + * - **CRS-PROJCRS** [7290] + * - **Area**: United States (USA) - Indiana - DeKalb county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.54,-85.2,41.26,-84.8` + */ +export const EPSG_7290 = + '+proj=tmerc +lat_0=41.25 +lon_0=-84.95 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Iowa (m) + * - **CRS-PROJCRS** [8165] + * - **Area**: United States (USA) - Wisconsin - Iowa county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.21,-90.43,42.81,-89.83` + */ +export const EPSG_8165 = + '+proj=tmerc +lat_0=42.5388888888889 +lon_0=-90.1611111111111 +k=1.0000394961 +x_0=113081.0261 +y_0=0.0045 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF France IV (degrees) + * - **CRS-PROJCRS** [102584] + * - **Area**: France - Corsica onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_102584 = + '+proj=lcc +lat_1=42.165 +lat_0=42.165 +lon_0=2.33722916666667 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * Guadeloupe 1988 height + * - **CRS-VERTCRS** [5757] + * - **Area**: Guadeloupe - onshore - Basse-Terre and Grande-Terre. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.55,-61.85,15.88,-61.15` + */ +export const EPSG_5757 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / Quebec Lambert + * - **CRS-PROJCRS** [2138] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_2138 = + '+proj=lcc +lat_0=44 +lon_0=-68.5 +lat_1=60 +lat_2=46 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 16 + * - **CRS-PROJCRS** [8535] + * - **Area**: United States (USA) - Kansas - counties of Barber; Pratt; Stafford. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.27,-99.03,36.99,-98.34` + */ +export const EPSG_8535 = + '+proj=tmerc +lat_0=36.75 +lon_0=-98.55 +k=1.000069 +x_0=5029210.05842011 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * The Moon + * - **CRS-GEOGCRS** [104903] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104903 = '+proj=longlat +R=1737400 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Trongsa TM + * - **CRS-PROJCRS** [5307] + * - **Area**: Bhutan - Trongsa district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.79,90.26,27.13,90.76` + */ +export const EPSG_5307 = + '+proj=tmerc +lat_0=0 +lon_0=90.5 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas North + * - **CRS-PROJCRS** [32137] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_32137 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Pahang Grid + * - **CRS-PROJCRS** [3379] + * - **Area**: Malaysia - West Malaysia - Pahang. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `4.78,101.33,2.45,103.67` + */ +export const EPSG_3379 = + '+proj=cass +lat_0=3.76938808888889 +lon_0=102.368298983333 +x_0=-7368.228 +y_0=6485.858 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine CS2000 East + * - **CRS-PROJCRS** [6481] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.37,-68.58,44.18,-66.91` + */ +export const EPSG_6481 = + '+proj=tmerc +lat_0=43.8333333333333 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mississippi East (US Feet) + * - **CRS-PROJCRS** [103395] + * - **Area**: USA - Mississippi - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_103395 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Oregon LCC (m) + * - **CRS-PROJCRS** [2991] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_2991 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 + * - **CRS-GEOGCRS** [4146] + * - **Area**: India - mainland onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `22` + * - **BBOX**: `35.51,68.13,8.02,97.42` + */ +export const EPSG_4146 = + '+proj=longlat +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah South (ftUS) + * - **CRS-PROJCRS** [3683] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_3683 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Wagner IV + * - **CRS-PROJCRS** [53074] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53074 = + '+proj=wag4 +lon_0=0 +x_0=0 +y_0=0 +R=6371007 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Ohio South (ftUS) + * - **CRS-PROJCRS** [3729] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_3729 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [4516] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_4516 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [2211] + * - **Area**: Türkiye (Turkey) - between 40°30'E and 43°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.6,40.5,37.02,43.5` + */ +export const EPSG_2211 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [2641] + * - **Area**: Russian Federation - Kaliningrad - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.5` + */ +export const EPSG_2641 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / East Sea Belt + * - **CRS-PROJCRS** [5184] + * - **Area**: Republic of Korea (South Korea) - onshore between 130°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.62,130.71,37.39,131.01` + */ +export const EPSG_5184 = + '+proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSNI 1952 / Irish National Grid + * - **CRS-PROJCRS** [29901] + * - **Area**: United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.36,-8.18,53.96,-5.34` + */ +export const EPSG_29901 = + '+proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1 +x_0=200000 +y_0=250000 +ellps=airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alberta 10-TM (Forest) + * - **CRS-PROJCRS** [3400] + * - **Area**: Canada - Alberta. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60,-120,48.99,-109.98` + */ +export const EPSG_3400 = + '+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / West Virginia South + * - **CRS-PROJCRS** [6602] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_6602 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2005 + * - **CRS-GEOG3DCRS** [7910] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.03` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7910 = + '+proj=longlat +ellps=GRS80 +towgs84=-79.73,-6.86,38.03,-0.0351,2.1211,2.1411,6.636 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas Central (US Feet) + * - **CRS-PROJCRS** [103546] + * - **Area**: USA - Texas - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_103546 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=30.1166666666667 +lat_2=31.8833333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 114E + * - **CRS-PROJCRS** [4795] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_4795 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * TGD2005 / Tonga Map Grid + * - **CRS-PROJCRS** [5887] + * - **Area**: Tonga - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-14.14,-179.08,-25.68,-171.28` + */ +export const EPSG_5887 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Florencia urban grid + * - **CRS-PROJCRS** [6252] + * - **Area**: Colombia - Florencia city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.65,-75.63,1.57,-75.59` + */ +export const EPSG_6252 = + '+proj=col_urban +lat_0=1.62101229444444 +lon_0=-75.6191176027778 +x_0=1162300.348 +y_0=671068.716 +h_0=300 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wabasha + * - **CRS-GEOGCRS** [104779] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104779 = '+proj=longlat +a=6378426.561 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * MHW height + * - **CRS-VERTCRS** [5868] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5868 = '+vunits=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 55 + * - **CRS-PROJCRS** [7855] + * - **Area**: Australia - onshore and offshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.23,144,-50.89,150.01` + */ +export const EPSG_7855 = + '+proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Equidistant Conic + * - **CRS-PROJCRS** [54027] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54027 = + '+proj=eqdc +lat_0=0 +lon_0=0 +lat_1=60 +lat_2=60 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2013 + * - **CRS-GEOGCRS** [9148] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9148 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kentucky North (ftUS) + * - **CRS-PROJCRS** [3545] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_3545 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) + * - **CRS-GCENCRS** [6317] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_6317 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Arizona East + * - **CRS-PROJCRS** [26748] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_26748 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 + EGM2008 height + * - **CRS-COMPOUNDCRS** [9518] + * - **Area**: World. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9518 = '+proj=longlat +datum=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Colombia West zone + * - **CRS-PROJCRS** [3115] + * - **Area**: Colombia - onshore between 4°30'W and 1°30'W of Bogota (approximately 78°35'W and 75°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `10.21,-78.59,0.03,-75.58` + */ +export const EPSG_3115 = + '+proj=tmerc +lat_0=4.59620041666667 +lon_0=-77.0775079166667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Hampshire (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8759] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_8759 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [2354] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_2354 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E + * - **CRS-PROJCRS** [2704] + * - **Area**: Russian Federation - onshore between 34°30'E and 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.39,34.5,44.61,37.51` + */ +export const EPSG_2704 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Mississippi TM + * - **CRS-PROJCRS** [3816] + * - **Area**: United States (USA) - Mississippi. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,30.01,-88.09` + */ +export const EPSG_3816 = + '+proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Colorado Central + * - **CRS-PROJCRS** [2773] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_2773 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Rusk (m) + * - **CRS-PROJCRS** [7571] + * - **Area**: United States (USA) - Wisconsin - Rusk county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.64,-91.55,45.29,-90.67` + */ +export const EPSG_7571 = + '+proj=tmerc +lat_0=43.9194444444444 +lon_0=-91.0666666666667 +k=1.0000495976 +x_0=250546.1013 +y_0=0.0234 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin South (ftUS) + * - **CRS-PROJCRS** [2289] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_2289 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SRB_ETRS89 + * - **CRS-GEOG3DCRS** [8684] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_8684 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 5 (Feet) + * - **CRS-PROJCRS** [102635] + * - **Area**: USA - Alaska - 156~W to 152~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_102635 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * ED50 / TM39 + * - **CRS-PROJCRS** [2323] + * - **Area**: Türkiye (Turkey) - between 37°30'E and 40°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.19,37.5,36.66,40.5` + */ +export const EPSG_2323 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Milk River (ft) + * - **CRS-PROJCRS** [7121] + * - **Area**: United States (USA) - Montana - Milk River area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-112.5,47.78,-108.74` + */ +export const EPSG_7121 = + '+proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-111 +k_0=1.000145 +x_0=150000.00001464 +y_0=199999.9999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nebraska + * - **CRS-PROJCRS** [103474] + * - **Area**: USA - Nebraska + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_103474 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=40 +lat_2=43 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Ontario MNR Lambert + * - **CRS-PROJCRS** [3162] + * - **Area**: Canada - Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.9,-95.16,41.67,-74.35` + */ +export const EPSG_3162 = + '+proj=lcc +lat_0=0 +lon_0=-85 +lat_1=44.5 +lat_2=53.5 +x_0=930000 +y_0=6430000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAVD88 height (ftUS) + * - **CRS-VERTCRS** [6360] + * - **Area**: United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; 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**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-168.26,24.41,-66.91` + */ +export const EPSG_6360 = '+vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 5 (ftUS) + * - **CRS-PROJCRS** [3498] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_3498 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * BD50 (Brussels) / Belge Lambert 50 + * - **CRS-PROJCRS** [21500] + * - **Area**: Belgium - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_21500 = + '+proj=lcc +lat_0=90 +lon_0=0 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=150000 +y_0=5400000 +ellps=intl +pm=brussels +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Indiana East + * - **CRS-PROJCRS** [3532] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_3532 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fuller + * - **CRS-PROJCRS** [54050] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54050 = + 'PROJCS["World_Fuller",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Fuller"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Option",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","54050"]]'; + +/** + * Batavia / UTM zone 50S + * - **CRS-PROJCRS** [21150] + * - **Area**: Indonesia - onshore Java and Bali, offshore southern Java Sea, Madura Strait and western Bali Sea - east of 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `-5.33,114,-8.91,117.01` + */ +export const EPSG_21150 = + '+proj=utm +zone=50 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bogota 1975 + * - **CRS-GEOGCRS** [4218] + * - **Area**: Colombia - mainland and offshore Caribbean. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `13.68,-79.1,-4.23,-66.87` + */ +export const EPSG_4218 = + '+proj=longlat +ellps=intl +towgs84=307,304,-318,0,0,0,0 +no_defs +type=crs'; + +/** + * RT38 2.5 gon V + * - **CRS-PROJCRS** [3027] + * - **Area**: Sweden - communes between approximately 14°40'E and 16°55'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `67.18,13.66,55.95,17.73` + */ +export const EPSG_3027 = + '+proj=tmerc +lat_0=0 +lon_0=15.8082777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS VII + * - **CRS-PROJCRS** [6675] + * - **Area**: Japan - onshore - Honshu between approximately 136°15'E and 137°45'E - Ishikawa-ken; Toyama-ken; Gifu-ken; Aichi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.58,136.22,34.51,137.84` + */ +export const EPSG_6675 = + '+proj=tmerc +lat_0=36 +lon_0=137.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 28N + * - **CRS-PROJCRS** [23028] + * - **Area**: Europe - between 18°W and 12°W - Ireland offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `56.57,-16.1,48.43,-12` + */ +export const EPSG_23028 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [21015] + * - **Area**: Russian Federation - onshore between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.27,84,49.07,90` + */ +export const EPSG_21015 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 39N + * - **CRS-PROJCRS** [32639] + * - **Area**: Between 48°E and 54°E, northern hemisphere between equator and 84°N, onshore and offshore. Azerbaijan. Bahrain. Islamic Republic of Iran. Iraq. Kazakhstan. Kuwait. Oman. Qatar. Russian Federation. Saudi Arabia. Somalia. Turkmenistan. United Arab Emirates. Yemen. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,48,0,54` + */ +export const EPSG_32639 = '+proj=utm +zone=39 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 10 + * - **CRS-PROJCRS** [3477] + * - **Area**: United States (USA) - Alaska - Aleutian Islands onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_3477 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=53.8333333333333 +lat_2=51.8333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 54 + * - **CRS-PROJCRS** [20254] + * - **Area**: Australia - onshore and offshore between 138°E and 144°E. Papua New Guinea - onshore west of 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-2.53,138,-46.63,144.01` + */ +export const EPSG_20254 = + '+proj=utm +zone=54 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 51S + * - **CRS-PROJCRS** [23881] + * - **Area**: Indonesia - south of equator and between 120°E and 126°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0.01,120,-13.95,126.01` + */ +export const EPSG_23881 = + '+proj=utm +zone=51 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGNC15 (lon-lat) + NGNC08 height + * - **CRS-COMPOUNDCRS** [10318] + * - **Area**: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-19.5,163.54,-22.73,168.19` + */ +export const EPSG_10318 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E + * - **CRS-PROJCRS** [2636] + * - **Area**: Russian Federation - onshore between 178°30'E and 178°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.65,178.5,62.24,-178.5` + */ +export const EPSG_2636 = + '+proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 8 + * - **CRS-PROJCRS** [7064] + * - **Area**: United States (USA) - Iowa - counties of Boone; Dallas; Madison; Polk; Story; Warren. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.22,-94.29,41.15,-93.23` + */ +export const EPSG_7064 = + '+proj=tmerc +lat_0=40.25 +lon_0=-93.7166666666667 +k=1.000033 +x_0=5638811.27762255 +y_0=2133604.26720853 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / PEI Stereographic + * - **CRS-PROJCRS** [22639] + * - **Area**: Canada - Prince Edward Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.09,-64.49,45.9,-61.9` + */ +export const EPSG_22639 = + '+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA94 / WEIPA94 + * - **CRS-PROJCRS** [8391] + * - **Area**: Australia - Queensland - Weipa area between 141°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-11.49,141.5,-13.5,142.51` + */ +export const EPSG_8391 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=0.999929 +x_0=300000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / North Dakota South (ft) + * - **CRS-PROJCRS** [2266] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_2266 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Freeport (ftUS) + * - **CRS-PROJCRS** [23301] + * - **Area**: United States (USA) - Illinois - counties of Carroll, Jo Daviess and Stephenson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-90.66,41.92,-89.39` + */ +export const EPSG_23301 = + '+proj=lcc +lat_1=42.2 +lat_0=42.2 +lon_0=-89.95 +k_0=1.000029 +x_0=549860.299720599 +y_0=230124.46024892 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Miller Cylindrical + * - **CRS-PROJCRS** [53003] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53003 = + '+proj=mill +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 10S + * - **CRS-PROJCRS** [32510] + * - **Area**: Between 126°W and 120°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-126,-80,-120` + */ +export const EPSG_32510 = + '+proj=utm +zone=10 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Colorado Central (US Feet) + * - **CRS-PROJCRS** [103248] + * - **Area**: USA - Colorado - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_103248 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=38.45 +lat_2=39.75 +x_0=914401.828899999 +y_0=304800.6096 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A07H1 + * - **CRS-PROJCRS** [112009] + * - **Area**: UK - Highways England - A7 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5356,-4.766,50.3975,-4.6175` + */ +export const EPSG_112009 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999563788682652 +x_0=205992.275418417 +y_0=70997.3376442117 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Indian 1960 + * - **CRS-GEOGCRS** [4131] + * - **Area**: Cambodia - onshore; Vietnam - onshore and offshore Cuu Long basin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `23.4,102.14,7.99,110` + */ +export const EPSG_4131 = + '+proj=longlat +ellps=evrst30 +towgs84=198,881,317,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Texas South Central + * - **CRS-PROJCRS** [32140] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_32140 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 9 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8811] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and west of 168°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_8811 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cass North (meter) + * - **CRS-PROJCRS** [103618] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103618 = + '+proj=lcc +lat_0=46.8036111111111 +lon_0=-94.2166666666667 +lat_1=46.9166666666667 +lat_2=47.3166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378567.378 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Mercury 2015 + * - **CRS-GEOGCRS** [104974] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104974 = '+proj=longlat +R=2439400 +no_defs +type=crs'; + +/** + * MACARIO SOLIS + * - **CRS-GEOG3DCRS** [5370] + * - **Area**: Panama - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `12.51,-84.32,5,-77.04` + */ +export const EPSG_5370 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RGPF + * - **CRS-GCENCRS** [4998] + * - **Area**: French Polynesia - onshore and offshore. Includes Society archipelago, Tuamotu archipelago, Marquesas Islands, Gambier Islands and Austral Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.52,-158.13,-31.24,-131.97` + */ +export const EPSG_4998 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(FBN) + * - **CRS-GEOG3DCRS** [8542] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands - onshore. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - CONUS - 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 - onshore plus Gulf of Mexico offshore continental shelf (GoM OCS). US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,144.58,-14.59,-64.51` + */ +export const EPSG_8542 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GDA94 / KUN94 + * - **CRS-PROJCRS** [10461] + * - **Area**: Australia - Western Australia - Kununurra area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-14.75,128.5,-16.75,129` + */ +export const EPSG_10461 = + '+proj=tmerc +lat_0=0 +lon_0=128.75 +k=1.0000165 +x_0=50000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Idaho - Ada County + * - **CRS-PROJCRS** [102459] + * - **Area**: Idaho - Ada County + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.85,-116.6,43,-115.94` + */ +export const EPSG_102459 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=1.00011328 +x_0=800143.966400001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NGF-IGN69 height + * - **CRS-VERTCRS** [5720] + * - **Area**: France - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_5720 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Vernon (ftUS) + * - **CRS-PROJCRS** [8112] + * - **Area**: United States (USA) - Wisconsin - Vernon county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.74,-91.28,43.42,-90.31` + */ +export const EPSG_8112 = + '+proj=lcc +lat_1=43.5750329397222 +lat_0=43.5750329397222 +lon_0=-90.7833333333333 +k_0=1.0000408158 +x_0=222504.44500889 +y_0=47532.0603505207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 Lambert North America + * - **CRS-PROJCRS** [102009] + * - **Area**: North America - Canada and USA (CONUS, Alaska mainland) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-172.54,23.81,-47.74` + */ +export const EPSG_102009 = + '+proj=lcc +lat_0=40 +lon_0=-96 +lat_1=20 +lat_2=60 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 5 + * - **CRS-PROJCRS** [26945] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_26945 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SLD99 / Sri Lanka Grid 1999 + * - **CRS-PROJCRS** [5235] + * - **Area**: Sri Lanka - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_5235 = + '+proj=tmerc +lat_0=7.00047152777778 +lon_0=80.7717130833333 +k=0.9999238418 +x_0=500000 +y_0=500000 +ellps=evrst30 +towgs84=-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Poverty Bay Circuit + * - **CRS-PROJCRS** [27207] + * - **Area**: New Zealand - North Island - Poverty Bay meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-37.49,176.73,-39.04,178.63` + */ +export const EPSG_27207 = + '+proj=tmerc +lat_0=-38.6247027777778 +lon_0=177.885636277778 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XIII + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10174] + * - **Area**: Japan - onshore - Hokkaido east of approximately 143°E - Kitami city; Obihiro city; Kushiro city; Abashiri city; Nemuro city; Nemuro-shicho; Kushiro-shicho; Abashiri-shicho (except Monbetsu-gun); Tokachi-shicho. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.4,142.61,41.87,145.87` + */ +export const EPSG_10174 = + '+proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 + CGVD2013a(1997) height + * - **CRS-COMPOUNDCRS** [20038] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_20038 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [28408] + * - **Area**: Armenia - west of 48°E; Azerbaijan - west of 48°E; Georgia - east of 42°E; Kazakhstan - west of 48°E; Russian Federation - onshore 42°E to 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.91,42,38.84,48.01` + */ +export const EPSG_28408 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 + * - **CRS-GEOG3DCRS** [4977] + * - **Area**: Sweden - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.03,54.96,24.17` + */ +export const EPSG_4977 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5665] + * - **Area**: Germany (former DDR) - onshore east of 12°E. Czechia, Hungary and Slovakia - west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.74,12,45.78,18.01` + */ +export const EPSG_5665 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G873) + * - **CRS-GCENCRS** [7658] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7658 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / North Dakota North (ft) + * - **CRS-PROJCRS** [2909] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_2909 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 55N + * - **CRS-PROJCRS** [32455] + * - **Area**: Between 144°E and 150°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,144,0,150` + */ +export const EPSG_32455 = + '+proj=utm +zone=55 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 107-30 + * - **CRS-PROJCRS** [9216] + * - **Area**: Vietnam - Kon Tum province. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `15.42,107.33,13.92,108.55` + */ +export const EPSG_9216 = + '+proj=tmerc +lat_0=0 +lon_0=107.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 3 + * - **CRS-PROJCRS** [6419] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_6419 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 4N (ftUS) + * - **CRS-PROJCRS** [4424] + * - **Area**: United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `74.71,-162,50.98,-155.99` + */ +export const EPSG_4424 = + '+proj=tmerc +lat_0=0 +lon_0=-159 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Nebraska North + * - **CRS-PROJCRS** [32005] + * - **Area**: United States (USA) - Nebraska - counties of Antelope; Blaine; Box Butte; Boyd; Brown; Burt; Cedar; Cherry; Cuming; Dakota; Dawes; Dixon; Garfield; Grant; Holt; Hooker; Keya Paha; Knox; Loup; Madison; Pierce; Rock; Sheridan; Sioux; Stanton; Thomas; Thurston; Wayne; Wheeler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,41.68,-96.07` + */ +export const EPSG_32005 = + '+proj=lcc +lat_0=41.3333333333333 +lon_0=-100 +lat_1=41.85 +lat_2=42.8166666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Texas Central - feet + * - **CRS-PROJCRS** [42307] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42307 = 'null'; + +/** + * South Asia Singapore + * - **CRS-GEOGCRS** [37207] + * - **Area**: Singapore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_37207 = '+proj=longlat +ellps=fschr60m +no_defs +type=crs'; + +/** + * SREF98 + * - **CRS-GEOG3DCRS** [4074] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_4074 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SWEREF99 15 00 + RH2000 height + * - **CRS-COMPOUNDCRS** [5848] + * - **Area**: Sweden - communes between approximately 14°15'E and 15°45'E and south of approximately 61°30'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `61.62,13.54,55.95,16.15` + */ +export const EPSG_5848 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 NSRS2007 Navajo Nation Coordinate System (M) + * - **CRS-PROJCRS** [103589] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103589 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=600000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 52S + * - **CRS-PROJCRS** [9492] + * - **Area**: Indonesia - south of equator and between 126°E and 132°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,126,-9.45,132` + */ +export const EPSG_9492 = '+proj=utm +zone=52 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1937 / UTM zone 45N + * - **CRS-PROJCRS** [24305] + * - **Area**: Bangladesh - onshore west of 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `26.64,88.01,21.59,90` + */ +export const EPSG_24305 = + '+proj=utm +zone=45 +ellps=evrst30 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Old Hawaiian / Hawaii zone 5 + * - **CRS-PROJCRS** [3565] + * - **Area**: United States (USA) - Hawaii - Niihau - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `0.2` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_3565 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 8N + * - **CRS-PROJCRS** [6337] + * - **Area**: United States (USA) - between 138°W and 132°W onshore and offshore - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.04,-138,53.6,-131.99` + */ +export const EPSG_6337 = + '+proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Idaho East + * - **CRS-PROJCRS** [26768] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_26768 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ED50 / TM 0 N + * - **CRS-PROJCRS** [23090] + * - **Area**: United Kingdom (UK) - offshore - North Sea. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `62.03,-5.05,51.03,3.4` + */ +export const EPSG_23090 = + '+proj=tmerc +lat_0=0 +lon_0=0 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Green Lake (US feet) + * - **CRS-PROJCRS** [103423] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103423 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.301752604 +y_0=79170.7793751588 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2 + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [9538] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_9538 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK28FIN + * - **CRS-PROJCRS** [3135] + * - **Area**: Finland - onshore between 27°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.09,27.5,60.42,28.5` + */ +export const EPSG_3135 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 51.1 + * - **CRS-PROJCRS** [23839] + * - **Area**: Indonesia - onshore between 120°E and 123°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.4,120,-10.98,123` + */ +export const EPSG_23839 = + '+proj=tmerc +lat_0=0 +lon_0=121.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 10 (US Feet) + * - **CRS-PROJCRS** [102398] + * - **Area**: USA - Alaska - Aleutian Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.34,172.42,51.3,-164.84` + */ +export const EPSG_102398 = + '+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=51.8333333333333 +lat_2=53.8333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Texas North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8779] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_8779 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000.0001016 +y_0=999999.9998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Hawaii Zone 2 (Feet) + * - **CRS-PROJCRS** [102662] + * - **Area**: USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_102662 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966666666667 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2374] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_2374 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Ochoco Summit zone (m) + * - **CRS-PROJCRS** [8329] + * - **Area**: United States (USA) - Oregon - Ochoco Summit area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.61,-121.01,44.21,-120.31` + */ +export const EPSG_8329 = + '+proj=lcc +lat_1=43.5 +lat_0=43.5 +lon_0=-120.5 +k_0=1.00006 +x_0=40000 +y_0=-80000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bogota Ciudad Bogota + * - **CRS-PROJCRS** [102232] + * - **Area**: Colombia region 8 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `7.1,-74.4,-4.23,-66.87` + */ +export const EPSG_102232 = + '+proj=tmerc +lat_0=4.68333333333333 +lon_0=-74.15 +k=1.00039978753252 +x_0=92334.879 +y_0=109320.965 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E + * - **CRS-PROJCRS** [2724] + * - **Area**: Russian Federation - onshore between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,94.5,49.73,97.5` + */ +export const EPSG_2724 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [3836] + * - **Area**: Czechia, Hungary and Slovakia - east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `50.06,18,45.74,22.9` + */ +export const EPSG_3836 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Oregon South (Feet) + * - **CRS-PROJCRS** [102727] + * - **Area**: USA - Oregon - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_102727 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=42.3333333333333 +lat_2=44 +x_0=1500000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Colorado North (ftUS) + * - **CRS-PROJCRS** [2231] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_2231 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [2661] + * - **Area**: Russian Federation - onshore between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,79.5,50.7,82.5` + */ +export const EPSG_2661 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8796] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_8796 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 18S + * - **CRS-PROJCRS** [29188] + * - **Area**: Brazil - west of 72°W. In rest of South America between 78°W and 72°W, southern hemisphere onshore north of 45°S. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `0,-78,-45,-71.99` + */ +export const EPSG_29188 = + '+proj=utm +zone=18 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kansas South (ftUS) + * - **CRS-PROJCRS** [3420] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_3420 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / Quebec Lambert + * - **CRS-PROJCRS** [6622] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_6622 = + '+proj=lcc +lat_0=44 +lon_0=-68.5 +lat_1=60 +lat_2=46 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRF2000 + * - **CRS-GCENCRS** [7930] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7930 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Massachusetts Island + * - **CRS-PROJCRS** [26787] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_26787 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.2833333333333 +lat_2=41.4833333333333 +x_0=60960.1219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Washington South (US Feet) + * - **CRS-PROJCRS** [103566] + * - **Area**: USA - Washington - SPCS83 - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_103566 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=45.8333333333333 +lat_2=47.3333333333333 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin Transverse Mercator + * - **CRS-PROJCRS** [3070] + * - **Area**: United States (USA) - Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_3070 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Bend-Klamath Falls zone (m) + * - **CRS-PROJCRS** [6788] + * - **Area**: United States (USA) - Oregon - Bend-Klamath Falls area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.89,-122.45,41.88,-120.77` + */ +export const EPSG_6788 = + '+proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Tunja urban grid + * - **CRS-PROJCRS** [6272] + * - **Area**: Colombia - Tunja city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.61,-73.39,5.5,-73.3` + */ +export const EPSG_6272 = + '+proj=col_urban +lat_0=5.53419473888889 +lon_0=-73.3519389 +x_0=1080514.91 +y_0=1103772.028 +h_0=2800 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pope + * - **CRS-GEOGCRS** [104759] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104759 = '+proj=longlat +a=6378502.761 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [2548] + * - **Area**: Russian Federation - onshore between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.35,94.5,49.73,97.5` + */ +export const EPSG_2548 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Menominee (m) + * - **CRS-PROJCRS** [8145] + * - **Area**: United States (USA) - Wisconsin - Menominee county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.12,-88.99,44.85,-88.48` + */ +export const EPSG_8145 = + '+proj=tmerc +lat_0=44.7166666666667 +lon_0=-88.4166666666667 +k=1.0000362499 +x_0=105461.0121 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Salem zone (m) + * - **CRS-PROJCRS** [6858] + * - **Area**: United States (USA) - Oregon - Salem area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.3,-123.73,44.32,-121.89` + */ +export const EPSG_6858 = + '+proj=tmerc +lat_0=44.3333333333333 +lon_0=-123.083333333333 +k=1.00001 +x_0=50000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Durres height + * - **CRS-VERTCRS** [5777] + * - **Area**: Albania - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.67,19.22,39.64,21.06` + */ +export const EPSG_5777 = '+vunits=m +no_defs +type=crs'; + +/** + * NZGD2000 / Grey 2000 + * - **CRS-PROJCRS** [2118] + * - **Area**: New Zealand - South Island - Grey meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-41.5,171.15,-42.74,172.75` + */ +export const EPSG_2118 = + '+proj=tmerc +lat_0=-42.3336111111111 +lon_0=171.549722222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Minnesota North (ftUS) + * - **CRS-PROJCRS** [26857] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_26857 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jupiter - Sinope + * - **CRS-GEOGCRS** [104923] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104923 = '+proj=longlat +R=14000 +no_defs +type=crs'; + +/** + * NAD83 / New York West + * - **CRS-PROJCRS** [32117] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_32117 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G2139) + * - **CRS-GEOG3DCRS** [9754] + * - **Area**: World: Afghanistan, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antarctica, Antigua and Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Azerbaijan, Bahamas, Bahrain, Bangladesh, Barbados, Belgium, Belgium, Belize, Benin, Bermuda, Bhutan, Bolivia, Bonaire, Saint Eustasius and Saba, Bosnia and Herzegovina, Botswana, Bouvet Island, Brazil, British Indian Ocean Territory, British Virgin Islands, Brunei Darussalam, Bulgaria, Burkina Faso, Burundi, Cambodia, Cameroon, Canada, Cape Verde, Cayman Islands, Central African Republic, Chad, Chile, China, Christmas Island, Cocos (Keeling) Islands, Comoros, Congo, Cook Islands, Costa Rica, Côte d'Ivoire (Ivory Coast), Croatia, Cuba, Curacao, Cyprus, Czechia, Denmark, Djibouti, Dominica, Dominican Republic, East Timor, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eritrea, Estonia, Eswatini (Swaziland), Ethiopia, Falkland Islands (Malvinas), Faroe Islands, Fiji, Finland, France, French Guiana, French Polynesia, French Southern Territories, Gabon, Gambia, Georgia, Germany, Ghana, Gibraltar, Greece, Greenland, Grenada, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard Island and McDonald Islands, Holy See (Vatican City State), Honduras, China - Hong Kong, Hungary, Iceland, India, Indonesia, Islamic Republic of Iran, Iraq, Ireland, Israel, Italy, Jamaica, Japan, Jordan, Kazakhstan, Kenya, Kiribati, Democratic People's Republic of Korea (North Korea), Republic of Korea (South Korea), Kosovo, Kuwait, Kyrgyzstan, Lao People's Democratic Republic (Laos), Latvia, Lebanon, Lesotho, Liberia, Libyan Arab Jamahiriya, Liechtenstein, Lithuania, Luxembourg, China - Macao, Madagascar, Malawi, Malaysia, Maldives, Mali, Malta, Marshall Islands, Martinique, Mauritania, Mauritius, Mayotte, Mexico, Federated States of Micronesia, Monaco, Mongolia, Montenegro, Montserrat, Morocco, Mozambique, Myanmar (Burma), Namibia, Nauru, Nepal, Netherlands, New Caledonia, New Zealand, Nicaragua, Niger, Nigeria, Niue, Norfolk Island, North Macedonia, Northern Mariana Islands, Norway, Oman, Pakistan, Palau, Panama, Papua New Guinea (PNG), Paraguay, Peru, Philippines, Pitcairn, Poland, Portugal, Puerto Rico, Qatar, Reunion, Romania, Russian Federation, Rwanda, St Barthelemy, St Kitts and Nevis, St Helena, Ascension and Tristan da Cunha, St Lucia, St Martin, St Pierre and Miquelon, Saint Vincent and the Grenadines, Samoa, San Marino, Sao Tome and Principe, Saudi Arabia, Senegal, Serbia, Seychelles, Sierra Leone, Singapore, Slovakia (Slovak Republic), Slovenia, St Maarten, Solomon Islands, Somalia, South Africa, South Georgia and the South Sandwich Islands, South Sudan, Spain, Sri Lanka, Sudan, Suriname, Svalbard and Jan Mayen, Sweden, Switzerland, Syrian Arab Republic, Taiwan, Tajikistan, United Republic of Tanzania, Thailand, The Democratic Republic of the Congo (Zaire), Togo, Tokelau, Tonga, Trinidad and Tobago, Tunisia, Türkiye (Turkey), Turkmenistan, Turks and Caicos Islands, Tuvalu, Uganda, Ukraine, United Arab Emirates (UAE), United Kingdom (UK), United States (USA), United States Minor Outlying Islands, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, US Virgin Islands, Wallis and Futuna, Western Sahara, Yemen, Zambia, Zimbabwe. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9754 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 14N + * - **CRS-PROJCRS** [22814] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_22814 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Korean 1995 + * - **CRS-GEOGCRS** [4166] + * - **Area**: Republic of Korea (South Korea) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `38.64,124.53,33.14,131.01` + */ +export const EPSG_4166 = '+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 47S + * - **CRS-PROJCRS** [32547] + * - **Area**: Between 96°E and 102°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,96,-80,102` + */ +export const EPSG_32547 = + '+proj=utm +zone=47 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 2N + * - **CRS-PROJCRS** [3709] + * - **Area**: United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_3709 = + '+proj=utm +zone=2 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [4536] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_4536 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MOLDREF99 + * - **CRS-GEOGCRS** [4023] + * - **Area**: Moldova. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `48.47,26.63,45.44,30.13` + */ +export const EPSG_4023 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Wisconsin North + * - **CRS-PROJCRS** [32052] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_32052 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=45.5666666666667 +lat_2=46.7666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * RGWF96 / UTM zone 1S + * - **CRS-PROJCRS** [8903] + * - **Area**: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-9.84,179.49,-15.94,-174.27` + */ +export const EPSG_8903 = + '+proj=utm +zone=1 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cadastre 1997 + * - **CRS-GCENCRS** [4473] + * - **Area**: Mayotte - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_4473 = '+proj=geocent +ellps=intl +units=m +no_defs +type=crs'; + +/** + * REGVEN + * - **CRS-GEOGCRS** [4189] + * - **Area**: Venezuela - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `16.75,-73.38,0.64,-58.95` + */ +export const EPSG_4189 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 2N + * - **CRS-PROJCRS** [32402] + * - **Area**: Between 174°W and 168°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-174,0,-168` + */ +export const EPSG_32402 = + '+proj=utm +zone=2 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * GDM2000 + * - **CRS-GCENCRS** [4920] + * - **Area**: Malaysia - onshore and offshore. Includes peninsular Malayasia, Sabah and Sarawak. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.81,98.02,0.85,119.61` + */ +export const EPSG_4920 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PTRA08 / LCC Europe + * - **CRS-PROJCRS** [5632] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `43.07,-35.58,29.24,-12.48` + */ +export const EPSG_5632 = + '+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 + * - **CRS-GCENCRS** [5262] + * - **Area**: Bhutan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.33,88.74,26.7,92.13` + */ +export const EPSG_5262 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * EGM84 height + * - **CRS-VERTCRS** [5798] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5798 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 12N + * - **CRS-PROJCRS** [26912] + * - **Area**: North America - between 114°W and 108°W - onshore and offshore. Canada - Alberta; Northwest Territories; Nunavut; Saskatchewan. United States (USA) - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-114,31.33,-108` + */ +export const EPSG_26912 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E + * - **CRS-PROJCRS** [2732] + * - **Area**: Russian Federation - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.63,118.5,49.87,121.5` + */ +export const EPSG_2732 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * MONREF 1997 UTM Zone 46 N + * - **CRS-PROJCRS** [102224] + * - **Area**: Mongolia - west of 96~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.89,87.76,43.01,96` + */ +export const EPSG_102224 = '+proj=utm +zone=46 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 50 + * - **CRS-PROJCRS** [20350] + * - **Area**: Australia - onshore and offshore to 200 nautical mile EEZ boundary between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-12.61,114,-38.53,120` + */ +export const EPSG_20350 = + '+proj=utm +zone=50 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Barron (m) + * - **CRS-PROJCRS** [7530] + * - **Area**: United States (USA) - Wisconsin - Barron county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.65,-92.16,45.2,-91.53` + */ +export const EPSG_7530 = + '+proj=tmerc +lat_0=45.1333333333333 +lon_0=-91.85 +k=1.0000486665 +x_0=93150 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 / RSO Borneo (ftSe) + * - **CRS-PROJCRS** [29872] + * - **Area**: Malaysia - East Malaysia (Sabah; Sarawak), onshore and offshore. + * - **Unit**: `British foot (Sears 1922)` + * - **Accuracy**: `19` + * - **BBOX**: `7.67,109.31,0.85,119.61` + */ +export const EPSG_29872 = + '+proj=omerc +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=590476.872743197 +y_0=442857.654557398 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=0.304799471538676 +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 38 + * - **CRS-PROJCRS** [2362] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_2362 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 64 + * - **CRS-PROJCRS** [2698] + * - **Area**: Russian Federation - onshore between 169°30'W and 166°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.86,-169.22,65.7,-168.97` + */ +export const EPSG_2698 = + '+proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * PRS92 / Philippines zone 3 + * - **CRS-PROJCRS** [3123] + * - **Area**: Philippines - approximately between 120°E and 122°E, onshore and offshore. Luzon (west of 122°E); Mindoro. + * - **Unit**: `metre` + * - **Accuracy**: `0.05` + * - **BBOX**: `21.62,119.7,3,122.21` + */ +export const EPSG_3123 = + '+proj=tmerc +lat_0=0 +lon_0=121 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Manitowoc (US feet) + * - **CRS-PROJCRS** [103435] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103435 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7615443231 +y_0=0.00121920243840488 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(PA11) + * - **CRS-GEOG3DCRS** [6321] + * - **Area**: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `31.8,157.47,-17.56,-151.27` + */ +export const EPSG_6321 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 21N + * - **CRS-PROJCRS** [29171] + * - **Area**: South America between 60°W and 54°W, northern hemisphere onshore, but excluding most of the area south of approximately 2°N. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `8.6,-60,1.18,-54` + */ +export const EPSG_29171 = + '+proj=utm +zone=21 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / North Pole LAEA Canada + * - **CRS-PROJCRS** [3573] + * - **Area**: Northern hemisphere - north of 45°N, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,45,180` + */ +export const EPSG_3573 = + '+proj=laea +lat_0=90 +lon_0=-100 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1962 / UTM zone 43N + * - **CRS-PROJCRS** [24313] + * - **Area**: Pakistan - east of 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `37.07,72,28.21,77.83` + */ +export const EPSG_24313 = + '+proj=utm +zone=43 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Eckert V + * - **CRS-PROJCRS** [54011] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54011 = + '+proj=eck5 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kentucky Single Zone (ftUS) + * - **CRS-PROJCRS** [3089] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_3089 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / NIWA Albers + * - **CRS-PROJCRS** [9191] + * - **Area**: Southwestern Pacific Ocean and Southern Ocean areas surrounding New Zealand. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-25,155,-60,-169.99` + */ +export const EPSG_9191 = + '+proj=aea +lat_0=-40 +lon_0=175 +lat_1=-30 +lat_2=-50 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Popayan urban grid + * - **CRS-PROJCRS** [6264] + * - **Area**: Colombia - Popayan city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `2.49,-76.65,2.41,-76.55` + */ +export const EPSG_6264 = + '+proj=col_urban +lat_0=2.45615988333333 +lon_0=-76.6060916361111 +x_0=1052430.525 +y_0=763366.548 +h_0=1740 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Malongo 1987 + * - **CRS-GEOGCRS** [4259] + * - **Area**: Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `-5.05,10.53,-6.04,12.37` + */ +export const EPSG_4259 = + '+proj=longlat +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 28N + * - **CRS-PROJCRS** [32228] + * - **Area**: Between 18°W and 12°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-18,0,-12` + */ +export const EPSG_32228 = + '+proj=utm +zone=28 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ED50 / Jordan TM + * - **CRS-PROJCRS** [3066] + * - **Area**: Jordan. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `33.38,34.88,29.18,39.31` + */ +export const EPSG_3066 = + '+proj=tmerc +lat_0=0 +lon_0=37 +k=0.9998 +x_0=500000 +y_0=-3000000 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS West Virginia S (US Feet) + * - **CRS-PROJCRS** [103570] + * - **Area**: USA - West Virginia - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_103570 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=37.4833333333333 +lat_2=38.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Minnesota North + * - **CRS-PROJCRS** [26791] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_26791 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=47.0333333333333 +lat_2=48.6333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRF96 + * - **CRS-GCENCRS** [7926] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7926 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(PA11) / UTM zone 4N + * - **CRS-PROJCRS** [6634] + * - **Area**: United States (USA) - between 162°W and 156°W onshore - Hawaii. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-160.3,19.51,-155.99` + */ +export const EPSG_6634 = '+proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) + * - **CRS-GEOGCRS** [4609] + * - **Area**: Canada - Quebec. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_4609 = '+proj=longlat +ellps=clrk66 +nadgrids=CQ77NA83.GSB +no_defs +type=crs'; + +/** + * NAD83 / Illinois West (ftUS) + * - **CRS-PROJCRS** [3436] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_3436 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=699999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 / Colombia East zone + * - **CRS-PROJCRS** [11118] + * - **Area**: Colombia - east of 4°30'E of Bogota (approximately 69°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.31,-69.59,-2.25,-66.87` + */ +export const EPSG_11118 = + '+proj=tmerc +lat_0=4.59620322222222 +lon_0=-68.0775077694444 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LUREF + * - **CRS-GCENCRS** [9892] + * - **Area**: Luxembourg. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_9892 = '+proj=geocent +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas North Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8780] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_8780 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 43 + * - **CRS-PROJCRS** [2677] + * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.59,127.5,42.67,130.5` + */ +export const EPSG_2677 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Lisbon / Portuguese Grid New + * - **CRS-PROJCRS** [5018] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_5018 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=0 +y_0=0 +ellps=intl +towgs84=-288.885,-91.744,126.244,1.691,-0.41,0.211,-4.598 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 3 (ftUS) + * - **CRS-PROJCRS** [2227] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_2227 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Panama ITRF2008 UTM Zone 17N + * - **CRS-PROJCRS** [102731] + * - **Area**: Panama - UTM Zone 17N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `12.51,-84.32,5,-77.99` + */ +export const EPSG_102731 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [4520] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_4520 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 51S + * - **CRS-PROJCRS** [32551] + * - **Area**: Between 120°E and 126°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,120,-80,126` + */ +export const EPSG_32551 = + '+proj=utm +zone=51 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Winkel Tripel (NGS version) + * - **CRS-PROJCRS** [53042] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53042 = + '+proj=wintri +lon_0=0 +lat_1=50.467 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 + * - **CRS-GEOGCRS** [4170] + * - **Area**: South America - onshore and offshore. Ecuador (mainland and Galapagos) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `16.75,-113.21,-59.87,-26` + */ +export const EPSG_4170 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A25H2 + * - **CRS-PROJCRS** [112048] + * - **Area**: UK - Highways England - A25 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0178,0.637,50.7478,0.8566` + */ +export const EPSG_112048 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999589778254296 +x_0=-175997.976346668 +y_0=70999.1836398491 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * EOS21 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9742] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.21,-3.56,55.55,-1.94` + */ +export const EPSG_9742 = + '+proj=tmerc +lat_0=56.35 +lon_0=-2.75 +k=1 +x_0=74996.927 +y_0=133508.35 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Nobles (meter) + * - **CRS-PROJCRS** [103659] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103659 = + '+proj=lcc +lat_0=43.5 +lon_0=-95.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378624.681 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Makassar (Jakarta) / NEIEZ + * - **CRS-PROJCRS** [5331] + * - **Area**: Indonesia - south west Sulawesi. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-1.88,118.71,-6.54,120.78` + */ +export const EPSG_5331 = + '+proj=merc +lon_0=3.19228055555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +pm=jakarta +units=m +no_defs +type=crs'; + +/** + * Saturn - Mimas + * - **CRS-GEOGCRS** [104935] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104935 = '+proj=longlat +R=198630 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 18N + * - **CRS-PROJCRS** [102418] + * - **Area**: USA - 78~W to 72~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.03,-78,28.28,-72` + */ +export const EPSG_102418 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Dunedin 1958 height + * - **CRS-VERTCRS** [5761] + * - **Area**: New Zealand - South Island - between approximately 44°S and 46°S - Dunedin vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-43.82,167.73,-46.4,171.28` + */ +export const EPSG_5761 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Langlade (m) + * - **CRS-PROJCRS** [8153] + * - **Area**: United States (USA) - Wisconsin - Langlade county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.48,-89.43,45.02,-88.63` + */ +export const EPSG_8153 = + '+proj=lcc +lat_1=45.1542371052778 +lat_0=45.1542371052778 +lon_0=-89.0333333333333 +k_0=1.0000627024 +x_0=198425.197 +y_0=105279.7829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 4N + * - **CRS-PROJCRS** [26904] + * - **Area**: United States (USA) - between 162°W and 156°W onshore and offshore - Alaska, Hawaii. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `74.71,-162,15.57,-155.99` + */ +export const EPSG_26904 = + '+proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [5274] + * - **Area**: Türkiye (Turkey) - between 40°30'E and 43°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.6,40.5,37.02,43.5` + */ +export const EPSG_5274 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 14N + * - **CRS-PROJCRS** [22414] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_22414 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / BCG2020 + * - **CRS-PROJCRS** [8016] + * - **Area**: Australia - Western Australia - Busselton area onshore below 250m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.4,115.18,-33.75,115.87` + */ +export const EPSG_8016 = + '+proj=tmerc +lat_0=0 +lon_0=115.433333333333 +k=0.99999592 +x_0=50000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Marinette (ftUS) + * - **CRS-PROJCRS** [7619] + * - **Area**: United States (USA) - Wisconsin - Marinette county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-88.43,44.96,-87.48` + */ +export const EPSG_7619 = + '+proj=tmerc +lat_0=44.6916666666667 +lon_0=-87.7111111111111 +k=1.0000234982 +x_0=238658.879451359 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Michigan Old Central + * - **CRS-PROJCRS** [5624] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.11,-87.61,41.75,-84.6` + */ +export const EPSG_5624 = + '+proj=tmerc +lat_0=41.5 +lon_0=-85.75 +k=0.999909091 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + * - **CRS-GCENCRS** [4936] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_4936 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / Peru east zone + * - **CRS-PROJCRS** [24893] + * - **Area**: Peru - east of 73°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `-2.14,-73,-18.39,-68.67` + */ +export const EPSG_24893 = + '+proj=tmerc +lat_0=-9.5 +lon_0=-70.5 +k=0.99952992 +x_0=1324000 +y_0=1040084.558 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 14N + * - **CRS-PROJCRS** [32414] + * - **Area**: Between 102°W and 96°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-102,0,-96` + */ +export const EPSG_32414 = + '+proj=utm +zone=14 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 6 + * - **CRS-PROJCRS** [2948] + * - **Area**: Canada - Quebec and Labrador between 69°W and 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `59,-69,47.31,-66` + */ +export const EPSG_2948 = + '+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * RGSPM06 + * - **CRS-GCENCRS** [4465] + * - **Area**: St Pierre and Miquelon - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.37,-57.1,43.41,-55.9` + */ +export const EPSG_4465 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Indiana East + * - **CRS-PROJCRS** [6458] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_6458 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 38 + * - **CRS-PROJCRS** [21238] + * - **Area**: Russian Federation - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.7,112.5,49.49,115.5` + */ +export const EPSG_21238 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF00P01 + * - **CRS-GCENCRS** [8915] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8915 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Utah South + * - **CRS-PROJCRS** [32044] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_32044 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=37.2166666666667 +lat_2=38.35 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Maracaibo Cross Grid M5 + * - **CRS-ENGCRS** [5809] + * - **Area**: Venezuela - Maracaibo area, onshore and offshore in lake. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11,-72.25,10,-71.5` + */ +export const EPSG_5809 = 'null'; + +/** + * Craster Parabolic + * - **CRS-PROJCRS** [54046] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54046 = + '+proj=crast +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Idaho East + * - **CRS-PROJCRS** [3524] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_3524 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 / UTM zone 44N + * - **CRS-PROJCRS** [24344] + * - **Area**: India - onshore between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `35.5,78,8.29,84.01` + */ +export const EPSG_24344 = + '+proj=utm +zone=44 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Great Lakes Albers + * - **CRS-PROJCRS** [3174] + * - **Area**: Canada and United States (USA) - Great Lakes basin. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `50.74,-93.17,40.99,-74.47` + */ +export const EPSG_3174 = + '+proj=aea +lat_0=45.568977 +lon_0=-84.455955 +lat_1=42.122774 +lat_2=49.01518 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alabama East + * - **CRS-PROJCRS** [26729] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_26729 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 48S + * - **CRS-PROJCRS** [23878] + * - **Area**: Indonesia - south of equator and between 102°E and 108°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,102,-10.73,108.01` + */ +export const EPSG_23878 = + '+proj=utm +zone=48 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGD05/12 + * - **CRS-GCENCRS** [7137] + * - **Area**: Israel - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.53,32.99,29.45,35.69` + */ +export const EPSG_7137 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [2335] + * - **Area**: China - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,120,26.34,126` + */ +export const EPSG_2335 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Iowa South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8738] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_8738 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(MA11) / UTM zone 54N + * - **CRS-PROJCRS** [8692] + * - **Area**: Guam and Northern Mariana Islands; offshore west of 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,141.19,10.95,144.01` + */ +export const EPSG_8692 = '+proj=utm +zone=54 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Portage (m) + * - **CRS-PROJCRS** [7567] + * - **Area**: United States (USA) - Wisconsin - Portage county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.85,44.24,-89.22` + */ +export const EPSG_7567 = + '+proj=lcc +lat_1=44.4168239752778 +lat_0=44.4168239752778 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1128 +y_0=50022.1874 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK23FIN + * - **CRS-PROJCRS** [3877] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `68.74,22.5,59.75,23.5` + */ +export const EPSG_3877 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=23500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arkansas South + * - **CRS-PROJCRS** [2765] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_2765 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Oregon South (ft) + * - **CRS-PROJCRS** [2270] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_2270 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Ashland (ftUS) + * - **CRS-PROJCRS** [7588] + * - **Area**: United States (USA) - Wisconsin - Ashland county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.09,-90.93,45.98,-90.3` + */ +export const EPSG_7588 = + '+proj=tmerc +lat_0=45.7061111111111 +lon_0=-90.6222222222222 +k=1.0000495683 +x_0=172821.945948692 +y_0=0.00182880365760731 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Guam (Feet) + * - **CRS-PROJCRS** [102766] + * - **Area**: Guam + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.91,141.19,10.95,148.18` + */ +export const EPSG_102766 = + '+proj=poly +lat_0=13.4724663527778 +lon_0=144.748750705556 +x_0=50000 +y_0=50000 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / NCRS Las Vegas high (ftUS) + * - **CRS-PROJCRS** [8387] + * - **Area**: United States (USA) - Nevada - Las Vegas area above approximately 2850 feet. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8387 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.000135 +x_0=300000 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGTAAF07 + * - **CRS-GEOG3DCRS** [7072] + * - **Area**: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-20.91,37.98,-67.13,142` + */ +export const EPSG_7072 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E + * - **CRS-PROJCRS** [2620] + * - **Area**: Russian Federation - onshore between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.99,130.5,42.25,133.5` + */ +export const EPSG_2620 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone III + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [7422] + * - **Area**: France - mainland onshore south of 50.5 grads North (45°27'N). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.46,-1.79,42.33,7.71` + */ +export const EPSG_7422 = + '+proj=lcc +lat_1=44.1 +lat_0=44.1 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +ellps=clrk80ign +pm=paris +units=m +vunits=m +no_defs +type=crs'; + +/** + * Dabola 1981 / UTM zone 28N + * - **CRS-PROJCRS** [3461] + * - **Area**: Guinea - onshore west of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `25` + * - **BBOX**: `12.68,-15.13,9.01,-12` + */ +export const EPSG_3461 = + '+proj=utm +zone=28 +ellps=clrk80ign +towgs84=-83,37,124,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 6 + * - **CRS-PROJCRS** [6399] + * - **Area**: United States (USA) - Alaska - between 160°W and 156°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_6399 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 20N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6663] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_6663 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / Antarctic Polar Stereographic + * - **CRS-PROJCRS** [3031] + * - **Area**: Antarctica. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_3031 = + '+proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Tennessee (US Feet) + * - **CRS-PROJCRS** [103527] + * - **Area**: USA - Tennessee + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_103527 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=35.25 +lat_2=36.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [21453] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_21453 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Dakota + * - **CRS-GEOGCRS** [104718] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104718 = '+proj=longlat +a=6378421.989 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Washington (ftUS) + * - **CRS-PROJCRS** [8104] + * - **Area**: United States (USA) - Wisconsin - Washington county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.42,43.19,-88.03` + */ +export const EPSG_8104 = + '+proj=tmerc +lat_0=42.9180555555556 +lon_0=-88.0638888888889 +k=1.00003738 +x_0=120091.441402083 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2509] + * - **Area**: Russian Federation - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.81,108,49.14,114` + */ +export const EPSG_2509 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Yellow Sea 1956 height + * - **CRS-VERTCRS** [5736] + * - **Area**: China - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,18.11,134.77` + */ +export const EPSG_5736 = '+vunits=m +no_defs +type=crs'; + +/** + * Principe + * - **CRS-GEOGCRS** [4824] + * - **Area**: Sao Tome and Principe - onshore - Principe. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `1.76,7.27,1.48,7.52` + */ +export const EPSG_4824 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Dufur-Madras zone (ft) + * - **CRS-PROJCRS** [6819] + * - **Area**: United States (USA) - Oregon - Dufur-Madras area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.55,-121.95,44.63,-120.46` + */ +export const EPSG_6819 = + '+proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * BBT2000 / BBT-TM + * - **CRS-PROJCRS** [10477] + * - **Area**: Austria and Italy - on or related to the Brenner Base Tunnel rail route from Innsbruck to Fortezza (Franzensfeste). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.33,11.04,46.45,11.91` + */ +export const EPSG_10477 = + '+proj=tmerc +lat_0=46.9807763055556 +lon_0=11.52849375 +k=1.000121 +x_0=20000 +y_0=100000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Sierra Leone 1924 / New Colony Grid + * - **CRS-PROJCRS** [2159] + * - **Area**: Sierra Leone - Freetown Peninsula. + * - **Unit**: `Gold Coast foot` + * - **Accuracy**: `null` + * - **BBOX**: `8.55,-13.34,8.32,-13.13` + */ +export const EPSG_2159 = + '+proj=tmerc +lat_0=6.66666666666667 +lon_0=-12 +k=1 +x_0=152399.855090754 +y_0=0 +a=6378300 +rf=296 +to_meter=0.304799710181509 +no_defs +type=crs'; + +/** + * Neptune - Galatea + * - **CRS-GEOGCRS** [104962] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104962 = '+proj=longlat +R=79000 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 15N + CGVD2013a(2010) height + * - **CRS-COMPOUNDCRS** [9715] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_9715 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 5 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8807] + * - **Area**: United States (USA) - Alaska - between 156°W and 152°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_8807 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming East Central + * - **CRS-PROJCRS** [32156] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_32156 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 12 + * - **CRS-PROJCRS** [3318] + * - **Area**: The Democratic Republic of the Congo (Zaire) - onshore west of 13°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.67,12.17,-6.04,13.01` + */ +export const EPSG_3318 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * Voirol 1875 / Nord Algerie (ancienne) + * - **CRS-PROJCRS** [30491] + * - **Area**: Algeria - onshore north of 38.5 grads North (34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `37.14,-2.22,34.64,8.64` + */ +export const EPSG_30491 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +ellps=clrk80ign +towgs84=-73,-247,227,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tete + * - **CRS-GEOGCRS** [4127] + * - **Area**: Mozambique - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `17` + * - **BBOX**: `-10.42,30.21,-26.87,40.9` + */ +export const EPSG_4127 = + '+proj=longlat +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 18N + * - **CRS-PROJCRS** [3748] + * - **Area**: United States (USA) - between 78°W and 72°W - onshore - Connecticut; Delaware; Maryland; Massachusetts; New Hampshire; New Jersey; New York; North Carolina; Pennsylvania; Virginia; Vermont. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-78,33.84,-72` + */ +export const EPSG_3748 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 6S + * - **CRS-PROJCRS** [32506] + * - **Area**: Between 150°W and 144°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-150,-80,-144` + */ +export const EPSG_32506 = + '+proj=utm +zone=6 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Eckert I + * - **CRS-PROJCRS** [53015] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53015 = + '+proj=eck1 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [4577] + * - **Area**: China - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.79,126,40.89,132` + */ +export const EPSG_4577 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Macomb (ftUS) + * - **CRS-PROJCRS** [23317] + * - **Area**: United States (USA) - Illinois - counties of Brown, McDonough and Schuyler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-90.92,39.83,-90.19` + */ +export const EPSG_23317 = + '+proj=tmerc +lat_0=36.8 +lon_0=-90.6 +k=1.000024 +x_0=2350012.7000254 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGRDC 2005 / UTM zone 34S + * - **CRS-PROJCRS** [4062] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 18°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.57,18,-11.24,24` + */ +export const EPSG_4062 = + '+proj=utm +zone=34 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / LCC Statcan + * - **CRS-PROJCRS** [42311] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42311 = 'null'; + +/** + * Baltic 1986 height + * - **CRS-VERTCRS** [9650] + * - **Area**: Poland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.89,14.14,49,24.15` + */ +export const EPSG_9650 = '+vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR14P01 + * - **CRS-GEOG3DCRS** [8942] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8942 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / New Mexico Central + * - **CRS-PROJCRS** [32013] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.83` + */ +export const EPSG_32013 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / BLM 12N (ftUS) + * - **CRS-PROJCRS** [4432] + * - **Area**: United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-114,31.33,-108` + */ +export const EPSG_4432 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 43N + * - **CRS-PROJCRS** [32443] + * - **Area**: Between 72°E and 78°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,72,0,78` + */ +export const EPSG_32443 = + '+proj=utm +zone=43 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5673] + * - **Area**: Germany - states of former East Germany - west of 10°30'E - Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `51.56,9.92,50.35,10.5` + */ +export const EPSG_5673 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 98 + * - **CRS-GEOG3DCRS** [4961] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_4961 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RGF93 v2 / Lambert-93 + NGF-IGN78 height + * - **CRS-COMPOUNDCRS** [10498] + * - **Area**: France - Corsica onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_10498 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS I + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10162] + * - **Area**: Japan - onshore - Kyushu west of approximately 130°E - Nagasaki-ken + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.49,129.3,32.51,130.46` + */ +export const EPSG_10162 = + '+proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Wanganui Circuit + * - **CRS-PROJCRS** [27211] + * - **Area**: New Zealand - North Island - Wanganui meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-39.46,174.4,-40.97,176.27` + */ +export const EPSG_27211 = + '+proj=tmerc +lat_0=-40.2419471388889 +lon_0=175.488099611111 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Peru96 / UTM zone 19S + * - **CRS-PROJCRS** [5389] + * - **Area**: Peru - east of 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-2.14,-72,-20.44,-68.67` + */ +export const EPSG_5389 = + '+proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * American Samoa 1962 SPCS American Samoa + * - **CRS-PROJCRS** [65062] + * - **Area**: American Samoa + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-10.02,-173.75,-17.56,-165.2` + */ +export const EPSG_65062 = + '+proj=lcc +lat_1=-14.2666666666667 +lat_0=-14.2666666666667 +lon_0=-170 +k_0=1 +x_0=152400.30480061 +y_0=95169.3116586233 +ellps=clrk66 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / Gabon TM + * - **CRS-PROJCRS** [5223] + * - **Area**: Gabon - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `2.32,8.65,-3.98,14.52` + */ +export const EPSG_5223 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado North + * - **CRS-PROJCRS** [26953] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_26953 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Indian 1954 / UTM zone 46N + * - **CRS-PROJCRS** [23946] + * - **Area**: Myanmar (Burma) - onshore west of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `21` + * - **BBOX**: `27.14,92.2,15.66,96.01` + */ +export const EPSG_23946 = + '+proj=utm +zone=46 +ellps=evrst30 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 14 + * - **CRS-PROJCRS** [22654] + * - **Area**: Canada - Ontario - between 88°30'W and 85°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.7,-88.5,47.17,-85.5` + */ +export const EPSG_22654 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cais das Velas depth + * - **CRS-VERTCRS** [10375] + * - **Area**: Portugal - central Azores - Sao Jorge island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.8,-28.37,38.48,-27.71` + */ +export const EPSG_10375 = '+vunits=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC49 + * - **CRS-PROJCRS** [3949] + * - **Area**: France - mainland onshore between 48°N and 50°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50,-4.87,48,8.23` + */ +export const EPSG_3949 = + '+proj=lcc +lat_0=49 +lon_0=3 +lat_1=48.25 +lat_2=49.75 +x_0=1700000 +y_0=8200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Sibun Gorge 1922 + * - **CRS-GEOGCRS** [5464] + * - **Area**: Belize - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.49,-89.22,15.88,-87.72` + */ +export const EPSG_5464 = '+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs'; + +/** + * IGb08 + * - **CRS-GEOGCRS** [9017] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9017 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 54N + * - **CRS-PROJCRS** [32654] + * - **Area**: Between 138°E and 144°E, northern hemisphere between equator and 84°N, onshore and offshore. Japan. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,138,0,144` + */ +export const EPSG_32654 = '+proj=utm +zone=54 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Canada Polar Stereographic + * - **CRS-PROJCRS** [5937] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_5937 = + '+proj=stere +lat_0=90 +lon_0=-100 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming West Central (ftUS) + * - **CRS-PROJCRS** [6618] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_6618 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Martinique 1938 + * - **CRS-GEOGCRS** [4625] + * - **Area**: Martinique - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.1` + * - **BBOX**: `14.93,-61.29,14.35,-60.76` + */ +export const EPSG_4625 = + '+proj=longlat +ellps=intl +towgs84=126.93,547.94,130.41,-2.7867,5.1612,-0.8584,13.8227 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 4N + * - **CRS-PROJCRS** [32204] + * - **Area**: Between 162°W and 156°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-162,0,-156` + */ +export const EPSG_32204 = + '+proj=utm +zone=4 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Everest modified 1969 + * - **CRS-GEOGCRS** [37006] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37006 = '+proj=longlat +ellps=evrst69 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Bucaramanga urban grid + * - **CRS-PROJCRS** [6248] + * - **Area**: Colombia - Bucaramanga city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.17,-73.19,7.03,-73.06` + */ +export const EPSG_6248 = + '+proj=col_urban +lat_0=7.07888714166667 +lon_0=-73.1973432222222 +x_0=1097241.305 +y_0=1274642.278 +h_0=931 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF + * - **CRS-GEOGCRS** [4275] + * - **Area**: France - onshore - mainland and Corsica. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `51.14,-4.87,41.31,9.63` + */ +export const EPSG_4275 = + '+proj=longlat +ellps=clrk80ign +towgs84=-168,-60,320,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Renville + * - **CRS-GEOGCRS** [104763] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104763 = '+proj=longlat +a=6378414.369 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS84 / Lambert Azim Mozambique + * - **CRS-PROJCRS** [42106] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42106 = 'null'; + +/** + * HAT height + * - **CRS-VERTCRS** [5872] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5872 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 66 + * - **CRS-GEOGCRS** [4760] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4760 = '+proj=longlat +ellps=NWL9D +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2016 + * - **CRS-GEOG3DCRS** [9152] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9152 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 11S + * - **CRS-PROJCRS** [32711] + * - **Area**: Between 120°W and 114°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-120,-80,-114` + */ +export const EPSG_32711 = '+proj=utm +zone=11 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 19S + * - **CRS-PROJCRS** [31994] + * - **Area**: South America between 72°W and 66°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-72,-59.87,-66` + */ +export const EPSG_31994 = + '+proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Fond du Lac (US feet) + * - **CRS-PROJCRS** [103419] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103419 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.889204978 +y_0=0.00487680975361951 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * CIGD11 + CBVD61 height (ft) + * - **CRS-COMPOUNDCRS** [9502] + * - **Area**: Cayman Islands - Cayman Brac. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `19.78,-79.92,19.66,-79.69` + */ +export const EPSG_9502 = '+proj=longlat +ellps=GRS80 +vunits=ft +no_defs +type=crs'; + +/** + * NAD27 / Arkansas South + * - **CRS-PROJCRS** [26752] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_26752 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Arc 1960 / UTM zone 37N + * - **CRS-PROJCRS** [21097] + * - **Area**: Kenya - north of equator and east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `4.49,36,0,41.91` + */ +export const EPSG_21097 = + '+proj=utm +zone=37 +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 41S + * - **CRS-PROJCRS** [32341] + * - **Area**: Between 60°E and 66°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,60,-80,66` + */ +export const EPSG_32341 = + '+proj=utm +zone=41 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Tokyo 1892 / Korea East Belt + * - **CRS-PROJCRS** [5171] + * - **Area**: Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore between 128°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.01,128,34.49,130` + */ +export const EPSG_5171 = + '+proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 11N + * - **CRS-PROJCRS** [22711] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_22711 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-46 Lviv + * - **CRS-PROJCRS** [9851] + * - **Area**: Ukraine - Lviv region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.65,22.64,48.71,25.43` + */ +export const EPSG_9851 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Louisiana North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8743] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_8743 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=999999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Canyon City-Burns zone (m) + * - **CRS-PROJCRS** [8313] + * - **Area**: United States (USA) - Oregon - Canyon City-Burns area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.36,-119.22,43.52,-118.52` + */ +export const EPSG_8313 = + '+proj=tmerc +lat_0=43.5 +lon_0=-119 +k=1.00022 +x_0=20000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR29-30 + * - **CRS-PROJCRS** [3226] + * - **Area**: Antarctica - 68°S to 72°S and 12°W to 0°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-12,-72,0` + */ +export const EPSG_3226 = + '+proj=lcc +lat_0=-90 +lon_0=-6 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Fillmore (US foot) + * - **CRS-PROJCRS** [103730] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103730 = + '+proj=lcc +lat_0=43.5 +lon_0=-92.0833333333333 +lat_1=43.55 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378464.661 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR13P01 + * - **CRS-GCENCRS** [8939] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8939 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b + * - **CRS-GEOG3DCRS** [9781] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9781 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 14 + * - **CRS-PROJCRS** [21214] + * - **Area**: Russian Federation - onshore between 40°30'E and 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.74,40.5,42.87,43.5` + */ +export const EPSG_21214 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kentucky South + * - **CRS-PROJCRS** [6474] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_6474 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah Central (ft) + * - **CRS-PROJCRS** [3676] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_3676 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 38N + * - **CRS-PROJCRS** [32438] + * - **Area**: Between 42°E and 48°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,42,0,48` + */ +export const EPSG_32438 = + '+proj=utm +zone=38 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska Albers + * - **CRS-PROJCRS** [2964] + * - **Area**: United States (USA) - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_2964 = + '+proj=aea +lat_0=50 +lon_0=-154 +lat_1=55 +lat_2=65 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Taylor (ftUS) + * - **CRS-PROJCRS** [7635] + * - **Area**: United States (USA) - Wisconsin - Taylor county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.39,-90.93,45.03,-90.04` + */ +export const EPSG_7635 = + '+proj=lcc +lat_1=45.1778220858333 +lat_0=45.1778220858333 +lon_0=-90.4833333333333 +k_0=1.0000597566 +x_0=187147.574295148 +y_0=107746.752146304 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * IGLD 1955 height + * - **CRS-VERTCRS** [5608] + * - **Area**: Canada and United States (USA) - Great Lakes basin and St Lawrence Seaway. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.22,-93.17,40.99,-54.75` + */ +export const EPSG_5608 = '+vunits=m +no_defs +type=crs'; + +/** + * SVY21 / Singapore TM + SHD height + * - **CRS-COMPOUNDCRS** [6927] + * - **Area**: Singapore - onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_6927 = + '+proj=tmerc +lat_0=1.36666666666667 +lon_0=103.833333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 120E + * - **CRS-PROJCRS** [2437] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_2437 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Michigan GeoRef (US Survey Feet) + * - **CRS-PROJCRS** [102121] + * - **Area**: USA - Michigan + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_102121 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.49596139 +y_0=-4354009.81600203 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Blackford-Delaware (m) + * - **CRS-PROJCRS** [7265] + * - **Area**: United States (USA) - Indiana - counties of Blackford and Delaware. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.57,-85.58,40.07,-85.2` + */ +export const EPSG_7265 = + '+proj=tmerc +lat_0=40.05 +lon_0=-85.4 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / TM42 + * - **CRS-PROJCRS** [5258] + * - **Area**: Türkiye (Turkey) - between 40°30'E and 43°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.6,40.5,37.02,43.5` + */ +export const EPSG_5258 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Naparima 1955 / UTM zone 20N + * - **CRS-PROJCRS** [2067] + * - **Area**: Trinidad and Tobago - Trinidad - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `10.9,-61.98,9.99,-60.85` + */ +export const EPSG_2067 = + '+proj=utm +zone=20 +ellps=intl +towgs84=-0.465,372.095,171.736,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 21N using TM Complex + * - **CRS-PROJCRS** [102571] + * - **Area**: World - N hemisphere - 60~W to 54~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,0,-54` + */ +export const EPSG_102571 = '+proj=utm +zone=21 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 55 + * - **CRS-PROJCRS** [2572] + * - **Area**: Russian Federation - onshore between 163°30'E and 166°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.82,163.5,54.69,166.5` + */ +export const EPSG_2572 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Kandawala Ceylon Belt Indian Yards 1937 + * - **CRS-PROJCRS** [102064] + * - **Area**: Sri Lanka - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_102064 = + '+proj=tmerc +lat_0=7.00048027777778 +lon_0=80.7717111111111 +k=1 +x_0=160933.56048 +y_0=160933.56048 +ellps=evrst30 +units=ind-yd +no_defs +type=crs'; + +/** + * WGS 84 / Nagaland + * - **CRS-PROJCRS** [7770] + * - **Area**: India - Nagaland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.05,93.33,25.2,95.25` + */ +export const EPSG_7770 = + '+proj=lcc +lat_0=26.12581974 +lon_0=94.375 +lat_1=25.375 +lat_2=26.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Carthage / TM 11 NE + * - **CRS-PROJCRS** [2088] + * - **Area**: Tunisia - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `38.41,7.81,33.22,13.67` + */ +export const EPSG_2088 = + '+proj=tmerc +lat_0=0 +lon_0=11 +k=0.9996 +x_0=500000 +y_0=0 +ellps=clrk80ign +towgs84=-263,6,431,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Santiam Pass zone (m) + * - **CRS-PROJCRS** [6862] + * - **Area**: United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.66,-122.51,44.1,-121.69` + */ +export const EPSG_6862 = + '+proj=tmerc +lat_0=44.0833333333333 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Okarito 2000 + * - **CRS-PROJCRS** [2122] + * - **Area**: New Zealand - South Island - Okarito meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43,169.21,-43.85,170.89` + */ +export const EPSG_2122 = + '+proj=tmerc +lat_0=-43.11 +lon_0=170.260833333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 14 + * - **CRS-PROJCRS** [102434] + * - **Area**: ARC System - Zone 14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-64,-180,-68,180` + */ +export const EPSG_102434 = + '+proj=eqc +lat_ts=-66.09421768 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Leda + * - **CRS-GEOGCRS** [104919] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104919 = '+proj=longlat +R=5000 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jasper-Porter (ftUS) + * - **CRS-PROJCRS** [7320] + * - **Area**: United States (USA) - Indiana - counties of Jasper and Porter. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-87.28,40.73,-86.92` + */ +export const EPSG_7320 = + '+proj=tmerc +lat_0=40.7 +lon_0=-87.1 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Pennsylvania North (ftUS) + * - **CRS-PROJCRS** [3363] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_3363 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis North (meter) + * - **CRS-PROJCRS** [103675] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103675 = + '+proj=lcc +lat_0=47.8333333333333 +lon_0=-92.45 +lat_1=47.9833333333333 +lat_2=48.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378543.909 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * ONGD17 + * - **CRS-GEOGCRS** [9294] + * - **Area**: Oman - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_9294 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 21 + NN54 height + * - **CRS-COMPOUNDCRS** [6161] + * - **Area**: Norway - onshore - between 21°E and 22°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.73,21,69.03,22.01` + */ +export const EPSG_6161 = + '+proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wisconsin South + * - **CRS-PROJCRS** [3699] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_3699 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B17H1 + * - **CRS-PROJCRS** [112064] + * - **Area**: UK - Highways England - B17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9359,-1.5042,52.0447,-0.9641` + */ +export const EPSG_112064 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999980759810936 +x_0=-24009.1113476146 +y_0=111042.139982718 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming West (ftUS) + * - **CRS-PROJCRS** [3733] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_3733 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nevada Central + * - **CRS-PROJCRS** [2821] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_2821 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arizona East (Intl Feet) + * - **CRS-PROJCRS** [103225] + * - **Area**: USA - Arizona - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_103225 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 153E + * - **CRS-PROJCRS** [21351] + * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,151.5,46.72,154.5` + */ +export const EPSG_21351 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Mexico East (ftUS) + * - **CRS-PROJCRS** [6531] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_6531 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Cape + * - **CRS-GEOGCRS** [4222] + * - **Area**: Botswana; Eswatini (Swaziland); Lesotho; South Africa - mainland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `9` + * - **BBOX**: `-17.78,16.45,-34.88,32.95` + */ +export const EPSG_4222 = + '+proj=longlat +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kittson + * - **CRS-GEOGCRS** [104734] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104734 = '+proj=longlat +a=6378449.421 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 53N + * - **CRS-PROJCRS** [32253] + * - **Area**: Between 132°E and 138°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,132,0,138` + */ +export const EPSG_32253 = + '+proj=utm +zone=53 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 20 + NN2000 height + * - **CRS-COMPOUNDCRS** [5960] + * - **Area**: Norway - onshore - between 20°E and 21°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.37,20,68.37,21.01` + */ +export const EPSG_5960 = + '+proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Chatham Islands 1971 + * - **CRS-GEOGCRS** [4672] + * - **Area**: New Zealand - Chatham Islands group - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `26` + * - **BBOX**: `-43.3,-177.25,-44.64,-175.54` + */ +export const EPSG_4672 = + '+proj=longlat +ellps=intl +towgs84=175,-38,113,0,0,0,0 +no_defs +type=crs'; + +/** + * ISN2016 / LCC Europe + * - **CRS-PROJCRS** [9040] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_9040 = + '+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 3N + * - **CRS-PROJCRS** [32603] + * - **Area**: Between 168°W and 162°W, northern hemisphere between equator and 84°N, onshore and offshore. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-168,0,-162` + */ +export const EPSG_32603 = '+proj=utm +zone=3 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Clark (m) + * - **CRS-PROJCRS** [8201] + * - **Area**: United States (USA) - Wisconsin - Clark county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.04,-90.93,44.42,-90.31` + */ +export const EPSG_8201 = + '+proj=tmerc +lat_0=43.6 +lon_0=-90.7083333333333 +k=1.0000463003 +x_0=199949.1989 +y_0=0.0086 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / UTM zone 32N (N-zE) + * - **CRS-PROJCRS** [10288] + * - **Area**: Germany - onshore and offshore between 6°E and 12°E, including Mecklenburg-Vorpommern west of 12°E and Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.47,6,47.27,12` + */ +export const EPSG_10288 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * EBBWV14 Grid + * - **CRS-PROJCRS** [9943] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Newport (Park Junction) to Ebbw Vale. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.85,-3.3,51.5,-2.89` + */ +export const EPSG_9943 = + '+proj=tmerc +lat_0=51.75 +lon_0=-3.1 +k=1 +x_0=106702.326 +y_0=119968.1395 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Wallowa zone (ft) + * - **CRS-PROJCRS** [8344] + * - **Area**: United States (USA) - Oregon - Wallowa area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.05,-118.16,45.27,-116.42` + */ +export const EPSG_8344 = + '+proj=tmerc +lat_0=45.25 +lon_0=-117.5 +k=1.000195 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E + * - **CRS-PROJCRS** [2749] + * - **Area**: Russian Federation - onshore between 163°30'E and 166°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.82,163.5,54.69,166.5` + */ +export const EPSG_2749 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 16N + * - **CRS-PROJCRS** [22316] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_22316 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 1 (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8714] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_8714 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ED50 / TM27 + * - **CRS-PROJCRS** [2319] + * - **Area**: Türkiye (Turkey) - west of 28°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `42.11,25.62,36.5,28.5` + */ +export const EPSG_2319 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 26 + * - **CRS-PROJCRS** [5126] + * - **Area**: Norway - onshore - between 26°E and 27°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.2,26,69.71,27.01` + */ +export const EPSG_5126 = + '+proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 5N + * - **CRS-PROJCRS** [26705] + * - **Area**: United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-156,52.15,-149.99` + */ +export const EPSG_26705 = + '+proj=utm +zone=5 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 16S + * - **CRS-PROJCRS** [32316] + * - **Area**: Between 90°W and 84°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-90,-80,-84` + */ +export const EPSG_32316 = + '+proj=utm +zone=16 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 14N + * - **CRS-PROJCRS** [3158] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_3158 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Connecticut (ftUS) + * - **CRS-PROJCRS** [3508] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_3508 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.609601219 +y_0=152400.30480061 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 46S + * - **CRS-PROJCRS** [32746] + * - **Area**: Between 90°E and 96°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,90,-80,96` + */ +export const EPSG_32746 = '+proj=utm +zone=46 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * AGD66 / ACT Standard Grid + * - **CRS-PROJCRS** [5825] + * - **Area**: Australia - Australian Capital Territory. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-35.12,148.76,-35.93,149.4` + */ +export const EPSG_5825 = + '+proj=tmerc +lat_0=-35.3177362777778 +lon_0=149.009294830556 +k=1.000086 +x_0=200000 +y_0=600000 +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * KGD2002 + * - **CRS-GEOGCRS** [4737] + * - **Area**: Republic of Korea (South Korea) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `40.27,122.71,28.6,134.28` + */ +export const EPSG_4737 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27(76) / UTM zone 18N + * - **CRS-PROJCRS** [2030] + * - **Area**: Canada - Ontario - east of 78°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.25,-78,43.63,-74.35` + */ +export const EPSG_2030 = + '+proj=utm +zone=18 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 5 + * - **CRS-PROJCRS** [22195] + * - **Area**: Argentina - between 61°30'W and 58°30'W onshore. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-23.37,-61.51,-39.06,-58.5` + */ +export const EPSG_22195 = + '+proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PA11 SPCS Hawaii Zone 2 (US Feet) + * - **CRS-PROJCRS** [102526] + * - **Area**: USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_102526 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966666666667 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone VII + * - **CRS-PROJCRS** [27397] + * - **Area**: Norway - between 12°10'E and 16°15'E of Oslo (22°53'22.5"E and 26°58'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,22.88,68.58,26.98` + */ +export const EPSG_27397 = + '+proj=tmerc +lat_0=58 +lon_0=14.1666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XVIII + * - **CRS-PROJCRS** [2460] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and west of 140°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `20.48,136.02,20.37,136.16` + */ +export const EPSG_2460 = + '+proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 Poland zone 7 + * - **CRS-PROJCRS** [102176] + * - **Area**: Poland - 19.5~E to 22.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.55,19.5,49.09,22.5` + */ +export const EPSG_102176 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.999923 +x_0=7500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MWC18 Grid + * - **CRS-PROJCRS** [20002] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Manchester via Wigan and Liverpool to Chester. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.65,-3.15,53.09,-2.1` + */ +export const EPSG_20002 = + '+proj=tmerc +lat_0=53.35 +lon_0=-2.55 +k=1 +x_0=171975.9382 +y_0=116744.6938 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1674) + * - **CRS-GCENCRS** [7662] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7662 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [28432] + * - **Area**: Russian Federation - onshore east of 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `67.18,-174,64.2,-168.97` + */ +export const EPSG_28432 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Mexico West + * - **CRS-PROJCRS** [3621] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_3621 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Segara / UTM zone 50S + * - **CRS-PROJCRS** [2933] + * - **Area**: Indonesia - east Kalimantan - Mahakam delta coastal and offshore shelf areas. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `0,116.72,-1.24,117.99` + */ +export const EPSG_2933 = + '+proj=utm +zone=50 +south +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 43 + * - **CRS-PROJCRS** [21243] + * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.59,127.5,42.67,130.5` + */ +export const EPSG_21243 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 5 + * - **CRS-PROJCRS** [6423] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_6423 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 15 + * - **CRS-PROJCRS** [32195] + * - **Area**: Canada - Ontario - between 91°30'W and 88°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `56.9,-91.5,47.97,-88.5` + */ +export const EPSG_32195 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST45-48 + * - **CRS-PROJCRS** [3271] + * - **Area**: Antarctica - 76°S to 80°S and 84°E to 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,84,-80,108` + */ +export const EPSG_3271 = + '+proj=lcc +lat_0=-90 +lon_0=96 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Vermont + * - **CRS-PROJCRS** [6589] + * - **Area**: United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_6589 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pope (US foot) + * - **CRS-PROJCRS** [103767] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103767 = + '+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 5-11 + * - **CRS-PROJCRS** [6073] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,4,69.5,24.01` + */ +export const EPSG_6073 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=14 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=11500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Mississippi East (ftUS) + * - **CRS-PROJCRS** [2899] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_2899 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wadena (US foot) + * - **CRS-PROJCRS** [103788] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103788 = + '+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR09P01 + * - **CRS-GEOGCRS** [8981] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8981 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Puerto Rico and Virgin Is. + * - **CRS-PROJCRS** [6566] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_6566 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Chatham Island Circuit 2000 + * - **CRS-PROJCRS** [3764] + * - **Area**: New Zealand - Chatham Islands group - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.3,-177.25,-44.64,-175.54` + */ +export const EPSG_3764 = + '+proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Colorado North (ftUS) + * - **CRS-PROJCRS** [2876] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_2876 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Illinois East (US Feet) + * - **CRS-PROJCRS** [103272] + * - **Area**: USA - Illinois - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_103272 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A18H1 + * - **CRS-PROJCRS** [112033] + * - **Area**: UK - Highways England - A18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0448,-1.0355,50.7727,-0.571` + */ +export const EPSG_112033 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99992774418376 +x_0=-58018.9429571512 +y_0=71023.1887923747 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [3334] + * - **Area**: Albania - onshore east of 18°E. Czechia, Hungary and Slovakia - east of 18°E. Poland - onshore between 18°E and 24°E. Bulgaria and Romania - onshore west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,18,39.64,24` + */ +export const EPSG_3334 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cook North (meter) + * - **CRS-PROJCRS** [103622] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103622 = + '+proj=lcc +lat_0=47.8833333333333 +lon_0=-90.25 +lat_1=47.9333333333333 +lat_2=48.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378647.541 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * EOS21-IRF + * - **CRS-GEOGCRS** [9739] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `57.21,-3.56,55.55,-1.94` + */ +export const EPSG_9739 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM NS 2010 zone 4 + * - **CRS-PROJCRS** [8082] + * - **Area**: Canada - Nova Scotia - east of 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.08,-63,44.64,-59.73` + */ +export const EPSG_8082 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=24500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Poland zone V + * - **CRS-PROJCRS** [2175] + * - **Area**: Poland - south central - between 49°20'N and 51°20'N, 18°20'E and 19°40'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `51.34,18.33,49.39,19.67` + */ +export const EPSG_2175 = + '+proj=tmerc +lat_0=0 +lon_0=18.9583333333333 +k=0.999983 +x_0=237000 +y_0=-4700000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan South + * - **CRS-PROJCRS** [26990] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_26990 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon La Grande zone (ft) + * - **CRS-PROJCRS** [6835] + * - **Area**: United States (USA) - Oregon - La Grande area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-118.17,45.13,-117.14` + */ +export const EPSG_6835 = + '+proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [2525] + * - **Area**: Belarus, Estonia, Latvia, Lithuania, Moldova, Russian Federation and Ukraine - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `68.93,25.49,45.26,28.51` + */ +export const EPSG_2525 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Rock (ftUS) + * - **CRS-PROJCRS** [8128] + * - **Area**: United States (USA) - Wisconsin - Rock county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-89.37,42.49,-88.77` + */ +export const EPSG_8128 = + '+proj=tmerc +lat_0=41.9444444444444 +lon_0=-89.0722222222222 +k=1.0000337311 +x_0=146304.292608585 +y_0=0.00670561341122682 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SAD 1969 Albers South America + * - **CRS-PROJCRS** [102033] + * - **Area**: South America - SAD69 by country + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `12.52,-91.72,-55.96,-25.28` + */ +export const EPSG_102033 = + '+proj=aea +lat_0=-32 +lon_0=-60 +lat_1=-5 +lat_2=-42 +x_0=0 +y_0=0 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 15N + * - **CRS-PROJCRS** [22615] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_22615 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [31469] + * - **Area**: Germany - former West Germany onshore east of 13°30'E - state of Bayern. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.98,13.5,48.51,13.84` + */ +export const EPSG_31469 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 5 + * - **CRS-PROJCRS** [22245] + * - **Area**: Canada - Quebec - between 66°W and 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60.42,-66,47.95,-63` + */ +export const EPSG_22245 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Kp2000 Jutland + DVR90 height + * - **CRS-COMPOUNDCRS** [7418] + * - **Area**: Denmark - Jutland and Funen - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.67,11.29` + */ +export const EPSG_7418 = + '+proj=tmerc +lat_0=0 +lon_0=9.5 +k=0.99995 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 15N + * - **CRS-PROJCRS** [32615] + * - **Area**: Between 96°W and 90°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - Manitoba; Nunavut; Ontario. Ecuador -Galapagos. Guatemala. Mexico. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,0,-90` + */ +export const EPSG_32615 = '+proj=utm +zone=15 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1674) + * - **CRS-GEOGCRS** [9056] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9056 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Azores Oriental 1995 + * - **CRS-GEOGCRS** [4664] + * - **Area**: Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `37.96,-25.92,36.87,-24.72` + */ +export const EPSG_4664 = + '+proj=longlat +ellps=intl +towgs84=-208.719,129.685,52.092,0.195,0.014,-0.327,0.198 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 16N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6659] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_6659 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 36N + NN2000 height + * - **CRS-COMPOUNDCRS** [5976] + * - **Area**: Norway - onshore - east of 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.77,30,69.46,31.32` + */ +export const EPSG_5976 = '+proj=utm +zone=36 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 45N + * - **CRS-PROJCRS** [32245] + * - **Area**: Between 84°E and 90°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,84,0,90` + */ +export const EPSG_32245 = + '+proj=utm +zone=45 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * PN84 / UTM zone 27N + * - **CRS-PROJCRS** [9406] + * - **Area**: Spain - Canary Islands - El Hierro onshore west of 18°W. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `27.88,-18.22,27.59,-18` + */ +export const EPSG_9406 = + '+proj=utm +zone=27 +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Fillmore + * - **CRS-GEOGCRS** [104722] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104722 = '+proj=longlat +a=6378464.661 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Fiji 1956 + * - **CRS-GEOGCRS** [4721] + * - **Area**: Fiji - onshore - Vanua Levu, Taveuni, Viti Levu and and immediately adjacent smaller islands of Yasawa and Kandavu groups. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `7` + * - **BBOX**: `-16.1,176.81,-19.22,-179.77` + */ +export const EPSG_4721 = + '+proj=longlat +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 50S + * - **CRS-PROJCRS** [32750] + * - **Area**: Between 114°E and 120°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,114,-80,120` + */ +export const EPSG_32750 = '+proj=utm +zone=50 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 13N + * - **CRS-PROJCRS** [26713] + * - **Area**: North America - between 108°W and 102°W. Canada - Northwest Territories; Nunavut; Saskatchewan. Mexico. United States (USA) - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming. Onshore for Mexican Pacific and Canadian Arctic coasts. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `79.42,-108,17.86,-102` + */ +export const EPSG_26713 = + '+proj=utm +zone=13 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * ITRF2005 + SA LLD height + * - **CRS-COMPOUNDCRS** [9543] + * - **Area**: South Africa - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,16.45,-34.88,32.95` + */ +export const EPSG_9543 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Sheboygan (US feet) + * - **CRS-PROJCRS** [103458] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103458 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7615443231 +y_0=0.00121920243840488 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 52.2 + * - **CRS-PROJCRS** [23842] + * - **Area**: Indonesia - onshore between 129°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0.1,129,-8.41,132` + */ +export const EPSG_23842 = + '+proj=tmerc +lat_0=0 +lon_0=130.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 30 + * - **CRS-PROJCRS** [5130] + * - **Area**: Norway - onshore - east of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.77,30,69.46,31.32` + */ +export const EPSG_5130 = + '+proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arizona West (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8702] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_8702 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * Carthage (Paris) / Tunisia Mining Grid + * - **CRS-PROJCRS** [22300] + * - **Area**: Tunisia - onshore. + * - **Unit**: `kilometre` + * - **Accuracy**: `null` + * - **BBOX**: `37.4,7.49,30.23,11.59` + */ +export const EPSG_22300 = 'null'; + +/** + * UCS-2000 + * - **CRS-GEOG3DCRS** [5560] + * - **Area**: Ukraine - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.38,22.15,43.18,40.18` + */ +export const EPSG_5560 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * S-JTSK [JTSK03] / Krovak + * - **CRS-PROJCRS** [8352] + * - **Area**: Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.61,16.84,47.73,22.56` + */ +export const EPSG_8352 = + '+proj=krovak +axis=swu +lat_0=49.5 +lon_0=24.8333333333333 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 7-11 + * - **CRS-PROJCRS** [6065] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `67.84,-59,62.83,-42` + */ +export const EPSG_6065 = + '+proj=lcc +lat_0=65.3510393055555 +lon_0=-51 +lat_1=67 +lat_2=63.6666666666667 +x_0=11500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 24 + * - **CRS-PROJCRS** [4058] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 23°E and 25°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.58,23,-11.47,25` + */ +export const EPSG_4058 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EVRF2019 mean-tide height + * - **CRS-VERTCRS** [9390] + * - **Area**: Europe - onshore - Andorra; Austria; Belarus; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland; Romania; Russia – west of approximately 60°E; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Ukraine; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `77.07,-9.56,35.95,69.15` + */ +export const EPSG_9390 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [20917] + * - **Area**: Russian Federation - onshore between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.32,96,49.73,102` + */ +export const EPSG_20917 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF06P01 + * - **CRS-GEOGCRS** [8978] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8978 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Renville (US foot) + * - **CRS-PROJCRS** [103771] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103771 = + '+proj=lcc +lat_0=44.4561111111111 +lon_0=-94.6333333333333 +lat_1=44.5333333333333 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378414.369 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST29-32 + * - **CRS-PROJCRS** [3267] + * - **Area**: Antarctica - 76°S to 80°S and 12°W to 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-12,-80,12` + */ +export const EPSG_3267 = + '+proj=lcc +lat_0=-90 +lon_0=0 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Delaware + * - **CRS-PROJCRS** [6435] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_6435 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 3 + * - **CRS-PROJCRS** [32183] + * - **Area**: Canada - Newfoundland and Labrador between 60°W and 57°30'W; Canada - Quebec east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `55.38,-60,47.5,-57.1` + */ +export const EPSG_32183 = + '+proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 8N (ftUS) + * - **CRS-PROJCRS** [4408] + * - **Area**: United States (USA) - between 138°W and 132°W onshore and offshore - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `73.04,-138,53.6,-131.99` + */ +export const EPSG_4408 = + '+proj=tmerc +lat_0=0 +lon_0=-135 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 55 + * - **CRS-PROJCRS** [21255] + * - **Area**: Russian Federation - onshore between 163°30'E and 166°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.82,163.5,54.69,166.5` + */ +export const EPSG_21255 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Virginia South (ftUS) + * - **CRS-PROJCRS** [2925] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_2925 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Ohio North + * - **CRS-PROJCRS** [3637] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_3637 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Michigan North + * - **CRS-PROJCRS** [6966] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_6966 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=45.4833333333333 +lat_2=47.0833333333333 +x_0=609601.219202438 +y_0=0 +k_0=1.0000382 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 24 + * - **CRS-PROJCRS** [28424] + * - **Area**: Russian Federation - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.27,138,45.84,144` + */ +export const EPSG_28424 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N (zE-N) + * - **CRS-PROJCRS** [5649] + * - **Area**: Germany - onshore and offshore west of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.92,3.34,50.97,6` + */ +export const EPSG_5649 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [20014] + * - **Area**: Russian Federation - onshore between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,78,50.69,84` + */ +export const EPSG_20014 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * S34J-IRF + * - **CRS-GEOGCRS** [10158] + * - **Area**: Denmark - Jutland and Funen - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.67,11.29` + */ +export const EPSG_10158 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * Datum 73 Hayford Gauss IGeoE + * - **CRS-PROJCRS** [102160] + * - **Area**: Portugal - mainland - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_102160 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=200180.598 +y_0=299913.01 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2476] + * - **Area**: Russian Federation - onshore between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.32,96,49.73,102` + */ +export const EPSG_2476 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho Central + * - **CRS-PROJCRS** [26969] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_26969 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 3 + * - **CRS-PROJCRS** [22183] + * - **Area**: Argentina - between 67°30'W and 64°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-21.78,-67.5,-55.11,-64.49` + */ +export const EPSG_22183 = + '+proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI / Austria GK Central + * - **CRS-PROJCRS** [31255] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_31255 = + '+proj=tmerc +lat_0=0 +lon_0=13.3333333333333 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 17 + * - **CRS-PROJCRS** [2026] + * - **Area**: Canada - Ontario - west of 94°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `53.24,-95.16,48.69,-94.5` + */ +export const EPSG_2026 = + '+proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Albers for Northern Asia + * - **CRS-PROJCRS** [102025] + * - **Area**: Asia - North + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,25,10,185` + */ +export const EPSG_102025 = + '+proj=aea +lat_0=30 +lon_0=95 +lat_1=15 +lat_2=65 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [2533] + * - **Area**: Azerbaijan, Kazakhstan and Russian Federation onshore - between 49°30'E and 52°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.22,49.5,37.66,52.5` + */ +export const EPSG_2533 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Eugene zone (ft) + * - **CRS-PROJCRS** [6823] + * - **Area**: United States (USA) - Oregon - Eugene area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.71,-123.8,43.74,-122.18` + */ +export const EPSG_6823 = + '+proj=tmerc +lat_0=43.75 +lon_0=-123.166666666667 +k=1.000015 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Massachusetts Mainland + * - **CRS-PROJCRS** [26986] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_26986 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo25 + * - **CRS-PROJCRS** [102475] + * - **Area**: South Africa - 24~E to 26~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-24.71,24,-34.26,26.01` + */ +export const EPSG_102475 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * IG05/12 Intermediate CRS + * - **CRS-GEOG3DCRS** [6989] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6989 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Sullivan (m) + * - **CRS-PROJCRS** [7361] + * - **Area**: United States (USA) - Indiana - Sullivan county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.26,-87.66,38.9,-87.24` + */ +export const EPSG_7361 = + '+proj=tmerc +lat_0=38.9 +lon_0=-87.5 +k=1.000017 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 51E + * - **CRS-PROJCRS** [2499] + * - **Area**: Azerbaijan - east of 48°E; Kazakhstan - 48°E to 54°E; Russian Federation - 48°E to 54°E; Turkmenistan - west of 54°E. Includes Caspian Sea (considered a lake rather than offshore). + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.4,48,37.34,54` + */ +export const EPSG_2499 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Uranus - Titania + * - **CRS-GEOGCRS** [104958] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104958 = '+proj=longlat +R=788900 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Hennepin (meter) + * - **CRS-PROJCRS** [103634] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103634 = + '+proj=lcc +lat_0=44.7911111111111 +lon_0=-93.3833333333333 +lat_1=44.8833333333333 +lat_2=45.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378418.941 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 20 + * - **CRS-PROJCRS** [3322] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 19°E and 21°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.01,19,-7.29,21` + */ +export const EPSG_3322 = + '+proj=tmerc +lat_0=0 +lon_0=20 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A14H1 + * - **CRS-PROJCRS** [112025] + * - **Area**: UK - Highways England - A14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.1984,-4.4468,50.585,-3.1023` + */ +export const EPSG_112025 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999913740994384 +x_0=111034.697926722 +y_0=71022.1941693447 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 2-10 + * - **CRS-PROJCRS** [6120] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `84.51,146,79.5,-173.99` + */ +export const EPSG_6120 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=166 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=10500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Idaho East + * - **CRS-PROJCRS** [103264] + * - **Area**: USA - Idaho - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_103264 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368421053 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin Central + * - **CRS-PROJCRS** [2860] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_2860 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alberta 3TM ref merid 114 W + * - **CRS-PROJCRS** [3772] + * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60,-115.5,48.99,-112.5` + */ +export const EPSG_3772 = + '+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / South Carolina (ft) + * - **CRS-PROJCRS** [6570] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_6570 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=34.8333333333333 +lat_2=32.5 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SV11-20 + * - **CRS-PROJCRS** [3288] + * - **Area**: Antarctica - 84°S to 88°S and 120°W to 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-84,-120,-88,-60` + */ +export const EPSG_3288 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ITRF2000 + * - **CRS-GEOGCRS** [8997] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8997 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 30E + * - **CRS-PROJCRS** [21310] + * - **Area**: Russian Federation - onshore between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.85,28.5,52.85,31.5` + */ +export const EPSG_21310 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Stevens + * - **CRS-GEOGCRS** [104775] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104775 = '+proj=longlat +a=6378502.761 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Minna + * - **CRS-GEOGCRS** [4263] + * - **Area**: Nigeria - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `15` + * - **BBOX**: `13.9,2.66,1.92,14.65` + */ +export const EPSG_4263 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-92,-93,122,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 12N + * - **CRS-PROJCRS** [32212] + * - **Area**: Between 114°W and 108°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-114,0,-108` + */ +export const EPSG_32212 = + '+proj=utm +zone=12 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 126E + * - **CRS-PROJCRS** [4799] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_4799 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * BI height + * - **CRS-VERTCRS** [9451] + * - **Area**: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland) and Northern Ireland. Ireland onshore. Isle of Man onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `61.01,-10.85,49.75,2.01` + */ +export const EPSG_9451 = '+vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / TM Baltic93 + * - **CRS-PROJCRS** [25884] + * - **Area**: Estonia, Latvia and Lithuania - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,19.02,53.89,28.24` + */ +export const EPSG_25884 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN56 Lifou + * - **CRS-GEOGCRS** [4633] + * - **Area**: New Caledonia - Loyalty Islands - Lifou. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-20.62,166.98,-21.24,167.52` + */ +export const EPSG_4633 = + '+proj=longlat +ellps=intl +towgs84=335.47,222.58,-230.94,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone A1 + * - **CRS-PROJCRS** [5921] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.01,-156,75,-66` + */ +export const EPSG_5921 = + '+proj=lcc +lat_0=81.317226 +lon_0=-111 +lat_1=85 +lat_2=77 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 42N + * - **CRS-PROJCRS** [32642] + * - **Area**: Between 66°E and 72°E, northern hemisphere between equator and 84°N, onshore and offshore. Afghanistan. India. Kazakhstan. Kyrgyzstan. Pakistan. Russian Federation. Tajikistan. Uzbekistan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,66,0,72` + */ +export const EPSG_32642 = '+proj=utm +zone=42 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGS97 + * - **CRS-GCENCRS** [9001] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9001 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 12N + * - **CRS-PROJCRS** [22212] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_22212 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Panama-Colon 1911 / Panama Polyconic + * - **CRS-PROJCRS** [5472] + * - **Area**: Panama - onshore. + * - **Unit**: `Clarke's yard` + * - **Accuracy**: `null` + * - **BBOX**: `9.68,-83.04,7.15,-77.19` + */ +export const EPSG_5472 = + '+proj=poly +lat_0=8.25 +lon_0=-81 +x_0=914391.7962 +y_0=999404.721715486 +ellps=clrk66 +to_meter=0.9143917962 +no_defs +type=crs'; + +/** + * KGD2002 / East Sea Belt 2010 + * - **CRS-PROJCRS** [5188] + * - **Area**: Republic of Korea (South Korea) - onshore between 130°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.62,130.71,37.39,131.01` + */ +export const EPSG_5188 = + '+proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 + * - **CRS-GEOGCRS** [8240] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8240 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 2 + * - **CRS-PROJCRS** [22642] + * - **Area**: Canada - Newfoundland and Labrador between 57°30'W and 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.71,-57.5,46.81,-54.49` + */ +export const EPSG_22642 = + '+proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E + * - **CRS-PROJCRS** [2708] + * - **Area**: Russian Federation - onshore between 46°30'E and 49°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,46.5,41.19,49.5` + */ +export const EPSG_2708 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 17 + * - **CRS-PROJCRS** [22357] + * - **Area**: Canada - Ontario - west of 94°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.24,-95.16,48.69,-94.5` + */ +export const EPSG_22357 = + '+proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Corrego Alegre 1961 / UTM zone 22S + * - **CRS-PROJCRS** [5537] + * - **Area**: Brazil - onshore between 54°W and 48°W and between 15°S and 27°30'S. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-14.99,-54,-27.5,-47.99` + */ +export const EPSG_5537 = + '+proj=utm +zone=22 +south +ellps=intl +nadgrids=CA61_003.gsb +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 34 + * - **CRS-PROJCRS** [2358] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_2358 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nebraska (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8755] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_8755 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2b / CC47 + * - **CRS-PROJCRS** [9847] + * - **Area**: France - mainland onshore between 46°N and 48°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48,-4.77,46,7.63` + */ +export const EPSG_9847 = + '+proj=lcc +lat_0=47 +lon_0=3 +lat_1=46.25 +lat_2=47.75 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 7N + * - **CRS-PROJCRS** [22707] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_22707 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / East Sea Belt + * - **CRS-PROJCRS** [5167] + * - **Area**: Republic of Korea (South Korea) - onshore between 130°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.62,130.71,37.39,131.01` + */ +export const EPSG_5167 = + '+proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * Douala 1948 / AEF west + * - **CRS-PROJCRS** [3119] + * - **Area**: Cameroon - coastal area. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `4.99,8.45,2.16,10.4` + */ +export const EPSG_3119 = + '+proj=tmerc +lat_0=0 +lon_0=10.5 +k=0.999 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 57S + * - **CRS-PROJCRS** [32357] + * - **Area**: Between 156°E and 162°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,156,-80,162` + */ +export const EPSG_32357 = + '+proj=utm +zone=57 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California zone IV + * - **CRS-PROJCRS** [26744] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_26744 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * REGCAN95 + La Palma height + * - **CRS-COMPOUNDCRS** [9514] + * - **Area**: Spain - Canary Islands - La Palma onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.9,-18.06,28.4,-17.66` + */ +export const EPSG_9514 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 22S + * - **CRS-PROJCRS** [31982] + * - **Area**: Brazil - between 54°W and 48°W, northern and southern hemispheres, onshore and offshore. In remainder of South America - between 54°W and 48°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.04,-54,-54.18,-47.99` + */ +export const EPSG_31982 = + '+proj=utm +zone=22 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 + * - **CRS-GEOGCRS** [4326] + * - **Area**: World: Afghanistan, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antarctica, Antigua and Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Azerbaijan, Bahamas, Bahrain, Bangladesh, Barbados, Belgium, Belgium, Belize, Benin, Bermuda, Bhutan, Bolivia, Bonaire, Saint Eustasius and Saba, Bosnia and Herzegovina, Botswana, Bouvet Island, Brazil, British Indian Ocean Territory, British Virgin Islands, Brunei Darussalam, Bulgaria, Burkina Faso, Burundi, Cambodia, Cameroon, Canada, Cape Verde, Cayman Islands, Central African Republic, Chad, Chile, China, Christmas Island, Cocos (Keeling) Islands, Comoros, Congo, Cook Islands, Costa Rica, Côte d'Ivoire (Ivory Coast), Croatia, Cuba, Curacao, Cyprus, Czechia, Denmark, Djibouti, Dominica, Dominican Republic, East Timor, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eritrea, Estonia, Eswatini (Swaziland), Ethiopia, Falkland Islands (Malvinas), Faroe Islands, Fiji, Finland, France, French Guiana, French Polynesia, French Southern Territories, Gabon, Gambia, Georgia, Germany, Ghana, Gibraltar, Greece, Greenland, Grenada, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard Island and McDonald Islands, Holy See (Vatican City State), Honduras, China - Hong Kong, Hungary, Iceland, India, Indonesia, Islamic Republic of Iran, Iraq, Ireland, Israel, Italy, Jamaica, Japan, Jordan, Kazakhstan, Kenya, Kiribati, Democratic People's Republic of Korea (North Korea), Republic of Korea (South Korea), Kosovo, Kuwait, Kyrgyzstan, Lao People's Democratic Republic (Laos), Latvia, Lebanon, Lesotho, Liberia, Libyan Arab Jamahiriya, Liechtenstein, Lithuania, Luxembourg, China - Macao, Madagascar, Malawi, Malaysia, Maldives, Mali, Malta, Marshall Islands, Martinique, Mauritania, Mauritius, Mayotte, Mexico, Federated States of Micronesia, Monaco, Mongolia, Montenegro, Montserrat, Morocco, Mozambique, Myanmar (Burma), Namibia, Nauru, Nepal, Netherlands, New Caledonia, New Zealand, Nicaragua, Niger, Nigeria, Niue, Norfolk Island, North Macedonia, Northern Mariana Islands, Norway, Oman, Pakistan, Palau, Panama, Papua New Guinea (PNG), Paraguay, Peru, Philippines, Pitcairn, Poland, Portugal, Puerto Rico, Qatar, Reunion, Romania, Russian Federation, Rwanda, St Barthelemy, St Kitts and Nevis, St Helena, Ascension and Tristan da Cunha, St Lucia, St Martin, St Pierre and Miquelon, Saint Vincent and the Grenadines, Samoa, San Marino, Sao Tome and Principe, Saudi Arabia, Senegal, Serbia, Seychelles, Sierra Leone, Singapore, Slovakia (Slovak Republic), Slovenia, St Maarten, Solomon Islands, Somalia, South Africa, South Georgia and the South Sandwich Islands, South Sudan, Spain, Sri Lanka, Sudan, Suriname, Svalbard and Jan Mayen, Sweden, Switzerland, Syrian Arab Republic, Taiwan, Tajikistan, United Republic of Tanzania, Thailand, The Democratic Republic of the Congo (Zaire), Togo, Tokelau, Tonga, Trinidad and Tobago, Tunisia, Türkiye (Turkey), Turkmenistan, Turks and Caicos Islands, Tuvalu, Uganda, Ukraine, United Arab Emirates (UAE), United Kingdom (UK), United States (USA), United States Minor Outlying Islands, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, US Virgin Islands, Wallis and Futuna, Western Sahara, Yemen, Zambia, Zimbabwe. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4326 = '+proj=longlat +datum=WGS84 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 7S + * - **CRS-PROJCRS** [32707] + * - **Area**: Between 144°W and 138°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-144,-80,-138` + */ +export const EPSG_32707 = '+proj=utm +zone=7 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kentucky South (ftUS) + * - **CRS-PROJCRS** [3549] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_3549 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 40 + * - **CRS-PROJCRS** [4776] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_4776 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 59 + * - **CRS-PROJCRS** [7859] + * - **Area**: Norfolk Island - offshore east of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-25.61,168,-32.48,173.35` + */ +export const EPSG_7859 = + '+proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MLLWS depth + * - **CRS-VERTCRS** [5864] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5864 = '+vunits=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo29 (E-N) + * - **CRS-PROJCRS** [102567] + * - **Area**: South Africa - 28~E to 30~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,27.99,-33.03,30.01` + */ +export const EPSG_102567 = + '+proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 8 + * - **CRS-PROJCRS** [2071] + * - **Area**: Libya - onshore between 14°E and 16°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `32.79,14,22.61,16` + */ +export const EPSG_2071 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2014 + * - **CRS-GCENCRS** [7789] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7789 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Cass (m) + * - **CRS-PROJCRS** [7273] + * - **Area**: United States (USA) - Indiana - Cass county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.92,-86.59,40.56,-86.16` + */ +export const EPSG_7273 = + '+proj=tmerc +lat_0=40.55 +lon_0=-86.4 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Bergenhalvoen + * - **CRS-PROJCRS** [102137] + * - **Area**: Norway - Bergenhalvoen Kommune + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.5437,5.1374,60.1651,5.6993` + */ +export const EPSG_102137 = + '+proj=tmerc +lat_0=58 +lon_0=6.05625 +k=1 +x_0=100000 +y_0=-200000 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 45 + * - **CRS-PROJCRS** [2421] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_2421 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / NSIDC EASE-Grid 2.0 North + * - **CRS-PROJCRS** [6931] + * - **Area**: Northern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_6931 = + '+proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Oneida (ftUS) + * - **CRS-PROJCRS** [7623] + * - **Area**: United States (USA) - Wisconsin - Oneida county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.91,-90.05,45.46,-89.04` + */ +export const EPSG_7623 = + '+proj=lcc +lat_1=45.7042237702778 +lat_0=45.7042237702778 +lon_0=-89.5444444444444 +k_0=1.0000686968 +x_0=70104.1402082804 +y_0=57588.0347472695 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 14 + * - **CRS-PROJCRS** [26894] + * - **Area**: Canada - Ontario - between 88°30'W and 85°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.7,-88.5,47.17,-85.5` + */ +export const EPSG_26894 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 + INAGeoid2020 v2 height + * - **CRS-COMPOUNDCRS** [20043] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_20043 = '+proj=longlat +ellps=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Maryland (US Feet) + * - **CRS-PROJCRS** [103376] + * - **Area**: USA - Maryland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_103376 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=38.3 +lat_2=39.45 +x_0=400000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RGFG95 / UTM zone 22N + * - **CRS-PROJCRS** [2972] + * - **Area**: French Guiana - east of 54°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `8.88,-54,2.17,-49.45` + */ +export const EPSG_2972 = + '+proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / South Dakota South (ftUS) + * - **CRS-PROJCRS** [3660] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_3660 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Iowa North + * - **CRS-PROJCRS** [6462] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_6462 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Dakota (US foot) + * - **CRS-PROJCRS** [103726] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103726 = + '+proj=lcc +lat_0=44.4719444444445 +lon_0=-93.3166666666667 +lat_1=44.5166666666667 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378421.989 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR37-38 + * - **CRS-PROJCRS** [3230] + * - **Area**: Antarctica - 68°S to 72°S and 36°E to 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,36,-72,48` + */ +export const EPSG_3230 = + '+proj=lcc +lat_0=-90 +lon_0=42 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Jersey (ftUS) + * - **CRS-PROJCRS** [6527] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_6527 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 141E + * - **CRS-PROJCRS** [21347] + * - **Area**: Russian Federation - onshore between 139°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.23,139.5,45.84,142.5` + */ +export const EPSG_21347 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Egypt 1907 / Red Belt + * - **CRS-PROJCRS** [22992] + * - **Area**: Egypt - onshore between 29°E and 33°E, offshore Mediterranean east of 29°E and offshore Gulf of Suez. + * - **Unit**: `metre` + * - **Accuracy**: `1.2` + * - **BBOX**: `33.82,29,21.99,34.27` + */ +export const EPSG_22992 = + '+proj=tmerc +lat_0=30 +lon_0=31 +k=1 +x_0=615000 +y_0=810000 +ellps=helmert +towgs84=-127.535,113.495,-12.7,1.603747,-0.153612,-5.364408,5.33745 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California II + * - **CRS-PROJCRS** [103233] + * - **Area**: USA - California - SPCS - 2 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_103233 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=38.3333333333333 +lat_2=39.8333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Natural Earth II + * - **CRS-PROJCRS** [53078] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53078 = + '+proj=natearth2 +lon_0=0 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oklahoma South + * - **CRS-PROJCRS** [2837] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_2837 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 18N + * - **CRS-PROJCRS** [3725] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-78,28.28,-72` + */ +export const EPSG_3725 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B23H1 + * - **CRS-PROJCRS** [112072] + * - **Area**: UK - Highways England - B23 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7967,0.4197,52.0213,0.5958` + */ +export const EPSG_112072 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999655752413687 +x_0=-156008.502381475 +y_0=111006.049771434 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Missouri West + * - **CRS-PROJCRS** [103399] + * - **Area**: USA - Missouri - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.59,-95.77,36.48,-93.48` + */ +export const EPSG_103399 = + '+proj=tmerc +lat_0=36.1666666666667 +lon_0=-94.5 +k=0.999941176470588 +x_0=850000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 (lon-lat) + * - **CRS-GEOG3DCRS** [9778] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9778 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pennington (meter) + * - **CRS-PROJCRS** [103663] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103663 = + '+proj=lcc +lat_0=47.4988888888889 +lon_0=-96.3666666666667 +lat_1=47.6 +lat_2=48.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378445.763 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Peninsula RSO + * - **CRS-PROJCRS** [3375] + * - **Area**: Malaysia - West Malaysia onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.81,98.02,1.13,105.82` + */ +export const EPSG_3375 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.025796466667 +gamma=323.130102361111 +k=0.99984 +x_0=804671 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS LaPorte-Pulaski-Starke (ftUS) + * - **CRS-PROJCRS** [7336] + * - **Area**: United States (USA) - Indiana - counties of LaPorte, Pulaski and Starke. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.94,40.9,-86.46` + */ +export const EPSG_7336 = + '+proj=tmerc +lat_0=40.9 +lon_0=-86.75 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 2 + * - **CRS-PROJCRS** [102422] + * - **Area**: ARC System - Zone 2 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48,-180,32,180` + */ +export const EPSG_102422 = + '+proj=eqc +lat_ts=41.12682127 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 19 + * - **CRS-PROJCRS** [8539] + * - **Area**: United States (USA) - Kansas - counties of Chautauqua; Coffey; Elk; Greenwood; Montgomery; Osage; Wilson; Woodson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-96.53,36.99,-95.5` + */ +export const EPSG_8539 = + '+proj=tmerc +lat_0=36.75 +lon_0=-95.9666666666667 +k=1.000034 +x_0=5943611.88722377 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Camacupa 1948 / TM 11.30 SE + * - **CRS-PROJCRS** [22091] + * - **Area**: Angola - offshore block 15. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-6.03,10.83,-6.59,11.67` + */ +export const EPSG_22091 = + '+proj=tmerc +lat_0=0 +lon_0=11.5 +k=0.9996 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / UTM zone 59S + * - **CRS-PROJCRS** [2134] + * - **Area**: New Zealand - offshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-30.78,168,-55.95,174` + */ +export const EPSG_2134 = + '+proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Madhya Pradesh + * - **CRS-PROJCRS** [7766] + * - **Area**: India - Madhya Pradesh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.88,74.03,21.07,82.81` + */ +export const EPSG_7766 = + '+proj=lcc +lat_0=24.00529821 +lon_0=78.375 +lat_1=22 +lat_2=26 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NTF (Greenwich) Lambert Zone IV (degrees) + * - **CRS-PROJCRS** [102588] + * - **Area**: France - Corsica onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_102588 = + '+proj=lcc +lat_1=42.165 +lat_0=42.165 +lon_0=2.33722916666667 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 54 / 2 + * - **CRS-PROJCRS** [102072] + * - **Area**: Australia - New South Wales - 140~E to 142~E (ISG 54/2) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,140,-46.63,142` + */ +export const EPSG_102072 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Green and Lafayette (m) + * - **CRS-PROJCRS** [8169] + * - **Area**: United States (USA) - Wisconsin - counties of Green and Lafayette. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.86,-90.43,42.5,-89.36` + */ +export const EPSG_8169 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 47 + * - **CRS-PROJCRS** [2564] + * - **Area**: Russian Federation - onshore between 139°30'E and 142°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.23,139.5,45.84,142.5` + */ +export const EPSG_2564 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 7 + * - **CRS-PROJCRS** [2070] + * - **Area**: Libya - onshore between 12°E and 14°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33.06,12,22.8,14` + */ +export const EPSG_2070 = + '+proj=tmerc +lat_0=0 +lon_0=13 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo27 (E-N) + * - **CRS-PROJCRS** [102566] + * - **Area**: South Africa - 26~E to 28~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.92,26,-33.83,28` + */ +export const EPSG_102566 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Dodge and Jefferson (m) + * - **CRS-PROJCRS** [8187] + * - **Area**: United States (USA) - Wisconsin - counties of Dodge and Jefferson. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-89.02,42.84,-88.4` + */ +export const EPSG_8187 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Carroll (ftUS) + * - **CRS-PROJCRS** [7272] + * - **Area**: United States (USA) - Indiana - Carroll county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.74,-86.78,40.43,-86.37` + */ +export const EPSG_7272 = + '+proj=tmerc +lat_0=40.4 +lon_0=-86.65 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 44 + * - **CRS-PROJCRS** [2420] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_2420 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Baerum Kommune + * - **CRS-PROJCRS** [102136] + * - **Area**: Norway - Baerum Kommune + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.0366,10.3371,59.8254,10.6725` + */ +export const EPSG_102136 = + '+proj=tmerc +lat_0=58 +lon_0=10.7229166666667 +k=1 +x_0=19999.32 +y_0=-202977.79 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 15 + * - **CRS-PROJCRS** [26895] + * - **Area**: Canada - Ontario - between 91°30'W and 88°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.9,-91.5,47.97,-88.5` + */ +export const EPSG_26895 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2021 / UTM zone 12S + * - **CRS-PROJCRS** [20042] + * - **Area**: Chile - Easter Island onshore and offshore - west of 108°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-23.72,-113.21,-30.54,-108` + */ +export const EPSG_20042 = '+proj=utm +zone=12 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Oconto (ftUS) + * - **CRS-PROJCRS** [7622] + * - **Area**: United States (USA) - Wisconsin - Oconto county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.38,-88.69,44.67,-87.76` + */ +export const EPSG_7622 = + '+proj=tmerc +lat_0=44.3972222222222 +lon_0=-87.9083333333333 +k=1.0000236869 +x_0=182880.367589535 +y_0=0.00335280670561341 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Martinique 1938 / UTM zone 20N + * - **CRS-PROJCRS** [2973] + * - **Area**: Martinique - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `14.93,-61.29,14.35,-60.76` + */ +export const EPSG_2973 = + '+proj=utm +zone=20 +ellps=intl +towgs84=126.93,547.94,130.41,-2.7867,5.1612,-0.8584,13.8227 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Tennessee + * - **CRS-PROJCRS** [3661] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_3661 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mass. Mainland + * - **CRS-PROJCRS** [103377] + * - **Area**: USA - Massachusetts - SPCS - mainland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_103377 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=41.7166666666667 +lat_2=42.6833333333333 +x_0=200000 +y_0=750000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Iowa North (ftUS) + * - **CRS-PROJCRS** [6463] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_6463 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR39-40 + * - **CRS-PROJCRS** [3231] + * - **Area**: Antarctica - 68°S to 72°S and 48°E to 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,48,-72,60` + */ +export const EPSG_3231 = + '+proj=lcc +lat_0=-90 +lon_0=54 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Dodge (US foot) + * - **CRS-PROJCRS** [103727] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103727 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 138E + * - **CRS-PROJCRS** [21346] + * - **Area**: Russian Federation - onshore between 136°30'E and 139°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,136.5,44.76,139.5` + */ +export const EPSG_21346 = + '+proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Jersey + * - **CRS-PROJCRS** [6526] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_6526 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oklahoma North + * - **CRS-PROJCRS** [2836] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_2836 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Patterson + * - **CRS-PROJCRS** [53079] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53079 = + '+proj=patterson +lon_0=0 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 17N + * - **CRS-PROJCRS** [3724] + * - **Area**: United States (USA) - between 84°W and 78°W onshore and offshore - Florida; Georgia; Kentucky; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.13,-84,23.81,-78` + */ +export const EPSG_3724 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California I + * - **CRS-PROJCRS** [103232] + * - **Area**: USA - California - SPCS - 1 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_103232 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=40 +lat_2=41.6666666666667 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Egypt 1907 / Purple Belt + * - **CRS-PROJCRS** [22993] + * - **Area**: Egypt - onshore west of 29°E and north of approximately 28°11'N. + * - **Unit**: `metre` + * - **Accuracy**: `1.2` + * - **BBOX**: `31.68,24.7,28.18,29` + */ +export const EPSG_22993 = + '+proj=tmerc +lat_0=30 +lon_0=27 +k=1 +x_0=700000 +y_0=200000 +ellps=helmert +towgs84=-127.535,113.495,-12.7,1.603747,-0.153612,-5.364408,5.33745 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Missouri Central + * - **CRS-PROJCRS** [103398] + * - **Area**: USA - Missouri - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_103398 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B24H1 + * - **CRS-PROJCRS** [112073] + * - **Area**: UK - Highways England - B24 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7939,0.5508,52.0177,0.7588` + */ +export const EPSG_112073 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999613766872086 +x_0=-165002.062525782 +y_0=111001.387517344 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 36N + NN54 height + * - **CRS-COMPOUNDCRS** [6176] + * - **Area**: Norway - onshore - east of 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.77,30,69.46,31.32` + */ +export const EPSG_6176 = '+proj=utm +zone=36 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * FD54 / UTM zone 29N + * - **CRS-PROJCRS** [3374] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_3374 = + '+proj=utm +zone=29 +ellps=intl +towgs84=-153.33,-169.41,86.39,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Ottertail (meter) + * - **CRS-PROJCRS** [103662] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103662 = + '+proj=lcc +lat_0=46.1063888888889 +lon_0=-95.7166666666667 +lat_1=46.1833333333333 +lat_2=46.65 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378525.621 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 (lon-lat) + * - **CRS-GEOGCRS** [9779] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9779 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NZGD49 / South Island Grid + * - **CRS-PROJCRS** [27292] + * - **Area**: New Zealand - South Island, Stewart Island. + * - **Unit**: `British yard (Sears 1922)` + * - **Accuracy**: `1` + * - **BBOX**: `-40.44,166.37,-47.33,174.46` + */ +export const EPSG_27292 = + '+proj=tmerc +lat_0=-44 +lon_0=171.5 +k=1 +x_0=457199.207308015 +y_0=457199.207308015 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +to_meter=0.914398414616029 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Monroe-Morgan (m) + * - **CRS-PROJCRS** [7337] + * - **Area**: United States (USA) - Indiana - counties of Monroe and Morgan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.64,-86.69,38.99,-86.24` + */ +export const EPSG_7337 = + '+proj=tmerc +lat_0=38.95 +lon_0=-86.5 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / UTM zone 60S + * - **CRS-PROJCRS** [2135] + * - **Area**: New Zealand - offshore between 174°E and 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-26.42,174,-54.32,180` + */ +export const EPSG_2135 = + '+proj=utm +zone=60 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 18 + * - **CRS-PROJCRS** [8538] + * - **Area**: United States (USA) - Kansas - counties of Cowley; Harper; Sumner. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.48,-98.35,36.99,-96.52` + */ +export const EPSG_8538 = + '+proj=lcc +lat_1=37.1833333333333 +lat_0=37.1833333333333 +lon_0=-97.5 +k_0=1.000055 +x_0=5638811.27762255 +y_0=60960.1219202438 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 3 + * - **CRS-PROJCRS** [102423] + * - **Area**: ARC System - Zone 3 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56,-180,48,180` + */ +export const EPSG_102423 = + '+proj=eqc +lat_ts=52.28859923 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Panhandle Energy Albers + * - **CRS-PROJCRS** [102589] + * - **Area**: USA - Contiguous US + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50,-125,20,-65` + */ +export const EPSG_102589 = + '+proj=aea +lat_0=25 +lon_0=-86 +lat_1=31 +lat_2=41 +x_0=0 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * RDN2008 / Italy zone (N-E) + * - **CRS-PROJCRS** [6875] + * - **Area**: Italy - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_6875 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9985 +x_0=7000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Maharashtra + * - **CRS-PROJCRS** [7767] + * - **Area**: India - Maharashtra. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.04,72.6,15.6,80.9` + */ +export const EPSG_7767 = + '+proj=lcc +lat_0=18.88015774 +lon_0=76.75 +lat_1=16.625 +lat_2=21.125 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 48 + * - **CRS-PROJCRS** [2565] + * - **Area**: Russian Federation - onshore between 142°30'E and 145°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `75.98,142.5,43.61,145.5` + */ +export const EPSG_2565 = + '+proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Green Lake and Marquette (ftUS) + * - **CRS-PROJCRS** [8168] + * - **Area**: United States (USA) - Wisconsin - counties of Green Lake and Marquette. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.99,-89.6,43.63,-88.88` + */ +export const EPSG_8168 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.301752603 +y_0=79170.7793751587 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 54 / 3 + * - **CRS-PROJCRS** [102073] + * - **Area**: Australia - New South Wales - 142~E to 144~E (ISG 54/3) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,142,-46.63,144` + */ +export const EPSG_102073 = + '+proj=tmerc +lat_0=0 +lon_0=143 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * Massawa + * - **CRS-GEOGCRS** [4262] + * - **Area**: Eritrea - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `18.1,36.44,12.36,43.31` + */ +export const EPSG_4262 = + '+proj=longlat +ellps=bessel +towgs84=639,405,60,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Steele + * - **CRS-GEOGCRS** [104774] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104774 = '+proj=longlat +a=6378481.425 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * ETRS89 + Belfast height + * - **CRS-COMPOUNDCRS** [9450] + * - **Area**: United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.36,-8.18,53.96,-5.34` + */ +export const EPSG_9450 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [4798] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_4798 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 13N + * - **CRS-PROJCRS** [32213] + * - **Area**: Between 108°W and 102°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-108,0,-102` + */ +export const EPSG_32213 = + '+proj=utm +zone=13 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Combani 1950 + * - **CRS-GEOGCRS** [4632] + * - **Area**: Mayotte - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_4632 = + '+proj=longlat +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +no_defs +type=crs'; + +/** + * ITRF2014 + * - **CRS-GEOGCRS** [9000] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9000 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 43N + * - **CRS-PROJCRS** [32643] + * - **Area**: Between 72°E and 78°E, northern hemisphere between equator and 84°N, onshore and offshore. China. India. Kazakhstan. Kyrgyzstan. Maldives. Pakistan. Russian Federation. Tajikistan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,72,0,78` + */ +export const EPSG_32643 = '+proj=utm +zone=43 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 13N + * - **CRS-PROJCRS** [22213] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_22213 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 3 + * - **CRS-PROJCRS** [22643] + * - **Area**: Canada - Newfoundland west of 57°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.54,-59.48,47.5,-57.5` + */ +export const EPSG_22643 = + '+proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MALS09 Grid + * - **CRS-PROJCRS** [10227] + * - **Area**: United Kingdom (UK) - on or related to the rail route from London (Marylebone) to Leamington Spa. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.91,-2.26,51.45,-0.05` + */ +export const EPSG_10227 = + '+proj=tmerc +lat_0=52.2 +lon_0=-1.15 +k=1 +x_0=175262.1809 +y_0=174688.2508 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E + * - **CRS-PROJCRS** [2709] + * - **Area**: Russian Federation - onshore between 49°30'E and 52°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.22,49.5,42.36,52.5` + */ +export const EPSG_2709 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Corrego Alegre 1961 / UTM zone 21S + * - **CRS-PROJCRS** [5536] + * - **Area**: Brazil - west of 54°W and between 18°S and 27°30'S. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-17.99,-58.16,-27.5,-54` + */ +export const EPSG_5536 = + '+proj=utm +zone=21 +south +ellps=intl +nadgrids=CA61_003.gsb +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 / UTM zone 49N + * - **CRS-PROJCRS** [29849] + * - **Area**: Brunei - offshore west of 114°E; Malaysia - East Malaysia (Sarawak) onshore and offshore west of 114°E). + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `7.37,109.31,0.85,114` + */ +export const EPSG_29849 = + '+proj=utm +zone=49 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 16 + * - **CRS-PROJCRS** [22356] + * - **Area**: Canada - Ontario - between 94°30'W and 91°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.2,-94.5,48.06,-91.5` + */ +export const EPSG_22356 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Mississippi West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8754] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_8754 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=699999.9998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2b / CC46 + * - **CRS-PROJCRS** [9846] + * - **Area**: France - mainland onshore between 45°N and 47°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47,-2.21,45,7.16` + */ +export const EPSG_9846 = + '+proj=lcc +lat_0=46 +lon_0=3 +lat_1=45.25 +lat_2=46.75 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 35 + * - **CRS-PROJCRS** [2359] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_2359 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California zone V + * - **CRS-PROJCRS** [26745] + * - **Area**: United States (USA) - California - counties of Kern; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.43,32.76,-114.12` + */ +export const EPSG_26745 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * REGCAN95 + Lanzarote height + * - **CRS-COMPOUNDCRS** [9515] + * - **Area**: Spain - Canary Islands - Lanzarote onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `29.47,-13.95,28.78,-13.37` + */ +export const EPSG_9515 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 56S + * - **CRS-PROJCRS** [32356] + * - **Area**: Between 150°E and 156°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,150,-80,156` + */ +export const EPSG_32356 = + '+proj=utm +zone=56 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Colombia East zone + * - **CRS-PROJCRS** [3118] + * - **Area**: Colombia - east of 4°30'E of Bogota (approximately 69°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.31,-69.59,-2.25,-66.87` + */ +export const EPSG_3118 = + '+proj=tmerc +lat_0=4.59620041666667 +lon_0=-68.0775079166667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 23S + * - **CRS-PROJCRS** [31983] + * - **Area**: Brazil - between 48°W and 42°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.13,-48,-33.5,-42` + */ +export const EPSG_31983 = + '+proj=utm +zone=23 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kentucky South + * - **CRS-PROJCRS** [3548] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_3548 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 6S + * - **CRS-PROJCRS** [32706] + * - **Area**: Between 150°W and 144°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-150,-80,-144` + */ +export const EPSG_32706 = '+proj=utm +zone=6 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 41 + * - **CRS-PROJCRS** [4777] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_4777 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * MLWS depth + * - **CRS-VERTCRS** [5865] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5865 = '+vunits=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 58 + * - **CRS-PROJCRS** [7858] + * - **Area**: Australia - offshore east of 162°E. Norfolk Island - onshore and offshore west of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-25.94,162,-59.39,168` + */ +export const EPSG_7858 = + '+proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [20916] + * - **Area**: Russian Federation - onshore between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,90,49.89,96` + */ +export const EPSG_20916 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * BGS2005 / UTM zone 35N + * - **CRS-PROJCRS** [9391] + * - **Area**: Bulgaria - onshore east of 24°E, offshore west of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.15,24,41.24,30.01` + */ +export const EPSG_9391 = + '+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 26 + * - **CRS-PROJCRS** [4059] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and between 25°E and 27°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.99,25,-11.99,27` + */ +export const EPSG_4059 = + '+proj=tmerc +lat_0=0 +lon_0=26 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 6-30 + * - **CRS-PROJCRS** [6064] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-29,66.16,-11` + */ +export const EPSG_6064 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-20 +lat_1=70.3333333333333 +lat_2=67 +x_0=30500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Pennsylvania North + * - **CRS-PROJCRS** [32028] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_32028 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=40.8833333333333 +lat_2=41.95 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST25-28 + * - **CRS-PROJCRS** [3266] + * - **Area**: Antarctica - 76°S to 80°S and 36°W to 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-36,-80,-12` + */ +export const EPSG_3266 = + '+proj=lcc +lat_0=-90 +lon_0=-24 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF07P01 + * - **CRS-GEOGCRS** [8979] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8979 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Redwood (US foot) + * - **CRS-PROJCRS** [103770] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103770 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-95.2333333333333 +lat_1=44.2666666666667 +lat_2=44.5666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378438.753 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 54 + * - **CRS-PROJCRS** [21254] + * - **Area**: Russian Federation - onshore between 160°30'E and 163°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.98,160.5,54.34,163.5` + */ +export const EPSG_21254 = + '+proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 9N (ftUS) + * - **CRS-PROJCRS** [4409] + * - **Area**: United States (USA) - between 132°W and 126°W onshore and offshore - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `56.84,-132,35.38,-126` + */ +export const EPSG_4409 = + '+proj=tmerc +lat_0=0 +lon_0=-129 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Connecticut (ftUS) + * - **CRS-PROJCRS** [6434] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_6434 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.609601219 +y_0=152400.30480061 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 2 + * - **CRS-PROJCRS** [32182] + * - **Area**: Canada - Newfoundland and Labrador between 57°30'W and 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `54.71,-57.5,46.81,-54.49` + */ +export const EPSG_32182 = + '+proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Virginia North (ftUS) + * - **CRS-PROJCRS** [2924] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_2924 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / North Dakota South (ft) + * - **CRS-PROJCRS** [3636] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_3636 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [20015] + * - **Area**: Russian Federation - onshore between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.27,84,49.07,90` + */ +export const EPSG_20015 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [28425] + * - **Area**: Russian Federation - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.82,144,43.6,150` + */ +export const EPSG_28425 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2477] + * - **Area**: Russian Federation - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.48,102,49.64,108` + */ +export const EPSG_2477 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Datum 73 Hayford Gauss IPCC + * - **CRS-PROJCRS** [102161] + * - **Area**: Portugal - mainland - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_102161 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=180.598 +y_0=-86.99 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / UTM zone 15N + * - **CRS-PROJCRS** [2027] + * - **Area**: Canada - Ontario - west of 90°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `56.2,-95.16,48.03,-90` + */ +export const EPSG_2027 = + '+proj=utm +zone=15 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * MGI / Austria GK West + * - **CRS-PROJCRS** [31254] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_31254 = + '+proj=tmerc +lat_0=0 +lon_0=10.3333333333333 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho East + * - **CRS-PROJCRS** [26968] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_26968 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 2 + * - **CRS-PROJCRS** [22182] + * - **Area**: Argentina - between 70°30'W and 67°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-24.08,-70.5,-54.9,-67.49` + */ +export const EPSG_22182 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [2532] + * - **Area**: Azerbaijan, Georgia, Kazakhstan and Russian Federation onshore - between 46°30'E and 49°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.91,46.5,38.31,49.5` + */ +export const EPSG_2532 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Lambert for Africa + * - **CRS-PROJCRS** [102024] + * - **Area**: Africa + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39,-25,-35,55` + */ +export const EPSG_102024 = + '+proj=lcc +lat_0=0 +lon_0=25 +lat_1=20 +lat_2=-23 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Massachusetts Island + * - **CRS-PROJCRS** [26987] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_26987 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Eugene zone (m) + * - **CRS-PROJCRS** [6822] + * - **Area**: United States (USA) - Oregon - Eugene area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.71,-123.8,43.74,-122.18` + */ +export const EPSG_6822 = + '+proj=tmerc +lat_0=43.75 +lon_0=-123.166666666667 +k=1.000015 +x_0=50000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IG05/12 Intermediate CRS + * - **CRS-GCENCRS** [6988] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6988 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Sierra Leone 1968 / UTM zone 29N + * - **CRS-PROJCRS** [2162] + * - **Area**: Sierra Leone - onshore east of 12°W. + * - **Unit**: `metre` + * - **Accuracy**: `26` + * - **BBOX**: `10,-12,6.88,-10.26` + */ +export const EPSG_2162 = + '+proj=utm +zone=29 +a=6378249.145 +rf=293.465 +towgs84=-88,4,101,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo23 + * - **CRS-PROJCRS** [102474] + * - **Area**: South Africa - 22~E to 24~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-25.26,22,-34.26,24.01` + */ +export const EPSG_102474 = + '+proj=tmerc +lat_0=0 +lon_0=23 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * Uranus - Umbriel + * - **CRS-GEOGCRS** [104959] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104959 = '+proj=longlat +R=584700 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Wood (m) + * - **CRS-PROJCRS** [8095] + * - **Area**: United States (USA) - Wisconsin - Wood county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-90.32,44.24,-89.72` + */ +export const EPSG_8095 = + '+proj=lcc +lat_1=44.3625954694444 +lat_0=44.3625954694444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6173 +y_0=134589.754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Steuben (ftUS) + * - **CRS-PROJCRS** [7360] + * - **Area**: United States (USA) - Indiana - Steuben county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-85.2,41.52,-84.8` + */ +export const EPSG_7360 = + '+proj=tmerc +lat_0=41.5 +lon_0=-85 +k=1.000041 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 45E + * - **CRS-PROJCRS** [2498] + * - **Area**: Armenia - west of 48°E; Azerbaijan - west of 48°E; Georgia - east of 42°E; Kazakhstan - west of 48°E; Russian Federation - onshore 42°E to 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.91,42,38.84,48.01` + */ +export const EPSG_2498 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 22 + * - **CRS-PROJCRS** [3323] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 21°E and 23°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-5.31,21,-7.31,23` + */ +export const EPSG_3323 = + '+proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Houston (meter) + * - **CRS-PROJCRS** [103635] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103635 = + '+proj=lcc +lat_0=43.5 +lon_0=-91.4666666666667 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378436.619 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A13H2 + * - **CRS-PROJCRS** [112024] + * - **Area**: UK - Highways England - A13 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8981,-3.6781,50.4183,-3.4219` + */ +export const EPSG_112024 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99988973047578 +x_0=128036.937451307 +y_0=71020.4887425219 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/11 + * - **CRS-PROJCRS** [29371] + * - **Area**: Namibia - onshore west of 12°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.15,11.66,-18.53,12` + */ +export const EPSG_29371 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=11 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 2-12 + * - **CRS-PROJCRS** [6121] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `84.51,-174,79.5,-134.99` + */ +export const EPSG_6121 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=-154 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=12500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin South + * - **CRS-PROJCRS** [2861] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_2861 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alberta 3TM ref merid 117 W + * - **CRS-PROJCRS** [3773] + * - **Area**: Canada - Alberta - between 118°30'W and 115°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60,-118.5,50.77,-115.5` + */ +export const EPSG_3773 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Idaho Central + * - **CRS-PROJCRS** [103265] + * - **Area**: USA - Idaho - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_103265 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368421053 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 33E + * - **CRS-PROJCRS** [21311] + * - **Area**: Russian Federation - onshore between 31°30'E and 34°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,31.5,51.24,34.5` + */ +export const EPSG_21311 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF97 + * - **CRS-GEOGCRS** [8996] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8996 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / South Dakota North + * - **CRS-PROJCRS** [6571] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_6571 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SV21-30 + * - **CRS-PROJCRS** [3289] + * - **Area**: Antarctica - 84°S to 88°S and 60°W to 0°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-84,-60,-88,0` + */ +export const EPSG_3289 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-30 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 14N + * - **CRS-PROJCRS** [22614] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_22614 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Bayfield (ftUS) + * - **CRS-PROJCRS** [8216] + * - **Area**: United States (USA) - Wisconsin - Bayfield county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.01,-91.56,46.15,-90.75` + */ +export const EPSG_8216 = + '+proj=lcc +lat_1=46.6696483772222 +lat_0=46.6696483772222 +lon_0=-91.1527777777778 +k_0=1.0000331195 +x_0=228600.457505715 +y_0=148551.483566167 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [31468] + * - **Area**: Germany - former West Germany onshore between 10°30'E and 13°30'E - states of Bayern, Berlin, Niedersachsen, Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.59,10.5,47.39,13.51` + */ +export const EPSG_31468 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Kp2000 Zealand + DVR90 height + * - **CRS-COMPOUNDCRS** [7419] + * - **Area**: Denmark - Zealand and Lolland (onshore). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56.79,10.79,54.51,12.87` + */ +export const EPSG_7419 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.99995 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 4 + * - **CRS-PROJCRS** [22244] + * - **Area**: Canada - Quebec - between 63°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.01,-63,47.16,-60` + */ +export const EPSG_22244 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1762) + * - **CRS-GEOGCRS** [9057] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9057 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 14N + * - **CRS-PROJCRS** [32614] + * - **Area**: Between 102°W and 96°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - Manitoba; Nunavut; Saskatchewan. Mexico. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,0,-96` + */ +export const EPSG_32614 = '+proj=utm +zone=14 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 15N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6658] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_6658 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Azores Central 1995 + * - **CRS-GEOGCRS** [4665] + * - **Area**: Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `39.14,-28.9,38.32,-26.97` + */ +export const EPSG_4665 = + '+proj=longlat +ellps=intl +towgs84=-103.088,162.481,-28.276,-0.167,-0.082,-0.168,-1.504 +no_defs +type=crs'; + +/** + * PN84 / UTM zone 28N + * - **CRS-PROJCRS** [9407] + * - **Area**: Spain - Canary Islands onshore - El Hierro east of 18°W, La Gomera, La Palma and Tenerife. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `28.9,-18.06,27.58,-16.08` + */ +export const EPSG_9407 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 44N + * - **CRS-PROJCRS** [32244] + * - **Area**: Between 78°E and 84°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,78,0,84` + */ +export const EPSG_32244 = + '+proj=utm +zone=44 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Freeborn + * - **CRS-GEOGCRS** [104723] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104723 = '+proj=longlat +a=6378521.049 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Fiji 1986 + * - **CRS-GEOGCRS** [4720] + * - **Area**: Fiji - onshore. Includes Viti Levu, Vanua Levu, Taveuni, the Yasawa Group, the Kadavu Group, the Lau Islands and Rotuma Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-12.42,176.81,-20.81,-178.15` + */ +export const EPSG_4720 = + '+proj=longlat +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 51S + * - **CRS-PROJCRS** [32751] + * - **Area**: Between 120°E and 126°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. East Timor. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,120,-80,126` + */ +export const EPSG_32751 = '+proj=utm +zone=51 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 12N + * - **CRS-PROJCRS** [26712] + * - **Area**: North America - between 114°W and 108°W. Canada - Alberta; Northwest Territories; Nunavut; Saskatchewan. Mexico. United States (USA) - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. Onshore for Mexican Pacific and Canadian Arctic coasts. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `78.81,-114,18.66,-108` + */ +export const EPSG_26712 = + '+proj=utm +zone=12 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * RRAF 1991 + IGN 2008 LD height + * - **CRS-COMPOUNDCRS** [9542] + * - **Area**: Guadeloupe - onshore - La Desirade. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `16.38,-61.13,16.26,-60.97` + */ +export const EPSG_9542 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 1S + * - **CRS-PROJCRS** [32301] + * - **Area**: Between 180°W to 174°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-180,-80,-174` + */ +export const EPSG_32301 = + '+proj=utm +zone=1 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 53.1 + * - **CRS-PROJCRS** [23843] + * - **Area**: Indonesia - onshore between 132°E and 135°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-0.29,132,-7.3,135` + */ +export const EPSG_23843 = + '+proj=tmerc +lat_0=0 +lon_0=133.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan North (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8703] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_8703 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=7999999.999968 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * UCS-2000 + * - **CRS-GEOGCRS** [5561] + * - **Area**: Ukraine - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.38,22.15,43.18,40.18` + */ +export const EPSG_5561 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * S-JTSK [JTSK03] / Krovak East North + * - **CRS-PROJCRS** [8353] + * - **Area**: Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.61,16.84,47.73,22.56` + */ +export const EPSG_8353 = + '+proj=krovak +lat_0=49.5 +lon_0=24.8333333333333 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0 +units=m +no_defs +type=crs'; + +/** + * Ostenfeld reconstruction + * - **CRS-PROJCRS** [10270] + * - **Area**: Denmark - onshore northern Schleswig and surrounding islands (i.e. Jutland south of the pre-1920 border near the Kongea river). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.47,8.37,54.8,10.16` + */ +export const EPSG_10270 = + '+proj=tmerc +lat_0=54.4685 +lon_0=9.233 +k=1 +x_0=0 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 4 + * - **CRS-PROJCRS** [22194] + * - **Area**: Argentina - between 64°30'W and 61°30'W, onshore mainland. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-21.99,-64.5,-43.14,-61.49` + */ +export const EPSG_22194 = + '+proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / UTM zone 17N + * - **CRS-PROJCRS** [2031] + * - **Area**: Canada - Quebec - west of 78°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.45,-79.85,46.23,-78` + */ +export const EPSG_2031 = + '+proj=utm +zone=17 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone VI + * - **CRS-PROJCRS** [27396] + * - **Area**: Norway - between 8°10'E and 12°10'E of Oslo (18°53'22.5"E and 22°53'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `70.93,18.88,68.33,22.89` + */ +export const EPSG_27396 = + '+proj=tmerc +lat_0=58 +lon_0=10.1666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 Poland zone 8 + * - **CRS-PROJCRS** [102177] + * - **Area**: Poland - east of 22.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.41,22.5,49,24.15` + */ +export const EPSG_102177 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.999923 +x_0=8500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XIX + * - **CRS-PROJCRS** [2461] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `24.35,153.91,24.22,154.05` + */ +export const EPSG_2461 = + '+proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1674) + * - **CRS-GEOG3DCRS** [7663] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7663 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * MWC18 Grid + ODN height + * - **CRS-COMPOUNDCRS** [20003] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Manchester via Wigan and Liverpool to Chester. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.65,-3.15,53.09,-2.1` + */ +export const EPSG_20003 = + '+proj=tmerc +lat_0=53.35 +lon_0=-2.55 +k=1 +x_0=171975.9382 +y_0=116744.6938 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Mexico East (ftUS) + * - **CRS-PROJCRS** [3620] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_3620 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * QND95 / Qatar National Grid + * - **CRS-PROJCRS** [2932] + * - **Area**: Qatar - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.2,50.69,24.55,51.68` + */ +export const EPSG_2932 = + '+proj=tmerc +lat_0=24.45 +lon_0=51.2166666666667 +k=0.99999 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 4 (ftUS) + * - **CRS-PROJCRS** [6422] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_6422 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 14 + * - **CRS-PROJCRS** [32194] + * - **Area**: Canada - Ontario - between 88°30'W and 85°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `56.7,-88.5,47.17,-85.5` + */ +export const EPSG_32194 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pohnpei - Fed. States Micronesia + * - **CRS-GEOGCRS** [104109] + * - **Area**: Micronesia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `13.43,135.27,-1.19,165.68` + */ +export const EPSG_104109 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 42 + * - **CRS-PROJCRS** [21242] + * - **Area**: Russian Federation - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,124.5,49.88,127.5` + */ +export const EPSG_21242 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Polk (US foot) + * - **CRS-PROJCRS** [103766] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103766 = + '+proj=lcc +lat_0=47.4988888888889 +lon_0=-96.3666666666667 +lat_1=47.6 +lat_2=48.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378445.763 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST41-44 + * - **CRS-PROJCRS** [3270] + * - **Area**: Antarctica - 76°S to 80°S and 60°E to 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,60,-80,84` + */ +export const EPSG_3270 = + '+proj=lcc +lat_0=-90 +lon_0=72 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas South Central (ftUS) + * - **CRS-PROJCRS** [6588] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_6588 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 4-28 + * - **CRS-PROJCRS** [6072] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,22,72.83,46.01` + */ +export const EPSG_6072 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=34 +lat_1=77 +lat_2=73.6666666666667 +x_0=28500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan South (ft) + * - **CRS-PROJCRS** [2898] + * - **Area**: 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**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_2898 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * AbInvA96_2020 Grid + * - **CRS-PROJCRS** [9387] + * - **Area**: United Kingdom (UK) - on or related to the A96 highway from Aberdeen to Inverness. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.71,-4.31,57.1,-2.1` + */ +export const EPSG_9387 = + '+proj=tmerc +lat_0=57.4 +lon_0=-3.2 +k=1 +x_0=155828.702 +y_0=115225.707 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Rhode Island + * - **CRS-PROJCRS** [6567] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_6567 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Waseca (US foot) + * - **CRS-PROJCRS** [103789] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103789 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 21E + * - **CRS-PROJCRS** [21307] + * - **Area**: Russian Federation - Kaliningrad - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.5` + */ +export const EPSG_21307 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF08P01 + * - **CRS-GEOGCRS** [8980] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8980 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * TPEN11 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9368] + * - **Area**: United Kingdom (UK) - on or related to the Trans-Pennine rail route from Liverpool via Manchester to Bradford and Leeds. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9,-3.14,53.32,-1.34` + */ +export const EPSG_9368 = + '+proj=tmerc +lat_0=53.5 +lon_0=-2.25 +k=1 +x_0=203252.175 +y_0=407512.765 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Illinois West (US Feet) + * - **CRS-PROJCRS** [103273] + * - **Area**: USA - Illinois - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_103273 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941176470588 +x_0=700000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * HTRS96 / Croatia TM + * - **CRS-PROJCRS** [3765] + * - **Area**: Croatia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.54,13.43,42.34,19.43` + */ +export const EPSG_3765 = + '+proj=tmerc +lat_0=0 +lon_0=16.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Colorado Central (ftUS) + * - **CRS-PROJCRS** [2877] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_2877 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A17H2 + * - **CRS-PROJCRS** [112032] + * - **Area**: UK - Highways England - A17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.048,-1.5177,50.777,-1.0083` + */ +export const EPSG_112032 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00000576026745 +x_0=-24009.7115979077 +y_0=71028.7301438103 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cook South (meter) + * - **CRS-PROJCRS** [103623] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103623 = + '+proj=lcc +lat_0=47.4388888888889 +lon_0=-90.25 +lat_1=47.55 +lat_2=47.8166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378647.541 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [3335] + * - **Area**: Bulgaria, Poland and Romania - onshore east of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `50.93,24,41.24,29.74` + */ +export const EPSG_3335 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * ONGD14 / UTM zone 41N + * - **CRS-PROJCRS** [7376] + * - **Area**: Oman - offshore east of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `24.09,60,16.37,63.38` + */ +export const EPSG_7376 = + '+proj=utm +zone=41 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF 1989 Poland zone 8 + * - **CRS-PROJCRS** [102198] + * - **Area**: Poland - east of 22.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.41,22.5,49,24.15` + */ +export const EPSG_102198 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.999923 +x_0=8500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM NS 2010 zone 5 + * - **CRS-PROJCRS** [8083] + * - **Area**: Canada - Nova Scotia - west of 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.02,-66.28,43.41,-63` + */ +export const EPSG_8083 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN SPCS Hawaii Zone 2 (US Feet) + * - **CRS-PROJCRS** [102462] + * - **Area**: USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_102462 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966666666667 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Poland zone IV + * - **CRS-PROJCRS** [2174] + * - **Area**: Poland - southwest - south of 53°20'N and west of 19°05'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `53.34,14.14,49.39,19.09` + */ +export const EPSG_2174 = + '+proj=sterea +lat_0=51.6708333333333 +lon_0=16.6722222222222 +k=0.9998 +x_0=3703000 +y_0=5627000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon La Grande zone (m) + * - **CRS-PROJCRS** [6834] + * - **Area**: United States (USA) - Oregon - La Grande area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-118.17,45.13,-117.14` + */ +export const EPSG_6834 = + '+proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=40000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * BD50 (Brussels) + * - **CRS-GEOGCRS** [4809] + * - **Area**: Belgium - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_4809 = '+proj=longlat +ellps=intl +pm=brussels +no_defs +type=crs'; + +/** + * NAD83 / Minnesota North + * - **CRS-PROJCRS** [26991] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_26991 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SAD 1969 Equidistant Conic South America + * - **CRS-PROJCRS** [102032] + * - **Area**: South America - SAD69 by country + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `12.52,-91.72,-55.96,-25.28` + */ +export const EPSG_102032 = + '+proj=eqdc +lat_0=-32 +lon_0=-60 +lat_1=-5 +lat_2=-42 +x_0=0 +y_0=0 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Richland (m) + * - **CRS-PROJCRS** [8129] + * - **Area**: United States (USA) - Wisconsin - Richland county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.56,-90.68,43.16,-90.19` + */ +export const EPSG_8129 = + '+proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.4305555555556 +k_0=1.0000375653 +x_0=202387.6048 +y_0=134255.4253 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [2524] + * - **Area**: Belarus, Estonia, Latvia, Lithuania, Russian Federation (Kaliningrad) and Ukraine - onshore between 22°30'E and 25°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.75,22.5,47.71,25.5` + */ +export const EPSG_2524 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Koochiching + * - **CRS-GEOGCRS** [104735] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104735 = '+proj=longlat +a=6378525.621 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Carthage + * - **CRS-GEOGCRS** [4223] + * - **Area**: Tunisia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `14` + * - **BBOX**: `38.41,7.49,30.23,13.67` + */ +export const EPSG_4223 = + '+proj=longlat +ellps=clrk80ign +towgs84=-263,6,431,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 52N + * - **CRS-PROJCRS** [32252] + * - **Area**: Between 126°E and 132°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,126,0,132` + */ +export const EPSG_32252 = + '+proj=utm +zone=52 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 21 + NN2000 height + * - **CRS-COMPOUNDCRS** [5961] + * - **Area**: Norway - onshore - between 21°E and 22°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.73,21,69.03,22.01` + */ +export const EPSG_5961 = + '+proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Chatham Islands 1979 + * - **CRS-GEOGCRS** [4673] + * - **Area**: New Zealand - Chatham Islands group - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-43.3,-177.25,-44.64,-175.54` + */ +export const EPSG_4673 = + '+proj=longlat +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,-0.554,0.2263 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 2N + * - **CRS-PROJCRS** [32602] + * - **Area**: Between 174°W and 168°W, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation; United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-174,0,-168` + */ +export const EPSG_32602 = '+proj=utm +zone=2 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Columbia (ftUS) + * - **CRS-PROJCRS** [8200] + * - **Area**: United States (USA) - Wisconsin - Columbia county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-89.79,43.28,-89` + */ +export const EPSG_8200 = + '+proj=lcc +lat_1=43.4625466458333 +lat_0=43.4625466458333 +lon_0=-89.3944444444444 +k_0=1.00003498 +x_0=169164.338023876 +y_0=111569.613512827 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / UTM zone 32N (zE-N) + * - **CRS-PROJCRS** [10289] + * - **Area**: Germany - onshore and offshore between 6°E and 12°E, including Mecklenburg-Vorpommern west of 12°E and Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.47,6,47.27,12` + */ +export const EPSG_10289 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * FEH2010 / Fehmarnbelt TM + FCSVR10 height + * - **CRS-COMPOUNDCRS** [5598] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.76,11.17,54.42,11.51` + */ +export const EPSG_5598 = + '+proj=tmerc +lat_0=0 +lon_0=11.3333333333333 +k=1 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E + * - **CRS-PROJCRS** [2748] + * - **Area**: Russian Federation - onshore between 160°30'E and 163°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.98,160.5,54.34,163.5` + */ +export const EPSG_2748 = + '+proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Warner Highway zone (m) + * - **CRS-PROJCRS** [8345] + * - **Area**: United States (USA) - Oregon - Warner Highway area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.43,-120.42,41.95,-119.3` + */ +export const EPSG_8345 = + '+proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-120 +k_0=1.000245 +x_0=40000 +y_0=60000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KK reconstruction east-orientated + * - **CRS-PROJCRS** [10266] + * - **Area**: Denmark - onshore - Copenhagen and surrounding area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.82,12.23,55.51,12.73` + */ +export const EPSG_10266 = + '+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=10.37775 +x_0=0 +y_0=0 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 17N + * - **CRS-PROJCRS** [22317] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_22317 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Ain el Abd / Aramco Lambert + * - **CRS-PROJCRS** [2318] + * - **Area**: Saudi Arabia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `32.16,34.51,16.37,55.67` + */ +export const EPSG_2318 = + '+proj=lcc +lat_0=25.08951 +lon_0=48 +lat_1=17 +lat_2=33 +x_0=0 +y_0=0 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 2 (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8715] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_8715 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 27 + * - **CRS-PROJCRS** [5127] + * - **Area**: Norway - onshore - between 27°E and 28°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.19,27,69.9,28.01` + */ +export const EPSG_5127 = + '+proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 15N + * - **CRS-PROJCRS** [3159] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_3159 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 17S + * - **CRS-PROJCRS** [32317] + * - **Area**: Between 84°W and 78°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-84,-80,-78` + */ +export const EPSG_32317 = + '+proj=utm +zone=17 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 4N + * - **CRS-PROJCRS** [26704] + * - **Area**: United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-162,50.98,-155.99` + */ +export const EPSG_26704 = + '+proj=utm +zone=4 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 47S + * - **CRS-PROJCRS** [32747] + * - **Area**: Between 96°E and 102°E, southern hemisphere between 80°S and equator, onshore and offshore. Indonesia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,96,-80,102` + */ +export const EPSG_32747 = '+proj=utm +zone=47 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Delaware + * - **CRS-PROJCRS** [3509] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_3509 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Deception Island + * - **CRS-GEOGCRS** [4736] + * - **Area**: Antarctica - South Shetland Islands - Deception Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `35` + * - **BBOX**: `-62.82,-60.89,-63.08,-60.35` + */ +export const EPSG_4736 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=260,12,-147,0,0,0,0 +no_defs +type=crs'; + +/** + * Compact Miller + * - **CRS-PROJCRS** [53080] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53080 = + '+proj=comill +lon_0=0 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Freeborn (US foot) + * - **CRS-PROJCRS** [103731] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103731 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR11P01 + * - **CRS-GEOG3DCRS** [8938] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8938 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR31-32 + * - **CRS-PROJCRS** [3227] + * - **Area**: Antarctica - 68°S to 72°S and 0°E to 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,0,-72,12` + */ +export const EPSG_3227 = + '+proj=lcc +lat_0=-90 +lon_0=6 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kentucky South (ftUS) + * - **CRS-PROJCRS** [6475] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_6475 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2b + * - **CRS-GCENCRS** [9780] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9780 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 15 + * - **CRS-PROJCRS** [21215] + * - **Area**: Russian Federation - onshore between 43°30'E and 46°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.8,43.5,41.89,46.5` + */ +export const EPSG_21215 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 39N + * - **CRS-PROJCRS** [32439] + * - **Area**: Between 48°E and 54°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,48,0,54` + */ +export const EPSG_32439 = + '+proj=utm +zone=39 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah Central (ftUS) + * - **CRS-PROJCRS** [3677] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_3677 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Indiana East (ftUS) + * - **CRS-PROJCRS** [2965] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_2965 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=99999.9998983997 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * IGLD 1985 height + * - **CRS-VERTCRS** [5609] + * - **Area**: Canada and United States (USA) - Great Lakes basin and St Lawrence Seaway. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.22,-93.17,40.99,-54.75` + */ +export const EPSG_5609 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS St. Croix (ftUS) + * - **CRS-PROJCRS** [7634] + * - **Area**: United States (USA) - Wisconsin - St. Croix county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.22,-92.81,44.85,-92.13` + */ +export const EPSG_7634 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-92.6333333333333 +k=1.0000381803 +x_0=165506.73009906 +y_0=0.0103632207264414 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1927 Michigan GeoRef (US Survey Feet) + * - **CRS-PROJCRS** [102120] + * - **Area**: USA - Michigan + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_102120 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.49596139 +y_0=-4354009.81600203 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2436] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_2436 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / TM45 + * - **CRS-PROJCRS** [5259] + * - **Area**: Türkiye (Turkey) - east of 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.02,43.5,36.97,44.83` + */ +export const EPSG_5259 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Benton (ftUS) + * - **CRS-PROJCRS** [7264] + * - **Area**: United States (USA) - Indiana - Benton county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.74,-87.53,40.47,-87.09` + */ +export const EPSG_7264 = + '+proj=tmerc +lat_0=40.45 +lon_0=-87.3 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Dane (m) + * - **CRS-PROJCRS** [8191] + * - **Area**: United States (USA) - Wisconsin - Dane county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.3,-89.84,42.84,-89` + */ +export const EPSG_8191 = + '+proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.4222222222222 +k_0=1.0000384786 +x_0=247193.2944 +y_0=146591.9896 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 20N using TM Complex + * - **CRS-PROJCRS** [102570] + * - **Area**: World - N hemisphere - 66~W to 60~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,0,-60` + */ +export const EPSG_102570 = '+proj=utm +zone=20 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alabama East + * - **CRS-PROJCRS** [26929] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_26929 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mount Dillon / Tobago Grid + * - **CRS-PROJCRS** [2066] + * - **Area**: Trinidad and Tobago - Tobago - onshore. + * - **Unit**: `Clarke's link` + * - **Accuracy**: `null` + * - **BBOX**: `11.41,-60.9,11.08,-60.44` + */ +export const EPSG_2066 = + '+proj=cass +lat_0=11.2521786111111 +lon_0=-60.6860088888889 +x_0=37718.66159325 +y_0=36209.91512952 +a=6378293.64520876 +b=6356617.98767984 +to_meter=0.201166195164 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 56 + * - **CRS-PROJCRS** [2573] + * - **Area**: Russian Federation - onshore between 166°30'E and 169°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.07,166.5,54.45,169.5` + */ +export const EPSG_2573 = + '+proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / India Northeast + * - **CRS-PROJCRS** [7771] + * - **Area**: India - Arunachal Pradesh, Assam, Manipur, Meghalaya, Mizoram, Nagaland and Tripura. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `29.47,89.69,21.94,97.42` + */ +export const EPSG_7771 = + '+proj=lcc +lat_0=25.63452135 +lon_0=93.5 +lat_1=23.0416666666667 +lat_2=28.2083333333333 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Yemen NGN96 / UTM zone 38N + * - **CRS-PROJCRS** [2089] + * - **Area**: Yemen - between 42°E and 48°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `17.95,42,11.57,48.01` + */ +export const EPSG_2089 = + '+proj=utm +zone=38 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Santiam Pass zone (ft) + * - **CRS-PROJCRS** [6863] + * - **Area**: United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.66,-122.51,44.1,-121.69` + */ +export const EPSG_6863 = + '+proj=tmerc +lat_0=44.0833333333333 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 15 + * - **CRS-PROJCRS** [102435] + * - **Area**: ARC System - Zone 15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-180,-72,180` + */ +export const EPSG_102435 = + '+proj=eqc +lat_ts=-70.10896259 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Jacksons Bay 2000 + * - **CRS-PROJCRS** [2123] + * - **Area**: New Zealand - South Island - Jacksons Bay meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.67,168.02,-44.4,170.01` + */ +export const EPSG_2123 = + '+proj=tmerc +lat_0=-43.9777777777778 +lon_0=168.606111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jay (m) + * - **CRS-PROJCRS** [7321] + * - **Area**: United States (USA) - Indiana - Jay county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.58,-85.22,40.3,-84.8` + */ +export const EPSG_7321 = + '+proj=tmerc +lat_0=40.3 +lon_0=-85 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Io + * - **CRS-GEOGCRS** [104918] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104918 = '+proj=longlat +R=1821460 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Roseau (meter) + * - **CRS-PROJCRS** [103674] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103674 = + '+proj=lcc +lat_0=48.5438888888889 +lon_0=-96.15 +lat_1=48.6 +lat_2=48.9333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378449.421 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Pennsylvania North + * - **CRS-PROJCRS** [3362] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_3362 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 20 + NN54 height + * - **CRS-COMPOUNDCRS** [6160] + * - **Area**: Norway - onshore - between 20°E and 21°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.37,20,68.37,21.01` + */ +export const EPSG_6160 = + '+proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wisconsin North (ftUS) + * - **CRS-PROJCRS** [3698] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_3698 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B17H2 + * - **CRS-PROJCRS** [112065] + * - **Area**: UK - Highways England - B17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9359,-1.5042,52.0447,-0.9641` + */ +export const EPSG_112065 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00000576026745 +x_0=-24009.7115979077 +y_0=111044.916140323 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ONGD17 / UTM zone 39N + * - **CRS-PROJCRS** [9295] + * - **Area**: Oman - onshore and offshore west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `19.67,51.99,14.94,54.01` + */ +export const EPSG_9295 = '+proj=utm +zone=39 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arizona West + * - **CRS-PROJCRS** [103224] + * - **Area**: USA - Arizona - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_103224 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333333333 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming West Central (ftUS) + * - **CRS-PROJCRS** [3732] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_3732 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nevada East + * - **CRS-PROJCRS** [2820] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_2820 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New Mexico East + * - **CRS-PROJCRS** [6530] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_6530 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 6 + * - **CRS-PROJCRS** [32086] + * - **Area**: Canada - Labrador - west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `55.34,-67.81,52.05,-66` + */ +export const EPSG_32086 = + '+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 150E + * - **CRS-PROJCRS** [21350] + * - **Area**: Russian Federation - onshore between 148°30'E and 151°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,148.5,45.21,151.5` + */ +export const EPSG_21350 = + '+proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Indian 1954 / UTM zone 47N + * - **CRS-PROJCRS** [23947] + * - **Area**: Myanmar (Burma) - onshore east of 96°E; Thailand - onshore west of 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `21` + * - **BBOX**: `28.55,95.99,5.63,102.01` + */ +export const EPSG_23947 = + '+proj=utm +zone=47 +ellps=evrst30 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 15 + * - **CRS-PROJCRS** [22655] + * - **Area**: Canada - Ontario - between 91°30'W and 88°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.9,-91.5,47.97,-88.5` + */ +export const EPSG_22655 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC48 + * - **CRS-PROJCRS** [3948] + * - **Area**: France - mainland onshore between 47°N and 49°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49,-4.87,47,8.23` + */ +export const EPSG_3948 = + '+proj=lcc +lat_0=48 +lon_0=3 +lat_1=47.25 +lat_2=48.75 +x_0=1700000 +y_0=7200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cais da Madalena depth + * - **CRS-VERTCRS** [10374] + * - **Area**: Portugal - central Azores - Pico island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.61,-28.61,38.32,-27.98` + */ +export const EPSG_10374 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 55N + * - **CRS-PROJCRS** [32655] + * - **Area**: Between 144°E and 150°E, northern hemisphere between equator and 84°N, onshore and offshore. Japan. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,144,0,150` + */ +export const EPSG_32655 = '+proj=utm +zone=55 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGb08 + * - **CRS-GEOG3DCRS** [9016] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9016 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Alaska Polar Stereographic + * - **CRS-PROJCRS** [5936] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_5936 = + '+proj=stere +lat_0=90 +lon_0=-150 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGFG95 + * - **CRS-GEOGCRS** [4624] + * - **Area**: French Guiana - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `8.88,-54.61,2.11,-49.45` + */ +export const EPSG_4624 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Utah Central + * - **CRS-PROJCRS** [6619] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_6619 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 5N + * - **CRS-PROJCRS** [32205] + * - **Area**: Between 156°W and 150°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-156,0,-150` + */ +export const EPSG_32205 = + '+proj=utm +zone=5 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Redwood + * - **CRS-GEOGCRS** [104762] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104762 = '+proj=longlat +a=6378438.753 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Datum 73 + * - **CRS-GEOGCRS** [4274] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_4274 = + '+proj=longlat +ellps=intl +towgs84=-239.749,88.181,30.488,-0.263,-0.082,-1.211,2.229 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Cali urban grid + * - **CRS-PROJCRS** [6249] + * - **Area**: Colombia - Cali city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `3.56,-76.61,3.32,-76.42` + */ +export const EPSG_6249 = + '+proj=col_urban +lat_0=3.44188333333333 +lon_0=-76.5205625 +x_0=1061900.18 +y_0=872364.63 +h_0=1000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Walbeck + * - **CRS-GEOGCRS** [37007] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_37007 = '+proj=longlat +ellps=walbeck +no_defs +type=crs'; + +/** + * Low Water depth + * - **CRS-VERTCRS** [5873] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5873 = '+vunits=m +no_defs +type=crs'; + +/** + * HTRS96 + * - **CRS-GEOGCRS** [4761] + * - **Area**: Croatia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.54,13,41.62,19.43` + */ +export const EPSG_4761 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 10S + * - **CRS-PROJCRS** [32710] + * - **Area**: Between 126°W and 120°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-126,-80,-120` + */ +export const EPSG_32710 = '+proj=utm +zone=10 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2016 + * - **CRS-GEOGCRS** [9153] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9153 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 20S + * - **CRS-PROJCRS** [31995] + * - **Area**: South America between 66°W and 60°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-66,-58.39,-60` + */ +export const EPSG_31995 = + '+proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 40S + * - **CRS-PROJCRS** [32340] + * - **Area**: Between 54°E and 60°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,54,-80,60` + */ +export const EPSG_32340 = + '+proj=utm +zone=40 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * CIGD11 + GCVD54 height (ft) + * - **CRS-COMPOUNDCRS** [9503] + * - **Area**: Cayman Islands - Grand Cayman. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `19.41,-81.46,19.21,-81.04` + */ +export const EPSG_9503 = '+proj=longlat +ellps=GRS80 +vunits=ft +no_defs +type=crs'; + +/** + * Arc 1960 / UTM zone 36N + * - **CRS-PROJCRS** [21096] + * - **Area**: Kenya - north of equator and west of 36°E; Uganda - north of equator and east of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `4.63,29.99,0,36` + */ +export const EPSG_21096 = + '+proj=utm +zone=36 +a=6378249.145 +rf=293.465 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Colorado North + * - **CRS-PROJCRS** [26753] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_26753 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=39.7166666666667 +lat_2=40.7833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 10N + * - **CRS-PROJCRS** [22710] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_22710 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo 1892 / Korea Central Belt + * - **CRS-PROJCRS** [5170] + * - **Area**: Democratic People's Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore between 126°E and 128°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.8,126,33.14,128` + */ +export const EPSG_5170 = + '+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / CC50 + * - **CRS-PROJCRS** [9850] + * - **Area**: France - mainland onshore north of 49°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.14,-2.03,49,8.08` + */ +export const EPSG_9850 = + '+proj=lcc +lat_0=50 +lon_0=3 +lat_1=49.25 +lat_2=50.75 +x_0=1700000 +y_0=9200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kentucky South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8742] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_8742 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 1 + * - **CRS-PROJCRS** [5520] + * - **Area**: Germany - offshore North Sea west of 4°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.92,3.34,55.24,4.5` + */ +export const EPSG_5520 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Burns-Harper zone (ft) + * - **CRS-PROJCRS** [8312] + * - **Area**: United States (USA) - Oregon - Burns-Harper area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.19,-118.61,43.49,-117.49` + */ +export const EPSG_8312 = + '+proj=tmerc +lat_0=43.5 +lon_0=-117.666666666667 +k=1.00014 +x_0=90000.00001488 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2508] + * - **Area**: Russian Federation - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.48,102,49.64,108` + */ +export const EPSG_2508 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Washburn (m) + * - **CRS-PROJCRS** [8105] + * - **Area**: United States (USA) - Wisconsin - Washburn county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.06,45.63,-91.54` + */ +export const EPSG_8105 = + '+proj=lcc +lat_1=45.9612198333333 +lat_0=45.9612198333333 +lon_0=-91.7833333333333 +k_0=1.0000475376 +x_0=234086.8682 +y_0=188358.6058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria West Zone + * - **CRS-PROJCRS** [31281] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_31281 = + '+proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * Yellow Sea 1985 height + * - **CRS-VERTCRS** [5737] + * - **Area**: China - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,18.11,134.77` + */ +export const EPSG_5737 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Dufur-Madras zone (m) + * - **CRS-PROJCRS** [6818] + * - **Area**: United States (USA) - Oregon - Dufur-Madras area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.55,-121.95,44.63,-120.46` + */ +export const EPSG_6818 = + '+proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=80000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IRENET95 / UTM zone 29N + * - **CRS-PROJCRS** [2158] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_2158 = + '+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Neptune - Larissa + * - **CRS-GEOGCRS** [104963] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104963 = '+proj=longlat +a=104000 +rf=6.93333333333333 +no_defs +type=crs'; + +/** + * CR05 / CRTM05 + * - **CRS-PROJCRS** [5367] + * - **Area**: Costa Rica - onshore and offshore east of 86°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.77,-86.5,2.21,-81.43` + */ +export const EPSG_5367 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 14 + * - **CRS-PROJCRS** [3319] + * - **Area**: The Democratic Republic of the Congo (Zaire) - between 13°E to 15°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.28,13,-5.91,15.01` + */ +export const EPSG_3319 = + '+proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming West Central + * - **CRS-PROJCRS** [32157] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_32157 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 24N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [9714] + * - **Area**: Canada offshore Atlantic - east of 42°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.53,-42,45.53,-40.73` + */ +export const EPSG_9714 = '+proj=utm +zone=24 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 4 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8806] + * - **Area**: United States (USA) - Alaska - between 152°W and 148°W, onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_8806 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 7S + * - **CRS-PROJCRS** [32507] + * - **Area**: Between 144°W and 138°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-144,-80,-138` + */ +export const EPSG_32507 = + '+proj=utm +zone=7 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 19N + * - **CRS-PROJCRS** [3749] + * - **Area**: United States (USA) - between 72°W and 66°W - onshore - Connecticut; Maine; Massachusetts; New Hampshire; New York (Long Island); Rhode Island; Vermont. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-72,40.96,-66.91` + */ +export const EPSG_3749 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Eckert II + * - **CRS-PROJCRS** [53014] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53014 = + '+proj=eck2 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Quincy (ftUS) + * - **CRS-PROJCRS** [23316] + * - **Area**: United States (USA) - Illinois - counties of Adams and Hancock. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-91.52,39.75,-90.9` + */ +export const EPSG_23316 = + '+proj=tmerc +lat_0=36.75 +lon_0=-91.25 +k=1.000023 +x_0=2050088.9001778 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 21 + * - **CRS-PROJCRS** [4576] + * - **Area**: China - onshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,120,26.34,126` + */ +export const EPSG_4576 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS84+GRS80 / Mercator + * - **CRS-PROJCRS** [42310] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42310 = 'null'; + +/** + * RGRDC 2005 / UTM zone 35S + * - **CRS-PROJCRS** [4063] + * - **Area**: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto and east of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.79,24,-13.46,29.81` + */ +export const EPSG_4063 = + '+proj=utm +zone=35 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / New Mexico East + * - **CRS-PROJCRS** [32012] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_32012 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * EVRF2007-PL height + * - **CRS-VERTCRS** [9651] + * - **Area**: Poland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.89,14.14,49,24.15` + */ +export const EPSG_9651 = '+vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR15P01 + * - **CRS-GCENCRS** [8943] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8943 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 13N (ftUS) + * - **CRS-PROJCRS** [4433] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-108,28.98,-102` + */ +export const EPSG_4433 = + '+proj=tmerc +lat_0=0 +lon_0=-105 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 42N + * - **CRS-PROJCRS** [32442] + * - **Area**: Between 66°E and 72°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,66,0,72` + */ +export const EPSG_32442 = + '+proj=utm +zone=42 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2b / Lambert-93 + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [10499] + * - **Area**: France - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_10499 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5 (E-N) + * - **CRS-PROJCRS** [5672] + * - **Area**: Czechia - between 13°30'E and 16°30'E. Germany - states of former East Germany onshore - east of 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen. Hungary and Poland - onshore west of 16°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.72,13.5,46.54,16.5` + */ +export const EPSG_5672 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * POSGAR 98 + * - **CRS-GCENCRS** [4960] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_4960 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS II + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10163] + * - **Area**: Japan - onshore - Kyushu east of approximately 130°E - Fukuoka-ken; Saga-ken; Kumamoto-ken; Oita-ken; Miyazaki-ken; Kagoshima-ken on Kyushu (except for area within Japan Plane Rectangular Coordinate System zone I). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `33.99,129.76,30.94,132.05` + */ +export const EPSG_10163 = + '+proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Tuhirangi Circuit + * - **CRS-PROJCRS** [27210] + * - **Area**: New Zealand - North Island - Tuhirangi meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-38.87,174.88,-39.55,176.33` + */ +export const EPSG_27210 = + '+proj=tmerc +lat_0=-39.5124703888889 +lon_0=175.640036805556 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arkansas South + * - **CRS-PROJCRS** [26952] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_26952 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Maracaibo Cross Grid M4 + * - **CRS-ENGCRS** [5808] + * - **Area**: Venezuela - Maracaibo area, onshore and offshore in lake. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11,-72.25,10,-71.5` + */ +export const EPSG_5808 = 'null'; + +/** + * Kalianpur 1975 / UTM zone 45N + * - **CRS-PROJCRS** [24345] + * - **Area**: India - onshore between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `28.14,84,18.18,90.01` + */ +export const EPSG_24345 = + '+proj=utm +zone=45 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Idaho East (ftUS) + * - **CRS-PROJCRS** [3525] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_3525 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Great Lakes and St Lawrence Albers + * - **CRS-PROJCRS** [3175] + * - **Area**: Canada and United States (USA) - Great Lakes basin and St Lawrence Seaway. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `52.22,-93.17,40.99,-54.75` + */ +export const EPSG_3175 = + '+proj=aea +lat_0=45.568977 +lon_0=-83.248627 +lat_1=42.122774 +lat_2=49.01518 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGD05 + * - **CRS-GEOGCRS** [7136] + * - **Area**: Israel - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.53,32.99,29.45,35.69` + */ +export const EPSG_7136 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 49S + * - **CRS-PROJCRS** [23879] + * - **Area**: Indonesia - south of equator and between 108°E and 114°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,108,-12.07,114` + */ +export const EPSG_23879 = + '+proj=utm +zone=49 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape / Lo31 + * - **CRS-PROJCRS** [22291] + * - **Area**: South Africa - onshore between 30°E and 32°E. Eswatini (Swaziland). + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-22.22,29.99,-31.38,32.02` + */ +export const EPSG_22291 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kansas North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8739] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_8739 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [2334] + * - **Area**: China - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.52,114,22.14,120` + */ +export const EPSG_2334 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Polk (m) + * - **CRS-PROJCRS** [7566] + * - **Area**: United States (USA) - Wisconsin - Polk county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.73,-92.89,45.2,-92.15` + */ +export const EPSG_7566 = + '+proj=tmerc +lat_0=44.6611111111111 +lon_0=-92.6333333333333 +k=1.0000433849 +x_0=141732.2823 +y_0=0.0059 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(MA11) / UTM zone 55N + * - **CRS-PROJCRS** [8693] + * - **Area**: Guam and Northern Mariana Islands; onshore and offshore east of 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,144,11.05,149.55` + */ +export const EPSG_8693 = '+proj=utm +zone=55 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK22FIN + * - **CRS-PROJCRS** [3876] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `69.31,21.5,59.76,22.5` + */ +export const EPSG_3876 = + '+proj=tmerc +lat_0=0 +lon_0=22 +k=1 +x_0=22500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arkansas North + * - **CRS-PROJCRS** [2764] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_2764 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Pennsylvania North (ftUS) + * - **CRS-PROJCRS** [2271] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_2271 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Barron (ftUS) + * - **CRS-PROJCRS** [7589] + * - **Area**: United States (USA) - Wisconsin - Barron county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.65,-92.16,45.2,-91.53` + */ +export const EPSG_7589 = + '+proj=tmerc +lat_0=45.1333333333333 +lon_0=-91.85 +k=1.0000486665 +x_0=93150 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGTAAF07 + * - **CRS-GEOGCRS** [7073] + * - **Area**: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-20.91,37.98,-67.13,142` + */ +export const EPSG_7073 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2621] + * - **Area**: Russian Federation - onshore between 133°30'E and 136°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `75.9,133.5,42.74,136.5` + */ +export const EPSG_2621 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + EVRF2007 height + * - **CRS-COMPOUNDCRS** [7423] + * - **Area**: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,-9.56,35.95,31.59` + */ +export const EPSG_7423 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * JAD69 / Jamaica National Grid + * - **CRS-PROJCRS** [24200] + * - **Area**: Jamaica - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `18.58,-78.43,17.64,-76.17` + */ +export const EPSG_24200 = + '+proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=250000 +y_0=150000 +ellps=clrk66 +towgs84=-33.722,153.789,94.959,8.581,4.478,-4.54,8.95 +units=m +no_defs +type=crs'; + +/** + * Fiji 1986 / Fiji Map Grid + * - **CRS-PROJCRS** [3460] + * - **Area**: Fiji - onshore. Includes Viti Levu, Vanua Levu, Taveuni, the Yasawa Group, the Kadavu Group, the Lau Islands and Rotuma Islands. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-12.42,176.81,-20.81,-178.15` + */ +export const EPSG_3460 = + '+proj=tmerc +lat_0=-17 +lon_0=178.75 +k=0.99985 +x_0=2000000 +y_0=4000000 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 5 + * - **CRS-PROJCRS** [6398] + * - **Area**: United States (USA) - Alaska - between 156°W and 152°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_6398 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KUDAMS / KTM + * - **CRS-PROJCRS** [31901] + * - **Area**: Kuwait - Kuwait City. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.45,47.78,29.17,48.16` + */ +export const EPSG_31901 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=226.702,-193.337,-35.371,2.229,4.391,-9.238,0.9798 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 19N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6662] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_6662 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Tennessee + * - **CRS-PROJCRS** [103526] + * - **Area**: USA - Tennessee + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_103526 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=35.25 +lat_2=36.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RT38 5 gon O + * - **CRS-PROJCRS** [3030] + * - **Area**: Sweden - east of approximately 21°26'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `68.58,21.34,65.24,24.17` + */ +export const EPSG_3030 = + '+proj=tmerc +lat_0=0 +lon_0=22.5582777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Dodge + * - **CRS-GEOGCRS** [104719] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104719 = '+proj=longlat +a=6378481.425 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 33 + * - **CRS-PROJCRS** [4521] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_4521 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 50S + * - **CRS-PROJCRS** [32550] + * - **Area**: Between 114°E and 120°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,114,-80,120` + */ +export const EPSG_32550 = + '+proj=utm +zone=50 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Aitoff + * - **CRS-PROJCRS** [53043] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53043 = + '+proj=aitoff +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 + * - **CRS-GEOGCRS** [4171] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_4171 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A26H1 + * - **CRS-PROJCRS** [112049] + * - **Area**: UK - Highways England - A26 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0144,0.7786,50.7444,1.0021` + */ +export const EPSG_112049 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999516813741153 +x_0=-185984.284553461 +y_0=70994.0010929879 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / Montana + * - **CRS-PROJCRS** [32100] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_32100 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Nicollet (meter) + * - **CRS-PROJCRS** [103658] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103658 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.2666666666667 +lat_1=43.9333333333333 +lat_2=44.3666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378403.701 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Saturn - Janus + * - **CRS-GEOGCRS** [104934] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104934 = '+proj=longlat +R=88800 +no_defs +type=crs'; + +/** + * Batavia (Jakarta) / NEIEZ + * - **CRS-PROJCRS** [5330] + * - **Area**: Indonesia - onshore - Bali, Java and western Sumatra. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `5.97,95.16,-8.91,115.77` + */ +export const EPSG_5330 = + '+proj=merc +lon_0=3.19228055555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +pm=jakarta +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 19N + * - **CRS-PROJCRS** [102419] + * - **Area**: USA - 72~W to 66~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.47,-72,33.61,-65.99` + */ +export const EPSG_102419 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Bluff 1955 height + * - **CRS-VERTCRS** [5760] + * - **Area**: New Zealand - South Island - Bluff vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-46.26,168.01,-46.71,168.86` + */ +export const EPSG_5760 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Lincoln (ftUS) + * - **CRS-PROJCRS** [8152] + * - **Area**: United States (USA) - Wisconsin - Lincoln county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.56,-90.05,45.11,-89.42` + */ +export const EPSG_8152 = + '+proj=tmerc +lat_0=44.8444444444444 +lon_0=-89.7333333333333 +k=1.0000599003 +x_0=116129.032258064 +y_0=0.00579121158242316 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 5N + * - **CRS-PROJCRS** [26905] + * - **Area**: United States (USA) - between 156°W and 150°W onshore and offshore - Alaska, Hawaii. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `74.71,-156,15.56,-149.99` + */ +export const EPSG_26905 = + '+proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 15N + * - **CRS-PROJCRS** [22415] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_22415 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [5275] + * - **Area**: Türkiye (Turkey) - east of 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.02,43.5,36.97,44.83` + */ +export const EPSG_5275 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / CARN2020 + * - **CRS-PROJCRS** [8017] + * - **Area**: Australia - Western Australia - Carnarvon area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-23,113.33,-25.5,114` + */ +export const EPSG_8017 = + '+proj=tmerc +lat_0=0 +lon_0=113.666666666667 +k=0.99999796 +x_0=50000 +y_0=3050000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / Peru central zone + * - **CRS-PROJCRS** [24892] + * - **Area**: Peru - between 79°W and 73°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `-0.03,-79,-16.57,-73` + */ +export const EPSG_24892 = + '+proj=tmerc +lat_0=-9.5 +lon_0=-76 +k=0.99932994 +x_0=720000 +y_0=1039979.159 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Michigan West + * - **CRS-PROJCRS** [5625] + * - **Area**: United States (USA) - Michigan - counties of Baraga; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Marquette; Menominee; Ontonagon. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.09,-83.44` + */ +export const EPSG_5625 = + '+proj=tmerc +lat_0=41.5 +lon_0=-88.75 +k=0.999909091 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Marathon (ftUS) + * - **CRS-PROJCRS** [7618] + * - **Area**: United States (USA) - Wisconsin - Marathon county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.13,-90.32,44.68,-89.22` + */ +export const EPSG_7618 = + '+proj=lcc +lat_1=44.9009044236111 +lat_0=44.9009044236111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493522987 +y_0=55049.2669545339 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + * - **CRS-GEOG3DCRS** [4937] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_4937 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 15N + * - **CRS-PROJCRS** [32415] + * - **Area**: Between 96°W and 90°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-96,0,-90` + */ +export const EPSG_32415 = + '+proj=utm +zone=15 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 7 + * - **CRS-PROJCRS** [2949] + * - **Area**: Canada - Quebec - between 72°W and 69°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `61.8,-72,45.01,-69` + */ +export const EPSG_2949 = + '+proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 39 + * - **CRS-PROJCRS** [21239] + * - **Area**: Russian Federation - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74.43,115.5,49.51,118.5` + */ +export const EPSG_21239 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Indiana East (ftUS) + * - **CRS-PROJCRS** [6459] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_6459 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=99999.9998983997 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Vermont + * - **CRS-PROJCRS** [32045] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_32045 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * MONREF 1997 UTM Zone 47 N + * - **CRS-PROJCRS** [102225] + * - **Area**: Mongolia - between 96~E and 102~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.15,96,42.14,102` + */ +export const EPSG_102225 = '+proj=utm +zone=47 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TWD67 + * - **CRS-GEOGCRS** [3821] + * - **Area**: Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `25.34,119.25,21.87,122.06` + */ +export const EPSG_3821 = '+proj=longlat +ellps=aust_SA +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2733] + * - **Area**: Russian Federation - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,121.5,53.18,124.5` + */ +export const EPSG_2733 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Bayfield (m) + * - **CRS-PROJCRS** [7531] + * - **Area**: United States (USA) - Wisconsin - Bayfield county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.01,-91.56,46.15,-90.75` + */ +export const EPSG_7531 = + '+proj=lcc +lat_1=46.6696483772222 +lat_0=46.6696483772222 +lon_0=-91.1527777777778 +k_0=1.0000331195 +x_0=228600.4575 +y_0=148551.4837 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 / RSO Borneo (m) + * - **CRS-PROJCRS** [29873] + * - **Area**: Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `7.67,109.31,0.85,119.61` + */ +export const EPSG_29873 = + '+proj=omerc +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=590476.87 +y_0=442857.65 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 51 + * - **CRS-PROJCRS** [20351] + * - **Area**: Australia - onshore and offshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-10.46,120,-38.07,126.01` + */ +export const EPSG_20351 = + '+proj=utm +zone=51 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 39 + * - **CRS-PROJCRS** [2363] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_2363 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E + * - **CRS-PROJCRS** [2699] + * - **Area**: Russian Federation - Kaliningrad - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.5` + */ +export const EPSG_2699 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * PRS92 / Philippines zone 2 + * - **CRS-PROJCRS** [3122] + * - **Area**: Philippines - approximately between 118°E and 120°E - Palawan; Calamian Islands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.05` + * - **BBOX**: `20.42,118,3.02,120.07` + */ +export const EPSG_3122 = + '+proj=tmerc +lat_0=0 +lon_0=119 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06 +units=m +no_defs +type=crs'; + +/** + * NAD83(PA11) + * - **CRS-GCENCRS** [6320] + * - **Area**: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `31.8,157.47,-17.56,-151.27` + */ +export const EPSG_6320 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 20N + * - **CRS-PROJCRS** [29170] + * - **Area**: South America between 66°W and 60°W, northern hemisphere, onshore, but excluding most of the area south of 4°N. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `11.23,-66,0.64,-59.99` + */ +export const EPSG_29170 = + '+proj=utm +zone=20 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1962 / UTM zone 42N + * - **CRS-PROJCRS** [24312] + * - **Area**: Pakistan - onshore between 66°E and 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `36.56,66,23.64,72.01` + */ +export const EPSG_24312 = + '+proj=utm +zone=42 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / North Pole LAEA Alaska + * - **CRS-PROJCRS** [3572] + * - **Area**: Northern hemisphere - north of 45°N, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,45,180` + */ +export const EPSG_3572 = + '+proj=laea +lat_0=90 +lon_0=-150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Eckert VI + * - **CRS-PROJCRS** [54010] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54010 = + '+proj=eck6 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kentucky Single Zone + * - **CRS-PROJCRS** [3088] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_3088 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + * - **CRS-GEOGCRS** [4258] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_4258 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Puerto Carreno urban grid + * - **CRS-PROJCRS** [6265] + * - **Area**: Colombia - Puerto Carreno city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.3,-67.7,5.98,-67.41` + */ +export const EPSG_6265 = + '+proj=col_urban +lat_0=6.18072141388889 +lon_0=-67.5007502472222 +x_0=1063834.703 +y_0=1175257.481 +h_0=51.58 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wisconsin North + * - **CRS-PROJCRS** [103571] + * - **Area**: USA - Wisconsin - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_103571 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=45.5666666666667 +lat_2=46.7666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / TM35FIN(E,N) + * - **CRS-PROJCRS** [3067] + * - **Area**: Finland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.09,19.08,58.84,31.59` + */ +export const EPSG_3067 = + '+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 29N + * - **CRS-PROJCRS** [32229] + * - **Area**: Between 12°W and 6°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-12,0,-6` + */ +export const EPSG_32229 = + '+proj=utm +zone=29 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRF96 + * - **CRS-GEOG3DCRS** [7927] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7927 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27(76) + * - **CRS-GEOGCRS** [4608] + * - **Area**: Canada - Ontario. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `56.9,-95.16,41.67,-74.35` + */ +export const EPSG_4608 = '+proj=longlat +ellps=clrk66 +nadgrids=May76v20.gsb +no_defs +type=crs'; + +/** + * NAD83(PA11) / UTM zone 5N + * - **CRS-PROJCRS** [6635] + * - **Area**: United States (USA) - between 156°W and 150°W onshore - Hawaii. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `20.86,-156,18.87,-154.74` + */ +export const EPSG_6635 = '+proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1927 SPCS Zone Michigan South + * - **CRS-PROJCRS** [26790] + * - **Area**: USA - Michigan - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_26790 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3333333333333 +lat_1=42.1 +lat_2=43.6666666666667 +x_0=609601.219202438 +y_0=0 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / New Hampshire (ftUS) + * - **CRS-PROJCRS** [3437] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_3437 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * LUREF + * - **CRS-GEOG3DCRS** [9893] + * - **Area**: Luxembourg. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_9893 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * RGSH2020 / UTM zone 29N + * - **CRS-PROJCRS** [22229] + * - **Area**: Algeria - west of 6°W (of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.85,-8.67,25.73,-6` + */ +export const EPSG_22229 = + '+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8781] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_8781 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=699999.9998984 +y_0=3000000 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ETRS 1989 UTM Zone 33N 8Stellen + * - **CRS-PROJCRS** [102360] + * - **Area**: Germany - east of 12~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.9,12,47.27,15.03` + */ +export const EPSG_102360 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 42 + * - **CRS-PROJCRS** [2676] + * - **Area**: Russian Federation - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,124.5,49.88,127.5` + */ +export const EPSG_2676 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * EBBWV14-IRF + * - **CRS-GEOGCRS** [9939] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Newport (Park Junction) to Ebbw Vale. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.85,-3.3,51.5,-2.89` + */ +export const EPSG_9939 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / California zone 2 (ftUS) + * - **CRS-PROJCRS** [2226] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_2226 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Monroe (ftUS) + * - **CRS-PROJCRS** [8144] + * - **Area**: United States (USA) - Wisconsin - Monroe county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.17,-90.98,43.72,-90.31` + */ +export const EPSG_8144 = + '+proj=lcc +lat_1=44.0000739286111 +lat_0=44.0000739286111 +lon_0=-90.6416666666667 +k_0=1.0000434122 +x_0=204521.209042418 +y_0=121923.986182372 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 33 + * - **CRS-PROJCRS** [2549] + * - **Area**: Russian Federation - onshore between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.9,97.5,49.79,100.5` + */ +export const EPSG_2549 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Salem zone (ft) + * - **CRS-PROJCRS** [6859] + * - **Area**: United States (USA) - Oregon - Salem area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.3,-123.73,44.32,-121.89` + */ +export const EPSG_6859 = + '+proj=tmerc +lat_0=44.3333333333333 +lon_0=-123.083333333333 +k=1.00001 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NN54 height + * - **CRS-VERTCRS** [5776] + * - **Area**: Norway - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,4.39,57.9,31.32` + */ +export const EPSG_5776 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine West (ftUS) + * - **CRS-PROJCRS** [26856] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_26856 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Amuri 2000 + * - **CRS-PROJCRS** [2119] + * - **Area**: New Zealand - South Island - Amuri meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.09,171.88,-42.95,173.55` + */ +export const EPSG_2119 = + '+proj=tmerc +lat_0=-42.6888888888889 +lon_0=173.01 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Pasiphae + * - **CRS-GEOGCRS** [104922] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104922 = '+proj=longlat +R=18000 +no_defs +type=crs'; + +/** + * WGS 84 (G2139) + * - **CRS-GEOGCRS** [9755] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9755 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83 / New York Central + * - **CRS-PROJCRS** [32116] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_32116 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / North Carolina + * - **CRS-PROJCRS** [3358] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_3358 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 + * - **CRS-GEOGCRS** [4167] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_4167 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 15N + * - **CRS-PROJCRS** [22815] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_22815 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 1N + * - **CRS-PROJCRS** [3708] + * - **Area**: United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_3708 = + '+proj=utm +zone=1 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 46S + * - **CRS-PROJCRS** [32546] + * - **Area**: Between 90°E and 96°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,90,-80,96` + */ +export const EPSG_32546 = + '+proj=utm +zone=46 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 84E + * - **CRS-PROJCRS** [4537] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_4537 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGWF96 (lon-lat) + * - **CRS-GEOGCRS** [8902] + * - **Area**: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-9.84,179.49,-15.94,-174.27` + */ +export const EPSG_8902 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD27 / Wisconsin Central + * - **CRS-PROJCRS** [32053] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_32053 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=44.25 +lat_2=45.5 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Cadastre 1997 + * - **CRS-GEOG3DCRS** [4472] + * - **Area**: Mayotte - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_4472 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 3N + * - **CRS-PROJCRS** [32403] + * - **Area**: Between 168°W and 162°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-168,0,-162` + */ +export const EPSG_32403 = + '+proj=utm +zone=3 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * OSNI 1952 + * - **CRS-GEOGCRS** [4188] + * - **Area**: United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `55.36,-8.18,53.96,-5.34` + */ +export const EPSG_4188 = + '+proj=longlat +ellps=airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs +type=crs'; + +/** + * GDM2000 + * - **CRS-GEOG3DCRS** [4921] + * - **Area**: Malaysia - onshore and offshore. Includes peninsular Malayasia, Sabah and Sarawak. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `7.81,98.02,0.85,119.61` + */ +export const EPSG_4921 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * PTRA08 / LAEA Europe + * - **CRS-PROJCRS** [5633] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `43.07,-35.58,29.24,-12.48` + */ +export const EPSG_5633 = + '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 + * - **CRS-GEOG3DCRS** [5263] + * - **Area**: Bhutan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `28.33,88.74,26.7,92.13` + */ +export const EPSG_5263 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 13N + * - **CRS-PROJCRS** [26913] + * - **Area**: North America - between 108°W and 102°W - onshore and offshore. Canada - Northwest Territories; Nunavut; Saskatchewan. United States (USA) - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-108,28.98,-102` + */ +export const EPSG_26913 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DVR90 height + * - **CRS-VERTCRS** [5799] + * - **Area**: Denmark - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_5799 = '+vunits=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 53S + * - **CRS-PROJCRS** [9493] + * - **Area**: Indonesia - south of equator and between 132°E and 138°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,132,-10.06,138.01` + */ +export const EPSG_9493 = '+proj=utm +zone=53 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Navajo Nation Coordinate System (Int'l Ft) + * - **CRS-PROJCRS** [103588] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103588 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=599999.999999999 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * SWEREF99 16 30 + RH2000 height + * - **CRS-COMPOUNDCRS** [5849] + * - **Area**: Sweden - communes between approximately 15°45'E and 17°15'E and south of approximately 62°20'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.26,15.41,56.15,17.63` + */ +export const EPSG_5849 = + '+proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Old Hawaiian / Hawaii zone 4 + * - **CRS-PROJCRS** [3564] + * - **Area**: United States (USA) - Hawaii - Kauai - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `0.2` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_3564 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 7N + * - **CRS-PROJCRS** [6336] + * - **Area**: United States (USA) - between 144°W and 138°W onshore and offshore - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.59,-144,53.47,-137.99` + */ +export const EPSG_6336 = + '+proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK27FIN + * - **CRS-PROJCRS** [3134] + * - **Area**: Finland - onshore between 26°30'E and 27°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.05,26.5,60.36,27.5` + */ +export const EPSG_3134 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Idaho Central + * - **CRS-PROJCRS** [26769] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_26769 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v2 + NGF-IGN78 height + * - **CRS-COMPOUNDCRS** [9539] + * - **Area**: France - Corsica onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_9539 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Green (US feet) + * - **CRS-PROJCRS** [103422] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103422 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.74015748 +y_0=45830.2948437897 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 Albers BLM Montana, North Dakota, South Dakota + * - **CRS-PROJCRS** [102399] + * - **Area**: USA - Montana, North Dakota, and South Dakota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.1,-116.1,44.3,-96.3` + */ +export const EPSG_102399 = + '+proj=aea +lat_0=42.5 +lon_0=-106 +lat_1=43.5 +lat_2=48 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 50.2 + * - **CRS-PROJCRS** [23838] + * - **Area**: Indonesia - onshore between 117°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.36,117,-10.15,120` + */ +export const EPSG_23838 = + '+proj=tmerc +lat_0=0 +lon_0=118.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 90E + * - **CRS-PROJCRS** [2375] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_2375 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Tennessee (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8778] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_8778 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2725] + * - **Area**: Russian Federation - onshore between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.9,97.5,49.79,100.5` + */ +export const EPSG_2725 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [3837] + * - **Area**: Germany - states of former East Germany - west of 10°30'E - Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `51.56,9.92,50.35,10.5` + */ +export const EPSG_3837 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * MAGNA Ciudad Bogota + * - **CRS-PROJCRS** [102233] + * - **Area**: Colombia region 8 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `7.1,-74.4,-4.23,-66.87` + */ +export const EPSG_102233 = + '+proj=tmerc +lat_0=4.68048611111111 +lon_0=-74.1465916666667 +k=1.00039980326544 +x_0=92334.879 +y_0=109320.965 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon North Central zone (ft) + * - **CRS-PROJCRS** [8328] + * - **Area**: United States (USA) - Oregon - North Central area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-121.79,44.89,-119.03` + */ +export const EPSG_8328 = + '+proj=lcc +lat_1=46.1666666666667 +lat_0=46.1666666666667 +lon_0=-120.5 +k_0=1 +x_0=99999.9999996 +y_0=139999.99999944 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / California zone 6 (ftUS) + * - **CRS-PROJCRS** [2230] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_2230 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Oregon North (Feet) + * - **CRS-PROJCRS** [102726] + * - **Area**: USA - Oregon - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_102726 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=44.3333333333333 +lat_2=46 +x_0=2500000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [2660] + * - **Area**: Russian Federation - onshore between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,76.5,51.49,79.5` + */ +export const EPSG_2660 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Leigon / Ghana Metre Grid + * - **CRS-PROJCRS** [25000] + * - **Area**: Ghana - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `11.16,-3.79,1.4,2.1` + */ +export const EPSG_25000 = + '+proj=tmerc +lat_0=4.66666666666667 +lon_0=-1 +k=0.99975 +x_0=274319.51 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-130,29,364,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8797] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_8797 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 19S + * - **CRS-PROJCRS** [29189] + * - **Area**: Brazil - between 72°W and 66°W, northern and southern hemispheres. In rest of South America between 72°W and 66°W, southern hemisphere onshore north of 45°S. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `2.15,-72,-45,-65.99` + */ +export const EPSG_29189 = + '+proj=utm +zone=19 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nevada East (ftUS) + * - **CRS-PROJCRS** [3421] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_3421 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Massachusetts Mainland + * - **CRS-PROJCRS** [26786] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_26786 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=41.7166666666667 +lat_2=42.6833333333333 +x_0=182880.365760731 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Quebec Albers + * - **CRS-PROJCRS** [6623] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_6623 = + '+proj=aea +lat_0=44 +lon_0=-68.5 +lat_1=60 +lat_2=46 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000 + * - **CRS-GEOG3DCRS** [7931] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7931 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin Transverse Mercator + * - **CRS-PROJCRS** [3071] + * - **Area**: United States (USA) - Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_3071 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Bend-Klamath Falls zone (ft) + * - **CRS-PROJCRS** [6789] + * - **Area**: United States (USA) - Oregon - Bend-Klamath Falls area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `43.89,-122.45,41.88,-120.77` + */ +export const EPSG_6789 = + '+proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS West Virginia N + * - **CRS-PROJCRS** [103567] + * - **Area**: USA - West Virginia - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_103567 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=39 +lat_2=40.25 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Polk + * - **CRS-GEOGCRS** [104758] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104758 = '+proj=longlat +a=6378445.763 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [21413] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_21413 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Valledupar urban grid + * - **CRS-PROJCRS** [6273] + * - **Area**: Colombia - Valledupar city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `10.51,-73.3,10.39,-73.19` + */ +export const EPSG_6273 = + '+proj=col_urban +lat_0=10.4472611111111 +lon_0=-73.2465713888889 +x_0=1090979.66 +y_0=1647208.93 +h_0=200 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Colorado South (US Feet) + * - **CRS-PROJCRS** [103249] + * - **Area**: USA - Colorado - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_103249 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=37.2333333333333 +lat_2=38.4333333333333 +x_0=914401.828899999 +y_0=304800.6096 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Equidistant Cyl. + * - **CRS-PROJCRS** [53002] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53002 = + '+proj=eqc +lat_ts=60 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 11S + * - **CRS-PROJCRS** [32511] + * - **Area**: Between 120°W and 114°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-120,-80,-114` + */ +export const EPSG_32511 = + '+proj=utm +zone=11 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A06H2 + * - **CRS-PROJCRS** [112008] + * - **Area**: UK - Highways England - A6 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5323,-4.907,50.2144,-4.7477` + */ +export const EPSG_112008 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999540803154722 +x_0=215986.93358427 +y_0=70995.7050207555 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Moznet + * - **CRS-GEOGCRS** [4130] + * - **Area**: Mozambique - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-10.09,30.21,-27.71,43.03` + */ +export const EPSG_4130 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 8 + NAVD88 height + * - **CRS-COMPOUNDCRS** [8810] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and between 168°W and 164°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_8810 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ETRF2000-PL + * - **CRS-GEOGCRS** [9702] + * - **Area**: Poland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,14.14,49,24.15` + */ +export const EPSG_9702 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cass South (meter) + * - **CRS-PROJCRS** [103619] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103619 = + '+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas South + * - **CRS-PROJCRS** [32141] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_32141 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MACARIO SOLIS + * - **CRS-GEOGCRS** [5371] + * - **Area**: Panama - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `12.51,-84.32,5,-77.04` + */ +export const EPSG_5371 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Sun IAU 2015 + * - **CRS-GEOGCRS** [104975] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104975 = '+proj=longlat +R=695700000 +no_defs +type=crs'; + +/** + * GDA94 / KAR94 + * - **CRS-PROJCRS** [10460] + * - **Area**: Australia - Western Australia - Karratha area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-20.25,116.58,-20.92,117.25` + */ +export const EPSG_10460 = + '+proj=tmerc +lat_0=0 +lon_0=116.933333333333 +k=0.9999989 +x_0=50000 +y_0=2450000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PRS 1992 UTM Zone 52N + * - **CRS-PROJCRS** [102458] + * - **Area**: Philippines - East of 126~E, N hemisphere + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,126,3,132` + */ +export const EPSG_102458 = '+proj=utm +zone=52 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN Corrected) + * - **CRS-GCENCRS** [8543] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_8543 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGPF + * - **CRS-GEOG3DCRS** [4999] + * - **Area**: French Polynesia - onshore and offshore. Includes Society archipelago, Tuamotu archipelago, Marquesas Islands, Gambier Islands and Austral Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-4.52,-158.13,-31.24,-131.97` + */ +export const EPSG_4999 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NGF-IGN78 height + * - **CRS-VERTCRS** [5721] + * - **Area**: France - Corsica onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_5721 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 Albers North America + * - **CRS-PROJCRS** [102008] + * - **Area**: North America - Canada and USA (CONUS, Alaska mainland) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-172.54,23.81,-47.74` + */ +export const EPSG_102008 = + '+proj=aea +lat_0=40 +lon_0=-96 +lat_1=20 +lat_2=60 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Trempealeau (m) + * - **CRS-PROJCRS** [8113] + * - **Area**: United States (USA) - Wisconsin - Trempealeau county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.62,43.98,-91.15` + */ +export const EPSG_8113 = + '+proj=tmerc +lat_0=43.1611111111111 +lon_0=-91.3666666666667 +k=1.0000361538 +x_0=256946.9138 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 4 + * - **CRS-PROJCRS** [26944] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_26944 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kandawala / Sri Lanka Grid + * - **CRS-PROJCRS** [5234] + * - **Area**: Sri Lanka - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `35` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_5234 = + '+proj=tmerc +lat_0=7.00048027777778 +lon_0=80.7717111111111 +k=0.9999238418 +x_0=200000 +y_0=200000 +ellps=evrst30 +towgs84=-97,787,86,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Luzon 1911 / Philippines zone I + * - **CRS-PROJCRS** [25391] + * - **Area**: Philippines - onshore west of 118°E. + * - **Unit**: `metre` + * - **Accuracy**: `17` + * - **BBOX**: `9.32,116.89,7.75,118` + */ +export const EPSG_25391 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Bay of Plenty Circuit + * - **CRS-PROJCRS** [27206] + * - **Area**: New Zealand - North Island - Bay of Plenty meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-37.22,175.75,-39.13,177.23` + */ +export const EPSG_27206 = + '+proj=tmerc +lat_0=-37.7612498055556 +lon_0=176.46619725 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * DoPw22-IRF + * - **CRS-GEOGCRS** [10175] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Dovey Junction to Pwllheli. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.01,-4.51,52.45,-3.8` + */ +export const EPSG_10175 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SWEREF99 + * - **CRS-GCENCRS** [4976] + * - **Area**: Sweden - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.03,54.96,24.17` + */ +export const EPSG_4976 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [28409] + * - **Area**: Azerbaijan - east of 48°E; Kazakhstan - 48°E to 54°E; Russian Federation - 48°E to 54°E; Turkmenistan - west of 54°E. Includes Caspian Sea (considered a lake rather than offshore). + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.4,48,37.34,54` + */ +export const EPSG_28409 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G873) + * - **CRS-GEOG3DCRS** [7659] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7659 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / Gauss-Kruger zone 2 (E-N) + * - **CRS-PROJCRS** [5664] + * - **Area**: Germany - states of former East Germany - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.23,9.92,50.2,12` + */ +export const EPSG_5664 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2021 + * - **CRS-GCENCRS** [20039] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_20039 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 108-15 + * - **CRS-PROJCRS** [9217] + * - **Area**: Vietnam - Binh Dinh, Khanh Hoa and Ninh Thuan provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `14.71,108.55,11.25,109.53` + */ +export const EPSG_9217 = + '+proj=tmerc +lat_0=0 +lon_0=108.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * CH1903 / LV03C-G + * - **CRS-PROJCRS** [21782] + * - **Area**: Liechtenstein. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.28,9.47,47.05,9.64` + */ +export const EPSG_21782 = + '+proj=somerc +lat_0=46.9524055555556 +lon_0=7.43958333333333 +k_0=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York Long Island (ftUS) + * - **CRS-PROJCRS** [2908] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_2908 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 54N + * - **CRS-PROJCRS** [32454] + * - **Area**: Between 138°E and 144°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,138,0,144` + */ +export const EPSG_32454 = + '+proj=utm +zone=54 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 5N (ftUS) + * - **CRS-PROJCRS** [4425] + * - **Area**: United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `74.71,-156,52.15,-149.99` + */ +export const EPSG_4425 = + '+proj=tmerc +lat_0=0 +lon_0=-153 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 2 (ftUS) + * - **CRS-PROJCRS** [6418] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_6418 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SREF98 + * - **CRS-GEOGCRS** [4075] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_4075 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Oman + * - **CRS-GEOGCRS** [37206] + * - **Area**: Oman + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_37206 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * NAD83/QC_LCC + * - **CRS-PROJCRS** [42306] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42306 = 'null'; + +/** + * NAD83(HARN) / Colorado North + * - **CRS-PROJCRS** [2772] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_2772 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SRB_ETRS89 + * - **CRS-GEOGCRS** [8685] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_8685 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Rock (m) + * - **CRS-PROJCRS** [7570] + * - **Area**: United States (USA) - Wisconsin - Rock county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-89.37,42.49,-88.77` + */ +export const EPSG_7570 = + '+proj=tmerc +lat_0=41.9444444444444 +lon_0=-89.0722222222222 +k=1.0000337311 +x_0=146304.2926 +y_0=0.0068 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wisconsin Central (ftUS) + * - **CRS-PROJCRS** [2288] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_2288 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ED50 / TM36 + * - **CRS-PROJCRS** [2322] + * - **Area**: Türkiye (Turkey) - between 34°30'E and 37°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `42.15,34.5,35.81,37.5` + */ +export const EPSG_2322 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 4 (Feet) + * - **CRS-PROJCRS** [102634] + * - **Area**: USA - Alaska - 152~W to 148~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_102634 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Cape / Lo27 + * - **CRS-PROJCRS** [22287] + * - **Area**: Lesotho - west of 28°E. South Africa - onshore between 26°E and 28°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-22.92,26,-33.83,28` + */ +export const EPSG_22287 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Blackfeet (ft) + * - **CRS-PROJCRS** [7120] + * - **Area**: United States (USA) - Montana - Blackfeet Indian Reservation. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-113.84,48,-112` + */ +export const EPSG_7120 = + '+proj=tmerc +lat_0=48 +lon_0=-112.5 +k=1.00019 +x_0=99999.9999996 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * RGNC91-93 / Lambert New Caledonia + * - **CRS-PROJCRS** [3163] + * - **Area**: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-19.5,163.54,-22.73,168.19` + */ +export const EPSG_3163 = + '+proj=lcc +lat_0=-21.5 +lon_0=166 +lat_1=-20.6666666666667 +lat_2=-22.3333333333333 +x_0=400000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nebraska (US Feet) + * - **CRS-PROJCRS** [103475] + * - **Area**: USA - Nebraska + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_103475 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=40 +lat_2=43 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 6 + * - **CRS-PROJCRS** [3499] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_3499 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Indiana East (ftUS) + * - **CRS-PROJCRS** [3533] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_3533 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=99999.9998983997 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Cube + * - **CRS-PROJCRS** [54051] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54051 = + 'PROJCS["World_Cube",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Cube"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",0],PARAMETER["Option",1],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","54051"]]'; + +/** + * Bukit Rimpah + * - **CRS-GEOGCRS** [4219] + * - **Area**: Indonesia - Banga and Belitung Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `999` + * - **BBOX**: `-1.44,105.07,-3.3,108.35` + */ +export const EPSG_4219 = + '+proj=longlat +ellps=bessel +towgs84=-384,664,-48,0,0,0,0 +no_defs +type=crs'; + +/** + * RT38 5 gon V + * - **CRS-PROJCRS** [3026] + * - **Area**: Sweden - communes between approximately 12°26'E and 14°40'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `64.39,11.81,55.28,15.44` + */ +export const EPSG_3026 = + '+proj=tmerc +lat_0=0 +lon_0=13.5582777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [21014] + * - **Area**: Russian Federation - onshore between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,78,50.69,84` + */ +export const EPSG_21014 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 29N + * - **CRS-PROJCRS** [23029] + * - **Area**: Europe - between 12°W and 6°W - Faroe Islands - onshore; Spain - mainland onshore; Ireland offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `62.41,-12,36.13,-6` + */ +export const EPSG_23029 = + '+proj=utm +zone=29 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS VI + * - **CRS-PROJCRS** [6674] + * - **Area**: Japan - onshore - Honshu between approximately 135°10'E and 136°45'E - Kyoto-fu; Osaka-fu; Fukui-ken; Shiga-ken; Mie-ken; Nara-ken; Wakayama-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.33,134.86,33.4,136.99` + */ +export const EPSG_6674 = + '+proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 9 + * - **CRS-PROJCRS** [3476] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and west of 168°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_3476 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 38N + * - **CRS-PROJCRS** [32638] + * - **Area**: Between 42°E and 48°E, northern hemisphere between equator and 84°N, onshore and offshore. Armenia. Azerbaijan. Djibouti. Eritrea. Ethiopia. Georgia. Islamic Republic of Iran. Iraq. kazakhstan. Kuwait. Russian Federation. Saudi Arabia. Somalia. Türkiye (Turkey). Yemen. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,42,0,48` + */ +export const EPSG_32638 = '+proj=utm +zone=38 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 55 + * - **CRS-PROJCRS** [20255] + * - **Area**: Australia - onshore and offshore between 144°E and 150°E. Papua New Guinea (PNG) - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-1.3,144,-47.2,150.01` + */ +export const EPSG_20255 = + '+proj=utm +zone=55 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W + * - **CRS-PROJCRS** [2637] + * - **Area**: Russian Federation - onshore between 178°30'W and 175°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.61,-178.5,64.74,-175.5` + */ +export const EPSG_2637 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 50S + * - **CRS-PROJCRS** [23880] + * - **Area**: Indonesia - south of equator and between 114°E and 120°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,114,-13.06,120.01` + */ +export const EPSG_23880 = + '+proj=utm +zone=50 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 9 + * - **CRS-PROJCRS** [7065] + * - **Area**: United States (USA) - Iowa - counties of Jasper; Mahaska; Marion; Marshall; Poweshiek; Tama. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.3,-93.35,41.16,-92.29` + */ +export const EPSG_7065 = + '+proj=tmerc +lat_0=40.25 +lon_0=-92.8166666666667 +k=1.000027 +x_0=5943611.88722377 +y_0=2194564.38912878 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Oklahoma North (ftUS) + * - **CRS-PROJCRS** [2267] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_2267 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=36.7666666666667 +lat_2=35.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * FNL22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9978] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Inverness to Thurso and Wick. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `58.64,-4.6,57.4,-3` + */ +export const EPSG_9978 = + '+proj=tmerc +lat_0=58 +lon_0=-3.8 +k=1 +x_0=139618.9493 +y_0=183110.794 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [2210] + * - **Area**: Türkiye (Turkey) - between 37°30'E and 40°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.19,37.5,36.66,40.5` + */ +export const EPSG_2210 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / West Belt 2010 + * - **CRS-PROJCRS** [5185] + * - **Area**: Republic of Korea (South Korea) - onshore between 124°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.04,124.53,33.99,126` + */ +export const EPSG_5185 = + '+proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W + * - **CRS-PROJCRS** [2640] + * - **Area**: Russian Federation - onshore between 169°30'W and 166°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `65.86,-169.22,65.7,-168.97` + */ +export const EPSG_2640 = + '+proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alberta 10-TM (Resource) + * - **CRS-PROJCRS** [3401] + * - **Area**: Canada - Alberta. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60,-120,48.99,-109.98` + */ +export const EPSG_3401 = + '+proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / West Virginia South (ftUS) + * - **CRS-PROJCRS** [6603] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_6603 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF2008 + * - **CRS-GEOG3DCRS** [7911] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7911 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [4794] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_4794 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * TGD2005 + * - **CRS-GEOGCRS** [5886] + * - **Area**: Tonga - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.14,-179.08,-25.68,-171.28` + */ +export const EPSG_5886 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas South Cent. (US Feet) + * - **CRS-PROJCRS** [103547] + * - **Area**: USA - Texas - SPCS83 - SC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_103547 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=28.3833333333333 +lat_2=30.2833333333333 +x_0=600000 +y_0=3999999.99999999 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Traverse + * - **CRS-GEOGCRS** [104778] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104778 = '+proj=longlat +a=6378463.746 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Ibague urban grid + * - **CRS-PROJCRS** [6253] + * - **Area**: Colombia - Ibague city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.47,-75.27,4.39,-75.11` + */ +export const EPSG_6253 = + '+proj=col_urban +lat_0=4.41941282777778 +lon_0=-75.1799259333333 +x_0=877634.33 +y_0=980541.348 +h_0=1100 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 54 + * - **CRS-PROJCRS** [7854] + * - **Area**: Australia - onshore and offshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.08,138,-48.19,144.01` + */ +export const EPSG_7854 = + '+proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Stereographic + * - **CRS-PROJCRS** [54026] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54026 = + '+proj=stere +lat_0=0 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MHHW height + * - **CRS-VERTCRS** [5869] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5869 = '+vunits=m +no_defs +type=crs'; + +/** + * Palestine 1923 + * - **CRS-GEOGCRS** [4281] + * - **Area**: Israel - onshore; Jordan; Palestine Territory - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `33.38,34.17,29.18,39.31` + */ +export const EPSG_4281 = + '+proj=longlat +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kentucky North + * - **CRS-PROJCRS** [3544] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_3544 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2013 / UTM zone 18S + * - **CRS-PROJCRS** [9149] + * - **Area**: Chile - 78°W to 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.35,-78,-59.36,-71.99` + */ +export const EPSG_9149 = '+proj=utm +zone=18 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MGI 1901 / Balkans zone 7 + * - **CRS-PROJCRS** [6316] + * - **Area**: Bosnia and Herzegovina - east of 19°30'E; Kosovo; Montenegro - east of 19°30'E; Serbia - between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `46.19,19.5,41.85,22.51` + */ +export const EPSG_6316 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Colombia Far West zone + * - **CRS-PROJCRS** [3114] + * - **Area**: Colombia - mainland onshore west of 4°30'W of Bogota (approximately 78°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `2.48,-79.1,1.23,-78.58` + */ +export const EPSG_3114 = + '+proj=tmerc +lat_0=4.59620041666667 +lon_0=-80.0775079166667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Arizona Central + * - **CRS-PROJCRS** [26749] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_26749 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * FEH2010 + FCSVR10 height + * - **CRS-COMPOUNDCRS** [9519] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.76,11.17,54.42,11.51` + */ +export const EPSG_9519 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [2355] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_2355 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * RGAF09 / UTM zone 20N + * - **CRS-PROJCRS** [5490] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `18.31,-63.66,14.08,-60` + */ +export const EPSG_5490 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nevada West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8758] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_8758 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.00001016 +y_0=3999999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E + * - **CRS-PROJCRS** [2705] + * - **Area**: Russian Federation - onshore between 37°30'E and 40°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.8,37.5,43.33,40.5` + */ +export const EPSG_2705 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 UTM Zone 58N + * - **CRS-PROJCRS** [102213] + * - **Area**: World - N hemisphere - 168~E to 174~E - by country + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,168,0,174` + */ +export const EPSG_102213 = '+proj=utm +zone=58 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF02P01 + * - **CRS-GEOG3DCRS** [8922] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8922 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * PD/83 / 3-degree Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [3397] + * - **Area**: Germany - Thuringen - east of 10°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.64,10.5,50.2,12.56` + */ +export const EPSG_3397 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 84 (Transit) + * - **CRS-GEOGCRS** [8888] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8888 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Stearns (meter) + * - **CRS-PROJCRS** [103681] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103681 = + '+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C15H4 + * - **CRS-PROJCRS** [112090] + * - **Area**: UK - Highways England - C15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.1394,-3.2237,53.931,-2.6702` + */ +export const EPSG_112090 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00004175920614 +x_0=88038.778362571 +y_0=126055.52356459 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 23N + * - **CRS-PROJCRS** [32423] + * - **Area**: Between 48°W and 42°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-48,0,-42` + */ +export const EPSG_32423 = + '+proj=utm +zone=23 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * ATF (Paris) + * - **CRS-GEOGCRS** [4901] + * - **Area**: France - mainland onshore. + * - **Unit**: `grad` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_4901 = + '+proj=longlat +a=6376523 +rf=308.64 +pm=2.33720833333333 +no_defs +type=crs'; + +/** + * RH2000 height + * - **CRS-VERTCRS** [5613] + * - **Area**: Sweden - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_5613 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 2 + * - **CRS-PROJCRS** [26899] + * - **Area**: Canada - Newfoundland and Labrador between 57°30'W and 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.71,-57.5,46.81,-54.49` + */ +export const EPSG_26899 = + '+proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / ESP2020 + * - **CRS-PROJCRS** [8021] + * - **Area**: Australia - Western Australia - Esperance area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.33,121.56,-34.5,122.2` + */ +export const EPSG_8021 = + '+proj=tmerc +lat_0=0 +lon_0=121.883333333333 +k=1.0000055 +x_0=50000 +y_0=4050000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E + * - **CRS-PROJCRS** [2586] + * - **Area**: Belarus, Russian Federation and Ukraine - onshore between 31°30'E and 34°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.02,31.5,44.32,34.5` + */ +export const EPSG_2586 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / LCC Germany (E-N) + * - **CRS-PROJCRS** [5243] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_5243 = + '+proj=lcc +lat_0=51 +lon_0=10.5 +lat_1=48.6666666666667 +lat_2=53.6666666666667 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 3 + * - **CRS-PROJCRS** [26933] + * - **Area**: United States (USA) - Alaska - between 148°W and 144°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_26933 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Sikkim + * - **CRS-PROJCRS** [7784] + * - **Area**: India - Sikkim. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.14,88.01,27.08,88.92` + */ +export const EPSG_7784 = + '+proj=tmerc +lat_0=27.625 +lon_0=88.5 +k=0.9999926 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Iron (ftUS) + * - **CRS-PROJCRS** [8164] + * - **Area**: United States (USA) - Wisconsin - Iron county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.6,-90.56,45.98,-89.92` + */ +export const EPSG_8164 = + '+proj=tmerc +lat_0=45.4333333333333 +lon_0=-90.2555555555556 +k=1.0000677153 +x_0=220980.441960884 +y_0=0.00853441706883413 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 52 + * - **CRS-PROJCRS** [2569] + * - **Area**: Russian Federation - onshore between 154°30'E and 157°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.2,154.5,49.02,157.5` + */ +export const EPSG_2569 = + '+proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Dubois-Martin (m) + * - **CRS-PROJCRS** [7291] + * - **Area**: United States (USA) - Indiana - counties of Dubois and Martin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.91,-87.08,38.2,-86.67` + */ +export const EPSG_7291 = + '+proj=tmerc +lat_0=38.2 +lon_0=-86.95 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin Central + * - **CRS-PROJCRS** [6879] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_6879 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Martinique 1987 height + * - **CRS-VERTCRS** [5756] + * - **Area**: Martinique - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `14.93,-61.29,14.35,-60.76` + */ +export const EPSG_5756 = '+vunits=m +no_defs +type=crs'; + +/** + * Hanoi 1972 / GK 106 NE + * - **CRS-PROJCRS** [2093] + * - **Area**: Vietnam - onshore Vung Tau area. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `11.04,105.49,9.03,107.58` + */ +export const EPSG_2093 = + '+proj=tmerc +lat_0=0 +lon_0=106 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Greenwich) Lambert Zone I (degrees) + * - **CRS-PROJCRS** [102585] + * - **Area**: France - mainland north of 48.15~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,48.14,8.23` + */ +export const EPSG_102585 = + '+proj=lcc +lat_1=49.5 +lat_0=49.5 +lon_0=2.33722916666667 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 15 + * - **CRS-PROJCRS** [8534] + * - **Area**: United States (USA) - Kansas - counties of Comanche; Edwards; Kiowa; Pawnee; Rush. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.7,-99.59,36.99,-98.91` + */ +export const EPSG_8534 = + '+proj=tmerc +lat_0=36.75 +lon_0=-99.2 +k=1.000087 +x_0=4724409.4488189 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DRUKREF 03 / Trashigang TM + * - **CRS-PROJCRS** [5306] + * - **Area**: Bhutan - Trashigang district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.49,91.37,27.01,92.13` + */ +export const EPSG_5306 = + '+proj=tmerc +lat_0=0 +lon_0=91.75 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Venus 2000 + * - **CRS-GEOGCRS** [104902] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104902 = '+proj=longlat +R=6051800 +no_defs +type=crs'; + +/** + * RGF93 v2 + * - **CRS-GCENCRS** [9775] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_9775 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDM2000 / Sembilan and Melaka Grid + * - **CRS-PROJCRS** [3378] + * - **Area**: Malaysia - West Malaysia - Negeri Sembilan and Melaka. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `3.28,101.7,2.03,102.71` + */ +export const EPSG_3378 = + '+proj=cass +lat_0=2.68234763611111 +lon_0=101.974905041667 +x_0=3673.785 +y_0=-4240.573 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Tennessee + * - **CRS-PROJCRS** [32136] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_32136 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine CS2000 Central + * - **CRS-PROJCRS** [6480] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.75,-68.33` + */ +export const EPSG_6480 = + '+proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Utah South (ft) + * - **CRS-PROJCRS** [3682] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_3682 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Hanoi 1972 + * - **CRS-GEOGCRS** [4147] + * - **Area**: Vietnam - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `23.4,102.14,8.33,109.53` + */ +export const EPSG_4147 = + '+proj=longlat +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mississippi West + * - **CRS-PROJCRS** [103394] + * - **Area**: USA - Mississippi - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_103394 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Wagner V + * - **CRS-PROJCRS** [53075] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53075 = + '+proj=wag5 +lon_0=0 +x_0=0 +y_0=0 +R=6371008.7714 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Ohio North (ftUS) + * - **CRS-PROJCRS** [3728] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_3728 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [4517] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_4517 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Indian 1954 + * - **CRS-GEOGCRS** [4239] + * - **Area**: Myanmar (Burma) - onshore; Thailand - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `21` + * - **BBOX**: `28.55,92.2,5.63,105.64` + */ +export const EPSG_4239 = + '+proj=longlat +ellps=evrst30 +towgs84=217,823,299,0,0,0,0 +no_defs +type=crs'; + +/** + * Macedonia State Coordinate System + * - **CRS-PROJCRS** [6204] + * - **Area**: North Macedonia. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `42.36,20.45,40.85,23.04` + */ +export const EPSG_6204 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 TM + * - **CRS-PROJCRS** [3006] + * - **Area**: Sweden - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.07,10.03,54.96,24.17` + */ +export const EPSG_3006 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 48N + * - **CRS-PROJCRS** [32248] + * - **Area**: Between 102°E and 108°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,102,0,108` + */ +export const EPSG_32248 = + '+proj=utm +zone=48 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Oklahoma North + * - **CRS-PROJCRS** [103510] + * - **Area**: USA - Oklahoma - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_103510 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=35.5666666666667 +lat_2=36.7666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * LKS94 + * - **CRS-GEOGCRS** [4669] + * - **Area**: Lithuania - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `56.45,19.02,53.89,26.82` + */ +export const EPSG_4669 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 11N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6654] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_6654 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Kertau 1968 / Selangor Grid + * - **CRS-PROJCRS** [4393] + * - **Area**: Malaysia - West Malaysia - Selangor. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `3.87,100.76,2.54,101.97` + */ +export const EPSG_4393 = + '+proj=cass +lat_0=3.68034444444444 +lon_0=101.508244444444 +x_0=-21759.438 +y_0=55960.906 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 18N + * - **CRS-PROJCRS** [32618] + * - **Area**: Between 78°W and 72°W, northern hemisphere between equator and 84°N, onshore and offshore. Bahamas. Canada - Nunavut; Ontario; Quebec. Colombia. Cuba. Ecuador. Greenland. Haiti. Jamaica. Panama. Turks and Caicos Islands. United States (USA). Venezuela. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,0,-72` + */ +export const EPSG_32618 = '+proj=utm +zone=18 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Louisiana North (ftUS) + * - **CRS-PROJCRS** [3456] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_3456 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 8 + * - **CRS-PROJCRS** [22248] + * - **Area**: Canada - Quebec - between 75°W and 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.53,-75,44.99,-72` + */ +export const EPSG_22248 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Amersfoort / RD New + NAP height + * - **CRS-COMPOUNDCRS** [7415] + * - **Area**: Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.7,3.2,50.75,7.22` + */ +export const EPSG_7415 = + '+proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2617] + * - **Area**: Russian Federation - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74,121.5,53.18,124.5` + */ +export const EPSG_2617 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 18N + * - **CRS-PROJCRS** [22618] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_22618 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 + DHHN2016 height + * - **CRS-COMPOUNDCRS** [10293] + * - **Area**: Germany - onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,47.27,15.04` + */ +export const EPSG_10293 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Kentucky South (ftUS) + * - **CRS-PROJCRS** [2247] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_2247 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E + * - **CRS-PROJCRS** [2752] + * - **Area**: Russian Federation - onshore between 172°30'E and 175°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,172.5,60.99,175.5` + */ +export const EPSG_2752 = + '+proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [3840] + * - **Area**: Bulgaria and Romania - onshore east of 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `45.44,28.5,43.34,29.74` + */ +export const EPSG_3840 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Green Lake and Marquette (m) + * - **CRS-PROJCRS** [7550] + * - **Area**: United States (USA) - Wisconsin - counties of Green Lake and Marquette. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.99,-89.6,43.63,-88.88` + */ +export const EPSG_7550 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Zanderij / Suriname TM + * - **CRS-PROJCRS** [31171] + * - **Area**: Suriname - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `11` + * - **BBOX**: `6.06,-58.08,1.83,-53.95` + */ +export const EPSG_31171 = + '+proj=tmerc +lat_0=0 +lon_0=-55.6833333333333 +k=0.9999 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 50 + * - **CRS-PROJCRS** [28350] + * - **Area**: Australia - onshore and offshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-12.06,114,-38.53,120.01` + */ +export const EPSG_28350 = + '+proj=utm +zone=50 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS + * - **CRS-GEOGCRS** [4686] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_4686 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N + * - **CRS-PROJCRS** [25831] + * - **Area**: Europe between 0°E and 6°E: Andorra; Belgium - onshore and offshore; Denmark - offshore; Germany - offshore; Jan Mayen - offshore; Norway including Svalbard - onshore and offshore; Spain - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `82.45,0,37,6.01` + */ +export const EPSG_25831 = + '+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 12N + * - **CRS-PROJCRS** [6341] + * - **Area**: United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-114,31.33,-108` + */ +export const EPSG_6341 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida GDL Albers + * - **CRS-PROJCRS** [3513] + * - **Area**: United States (USA) - Florida. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,24.41,-79.97` + */ +export const EPSG_3513 = + '+proj=aea +lat_0=24 +lon_0=-84 +lat_1=24 +lat_2=31.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1880 / India zone IIIa + * - **CRS-PROJCRS** [24373] + * - **Area**: India - onshore between 15°N and 21°N. + * - **Unit**: `Indian yard` + * - **Accuracy**: `null` + * - **BBOX**: `21.01,70.14,15,87.15` + */ +export const EPSG_24373 = + '+proj=lcc +lat_1=19 +lat_0=19 +lon_0=80 +k_0=0.99878641 +x_0=2743195.59223332 +y_0=914398.530744441 +a=6377299.36559538 +b=6356098.35900516 +to_meter=0.914398530744441 +no_defs +type=crs'; + +/** + * BGS2005 / UTM zone 34N + * - **CRS-PROJCRS** [7803] + * - **Area**: Bulgaria - west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.23,22.36,41.32,24` + */ +export const EPSG_7803 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Hawaii zone 4 + * - **CRS-PROJCRS** [26964] + * - **Area**: United States (USA) - Hawaii - Kauai - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_26964 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hong Kong Geodetic CS + * - **CRS-GEOG3DCRS** [8426] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_8426 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MGI / Austria GK M31 + * - **CRS-PROJCRS** [31258] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_31258 = + '+proj=tmerc +lat_0=0 +lon_0=13.3333333333333 +k=1 +x_0=450000 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * Genoa 1942 height + * - **CRS-VERTCRS** [5214] + * - **Area**: Italy - mainland (including San Marino and Vatican City State) and Sicily. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,6.62,36.59,18.58` + */ +export const EPSG_5214 = '+vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Timaru Circuit + * - **CRS-PROJCRS** [27226] + * - **Area**: New Zealand - South Island - Timaru meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.35,169.82,-44.98,171.55` + */ +export const EPSG_27226 = + '+proj=tmerc +lat_0=-44.4022203611111 +lon_0=171.057250833333 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [28429] + * - **Area**: Russian Federation - onshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.19,168,54.45,174` + */ +export const EPSG_28429 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) + * - **CRS-GCENCRS** [4956] + * - **Area**: American Samoa - onshore - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - onshore Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, 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 and Wyoming; offshore Gulf of Mexico continental shelf (GoM OCS). US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,144.58,-14.59,-64.51` + */ +export const EPSG_4956 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGR92 / UTM zone 39S + * - **CRS-PROJCRS** [5644] + * - **Area**: Reunion - offshore - west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-18.52,51.83,-24.37,54` + */ +export const EPSG_5644 = + '+proj=utm +zone=39 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PZ-90.11 + * - **CRS-GCENCRS** [7679] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7679 = '+proj=geocent +a=6378136 +rf=298.257839303 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [20019] + * - **Area**: Russian Federation - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,108,49.14,114` + */ +export const EPSG_20019 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wisconsin North (ftUS) + * - **CRS-PROJCRS** [2928] + * - **Area**: United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.31,-92.89,45.37,-88.05` + */ +export const EPSG_2928 = + '+proj=lcc +lat_0=45.1666666666667 +lon_0=-90 +lat_1=46.7666666666667 +lat_2=45.5666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida East (ftUS) + * - **CRS-PROJCRS** [6438] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_6438 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / BLM 5N (ftUS) + * - **CRS-PROJCRS** [4405] + * - **Area**: United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-156,52.15,-149.99` + */ +export const EPSG_4405 = + '+proj=tmerc +lat_0=0 +lon_0=-153 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 58 + * - **CRS-PROJCRS** [21258] + * - **Area**: Russian Federation - onshore between 172°30'E and 175°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,172.5,60.99,175.5` + */ +export const EPSG_21258 = + '+proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Majuro - Republic of Marshall Isls. + * - **CRS-GEOGCRS** [104113] + * - **Area**: Marshall Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `17.88,157.47,1.77,175.52` + */ +export const EPSG_104113 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF02P01 + * - **CRS-GEOGCRS** [8975] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8975 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Oklahoma North + * - **CRS-PROJCRS** [32024] + * - **Area**: United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-103,35.27,-94.42` + */ +export const EPSG_32024 = + '+proj=lcc +lat_0=35 +lon_0=-98 +lat_1=35.5666666666667 +lat_2=36.7666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Virginia North + * - **CRS-PROJCRS** [6592] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_6592 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida West (ftUS) + * - **CRS-PROJCRS** [2882] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_2882 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 8-22 + * - **CRS-PROJCRS** [6068] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `64.51,-44,59.5,-29` + */ +export const EPSG_6068 = + '+proj=lcc +lat_0=62.0153068888889 +lon_0=-37 +lat_1=63.6666666666667 +lat_2=60.3333333333333 +x_0=22500000 +y_0=8500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Antipodes Islands TM 2000 + * - **CRS-PROJCRS** [3790] + * - **Area**: New Zealand - Antipodes Island, Bounty Islands. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-47.54,178.4,-49.92,179.37` + */ +export const EPSG_3790 = + '+proj=tmerc +lat_0=0 +lon_0=179 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kentucky North + * - **CRS-PROJCRS** [103286] + * - **Area**: USA - Kentucky - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_103286 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [4540] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_4540 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU51-55 + * - **CRS-PROJCRS** [3285] + * - **Area**: Antarctica - 80°S to 84°S and 120°E to 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,120,-84,150` + */ +export const EPSG_3285 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=135 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Champaign (ftUS) + * - **CRS-PROJCRS** [23320] + * - **Area**: United States (USA) - Illinois - counties of Champaign and Vermilion. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.5,-88.47,39.86,-87.52` + */ +export const EPSG_23320 = + '+proj=lcc +lat_1=40.15 +lat_0=40.15 +lon_0=-88 +k_0=1.000026 +x_0=99974.5999491998 +y_0=860147.32029464 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Yellow Medicine (US foot) + * - **CRS-PROJCRS** [103793] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103793 = + '+proj=lcc +lat_0=44.5416666666667 +lon_0=-95.9 +lat_1=44.6666666666667 +lat_2=44.95 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378530.193 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Idaho West (US Feet) + * - **CRS-PROJCRS** [103269] + * - **Area**: USA - Idaho - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_103269 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333333333 +x_0=800000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * MML07-IRF + * - **CRS-GEOGCRS** [9372] + * - **Area**: United Kingdom (UK) - on or related to the Midland Mainline rail route from Sheffield to London. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.42,-1.89,51.46,0.16` + */ +export const EPSG_9372 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Quartic Authalic + * - **CRS-PROJCRS** [53022] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53022 = + '+proj=qua_aut +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 31S + * - **CRS-PROJCRS** [32531] + * - **Area**: Between 0°E and 6°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,0,-80,6` + */ +export const EPSG_32531 = + '+proj=utm +zone=31 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-15 + * - **CRS-PROJCRS** [6087] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,44,69.5,64.01` + */ +export const EPSG_6087 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=54 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=15500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A15H2 + * - **CRS-PROJCRS** [112028] + * - **Area**: UK - Highways England - A15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0473,-3.1375,50.6049,-2.6218` + */ +export const EPSG_112028 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999991755243032 +x_0=88034.3762585739 +y_0=71027.7353904403 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Jackson (meter) + * - **CRS-PROJCRS** [103639] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103639 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Cagliari 1956 height + * - **CRS-VERTCRS** [9722] + * - **Area**: Italy - Sardinia onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.31,8.08,38.82,9.89` + */ +export const EPSG_9722 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Puerto Rico & Virgin Is. + * - **CRS-PROJCRS** [32161] + * - **Area**: Puerto Rico and US Virgin Islands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `21.86,-68.49,14.92,-63.88` + */ +export const EPSG_32161 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 21E + * - **CRS-PROJCRS** [2494] + * - **Area**: Belarus, Estonia, Latvia, Lithuania and Ukraine - onshore west of 24°E. Russian Federation - Kaliningrad onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.44,19.57,47.95,24` + */ +export const EPSG_2494 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Uranus - Portia + * - **CRS-GEOGCRS** [104955] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104955 = '+proj=longlat +R=54000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Waupaca (m) + * - **CRS-PROJCRS** [8099] + * - **Area**: United States (USA) - Wisconsin - Waupaca county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.23,44.24,-88.6` + */ +export const EPSG_8099 = + '+proj=tmerc +lat_0=43.4202777777778 +lon_0=-88.8166666666667 +k=1.0000333645 +x_0=185013.9709 +y_0=0.007 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo31 + * - **CRS-PROJCRS** [102478] + * - **Area**: South Africa - 30~E to 32~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.22,29.99,-31.38,32.02` + */ +export const EPSG_102478 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * Israeli Grid 05 + * - **CRS-PROJCRS** [6984] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6984 = + '+proj=tmerc +lat_0=31.7343936111111 +lon_0=35.2045169444444 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Kyrg-06 / zone 5 + * - **CRS-PROJCRS** [7696] + * - **Area**: Kyrgyzstan - east of 79°01'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.8,79.01,41.66,80.29` + */ +export const EPSG_7696 = + '+proj=tmerc +lat_0=0 +lon_0=80.5166666666667 +k=1 +x_0=5300000 +y_0=14743.5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Batavia (Jakarta) + * - **CRS-GEOGCRS** [4813] + * - **Area**: Indonesia - onshore - Bali, Java and western Sumatra. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `5.97,95.16,-8.91,115.77` + */ +export const EPSG_4813 = '+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs'; + +/** + * ODN height + * - **CRS-VERTCRS** [5701] + * - **Area**: United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.71,-7.06,49.93,1.8` + */ +export const EPSG_5701 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Portage (m) + * - **CRS-PROJCRS** [8133] + * - **Area**: United States (USA) - Wisconsin - Portage county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.85,44.24,-89.22` + */ +export const EPSG_8133 = + '+proj=lcc +lat_1=44.4168239752778 +lat_0=44.4168239752778 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1128 +y_0=50022.1874 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Albers for Southern Asia + * - **CRS-PROJCRS** [102028] + * - **Area**: Asia - South + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30,25,-10,165` + */ +export const EPSG_102028 = + '+proj=aea +lat_0=-15 +lon_0=125 +lat_1=7 +lat_2=-32 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan North (ft) + * - **CRS-PROJCRS** [2251] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_2251 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=7999999.999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 / 3-degree Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [10285] + * - **Area**: Germany - Hamburg, including Neuwerk, Nigehörn, Scharhörn and surrounding maritime area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.99,8.33,53.36,10.41` + */ +export const EPSG_10285 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2601] + * - **Area**: Kazakhstan, Kyrgyzstan, Russian Federation onshore and Tajikistan - between 73°30'E and 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.71,73.5,37.22,76.5` + */ +export const EPSG_2601 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Sri Lanka Datum 1999 (3D) + * - **CRS-GEOGCRS** [104693] + * - **Area**: Sri Lanka - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_104693 = '+proj=longlat +ellps=evrst30 +no_defs +type=crs'; + +/** + * PSD93 / UTM zone 40N + * - **CRS-PROJCRS** [3440] + * - **Area**: Oman - onshore east of 54°E. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `26.58,54,16.89,59.91` + */ +export const EPSG_3440 = + '+proj=utm +zone=40 +a=6378249.145 +rf=293.465 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +units=m +no_defs +type=crs'; + +/** + * VIVD09 height + * - **CRS-VERTCRS** [6642] + * - **Area**: US Virgin Islands - onshore - St Croix, St John, and St Thomas. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.44,-65.09,17.62,-64.51` + */ +export const EPSG_6642 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [21022] + * - **Area**: Russian Federation - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.61,126,42.25,132` + */ +export const EPSG_21022 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Ohio North + * - **CRS-PROJCRS** [103506] + * - **Area**: USA - Ohio - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_103506 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=40.4333333333333 +lat_2=41.7 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 16 30 + * - **CRS-PROJCRS** [3010] + * - **Area**: Sweden - communes between approximately 15°45'E and 17°15'E and south of approximately 62°20'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.26,15.41,56.15,17.63` + */ +export const EPSG_3010 = + '+proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Le Sueur + * - **CRS-GEOGCRS** [104739] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104739 = '+proj=longlat +a=6378434.181 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * DB_REF + * - **CRS-GCENCRS** [5828] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_5828 = '+proj=geocent +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * WGS 84 (Transit) + * - **CRS-GCENCRS** [7815] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7815 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * RDN2008 / UTM zone 32N (N-E) + * - **CRS-PROJCRS** [6707] + * - **Area**: Italy - onshore and offshore - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.04,5.93,36.53,12` + */ +export const EPSG_6707 = + '+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Colorado South + * - **CRS-PROJCRS** [3505] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_3505 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAVD88 depth + * - **CRS-VERTCRS** [6357] + * - **Area**: Mexico - onshore. United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska; 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` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,172.42,14.51,-66.91` + */ +export const EPSG_6357 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 8N + * - **CRS-PROJCRS** [26708] + * - **Area**: North America - between 138°W and 132°W - onshore. Canada - British Columbia; Northwest Territiories; Yukon. United States (USA) - Alaska. Onshore for Canadian British Columbia & Arctic and for US Pacific coast including Alaska panhandle. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.04,-138,52.58,-132` + */ +export const EPSG_26708 = + '+proj=utm +zone=8 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 8N + * - **CRS-PROJCRS** [3155] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_3155 = + '+proj=utm +zone=8 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Tahiti 79 + * - **CRS-GEOGCRS** [4690] + * - **Area**: French Polynesia - Society Islands - Tahiti. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-17.44,-149.7,-17.93,-149.09` + */ +export const EPSG_4690 = + '+proj=longlat +ellps=intl +towgs84=221.597,152.441,176.523,2.403,1.3893,0.884,11.4648 +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Bobcat (m) + * - **CRS-PROJCRS** [7116] + * - **Area**: United States (USA) - Montana - Three Forks area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.59,-112.34,45.36,-110.75` + */ +export const EPSG_7116 = + '+proj=lcc +lat_1=46.25 +lat_0=46.25 +lon_0=-111.25 +k_0=1.000185 +x_0=100000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / California zone 6 (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8719] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_8719 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Trinidad 1903 / Trinidad Grid (ftCla) + * - **CRS-PROJCRS** [2314] + * - **Area**: Trinidad and Tobago - Trinidad - onshore and offshore. + * - **Unit**: `Clarke's foot` + * - **Accuracy**: `2` + * - **BBOX**: `11.51,-62.09,9.83,-60` + */ +export const EPSG_2314 = + '+proj=cass +lat_0=10.4416666666667 +lon_0=-61.3333333333333 +x_0=86501.46392052 +y_0=65379.0134283 +a=6378293.64520876 +b=6356617.98767984 +towgs84=-61.702,284.488,472.052,0,0,0,0 +to_meter=0.3047972654 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Florence (m) + * - **CRS-PROJCRS** [7546] + * - **Area**: United States (USA) - Wisconsin - Florence county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.03,-88.69,45.71,-88.05` + */ +export const EPSG_7546 = + '+proj=tmerc +lat_0=45.4388888888889 +lon_0=-88.1416666666667 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 + GVR2000 height + * - **CRS-COMPOUNDCRS** [8349] + * - **Area**: Greenland - onshore and offshore between 59°N and 84°N and west of 10°W. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84.01,-75,59,-10` + */ +export const EPSG_8349 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E + * - **CRS-PROJCRS** [2744] + * - **Area**: Russian Federation - onshore between 148°30'E and 151°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,148.5,45.21,151.5` + */ +export const EPSG_2744 = + '+proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Kentucky South + * - **CRS-PROJCRS** [103290] + * - **Area**: USA - Kentucky - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_103290 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=36.7333333333333 +lat_2=37.9333333333333 +x_0=500000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Massachusetts Mainland (ftUS) + * - **CRS-PROJCRS** [2894] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_2894 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000.0001016 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas North Central (ftUS) + * - **CRS-PROJCRS** [6584] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_6584 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Datum Lisboa Bessel + * - **CRS-GEOGCRS** [104105] + * - **Area**: Portugal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-6.19` + */ +export const EPSG_104105 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NAD83 / Quebec Lambert + * - **CRS-PROJCRS** [32198] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_32198 = + '+proj=lcc +lat_0=44 +lon_0=-68.5 +lat_1=60 +lat_2=46 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 13N (ftUS) + * - **CRS-PROJCRS** [4413] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-108,28.98,-102` + */ +export const EPSG_4413 = + '+proj=tmerc +lat_0=0 +lon_0=-105 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / ZAF BSU Albers 25E + * - **CRS-PROJCRS** [9221] + * - **Area**: South Africa - mainland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.13,13.33,-38.17,36.54` + */ +export const EPSG_9221 = + '+proj=aea +lat_0=-30 +lon_0=25 +lat_1=-22 +lat_2=-38 +x_0=1400000 +y_0=1300000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Camacupa 1948 / UTM zone 32S + * - **CRS-PROJCRS** [22032] + * - **Area**: Angola - Angola proper - offshore - west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-6.03,8.2,-17.26,12` + */ +export const EPSG_22032 = + '+proj=utm +zone=32 +south +a=6378249.145 +rf=293.465 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo17 + * - **CRS-PROJCRS** [102481] + * - **Area**: South Africa - west of 18~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.03,16.45,-33.1,18` + */ +export const EPSG_102481 = + '+proj=tmerc +lat_0=0 +lon_0=17 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 32N (N-zE) + * - **CRS-PROJCRS** [5652] + * - **Area**: Germany - onshore and offshore between 6°E and 12°E, including Mecklenburg-Vorpommern west of 12°E and Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.47,6,47.27,12` + */ +export const EPSG_5652 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Kp2000 Zealand + * - **CRS-PROJCRS** [2197] + * - **Area**: Denmark - Zealand and Lolland (onshore). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.79,10.79,54.51,12.87` + */ +export const EPSG_2197 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.99995 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 + * - **CRS-GCENCRS** [4940] + * - **Area**: Eswatini (Swaziland); Lesotho; South Africa - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,13.33,-50.32,42.85` + */ +export const EPSG_4940 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Observation Point Circuit + * - **CRS-PROJCRS** [27230] + * - **Area**: New Zealand - South Island - Observation Point meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-44.61,169.77,-45.82,171.24` + */ +export const EPSG_27230 = + '+proj=tmerc +lat_0=-45.8161966111111 +lon_0=170.628595166667 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / Alberta 3TM ref merid 111 W + * - **CRS-PROJCRS** [22462] + * - **Area**: Canada - Alberta - east of 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-112.5,48.99,-109.98` + */ +export const EPSG_22462 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Illinois West + * - **CRS-PROJCRS** [26972] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_26972 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Macao 2008 + * - **CRS-GEOG3DCRS** [8430] + * - **Area**: China - Macao - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.23,113.52,22.06,113.68` + */ +export const EPSG_8430 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [2528] + * - **Area**: Russian Federation and Ukraine - onshore between 34°30'E and 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.39,34.5,44.61,37.5` + */ +export const EPSG_2528 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Rusk (m) + * - **CRS-PROJCRS** [8125] + * - **Area**: United States (USA) - Wisconsin - Rusk county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.64,-91.55,45.29,-90.67` + */ +export const EPSG_8125 = + '+proj=tmerc +lat_0=43.9194444444444 +lon_0=-91.0666666666667 +k=1.0000495976 +x_0=250546.1013 +y_0=0.0234 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 7 + * - **CRS-PROJCRS** [22177] + * - **Area**: Argentina - east of 55°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25.49,-55.5,-28.11,-53.65` + */ +export const EPSG_22177 = + '+proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * N60 height + * - **CRS-VERTCRS** [5717] + * - **Area**: Finland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.24,59.75,31.59` + */ +export const EPSG_5717 = '+vunits=m +no_defs +type=crs'; + +/** + * MGI (Ferro) + * - **CRS-GEOGCRS** [4805] + * - **Area**: Austria. Bosnia and Herzegovina. Croatia - onshore. Kosovo. Montenegro - onshore. North Macedonia. Serbia. Slovenia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `49.02,9.53,40.85,23.04` + */ +export const EPSG_4805 = '+proj=longlat +ellps=bessel +pm=ferro +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Ontario zone (m) + * - **CRS-PROJCRS** [6838] + * - **Area**: United States (USA) - Oregon - Ontario area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.65,-117.9,43.41,-116.7` + */ +export const EPSG_6838 = + '+proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=80000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000-PL / CS2000/21 + * - **CRS-PROJCRS** [2178] + * - **Area**: Poland - onshore and offshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.55,19.5,49.09,22.5` + */ +export const EPSG_2178 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.999923 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PZ-90.11 + * - **CRS-GEOG3DCRS** [7680] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7680 = '+proj=longlat +a=6378136 +rf=298.257839303 +no_defs +type=crs'; + +/** + * GDA94 / GCG94 + * - **CRS-PROJCRS** [10456] + * - **Area**: Australia - Western Australia - Geraldton area onshore below 195m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-28.48,114.51,-29.1,115` + */ +export const EPSG_10456 = + '+proj=tmerc +lat_0=0 +lon_0=114.583333333333 +k=1.00000628 +x_0=50000 +y_0=3350000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF 1989 Poland 1992 + * - **CRS-PROJCRS** [102194] + * - **Area**: Poland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.93,14.14,49,24.15` + */ +export const EPSG_102194 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Titan + * - **CRS-GEOGCRS** [104943] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104943 = '+proj=longlat +R=2575000 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2482] + * - **Area**: Russian Federation - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.15,132,42.63,138` + */ +export const EPSG_2482 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 / Argentina 5 + * - **CRS-PROJCRS** [5347] + * - **Area**: Argentina - between 61°30'W and 58°30'W onshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-23.37,-61.51,-39.06,-58.5` + */ +export const EPSG_5347 = + '+proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGCB 1955 / Congo TM zone 12 + * - **CRS-PROJCRS** [3339] + * - **Area**: The Democratic Republic of the Congo (Zaire) - onshore west of 13°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-4.67,12.17,-6.04,13.01` + */ +export const EPSG_3339 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho Transverse Mercator + * - **CRS-PROJCRS** [8826] + * - **Area**: United States (USA) - Idaho. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-117.24,41.99,-111.04` + */ +export const EPSG_8826 = + '+proj=tmerc +lat_0=42 +lon_0=-114 +k=0.9996 +x_0=2500000 +y_0=1200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bermuda 1957 / UTM zone 20N + * - **CRS-PROJCRS** [3769] + * - **Area**: Bermuda - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.43,-64.89,32.21,-64.61` + */ +export const EPSG_3769 = + '+proj=utm +zone=20 +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 27S + * - **CRS-PROJCRS** [32527] + * - **Area**: Between 24°W and 18°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-24,-80,-18` + */ +export const EPSG_32527 = + '+proj=utm +zone=27 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 5-23 + * - **CRS-PROJCRS** [6091] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `74.51,127,69.5,148` + */ +export const EPSG_6091 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=137 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=23500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Cylindrical Equal Area + * - **CRS-PROJCRS** [53034] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53034 = + '+proj=cea +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * TPEN11-IRF + * - **CRS-GEOGCRS** [9364] + * - **Area**: United Kingdom (UK) - on or related to the Trans-Pennine rail route from Liverpool via Manchester to Bradford and Leeds. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.9,-3.14,53.32,-1.34` + */ +export const EPSG_9364 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Todd (US foot) + * - **CRS-PROJCRS** [103785] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103785 = + '+proj=lcc +lat_0=45.7733333333333 +lon_0=-94.9 +lat_1=45.8666666666667 +lat_2=46.2833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378548.481 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * RRAF 1991 + * - **CRS-GCENCRS** [4556] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_4556 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SW01-60 + * - **CRS-PROJCRS** [3293] + * - **Area**: Antarctica - 88°S to 90°S and 180°W to 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-88,-180,-90,180` + */ +export const EPSG_3293 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Armenia urban grid + * - **CRS-PROJCRS** [6245] + * - **Area**: Colombia - Armenia city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.55,-75.73,4.5,-75.65` + */ +export const EPSG_6245 = + '+proj=col_urban +lat_0=4.532325 +lon_0=-75.6734891666667 +x_0=1155824.666 +y_0=993087.465 +h_0=1470 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB70 + * - **CRS-GEOGCRS** [4278] + * - **Area**: United Kingdom (UK) - Great Britain - England and Wales onshore, Scotland onshore and Western Isles nearshore including Sea of the Hebrides and The Minch; Isle of Man onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `60.94,-8.82,49.79,1.92` + */ +export const EPSG_4278 = '+proj=longlat +ellps=airy +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah South + * - **CRS-PROJCRS** [103551] + * - **Area**: USA - Utah - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_103551 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=37.2166666666667 +lat_2=38.35 +x_0=500000 +y_0=3000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 9N + * - **CRS-PROJCRS** [32209] + * - **Area**: Between 132°W and 126°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-132,0,-126` + */ +export const EPSG_32209 = + '+proj=utm +zone=9 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 35N (N-E) + * - **CRS-PROJCRS** [3047] + * - **Area**: Europe between 24°E and 30°E: Finland - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.73,24,59.64,30.01` + */ +export const EPSG_3047 = + '+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [4782] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_4782 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * ITRF96 + * - **CRS-GEOG3DCRS** [7907] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.11` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7907 = + '+proj=longlat +ellps=GRS80 +towgs84=24.54,-36.43,-68.12,-2.7359,-2.0431,0.3731,6.901 +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming West + * - **CRS-PROJCRS** [6615] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_6615 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tahiti 52 + * - **CRS-GEOGCRS** [4628] + * - **Area**: French Polynesia - Society Islands - Moorea and Tahiti. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-17.41,-150,-17.93,-149.09` + */ +export const EPSG_4628 = + '+proj=longlat +ellps=intl +towgs84=162,117,154,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / Iowa North (ftUS) + * - **CRS-PROJCRS** [3417] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_3417 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 59N + * - **CRS-PROJCRS** [32659] + * - **Area**: Between 168°E and 174°E, northern hemisphere between equator and 84°N, onshore and offshore. Russian Federation; United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,168,0,174` + */ +export const EPSG_32659 = '+proj=utm +zone=59 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 22N + * - **CRS-PROJCRS** [31976] + * - **Area**: South America between 54°W and 48°W, northern hemisphere, onshore and offshore except Brazil where offshore only. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `9.24,-54,0,-47.99` + */ +export const EPSG_31976 = + '+proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Panama-Colon 1911 / Panama Lambert + * - **CRS-PROJCRS** [5469] + * - **Area**: Panama - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `9.68,-83.04,7.15,-77.19` + */ +export const EPSG_5469 = + '+proj=lcc +lat_1=8.41666666666667 +lat_0=8.41666666666667 +lon_0=-80 +k_0=0.99989909 +x_0=500000 +y_0=294865.303 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 9N + * - **CRS-PROJCRS** [22209] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_22209 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Ponta Delgada depth + * - **CRS-VERTCRS** [10378] + * - **Area**: Portugal - eastern Azores - Sao Miguel island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.96,-25.92,37.65,-25.08` + */ +export const EPSG_10378 = '+vunits=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC44 + * - **CRS-PROJCRS** [3944] + * - **Area**: France - mainland onshore between 43°N and 45°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45,-1.79,42.92,7.71` + */ +export const EPSG_3944 = + '+proj=lcc +lat_0=44 +lon_0=3 +lat_1=43.25 +lat_2=44.75 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KVD1964 height + * - **CRS-VERTCRS** [5193] + * - **Area**: Republic of Korea (South Korea) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.64,124.53,33.14,131.01` + */ +export const EPSG_5193 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [2656] + * - **Area**: Russian Federation - onshore between 64°30'E and 67°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.25,64.5,54.31,67.5` + */ +export const EPSG_2656 = + '+proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ED50 / 3-degree Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [2206] + * - **Area**: Türkiye (Turkey) - west of 28°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `42.11,25.62,36.5,28.5` + */ +export const EPSG_2206 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alberta 3TM ref merid 120 W + * - **CRS-PROJCRS** [3801] + * - **Area**: Canada - Alberta - west of 118°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60,-120,52.88,-118.5` + */ +export const EPSG_3801 = + '+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E + * - **CRS-PROJCRS** [2713] + * - **Area**: Russian Federation - onshore between 61°30'E and 64°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,61.5,51.03,64.5` + */ +export const EPSG_2713 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2343] + * - **Area**: China - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,102,21.53,108` + */ +export const EPSG_2343 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * American Samoa 1962 / American Samoa Lambert + * - **CRS-PROJCRS** [3102] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega and Ta'u islands. + * - **Unit**: `US survey foot` + * - **Accuracy**: `44` + * - **BBOX**: `-14.11,-170.88,-14.43,-169.38` + */ +export const EPSG_3102 = + '+proj=lcc +lat_1=-14.2666666666667 +lat_0=-14.2666666666667 +lon_0=-170 +k_0=1 +x_0=152400.30480061 +y_0=95169.3116586233 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 24S + * - **CRS-PROJCRS** [31999] + * - **Area**: South America - between 42°W and 36°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-42,-26.35,-36` + */ +export const EPSG_31999 = + '+proj=utm +zone=24 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Waseca + * - **CRS-GEOGCRS** [104781] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104781 = '+proj=longlat +a=6378481.425 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Tananarive + * - **CRS-GEOGCRS** [4297] + * - **Area**: Madagascar - onshore and nearshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `-11.69,42.53,-26.59,51.03` + */ +export const EPSG_4297 = + '+proj=longlat +ellps=intl +towgs84=-198.383,-240.517,-107.909,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Louisiana South + * - **CRS-PROJCRS** [3552] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_3552 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 + * - **CRS-GCENCRS** [7842] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_7842 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Robinson + * - **CRS-PROJCRS** [54030] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54030 = + '+proj=robin +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RDN2008 / UTM zone 33N + * - **CRS-PROJCRS** [7792] + * - **Area**: Italy - onshore and offshore - between 12°E and 18°E including San Marino and Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,12,34.79,18` + */ +export const EPSG_7792 = + '+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nebraska (ftUS) + * - **CRS-PROJCRS** [6880] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_6880 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Boone-Hendricks (ftUS) + * - **CRS-PROJCRS** [7268] + * - **Area**: United States (USA) - Indiana - counties of Boone and Hendricks. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.19,-86.7,39.6,-86.24` + */ +export const EPSG_7268 = + '+proj=tmerc +lat_0=39.6 +lon_0=-86.5 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E + * - **CRS-PROJCRS** [2590] + * - **Area**: Armenia, Azerbaijan, Georgia and Russian Federation onshore - between 43°30'E and 46°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `80.8,43.5,38.84,46.5` + */ +export const EPSG_2590 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / TM33 + * - **CRS-PROJCRS** [5255] + * - **Area**: Türkiye (Turkey) - between 31°30'E and 34°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.07,31.5,35.97,34.5` + */ +export const EPSG_5255 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Palestine 1923 / Palestine Belt + * - **CRS-PROJCRS** [28192] + * - **Area**: Israel - onshore; Jordan; Palestine Territory - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.38,34.17,29.18,39.31` + */ +export const EPSG_28192 = + '+proj=tmerc +lat_0=31.7340969444444 +lon_0=35.2120805555556 +k=1 +x_0=170251.555 +y_0=1126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Vilas (ftUS) + * - **CRS-PROJCRS** [7638] + * - **Area**: United States (USA) - Wisconsin - Vilas county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.3,-90.05,45.85,-88.93` + */ +export const EPSG_7638 = + '+proj=lcc +lat_1=46.0778440905556 +lat_0=46.0778440905556 +lon_0=-89.4888888888889 +k_0=1.0000730142 +x_0=134417.068834138 +y_0=50337.1092710185 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Huahine SAU 2001 height + * - **CRS-VERTCRS** [5605] + * - **Area**: French Polynesia - Society Islands - Huahine. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-16.63,-151.11,-16.87,-150.89` + */ +export const EPSG_5605 = '+vunits=m +no_defs +type=crs'; + +/** + * ITRF96 + * - **CRS-GCENCRS** [4917] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `0.11` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4917 = + '+proj=geocent +ellps=GRS80 +towgs84=24.54,-36.43,-68.12,-2.7359,-2.0431,0.3731,6.901 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 35N + * - **CRS-PROJCRS** [32435] + * - **Area**: Between 24°E and 30°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,24,0,30` + */ +export const EPSG_32435 = + '+proj=utm +zone=35 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Santa Cruz da Graciosa height + * - **CRS-VERTCRS** [6183] + * - **Area**: Portugal - central Azores - Graciosa island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `39.14,-28.13,38.97,-27.88` + */ +export const EPSG_6183 = '+vunits=m +no_defs +type=crs'; + +/** + * Fort Marigot / UTM zone 20N + * - **CRS-PROJCRS** [2969] + * - **Area**: Guadeloupe - onshore - St Martin and St Barthélemy islands. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `18.17,-63.21,17.82,-62.73` + */ +export const EPSG_2969 = + '+proj=utm +zone=20 +ellps=intl +towgs84=137,248,-430,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C14H4 + * - **CRS-PROJCRS** [112086] + * - **Area**: UK - Highways England - C14 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.7758,-3.5703,54.0079,-3.1904` + */ +export const EPSG_112086 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999988741087467 +x_0=111043.026257795 +y_0=126048.840616957 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 19 + * - **CRS-PROJCRS** [21219] + * - **Area**: Russian Federation - onshore between 55°30'E and 58°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.89,55.5,50.53,58.5` + */ +export const EPSG_21219 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Louisiana South (ftUS) + * - **CRS-PROJCRS** [6479] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_6479 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GDM2000 / Terengganu Grid + * - **CRS-PROJCRS** [3381] + * - **Area**: Malaysia - West Malaysia - Terengganu. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `5.9,102.38,3.89,103.72` + */ +export const EPSG_3381 = + '+proj=cass +lat_0=4.9762852 +lon_0=103.070275625 +x_0=19594.245 +y_0=3371.895 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 15N (ftUS) + * - **CRS-PROJCRS** [32065] + * - **Area**: United States (USA) - between 96°W and 90°W - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin; Gulf of Mexico outer continental shelf (GoM OCS) between approximately 96°W and 90°W - protraction areas East Breaks; Alaminos Canyon; Garden Banks; Keathley Canyon; Sigsbee Escarpment; Ewing Bank; Green Canyon; Walker Ridge; Amery Terrace. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-96.01,25.61,-89.86` + */ +export const EPSG_32065 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR09P01 + * - **CRS-GEOG3DCRS** [8934] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8934 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [4501] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_4501 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * KSA-GRF17 + * - **CRS-GEOGCRS** [9333] + * - **Area**: Saudi Arabia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.44,16.29,55.67` + */ +export const EPSG_9333 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) Zone Arkansas North + * - **CRS-PROJCRS** [103228] + * - **Area**: USA - Arkansas - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_103228 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=34.9333333333333 +lat_2=36.2333333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * HS2-IRF + * - **CRS-GEOGCRS** [9299] + * - **Area**: United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.3,-2.75,51.45,0` + */ +export const EPSG_9299 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Michigan Central + * - **CRS-PROJCRS** [103382] + * - **Area**: USA - Michigan - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_103382 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=44.1833333333333 +lat_2=45.7 +x_0=6000000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / West Virginia South + * - **CRS-PROJCRS** [3694] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_3694 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CHTRS95 + * - **CRS-GEOGCRS** [4151] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_4151 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B20H1 + * - **CRS-PROJCRS** [112069] + * - **Area**: UK - Highways England - B20 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9242,-0.3233,52.0332,0.0103` + */ +export const EPSG_112069 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99982572992683 +x_0=-105023.57751484 +y_0=111024.924801402 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Perroud 1950 / Terre Adelie Polar Stereographic + * - **CRS-PROJCRS** [2986] + * - **Area**: Antarctica - Adelie Land - coastal area between 136°E and 142°E. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-65.61,136,-67.13,142` + */ +export const EPSG_2986 = + 'PROJCS["Perroud 1950 / Terre Adelie Polar Stereographic",GEOGCS["Perroud 1950",DATUM["Pointe_Geologie_Perroud_1950",SPHEROID["International 1924",6378388,297],TOWGS84[325,154,172,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4637"]],PROJECTION["Polar_Stereographic_(variant_C)"],PARAMETER["Latitude of standard parallel",-67],PARAMETER["Longitude of origin",140],PARAMETER["Easting at false origin",300000],PARAMETER["Northing at false origin",200000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2986"]]'; + +/** + * NAD83 / North Dakota North + * - **CRS-PROJCRS** [32120] + * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_32120 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Michigan North (ft) + * - **CRS-PROJCRS** [6496] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_6496 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=7999999.999968 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * EWR2-IRF + * - **CRS-GEOGCRS** [9763] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `52.24,-1.43,51.7,-0.36` + */ +export const EPSG_9763 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Scott (meter) + * - **CRS-PROJCRS** [103678] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103678 = + '+proj=lcc +lat_0=44.4719444444445 +lon_0=-93.3166666666667 +lat_1=44.5166666666667 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378421.989 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Elara + * - **CRS-GEOGCRS** [104914] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104914 = '+proj=longlat +R=40000 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Yangtse TM + * - **CRS-PROJCRS** [5310] + * - **Area**: Bhutan - Yangtse district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28,91.34,27.37,91.77` + */ +export const EPSG_5310 = + '+proj=tmerc +lat_0=0 +lon_0=91.5666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nebraska (ftUS) + * - **CRS-PROJCRS** [26860] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_26860 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 5 + * - **CRS-PROJCRS** [8522] + * - **Area**: United States (USA) - Kansas - counties of Barton; Osborne; Russell; Smith. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-99.07,38.26,-98.47` + */ +export const EPSG_8522 = + '+proj=tmerc +lat_0=37.5 +lon_0=-98.6666666666667 +k=1.000078 +x_0=1676403.3528067 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ODN Orkney height + * - **CRS-VERTCRS** [5740] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Orkney Islands onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `59.41,-3.48,58.72,-2.34` + */ +export const EPSG_5740 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Decatur-Rush (m) + * - **CRS-PROJCRS** [7287] + * - **Area**: United States (USA) - Indiana - counties of Decatur and Rush. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.79,-85.69,39.13,-85.29` + */ +export const EPSG_7287 = + '+proj=tmerc +lat_0=39.1 +lon_0=-85.65 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EMEP 150 kilometer Grid + * - **CRS-PROJCRS** [102069] + * - **Area**: Europe + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,-30,34,50` + */ +export const EPSG_102069 = + '+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-32 +x_0=450000 +y_0=5550000 +R=6370000 +to_meter=150000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Grant (ftUS) + * - **CRS-PROJCRS** [8172] + * - **Area**: United States (USA) - Wisconsin - Grant county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.22,-91.16,42.5,-90.42` + */ +export const EPSG_8172 = + '+proj=tmerc +lat_0=41.4111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.484023368 +y_0=0.0100584201168402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 3 + * - **CRS-PROJCRS** [2768] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_2768 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Slovenia 1996 / Slovene National Grid + SVS2010 height + * - **CRS-COMPOUNDCRS** [10246] + * - **Area**: Slovenia - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,45.42,16.61` + */ +export const EPSG_10246 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM NS 1997 zone 5 + * - **CRS-PROJCRS** [22337] + * - **Area**: Canada - Nova Scotia - west of 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.02,-66.28,43.41,-63` + */ +export const EPSG_22337 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=15500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) StatePlane CA VI (US Feet) + * - **CRS-PROJCRS** [103896] + * - **Area**: USA - California - SPCS - 6 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_103896 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=32.7833333333333 +lat_2=33.8833333333333 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2338] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_2338 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * RGF93 v2 / CC47 + * - **CRS-PROJCRS** [9827] + * - **Area**: France - mainland onshore between 46°N and 48°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48,-4.77,46,7.63` + */ +export const EPSG_9827 = + '+proj=lcc +lat_0=47 +lon_0=3 +lat_1=46.25 +lat_2=47.75 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Indiana East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8735] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_8735 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=99999.9998983998 +y_0=249999.9998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 7 + * - **CRS-PROJCRS** [5107] + * - **Area**: Norway - onshore - between 7°E and 8°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `63.59,6.99,57.9,8.01` + */ +export const EPSG_5107 = + '+proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 37S + * - **CRS-PROJCRS** [32337] + * - **Area**: Between 36°E and 42°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,36,-80,42` + */ +export const EPSG_32337 = + '+proj=utm +zone=37 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 19N + * - **CRS-PROJCRS** [3179] + * - **Area**: Greenland - between 72°W and 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.9,-72,73.24,-66` + */ +export const EPSG_3179 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XIII + * - **CRS-PROJCRS** [6681] + * - **Area**: Japan - onshore - Hokkaido east of approximately 143°E - Kitami city; Obihiro city; Kushiro city; Abashiri city; Nemuro city; Nemuro-shicho; Kushiro-shicho; Abashiri-shicho (except Monbetsu-gun); Tokachi-shicho. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.4,142.61,41.87,145.87` + */ +export const EPSG_6681 = + '+proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * La Canoa / UTM zone 19N + * - **CRS-PROJCRS** [24719] + * - **Area**: Venezuela - between 72°W and 66°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `12.25,-72,0.73,-66` + */ +export const EPSG_24719 = + '+proj=utm +zone=19 +ellps=intl +towgs84=-270.933,115.599,-360.226,-5.266,-1.238,2.381,-5.109 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arizona West (ft) + * - **CRS-PROJCRS** [3483] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_3483 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Illinois East (ftUS) + * - **CRS-PROJCRS** [3529] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_3529 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZVD2016 height + * - **CRS-VERTCRS** [7839] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_7839 = '+vunits=m +no_defs +type=crs'; + +/** + * Phoenix Islands 1966 + * - **CRS-GEOGCRS** [4716] + * - **Area**: Kiribati - Phoenix Islands: Kanton, Orona, McKean Atoll, Birnie Atoll, Phoenix Seamounts. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `26` + * - **BBOX**: `-2.68,-174.6,-4.76,-170.66` + */ +export const EPSG_4716 = + '+proj=longlat +ellps=intl +towgs84=298,-304,-375,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cook South + * - **CRS-GEOGCRS** [104715] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104715 = '+proj=longlat +a=6378647.541 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * AGD84 + * - **CRS-GEOGCRS** [4203] + * - **Area**: Australia - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2.9` + * - **BBOX**: `-9.37,109.23,-38.53,153.61` + */ +export const EPSG_4203 = + '+proj=longlat +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nevada Central (US Feet) + * - **CRS-PROJCRS** [103480] + * - **Area**: USA - Nevada - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_103480 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000.000000001 +y_0=6000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ED50 / UTM zone 33N + * - **CRS-PROJCRS** [23033] + * - **Area**: Europe - between 12°E and 18°E onshore and offshore - Denmark (including Bornholm); Italy including San Marino and Vatican City State; Malta; Norway including Svalbard. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `84.42,12,34.49,18.01` + */ +export const EPSG_23033 = + '+proj=utm +zone=33 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NN2000 height + * - **CRS-VERTCRS** [5941] + * - **Area**: Norway - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,4.39,57.9,31.32` + */ +export const EPSG_5941 = '+vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [4653] + * - **Area**: China - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.83,76.5,31.03,79.5` + */ +export const EPSG_4653 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 11 + * - **CRS-PROJCRS** [3196] + * - **Area**: Libya - onshore between 20°E and 22°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `33,20,20.54,22` + */ +export const EPSG_3196 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 22N + * - **CRS-PROJCRS** [32622] + * - **Area**: Between 54°W and 48°W, northern hemisphere between equator and 84°N, onshore and offshore. Brazil. Canada - Newfoundland. French Guiana. Greenland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-54,0,-48` + */ +export const EPSG_32622 = '+proj=utm +zone=22 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 1 + * - **CRS-PROJCRS** [6394] + * - **Area**: United States (USA) - Alaska - east of 141°W; i.e. Panhandle. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_6394 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=323.130102361111 +gamma=323.130102361111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF91 + * - **CRS-GEOGCRS** [9061] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9061 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Barron (ftUS) + * - **CRS-PROJCRS** [8220] + * - **Area**: United States (USA) - Wisconsin - Barron county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.65,-92.16,45.2,-91.53` + */ +export const EPSG_8220 = + '+proj=tmerc +lat_0=45.1333333333333 +lon_0=-91.85 +k=1.0000486665 +x_0=93150 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * LKS-2020 + * - **CRS-GCENCRS** [10303] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_10303 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 22N + * - **CRS-PROJCRS** [22622] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_22622 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Idaho East + * - **CRS-PROJCRS** [2787] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_2787 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UPS South (E,N) + * - **CRS-PROJCRS** [5042] + * - **Area**: Southern hemisphere - south of 60°S onshore and offshore - Antarctica. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_5042 = + '+proj=stere +lat_0=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Waushara (m) + * - **CRS-PROJCRS** [7585] + * - **Area**: United States (USA) - Wisconsin - Waushara county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-89.6,43.98,-88.88` + */ +export const EPSG_7585 = + '+proj=lcc +lat_1=44.1139440458333 +lat_0=44.1139440458333 +lon_0=-89.2416666666667 +k_0=1.0000392096 +x_0=120091.4402 +y_0=45069.7587 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moon 2000 Far Side Lambert Azimuthal Equal Area + * - **CRS-PROJCRS** [103879] + * - **Area**: Moon - Far Side + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,90,-90,-90` + */ +export const EPSG_103879 = + '+proj=laea +lat_0=0 +lon_0=180 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / North Dakota South (ft) + * - **CRS-PROJCRS** [6547] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_6547 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 81E + * - **CRS-PROJCRS** [21327] + * - **Area**: Russian Federation - onshore between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,79.5,50.7,82.5` + */ +export const EPSG_21327 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Delaware (US Feet) + * - **CRS-PROJCRS** [103253] + * - **Area**: USA - Delaware + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_103253 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * REGCAN95 + * - **CRS-GEOG3DCRS** [4080] + * - **Area**: Spain - Canary Islands onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.76,-21.93,24.6,-11.75` + */ +export const EPSG_4080 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 15N + * - **CRS-PROJCRS** [3745] + * - **Area**: United States (USA) - between 96°W and 90°W - onshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-96,28.42,-89.99` + */ +export const EPSG_3745 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / West Virginia North + * - **CRS-PROJCRS** [2857] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_2857 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Winkel I + * - **CRS-PROJCRS** [53018] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53018 = + '+proj=wink1 +lon_0=0 +lat_ts=50.4597762521898 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 1-31 + * - **CRS-PROJCRS** [6117] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `87.83,120,82.83,180` + */ +export const EPSG_6117 = + '+proj=lcc +lat_0=85.4371183333333 +lon_0=150 +lat_1=87 +lat_2=83.6666666666667 +x_0=31500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A08H2 + * - **CRS-PROJCRS** [112012] + * - **Area**: UK - Highways England - A8 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.7996,-4.6397,50.221,-4.4536` + */ +export const EPSG_112012 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999637758515672 +x_0=196007.154268481 +y_0=71002.5915972559 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Hubbard (meter) + * - **CRS-PROJCRS** [103603] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103603 = + '+proj=tmerc +lat_0=46.8036111111111 +lon_0=-94.9205555555556 +k=1.000071553661 +x_0=152411.209600356 +y_0=30482.2419200711 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS VI + * - **CRS-PROJCRS** [30166] + * - **Area**: Japan - onshore - Honshu between approximately 135°10'E and 136°45'E - Kyoto-fu; Osaka-fu; Fukui-ken; Shiga-ken; Mie-ken; Nara-ken; Wakayama-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `36.33,134.86,33.4,136.99` + */ +export const EPSG_30166 = + '+proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Shelby (ftUS) + * - **CRS-PROJCRS** [7356] + * - **Area**: United States (USA) - Indiana - Shelby county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.7,-85.96,39.34,-85.62` + */ +export const EPSG_7356 = + '+proj=tmerc +lat_0=39.3 +lon_0=-85.9 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v1 / Lambert-93 + * - **CRS-PROJCRS** [2154] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_2154 = + '+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGM95 + * - **CRS-GEOG3DCRS** [4983] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_4983 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * EPSG moving platform example + * - **CRS-ENGCRS** [7706] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7706 = 'null'; + +/** + * NAD83(2011) / Oregon Cottage Grove-Canyonville zone (m) + * - **CRS-PROJCRS** [6814] + * - **Area**: United States (USA) - Oregon - Cottage Grove-Canyonville area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.88,-123.96,42.82,-122.4` + */ +export const EPSG_6814 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-123.333333333333 +k=1.000023 +x_0=50000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Vilas (m) + * - **CRS-PROJCRS** [8109] + * - **Area**: United States (USA) - Wisconsin - Vilas county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.3,-90.05,45.85,-88.93` + */ +export const EPSG_8109 = + '+proj=lcc +lat_1=46.0778440905556 +lat_0=46.0778440905556 +lon_0=-89.4888888888889 +k_0=1.0000730142 +x_0=134417.0689 +y_0=50337.1092 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Lambert Asia + * - **CRS-PROJCRS** [102012] + * - **Area**: Asia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,25,-10,185` + */ +export const EPSG_102012 = + '+proj=lcc +lat_0=0 +lon_0=105 +lat_1=30 +lat_2=62 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2504] + * - **Area**: Kazakhstan and Russian Federation onshore - 78°E to 84°E; Kyrgyzstan - east of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.03,78,41.04,84.01` + */ +export const EPSG_2504 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / SCoPQ zone 5 + * - **CRS-PROJCRS** [2011] + * - **Area**: Canada - Quebec - between 66°W and 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `60.42,-66,47.95,-63` + */ +export const EPSG_2011 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * ETRS 1989 Kosovo Grid + * - **CRS-PROJCRS** [102157] + * - **Area**: Serbia and Kosovo + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,41.85,23.01` + */ +export const EPSG_102157 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Enceladus IAU 2015 + * - **CRS-GEOGCRS** [104980] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104980 = '+proj=longlat +R=252100 +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 132E + * - **CRS-PROJCRS** [2441] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_2441 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Waupaca (ftUS) + * - **CRS-PROJCRS** [7643] + * - **Area**: United States (USA) - Wisconsin - Waupaca county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.23,44.24,-88.6` + */ +export const EPSG_7643 = + '+proj=tmerc +lat_0=43.4202777777778 +lon_0=-88.8166666666667 +k=1.0000333645 +x_0=185013.970942342 +y_0=0.00701041402082804 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [28413] + * - **Area**: Kazakhstan; Kyrgyzstan; Russian Federation onshore - 72°E to 78°E; Tajikistan and Uzbekistan - east of 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.71,72,36.79,78` + */ +export const EPSG_28413 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [20023] + * - **Area**: Russian Federation - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.15,132,42.63,138` + */ +export const EPSG_20023 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Mississippi West (ftUS) + * - **CRS-PROJCRS** [3600] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_3600 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oklahoma South (ftUS) + * - **CRS-PROJCRS** [2912] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_2912 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska zone 9 + * - **CRS-PROJCRS** [6402] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and west of 168°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_6402 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EUREF - Finland + * - **CRS-GEOGCRS** [104129] + * - **Area**: Finland + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.08,58.84,31.59` + */ +export const EPSG_104129 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 62 + * - **CRS-PROJCRS** [21262] + * - **Area**: Russian Federation - onshore between 175°30'W and 172°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.78,-175.5,64.2,-172.5` + */ +export const EPSG_21262 = + '+proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake of the Woods South (US foot) + * - **CRS-PROJCRS** [103746] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103746 = + '+proj=lcc +lat_0=48.3661111111111 +lon_0=-94.8833333333333 +lat_1=48.45 +lat_2=48.8833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378496.665 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS31-33 + * - **CRS-PROJCRS** [3250] + * - **Area**: Antarctica - 72°S to 76°S and 0°E to 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,0,-76,18` + */ +export const EPSG_3250 = + '+proj=lcc +lat_0=-90 +lon_0=9 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 2-20 + * - **CRS-PROJCRS** [6052] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `84.51,-32,79.5,8.01` + */ +export const EPSG_6052 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=-12 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=20500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 20 + * - **CRS-PROJCRS** [20920] + * - **Area**: Russian Federation - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.96,114,49.51,120` + */ +export const EPSG_20920 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (2011) Navajo Nation Coordinate System (M) + * - **CRS-PROJCRS** [103592] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103592 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=600000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 49S + * - **CRS-PROJCRS** [9489] + * - **Area**: Indonesia - south of equator and between 108°E and 114°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,108,-12.07,114` + */ +export const EPSG_9489 = '+proj=utm +zone=49 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 17 15 + RH2000 height + * - **CRS-COMPOUNDCRS** [5853] + * - **Area**: Sweden - communes between approximately 14°20'E and 18°50'E and between approximately 67°10'N and 62°05'N. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `67.19,14.31,62.12,19.04` + */ +export const EPSG_5853 = + '+proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * FD54 + * - **CRS-GEOGCRS** [4741] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_4741 = + '+proj=longlat +ellps=intl +towgs84=-153.33,-169.41,86.39,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas Centric Lambert Conformal + * - **CRS-PROJCRS** [3084] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3084 = + '+proj=lcc +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 30S + * - **CRS-PROJCRS** [32730] + * - **Area**: Between 6°W and 0°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-6,-80,0` + */ +export const EPSG_32730 = '+proj=utm +zone=30 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Zanderij + * - **CRS-GEOGCRS** [4311] + * - **Area**: Suriname - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `11` + * - **BBOX**: `9.35,-58.08,1.83,-52.66` + */ +export const EPSG_4311 = + '+proj=longlat +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 60S + * - **CRS-PROJCRS** [32360] + * - **Area**: Between 174°E and 180°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,174,-80,180` + */ +export const EPSG_32360 = + '+proj=utm +zone=60 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Marquette (US feet) + * - **CRS-PROJCRS** [103438] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103438 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.301752604 +y_0=79170.7793751588 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) + VIVD09 height + * - **CRS-COMPOUNDCRS** [9523] + * - **Area**: US Virgin Islands - onshore - St Croix, St John, and St Thomas. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `18.44,-65.09,17.62,-64.51` + */ +export const EPSG_9523 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Indiana East + * - **CRS-PROJCRS** [26773] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_26773 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Katanga 1955 / Katanga Gauss zone B + * - **CRS-PROJCRS** [3987] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Katanga between 26°30'E and 29°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.99,26.5,-13.44,29.5` + */ +export const EPSG_3987 = + '+proj=tmerc +lat_0=-9 +lon_0=28 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-102.283,-10.277,-257.396,-3.976,-0.002,-6.203,12.315 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 61 + * - **CRS-PROJCRS** [2695] + * - **Area**: Russian Federation - onshore between 178°30'W and 175°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.61,-178.5,64.74,-175.5` + */ +export const EPSG_2695 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * MRH21 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9870] + * - **Area**: United Kingdom (UK) - on or related to Midland Rail Hub, covering routes through Cardiff, Bristol, Gloucester, Derby, Birmingham, Leicester, and Lincoln. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.26,-3.27,51.35,-0.36` + */ +export const EPSG_9870 = + '+proj=tmerc +lat_0=52.3 +lon_0=-1.8 +k=1 +x_0=227286.9881 +y_0=265751.2874 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8762] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_8762 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) + NAVD88 height + * - **CRS-COMPOUNDCRS** [5500] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5500 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Owyhee zone (ft) + * - **CRS-PROJCRS** [8332] + * - **Area**: United States (USA) - Oregon - Owyhee area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.54,-118.14,41.88,-116.85` + */ +export const EPSG_8332 = + '+proj=tmerc +lat_0=41.75 +lon_0=-117.583333333333 +k=1.00018 +x_0=70000.00001496 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * DB_REF2016 zone 5 + * - **CRS-COMPOUNDCRS** [9935] + * - **Area**: Germany - onshore east of 13°30'E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.72,13.5,48.51,15.04` + */ +export const EPSG_9935 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * PTRA08 / UTM zone 26N + * - **CRS-PROJCRS** [5015] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `42.96,-30,33.52,-24` + */ +export const EPSG_5015 = + '+proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Virginia Lambert + * - **CRS-PROJCRS** [3968] + * - **Area**: United States (USA) - Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `39.46,-83.68,36.54,-75.31` + */ +export const EPSG_3968 = + '+proj=lcc +lat_0=36 +lon_0=-79.5 +lat_1=37 +lat_2=39.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Melilla height + * - **CRS-VERTCRS** [10354] + * - **Area**: Spain - Melilla onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `35.38,-2.98,35.26,-2.88` + */ +export const EPSG_10354 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Missouri East (Feet) + * - **CRS-PROJCRS** [102696] + * - **Area**: USA - Missouri - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_102696 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333333333 +x_0=250000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2380] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_2380 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 23S + * - **CRS-PROJCRS** [29193] + * - **Area**: Brazil - between 48°W and 42°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `5.13,-48,-33.5,-42` + */ +export const EPSG_29193 = + '+proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 / Colombia West zone + * - **CRS-PROJCRS** [11115] + * - **Area**: Colombia - onshore between 4°30'W and 1°30'W of Bogota (approximately 78°35'W and 75°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `10.21,-78.59,0.03,-75.58` + */ +export const EPSG_11115 = + '+proj=tmerc +lat_0=4.59620322222222 +lon_0=-77.0775077694444 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Guam 1963 height + * - **CRS-VERTCRS** [6639] + * - **Area**: Guam - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `13.7,144.58,13.18,145.01` + */ +export const EPSG_6639 = '+vunits=m +no_defs +type=crs'; + +/** + * Montserrat 1958 + * - **CRS-GEOGCRS** [4604] + * - **Area**: Montserrat - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `16.87,-62.29,16.62,-62.08` + */ +export const EPSG_4604 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=174,359,365,0,0,0,0 +no_defs +type=crs'; + +/** + * St. Helena Tritan + * - **CRS-GEOGCRS** [7881] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7881 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 25N + * - **CRS-PROJCRS** [32225] + * - **Area**: Between 36°W and 30°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-36,0,-30` + */ +export const EPSG_32225 = + '+proj=utm +zone=25 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Bend-Redmond-Prineville zone (ft) + * - **CRS-PROJCRS** [6793] + * - **Area**: United States (USA) - Oregon - Bend-Redmond-Prineville area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `44.98,-121.88,43.76,-119.79` + */ +export const EPSG_6793 = + '+proj=lcc +lat_1=44.6666666666667 +lat_0=44.6666666666667 +lon_0=-121.25 +k_0=1.00012 +x_0=79999.99999968 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota McLeod + * - **CRS-GEOGCRS** [104742] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104742 = '+proj=longlat +a=6378414.369 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / San Jose del Guaviare urban grid + * - **CRS-PROJCRS** [6269] + * - **Area**: Colombia - San Jose del Guaviare city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `2.61,-72.66,2.54,-72.6` + */ +export const EPSG_6269 = + '+proj=col_urban +lat_0=2.56407894166667 +lon_0=-72.640033325 +x_0=1159876.62 +y_0=775380.342 +h_0=185 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan Oblique Mercator + * - **CRS-PROJCRS** [3591] + * - **Area**: United States (USA) - Michigan. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,41.69,-82.13` + */ +export const EPSG_3591 = + '+proj=omerc +no_uoff +lat_0=45.3091666666667 +lonc=-86 +alpha=337.25556 +gamma=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hito XVIII 1963 + * - **CRS-GEOGCRS** [4254] + * - **Area**: Chile - Tierra del Fuego, onshore; Argentina - Tierra del Fuego, onshore and offshore Atlantic west of 66°W. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-51.65,-74.83,-55.96,-63.73` + */ +export const EPSG_4254 = '+proj=longlat +ellps=intl +towgs84=16,196,93,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 2011 UTM Zone 20N + * - **CRS-PROJCRS** [102045] + * - **Area**: Caribbean - Puerto Rico and US Virgin Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.86,-68.49,14.92,-63.88` + */ +export const EPSG_102045 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Ha TM + * - **CRS-PROJCRS** [5296] + * - **Area**: Bhutan - Ha district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.62,88.9,27.02,89.39` + */ +export const EPSG_5296 = + '+proj=tmerc +lat_0=0 +lon_0=90.15 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 36 + * - **CRS-PROJCRS** [2553] + * - **Area**: Russian Federation - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `78.4,106.5,49.25,109.5` + */ +export const EPSG_2553 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Coast zone (ft) + * - **CRS-PROJCRS** [6843] + * - **Area**: United States (USA) - Oregon - coastal area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.4,-124.84,41.89,-123.35` + */ +export const EPSG_6843 = + '+proj=omerc +no_uoff +lat_0=44.75 +lonc=-124.05 +alpha=5 +gamma=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 15N + * - **CRS-PROJCRS** [102415] + * - **Area**: USA - 96~W to 90~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-96.01,25.61,-90` + */ +export const EPSG_102415 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * BD72 / Belgian Lambert 72 + * - **CRS-PROJCRS** [31370] + * - **Area**: Belgium - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_31370 = + '+proj=lcc +lat_0=90 +lon_0=4.36748666666667 +lat_1=51.1666672333333 +lat_2=49.8333339 +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +no_defs +type=crs'; + +/** + * Lake / Maracaibo Grid M3 + * - **CRS-PROJCRS** [2103] + * - **Area**: Venezuela - Maracaibo area, onshore and offshore in lake. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11,-72.25,10,-71.5` + */ +export const EPSG_2103 = + '+proj=lcc +lat_1=10.1666666666667 +lat_0=10.1666666666667 +lon_0=-71.6056177777778 +k_0=1 +x_0=500000 +y_0=447315.028 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Gibson (m) + * - **CRS-PROJCRS** [7301] + * - **Area**: United States (USA) - Indiana - Gibson county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.54,-87.99,38.16,-87.31` + */ +export const EPSG_7301 = + '+proj=tmerc +lat_0=38.15 +lon_0=-87.65 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Phoebe + * - **CRS-GEOGCRS** [104938] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104938 = '+proj=longlat +R=110000 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Meeker (meter) + * - **CRS-PROJCRS** [103654] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103654 = + '+proj=lcc +lat_0=44.8913888888889 +lon_0=-94.75 +lat_1=44.9666666666667 +lat_2=45.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378498.189 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 13 Barishal + * - **CRS-PROJCRS** [102946] + * - **Area**: Bangladesh - Barishal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23.0667,89.85,21.7833,91.0334` + */ +export const EPSG_102946 = + '+proj=cass +lat_0=22.5 +lon_0=90.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * IGCB 1955 / UTM zone 33S + * - **CRS-PROJCRS** [3342] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Lower Congo (Bas Congo) + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-4.28,12.17,-6.04,16.28` + */ +export const EPSG_3342 = + '+proj=utm +zone=33 +south +a=6378249.145 +rf=293.465 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 / UTM zone 14N + * - **CRS-PROJCRS** [4487] + * - **Area**: Mexico between 102°W and 96°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.81,-102,12.3,-96` + */ +export const EPSG_4487 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A24H1 + * - **CRS-PROJCRS** [112045] + * - **Area**: UK - Highways England - A24 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0214,0.4812,50.7511,0.711` + */ +export const EPSG_112045 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999612767259319 +x_0=-165001.897523884 +y_0=71000.8165102774 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 5N + * - **CRS-PROJCRS** [3712] + * - **Area**: United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.71,-156,52.15,-149.99` + */ +export const EPSG_3712 = + '+proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Louisiana North + * - **CRS-PROJCRS** [2800] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_2800 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Mississippi West (ftUS) + * - **CRS-PROJCRS** [6510] + * - **Area**: United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-91.65,31,-89.37` + */ +export const EPSG_6510 = + '+proj=tmerc +lat_0=29.5 +lon_0=-90.3333333333333 +k=0.99995 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / TMzn36N + * - **CRS-PROJCRS** [4038] + * - **Area**: Moldova - east of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.47,30,46.37,30.13` + */ +export const EPSG_4038 = '+proj=utm +zone=36 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C19H1 + * - **CRS-PROJCRS** [112100] + * - **Area**: UK - Highways England - C19 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.3859,-0.5074,53.9241,-0.229` + */ +export const EPSG_112100 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999873734042937 +x_0=-88023.9862501752 +y_0=126034.343949114 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Beltrami South (US foot) + * - **CRS-PROJCRS** [103711] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103711 = + '+proj=lcc +lat_0=47.4125 +lon_0=-94.85 +lat_1=47.5 +lat_2=47.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378544.823 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF01P01 + * - **CRS-GEOG3DCRS** [8918] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8918 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Washington South + * - **CRS-PROJCRS** [32049] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.96,-124.4,45.54,-116.91` + */ +export const EPSG_32049 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=45.8333333333333 +lat_2=47.3333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ01-02 + * - **CRS-PROJCRS** [3207] + * - **Area**: Antarctica - 64°S to 68°S and 180°W to 168°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,-180,-68,-168` + */ +export const EPSG_3207 = + '+proj=lcc +lat_0=-90 +lon_0=-174 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGM04 + * - **CRS-GCENCRS** [4468] + * - **Area**: Mayotte - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-11.33,43.68,-14.49,46.7` + */ +export const EPSG_4468 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Illinois East (ftUS) + * - **CRS-PROJCRS** [6455] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_6455 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 35 + * - **CRS-PROJCRS** [21235] + * - **Area**: Russian Federation - onshore between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.21,103.5,50.13,106.5` + */ +export const EPSG_21235 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Douala 1948 + * - **CRS-GEOGCRS** [4192] + * - **Area**: Cameroon - coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `4.99,8.45,2.16,10.4` + */ +export const EPSG_4192 = + '+proj=longlat +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / South Dakota North + * - **CRS-PROJCRS** [3657] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_3657 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 19N + * - **CRS-PROJCRS** [32419] + * - **Area**: Between 72°W and 66°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-72,0,-66` + */ +export const EPSG_32419 = + '+proj=utm +zone=19 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 3 + * - **CRS-PROJCRS** [2945] + * - **Area**: Canada - Newfoundland and Labrador between 60°W and 57°30'W; Canada - Quebec east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.38,-60,47.5,-57.1` + */ +export const EPSG_2945 = + '+proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Kewaunee, Manitowoc and Sheboygan (ftUS) + * - **CRS-PROJCRS** [7614] + * - **Area**: United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.17,43.54,-87.37` + */ +export const EPSG_7614 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.761544323 +y_0=0.00121920243840488 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Moznet / UTM zone 38S + * - **CRS-PROJCRS** [5629] + * - **Area**: Mozambique - onshore east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-10.42,35.99,-18.98,40.9` + */ +export const EPSG_5629 = + '+proj=utm +zone=38 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 40 + * - **CRS-PROJCRS** [2416] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_2416 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 19N + * - **CRS-PROJCRS** [22419] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_22419 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 9N + * - **CRS-PROJCRS** [26909] + * - **Area**: North America - between 132°W and 126°W - onshore and offshore. Canada - British Columbia; Northwest Territories; Yukon. United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `80.93,-132,35.38,-126` + */ +export const EPSG_26909 = + '+proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 9 + * - **CRS-PROJCRS** [102550] + * - **Area**: Turkey - west of 28.5~E onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.11,25.62,36.5,28.5` + */ +export const EPSG_102550 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=0.9996 +x_0=9500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo15 + * - **CRS-PROJCRS** [2046] + * - **Area**: Namibia - Walvis Bay. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.68,14.35,-23.15,14.6` + */ +export const EPSG_2046 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DHHN92 height + * - **CRS-VERTCRS** [5783] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_5783 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 66 + * - **CRS-GEOG3DCRS** [4891] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4891 = '+proj=longlat +ellps=NWL9D +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Medford-Diamond Lake zone (ft) + * - **CRS-PROJCRS** [8324] + * - **Area**: United States (USA) - Oregon - Medford-Diamond Lake area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.34,-122.73,42.53,-121.71` + */ +export const EPSG_8324 = + '+proj=lcc +lat_1=42 +lat_0=42 +lon_0=-122.25 +k_0=1.00004 +x_0=59999.99999976 +y_0=-59999.99999976 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * DIBA15 Grid + * - **CRS-PROJCRS** [10207] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Didcot to Banbury. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.11,-1.46,51.57,-1.15` + */ +export const EPSG_10207 = + '+proj=tmerc +lat_0=51.85 +lon_0=-1.3 +k=1 +x_0=511622.854 +y_0=324737.4633 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2729] + * - **Area**: Russian Federation - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,109.5,49.14,112.5` + */ +export const EPSG_2729 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * S-JTSK/05 / Modified Krovak East North + * - **CRS-PROJCRS** [5516] + * - **Area**: Czechia. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_5516 = + 'PROJCS["S-JTSK/05 / Modified Krovak East North",GEOGCS["S-JTSK/05",DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_05",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5228"]],PROJECTION["Krovak_Modified_(North_Orientated)"],PARAMETER["Latitude of projection centre",49.5],PARAMETER["Longitude of origin",24.8333333333333],PARAMETER["Co-latitude of cone axis",30.2881397222222],PARAMETER["Latitude of pseudo standard parallel",78.5],PARAMETER["Scale factor on pseudo standard parallel",0.9999],PARAMETER["False easting",5000000],PARAMETER["False northing",5000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","5516"]]'; + +/** + * NAD83 / Pennsylvania South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8774] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_8774 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * MRH21-IRF + * - **CRS-GEOGCRS** [9866] + * - **Area**: United Kingdom (UK) - on or related to Midland Rail Hub, covering routes through Cardiff, Bristol, Gloucester, Derby, Birmingham, Leicester, and Lincoln. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.26,-3.27,51.35,-0.36` + */ +export const EPSG_9866 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 102E + * - **CRS-PROJCRS** [2379] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_2379 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 49 + * - **CRS-PROJCRS** [2683] + * - **Area**: Russian Federation - onshore between 145°30'E and 148°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.76,145.5,43.6,148.5` + */ +export const EPSG_2683 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Puerto Rico State Plane CS of 1927 + * - **CRS-PROJCRS** [3991] + * - **Area**: Puerto Rico - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `6` + * - **BBOX**: `18.57,-67.97,17.87,-65.19` + */ +export const EPSG_3991 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 48.2 + * - **CRS-PROJCRS** [23834] + * - **Area**: Indonesia - onshore between 105°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.11,105,-7.79,108` + */ +export const EPSG_23834 = + '+proj=tmerc +lat_0=0 +lon_0=106.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 7 (US Feet) + * - **CRS-PROJCRS** [102395] + * - **Area**: USA - Alaska - 164~W to 160~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.74,-164.01,54.32,-160` + */ +export const EPSG_102395 = + '+proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RGAF09 + IGN 1988 SM height + * - **CRS-COMPOUNDCRS** [9535] + * - **Area**: Guadeloupe - onshore - St Martin island. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `18.17,-63.21,18.01,-62.96` + */ +export const EPSG_9535 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK31FIN + * - **CRS-PROJCRS** [3138] + * - **Area**: Finland - east of 30°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `64.27,30.5,62.08,31.59` + */ +export const EPSG_3138 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Nord Sahara 1959 + * - **CRS-GEOGCRS** [4307] + * - **Area**: Algeria - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `38.8,-8.67,18.97,11.99` + */ +export const EPSG_4307 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 26S + * - **CRS-PROJCRS** [32726] + * - **Area**: Between 30°W and 24°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-30,-80,-24` + */ +export const EPSG_32726 = '+proj=utm +zone=26 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah North (ftUS) + * - **CRS-PROJCRS** [3568] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_3568 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.00001016 +y_0=999999.999989839 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SVY21 + * - **CRS-GEOGCRS** [4757] + * - **Area**: Singapore - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_4757 = '+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * Tokyo / UTM zone 51N + * - **CRS-PROJCRS** [3092] + * - **Area**: Japan - onshore west of 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `24.94,123.62,23.98,125.51` + */ +export const EPSG_3092 = + '+proj=utm +zone=51 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Astro DOS 71 / UTM zone 30S + * - **CRS-PROJCRS** [7878] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7878 = + '+proj=utm +zone=30 +south +ellps=intl +towgs84=-323.65,551.39,-491.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 TM + RH2000 height + * - **CRS-COMPOUNDCRS** [5845] + * - **Area**: Sweden - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_5845 = '+proj=utm +zone=33 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Michigan Central + * - **CRS-PROJCRS** [3587] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_3587 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JAD69 + * - **CRS-GEOGCRS** [4242] + * - **Area**: Jamaica - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `18.58,-78.43,17.64,-76.17` + */ +export const EPSG_4242 = + '+proj=longlat +ellps=clrk66 +towgs84=-33.722,153.789,94.959,8.581,4.478,-4.54,8.95 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Ottertail + * - **CRS-GEOGCRS** [104754] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104754 = '+proj=longlat +a=6378525.621 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * SRGI2013 + * - **CRS-GEOGCRS** [9470] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_9470 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 33N + * - **CRS-PROJCRS** [32233] + * - **Area**: Between 12°E and 18°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,12,0,18` + */ +export const EPSG_32233 = + '+proj=utm +zone=33 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Baker zone (ft) + * - **CRS-PROJCRS** [6785] + * - **Area**: United States (USA) - Oregon - Baker City area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `45.19,-118.15,44.6,-117.37` + */ +export const EPSG_6785 = + '+proj=tmerc +lat_0=44.5 +lon_0=-117.833333333333 +k=1.00016 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * JGD2000 + * - **CRS-GEOGCRS** [4612] + * - **Area**: Japan - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,122.38,17.09,157.65` + */ +export const EPSG_4612 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * South Yemen / Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [2396] + * - **Area**: Yemen - South Yemen onshore mainland east of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `19,48,13.94,53.14` + */ +export const EPSG_2396 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GNTRANS height + * - **CRS-VERTCRS** [9923] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_9923 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Mississippi East + * - **CRS-PROJCRS** [6506] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_6506 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Missouri Central + * - **CRS-PROJCRS** [2816] + * - **Area**: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_2816 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming West Central + * - **CRS-PROJCRS** [3704] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_3704 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ATRF2014 + * - **CRS-GEOGCRS** [9309] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_9309 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 19N + * - **CRS-PROJCRS** [22819] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_22819 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Aratu / UTM zone 24S + * - **CRS-PROJCRS** [20824] + * - **Area**: Brazil - between 42°W and 36°W, southern hemisphere offshore including Campos and Espirito Santo basins; onshore Tucano basin area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0.01,-42.01,-26.35,-36` + */ +export const EPSG_20824 = + '+proj=utm +zone=24 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A28H1 + * - **CRS-PROJCRS** [112053] + * - **Area**: UK - Highways England - A28 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.007,1.0741,50.9259,1.2785` + */ +export const EPSG_112053 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999415882527346 +x_0=-205961.794596858 +y_0=70986.8321183345 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 16 + NN54 height + * - **CRS-COMPOUNDCRS** [6156] + * - **Area**: Norway - onshore - between 16°E and 17°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.49,15.99,66.88,17.01` + */ +export const EPSG_6156 = + '+proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Mhast (offshore) / UTM zone 32S + * - **CRS-PROJCRS** [3354] + * - **Area**: Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-5.05,10.53,-6.04,12.37` + */ +export const EPSG_3354 = + '+proj=utm +zone=32 +south +ellps=intl +towgs84=-255,-29,-105,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [4491] + * - **Area**: China - west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `41.07,73.62,35.42,78.01` + */ +export const EPSG_4491 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 17 CHT + * - **CRS-PROJCRS** [102950] + * - **Area**: Bangladesh - CHT + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23.7334,91.7,21.1833,92.6667` + */ +export const EPSG_102950 = + '+proj=cass +lat_0=22.75 +lon_0=92.25 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kittson (meter) + * - **CRS-PROJCRS** [103642] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103642 = + '+proj=lcc +lat_0=48.5438888888889 +lon_0=-96.15 +lat_1=48.6 +lat_2=48.9333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378449.421 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jackson (m) + * - **CRS-PROJCRS** [7317] + * - **Area**: United States (USA) - Indiana - Jackson county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.08,-86.32,38.72,-85.79` + */ +export const EPSG_7317 = + '+proj=tmerc +lat_0=38.7 +lon_0=-85.95 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Nelson 2000 + * - **CRS-PROJCRS** [2115] + * - **Area**: New Zealand - South Island - Nelson meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.66,172.4,-42.18,174.08` + */ +export const EPSG_2115 = + '+proj=tmerc +lat_0=-41.2744444444444 +lon_0=173.299166666667 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 3N + * - **CRS-PROJCRS** [102403] + * - **Area**: USA - 168~W to 162~W - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_102403 = '+proj=utm +zone=3 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 1 + * - **CRS-PROJCRS** [8518] + * - **Area**: United States (USA) - Kansas - counties of Cheyenne; Sherman; Wallace. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.69,-101.38` + */ +export const EPSG_8518 = + '+proj=tmerc +lat_0=37.5 +lon_0=-101.6 +k=1.000156 +x_0=457200.914401829 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Portland zone (ft) + * - **CRS-PROJCRS** [6855] + * - **Area**: United States (USA) - Oregon - Portland area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.01,-123.53,45.23,-122.11` + */ +export const EPSG_6855 = + '+proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=99999.9999996 +y_0=50000.00001504 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [2545] + * - **Area**: Kazakhstan and Russian Federation onshore - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.16,85.5,47.05,88.5` + */ +export const EPSG_2545 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Marinette (ftUS) + * - **CRS-PROJCRS** [8148] + * - **Area**: United States (USA) - Wisconsin - Marinette county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-88.43,44.96,-87.48` + */ +export const EPSG_8148 = + '+proj=tmerc +lat_0=44.6916666666667 +lon_0=-87.7111111111111 +k=1.0000234982 +x_0=238658.879451359 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * BDA2000 + * - **CRS-GEOG3DCRS** [4887] + * - **Area**: Bermuda - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `35.73,-68.83,28.91,-60.7` + */ +export const EPSG_4887 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Hartebeesthoek94 / Lo23 + * - **CRS-PROJCRS** [2050] + * - **Area**: South Africa - onshore between 22°E and 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25.26,22,-34.26,24.01` + */ +export const EPSG_2050 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Guadeloupe 1951 height + * - **CRS-VERTCRS** [5795] + * - **Area**: Guadeloupe - onshore - Basse-Terre and Grande-Terre. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.55,-61.85,15.88,-61.15` + */ +export const EPSG_5795 = '+vunits=m +no_defs +type=crs'; + +/** + * American Samoa 1962 UTM zone 2S + * - **CRS-PROJCRS** [102116] + * - **Area**: American Samoa + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-10.02,-173.75,-17.56,-165.2` + */ +export const EPSG_102116 = '+proj=utm +zone=2 +south +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Douglas (ftUS) + * - **CRS-PROJCRS** [7602] + * - **Area**: United States (USA) - Wisconsin - Douglas county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.76,-92.3,46.15,-91.55` + */ +export const EPSG_7602 = + '+proj=tmerc +lat_0=45.8833333333333 +lon_0=-91.9166666666667 +k=1.0000385418 +x_0=59131.3182626365 +y_0=0.00396240792481585 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / New Brunswick Stereographic + * - **CRS-PROJCRS** [2953] + * - **Area**: Canada - New Brunswick. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.07,-69.05,44.56,-63.7` + */ +export const EPSG_2953 = + '+proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=2500000 +y_0=7500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Azores Oriental 1940 + * - **CRS-GEOGCRS** [4184] + * - **Area**: Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `37.96,-25.92,36.87,-24.72` + */ +export const EPSG_4184 = + '+proj=longlat +ellps=intl +towgs84=-203,141,53,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oklahoma South + * - **CRS-PROJCRS** [3641] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_3641 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 23 + * - **CRS-PROJCRS** [21223] + * - **Area**: Russian Federation - onshore between 67°30'E and 70°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,67.5,54.85,70.5` + */ +export const EPSG_21223 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Florida West (ftUS) + * - **CRS-PROJCRS** [6443] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_6443 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ39-40 + * - **CRS-PROJCRS** [3211] + * - **Area**: Antarctica - 64°S to 68°S and 48°E to 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,48,-68,60` + */ +export const EPSG_3211 = + '+proj=lcc +lat_0=-90 +lon_0=54 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wilkin (US foot) + * - **CRS-PROJCRS** [103707] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103707 = + '+proj=tmerc +lat_0=46.0216666666667 +lon_0=-96.5244444444444 +k=1.000048901066 +x_0=152407.757337973 +y_0=30481.5514675946 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * IGN Astro 1960 + * - **CRS-GEOGCRS** [4700] + * - **Area**: Mauritania - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `27.3,-17.08,14.72,-4.8` + */ +export const EPSG_4700 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * El Cubo + * - **CRS-ENGCRS** [5812] + * - **Area**: Venezuela - Pedregal area of Falcon state. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.26,-70.4,10.8,-69.69` + */ +export const EPSG_5812 = 'null'; + +/** + * NAD83(NSRS2007) / California zone 4 + * - **CRS-PROJCRS** [3495] + * - **Area**: United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_3495 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=37.25 +lat_2=36 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Panama - ITRF_2008 epoch 2011 + * - **CRS-GEOGCRS** [104646] + * - **Area**: Panama + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `12.51,-84.32,5,-77.04` + */ +export const EPSG_104646 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 2 + * - **CRS-PROJCRS** [26732] + * - **Area**: United States (USA) - Alaska - between 144°W and 141°W, onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_26732 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Nevada East (US Feet) + * - **CRS-PROJCRS** [103479] + * - **Area**: USA - Nevada - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_103479 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000 +y_0=8000000.00000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 21S + * - **CRS-PROJCRS** [32321] + * - **Area**: Between 60°W and 54°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-60,-80,-54` + */ +export const EPSG_32321 = + '+proj=utm +zone=21 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * JGD2011 + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [6697] + * - **Area**: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,129.3,30.94,145.87` + */ +export const EPSG_6697 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 11 + * - **CRS-PROJCRS** [5111] + * - **Area**: Norway - onshore - between 11°E and 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.58,11,58.88,12.01` + */ +export const EPSG_5111 = + '+proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 8 (Feet) + * - **CRS-PROJCRS** [102638] + * - **Area**: USA - Alaska - north of 54.5~N; 168~W to 164~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_102638 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Connecticut (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8723] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_8723 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.609601219 +y_0=152400.30480061 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone III + * - **CRS-PROJCRS** [27573] + * - **Area**: France - mainland onshore south of 50.5 grads North (45°27'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.46,-1.79,42.33,7.71` + */ +export const EPSG_27573 = + '+proj=lcc +lat_1=44.1 +lat_0=44.1 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-01 Crimea + * - **CRS-PROJCRS** [9831] + * - **Area**: Ukraine - Crimea autonomous region. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.24,32.47,44.38,36.65` + */ +export const EPSG_9831 = + '+proj=tmerc +lat_0=0 +lon_0=34.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Virginia South (ftUS) + * - **CRS-PROJCRS** [2284] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_2284 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 21N + * - **CRS-PROJCRS** [22321] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_22321 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Moon 2000 Near Side Lambert Azimuthal Equal Area + * - **CRS-PROJCRS** [103880] + * - **Area**: Moon - Near Side + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-90,-90,90` + */ +export const EPSG_103880 = + '+proj=laea +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=1737400 +units=m +no_defs +type=crs'; + +/** + * S34S reconstruction east-orientated + * - **CRS-PROJCRS** [10250] + * - **Area**: Denmark - Zealand and Lolland (onshore). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.79,10.79,54.51,12.87` + */ +export const EPSG_10250 = + '+proj=tmerc +lat_0=0 +lon_0=10.37 +k=1 +x_0=-210327 +y_0=-6034310 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * RGAF09 (lon-lat) + * - **CRS-GEOGCRS** [7086] + * - **Area**: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `18.53,-63.66,14.08,-57.52` + */ +export const EPSG_7086 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * FNL22-IRF + * - **CRS-GEOGCRS** [9974] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Inverness to Thurso and Wick. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `58.64,-4.6,57.4,-3` + */ +export const EPSG_9974 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Burnett (ftUS) + * - **CRS-PROJCRS** [7593] + * - **Area**: United States (USA) - Wisconsin - Burnett county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.89,45.63,-92.03` + */ +export const EPSG_7593 = + '+proj=lcc +lat_1=45.8987148658333 +lat_0=45.8987148658333 +lon_0=-92.4577777777778 +k_0=1.0000383841 +x_0=64008.1277114554 +y_0=59445.9041910083 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 13 + * - **CRS-PROJCRS** [7069] + * - **Area**: United States (USA) - Iowa - counties of Jefferson; Keokuk; Van Buren; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.52,-92.42,40.59,-91.48` + */ +export const EPSG_7069 = + '+proj=tmerc +lat_0=40.25 +lon_0=-91.9166666666667 +k=1.00002 +x_0=7162814.32562865 +y_0=1950723.9014478 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Illinois West + * - **CRS-PROJCRS** [2791] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.51,-91.52,36.97,-88.92` + */ +export const EPSG_2791 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-90.1666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK29FIN + * - **CRS-PROJCRS** [3883] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `69.81,28.5,60.94,29.5` + */ +export const EPSG_3883 = + '+proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=29500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGNC15 / UTM zone 57S + * - **CRS-PROJCRS** [10315] + * - **Area**: New Caledonia - west of 162°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.34,156.25,-26.03,162.01` + */ +export const EPSG_10315 = + '+proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / Alberta 3TM ref merid 117 W + * - **CRS-PROJCRS** [22264] + * - **Area**: Canada - Alberta - between 118°30'W and 115°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-118.5,50.77,-115.5` + */ +export const EPSG_22264 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 34N + * - **CRS-PROJCRS** [32634] + * - **Area**: Between 18°E and 24°E, northern hemisphere between equator and 84°N, onshore and offshore. Albania. Belarus. Bosnia and Herzegovina. Bulgaria. Central African Republic. Chad. Croatia. Democratic Republic of the Congo (Zaire). Estonia. Finland. Greece. Hungary. Italy. Kosovo. Latvia. Libya. Lithuania. Montenegro. North Macedonia. Norway, including Svalbard and Bjornoys. Poland. Romania. Russian Federation. Serbia. Slovakia. Sudan. Sweden. Ukraine. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,18,0,24` + */ +export const EPSG_32634 = '+proj=utm +zone=34 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 8 + * - **CRS-PROJCRS** [6382] + * - **Area**: Ukraine - between 22°30'E and 25°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.96,22.5,47.71,25.5` + */ +export const EPSG_6382 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS X + * - **CRS-PROJCRS** [6678] + * - **Area**: Japan - onshore - Honshu north of 38°N approximately - Aomori-ken; Akita-ken; Yamagata-ken; Iwate-ken; Miyagi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.58,139.49,37.73,142.14` + */ +export const EPSG_6678 = + '+proj=tmerc +lat_0=40 +lon_0=140.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / UTM zone 20N + * - **CRS-PROJCRS** [3180] + * - **Area**: Greenland - between 66°W and 60°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `82.22,-66,68.92,-60` + */ +export const EPSG_3180 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 17 + NN2000 height + * - **CRS-COMPOUNDCRS** [5957] + * - **Area**: Norway - onshore - between 17°E and 18°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.96,17,67.94,18.01` + */ +export const EPSG_5957 = + '+proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [21018] + * - **Area**: Russian Federation - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.48,102,49.64,108` + */ +export const EPSG_21018 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New York East (US Feet) + * - **CRS-PROJCRS** [103496] + * - **Area**: USA - New York - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_103496 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + Lerwick height + * - **CRS-COMPOUNDCRS** [9427] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Shetland Islands onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.87,-1.78,59.83,-0.67` + */ +export const EPSG_9427 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * BD50 + * - **CRS-GEOGCRS** [4215] + * - **Area**: Belgium - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_4215 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Beltrami South + * - **CRS-GEOGCRS** [104703] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104703 = '+proj=longlat +a=6378544.823 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2512] + * - **Area**: Russian Federation - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.61,126,42.25,132` + */ +export const EPSG_2512 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Lambert contiguous USA + * - **CRS-PROJCRS** [102004] + * - **Area**: USA - CONUS - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_102004 = + '+proj=lcc +lat_0=39 +lon_0=-96 +lat_1=33 +lat_2=45 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Canyonville-Grants Pass zone (m) + * - **CRS-PROJCRS** [6802] + * - **Area**: United States (USA) - Oregon - Canyonville-Grants Pass area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.24,-123.83,42.49,-122.43` + */ +export const EPSG_6802 = + '+proj=tmerc +lat_0=42.5 +lon_0=-123.333333333333 +k=1.00007 +x_0=40000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PRS92 + * - **CRS-GEOG3DCRS** [4995] + * - **Area**: Philippines - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,116.04,3,129.95` + */ +export const EPSG_4995 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * Luzon 1911 UTM Zone 51N + * - **CRS-PROJCRS** [102454] + * - **Area**: Philippines - 120~E to 126~E, N hemisphere + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,120,3,126` + */ +export const EPSG_102454 = '+proj=utm +zone=51 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * Saturn - Dione IAU 2015 + * - **CRS-GEOGCRS** [104979] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104979 = '+proj=longlat +R=561400 +no_defs +type=crs'; + +/** + * CWS13-IRF + * - **CRS-GEOGCRS** [10196] + * - **Area**: United Kingdom (UK) - on or related to the rail route from from Chester via Wrexham to Shrewsbury. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.26,-3.16,52.5,-2.65` + */ +export const EPSG_10196 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Montgomery-Putnam (ftUS) + * - **CRS-PROJCRS** [7340] + * - **Area**: United States (USA) - Indiana - counties of Montgomery and Putnam. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.22,-87.1,39.47,-86.64` + */ +export const EPSG_7340 = + '+proj=tmerc +lat_0=39.45 +lon_0=-86.95 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS X + * - **CRS-PROJCRS** [30170] + * - **Area**: Japan - onshore - Honshu north of 38°N approximately - Aomori-ken; Akita-ken; Yamagata-ken; Iwate-ken; Miyagi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `41.58,139.49,37.73,142.14` + */ +export const EPSG_30170 = + '+proj=tmerc +lat_0=40 +lon_0=140.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fatu Iva 72 / UTM zone 7S + * - **CRS-PROJCRS** [3303] + * - **Area**: French Polynesia - Marquesas Islands - Fatu Hiva. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-10.36,-138.75,-10.6,-138.54` + */ +export const EPSG_3303 = + '+proj=utm +zone=7 +south +ellps=intl +towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Brown (meter) + * - **CRS-PROJCRS** [103615] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103615 = + '+proj=lcc +lat_0=44.1080555555556 +lon_0=-94.7333333333333 +lat_1=44.1666666666667 +lat_2=44.4666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A04H1 + * - **CRS-PROJCRS** [112004] + * - **Area**: UK - Highways England - A4 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.5253,-5.1747,50.2075,-5.0277` + */ +export const EPSG_112004 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999414883310307 +x_0=234956.181256649 +y_0=70986.7611456259 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 3-25 + * - **CRS-PROJCRS** [6101] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-144,76.16,-114` + */ +export const EPSG_6101 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-129 +lat_1=80.3333333333333 +lat_2=77 +x_0=25500000 +y_0=3500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / South Dakota North + * - **CRS-PROJCRS** [2841] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_2841 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=45.6833333333333 +lat_2=44.4166666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM4 + * - **CRS-PROJCRS** [4096] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_4096 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=800000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Ohio North (ftUS) + * - **CRS-PROJCRS** [3753] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_3753 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Colorado Central + * - **CRS-PROJCRS** [103245] + * - **Area**: USA - Colorado - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_103245 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=38.45 +lat_2=39.75 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 93E + * - **CRS-PROJCRS** [21331] + * - **Area**: Russian Federation - onshore between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.26,91.5,50.16,94.5` + */ +export const EPSG_21331 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Ohio South (ftUS) + * - **CRS-PROJCRS** [6551] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_6551 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Tananarive (Paris) / Laborde Grid + * - **CRS-PROJCRS** [29701] + * - **Area**: Madagascar - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-11.89,43.18,-25.64,50.56` + */ +export const EPSG_29701 = + '+proj=labrd +lat_0=-18.9 +lon_0=44.1 +azi=18.9 +k=0.9995 +x_0=400000 +y_0=800000 +ellps=intl +pm=paris +units=m +no_defs +type=crs'; + +/** + * Arc 1950 / UTM zone 36S + * - **CRS-PROJCRS** [20936] + * - **Area**: Malawi. Zambia and Zimbabwe - east of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-8.19,30,-22.42,35.93` + */ +export const EPSG_20936 = + '+proj=utm +zone=36 +south +a=6378249.145 +rf=293.4663077 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * REGCAN95 + * - **CRS-GCENCRS** [4079] + * - **Area**: Spain - Canary Islands onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.76,-21.93,24.6,-11.75` + */ +export const EPSG_4079 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS16-18 + * - **CRS-PROJCRS** [3246] + * - **Area**: Antarctica - 72°S to 76°S and 90°W to 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,-90,-76,-72` + */ +export const EPSG_3246 = + '+proj=lcc +lat_0=-90 +lon_0=-81 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Nevada Central + * - **CRS-PROJCRS** [32008] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_32008 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [4583] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_4583 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota McLeod (US foot) + * - **CRS-PROJCRS** [103750] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103750 = + '+proj=lcc +lat_0=44.4561111111111 +lon_0=-94.6333333333333 +lat_1=44.5333333333333 +lat_2=44.9166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378414.369 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / California Albers + * - **CRS-PROJCRS** [6414] + * - **Area**: United States (USA) - California. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_6414 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 9N (ftUS) + * - **CRS-PROJCRS** [4429] + * - **Area**: United States (USA) - between 132°W and 126°W onshore and offshore - Alaska. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `56.84,-132,35.38,-126` + */ +export const EPSG_4429 = + '+proj=tmerc +lat_0=0 +lon_0=-129 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Mexico West (ftUS) + * - **CRS-PROJCRS** [2904] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_2904 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 58N + * - **CRS-PROJCRS** [32458] + * - **Area**: Between 162°E and 168°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,162,0,168` + */ +export const EPSG_32458 = + '+proj=utm +zone=58 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New Jersey (ftUS) + * - **CRS-PROJCRS** [3616] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_3616 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Adams (meters) + * - **CRS-PROJCRS** [103300] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103300 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DVR90(2002) height + * - **CRS-VERTCRS** [10483] + * - **Area**: Denmark - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10483 = 'null'; + +/** + * CGVD2013a(1997) height + * - **CRS-VERTCRS** [20035] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_20035 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [28405] + * - **Area**: Estonia; Latvia and Lithuania - onshore east of 24°E; Belarus, Moldova, Russian Federation and Ukraine - onshore 24°E to 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.47,24,45.18,30.01` + */ +export const EPSG_28405 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * RD/83 / 3-degree Gauss-Kruger zone 4 (E-N) + * - **CRS-PROJCRS** [5668] + * - **Area**: Germany - Sachsen - west of 13°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.66,11.89,50.2,13.51` + */ +export const EPSG_5668 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * SIRGAS_ES2007.8 + * - **CRS-GEOG3DCRS** [5392] + * - **Area**: El Salvador - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `14.44,-91.43,9.97,-87.65` + */ +export const EPSG_5392 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS XV + * - **CRS-PROJCRS** [2457] + * - **Area**: Japan - onshore - Okinawa-ken between 126°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.91,126.63,26.02,128.4` + */ +export const EPSG_2457 = + '+proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Tethys IAU 2015 + * - **CRS-GEOGCRS** [104996] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104996 = '+proj=longlat +R=531000 +no_defs +type=crs'; + +/** + * Hong Kong 1980 UTM Zone 49N + * - **CRS-PROJCRS** [102141] + * - **Area**: China - Hong Kong + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_102141 = '+proj=utm +zone=49 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * St. Vincent 45 / British West Indies Grid + * - **CRS-PROJCRS** [2007] + * - **Area**: St Vincent and the northern Grenadine Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `13.44,-61.52,12.54,-61.07` + */ +export const EPSG_2007 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=195.671,332.517,274.607,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arizona East + * - **CRS-PROJCRS** [26948] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_26948 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 / UTM zone 11N + * - **CRS-PROJCRS** [6366] + * - **Area**: Mexico west of 114°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.72,-122.19,15.01,-114` + */ +export const EPSG_6366 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 9 + * - **CRS-PROJCRS** [26739] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and west of 168°W. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_26739 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=182880.365760731 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Montana + * - **CRS-PROJCRS** [103472] + * - **Area**: USA - Montana + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_103472 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=45 +lat_2=49 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ST87 Ouvea / UTM zone 58S + * - **CRS-PROJCRS** [3164] + * - **Area**: New Caledonia - Loyalty Islands - Ouvea. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-20.34,166.44,-20.77,166.71` + */ +export const EPSG_3164 = + '+proj=utm +zone=58 +south +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 46 + * - **CRS-PROJCRS** [6736] + * - **Area**: Cocos (Keeling) Islands - offshore west of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.57,93.41,-15.46,96.01` + */ +export const EPSG_6736 = + '+proj=utm +zone=46 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KOSOVAREF01 + * - **CRS-GEOG3DCRS** [9139] + * - **Area**: Kosovo. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.25,19.97,41.85,21.8` + */ +export const EPSG_9139 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Indiana West + * - **CRS-PROJCRS** [3534] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_3534 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Trempealeau (m) + * - **CRS-PROJCRS** [7577] + * - **Area**: United States (USA) - Wisconsin - Trempealeau county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.62,43.98,-91.15` + */ +export const EPSG_7577 = + '+proj=tmerc +lat_0=43.1611111111111 +lon_0=-91.3666666666667 +k=1.0000361538 +x_0=256946.9138 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SRB_ETRS89 / UTM zone 34N + * - **CRS-PROJCRS** [8682] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_8682 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2020 + * - **CRS-GEOGCRS** [9990] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9990 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * EPSG example wellbore local vertical CRS + * - **CRS-VERTCRS** [8378] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8378 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Connecticut + * - **CRS-PROJCRS** [2775] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_2775 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Billings (ft) + * - **CRS-PROJCRS** [7127] + * - **Area**: United States (USA) - Montana - Billings area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.41,-109.42,44.99,-107.99` + */ +export const EPSG_7127 = + '+proj=lcc +lat_1=45.7833333333333 +lat_0=45.7833333333333 +lon_0=-108.416666666667 +k_0=1.0001515 +x_0=199999.9999992 +y_0=50000.00001504 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 48N + * - **CRS-PROJCRS** [23868] + * - **Area**: Indonesia - north of equator and between 102°E and 108°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.94,102,0,108` + */ +export const EPSG_23868 = + '+proj=utm +zone=48 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 3 (Feet) + * - **CRS-PROJCRS** [102633] + * - **Area**: USA - Alaska - 148~W to 144~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_102633 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Georgia East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8728] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_8728 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ED50 / TM45 + * - **CRS-PROJCRS** [2325] + * - **Area**: Türkiye (Turkey) - east of 43°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.02,43.5,36.97,44.83` + */ +export const EPSG_2325 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 47S + * - **CRS-PROJCRS** [23887] + * - **Area**: Indonesia - onshore south of equator and between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `0,98.24,-3.57,102` + */ +export const EPSG_23887 = + '+proj=utm +zone=47 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E + * - **CRS-PROJCRS** [2630] + * - **Area**: Russian Federation - onshore between 160°30'E and 163°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.98,160.5,54.34,163.5` + */ +export const EPSG_2630 = + '+proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 52 + * - **CRS-PROJCRS** [20252] + * - **Area**: Australia - onshore and offshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.1,125.99,-37.38,132` + */ +export const EPSG_20252 = + '+proj=utm +zone=52 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York East (ftUS) + * - **CRS-PROJCRS** [2260] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_2260 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Crawford (ftUS) + * - **CRS-PROJCRS** [7598] + * - **Area**: United States (USA) - Wisconsin - Crawford county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.43,-91.22,42.98,-90.66` + */ +export const EPSG_7598 = + '+proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.627381255 +y_0=53703.1202438405 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 6 + * - **CRS-PROJCRS** [7062] + * - **Area**: United States (USA) - Iowa - counties of Crawford; Fremont; Harrison; Mills; Monona; Pottawattamie; Shelby. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.22,-96.37,40.58,-95.04` + */ +export const EPSG_7062 = + '+proj=tmerc +lat_0=40.25 +lon_0=-95.7333333333333 +k=1.000039 +x_0=5029210.05842011 +y_0=2011684.02336805 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pointe Noire / UTM zone 32S + * - **CRS-PROJCRS** [28232] + * - **Area**: Congo - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `3.72,8.84,-6.91,18.65` + */ +export const EPSG_28232 = + '+proj=utm +zone=32 +south +ellps=clrk80ign +towgs84=-148,51,-291,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGRS + * - **CRS-GEOG3DCRS** [3888] + * - **Area**: Iraq - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `37.39,38.79,29.06,48.75` + */ +export const EPSG_3888 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ETRF2005 + * - **CRS-GCENCRS** [8397] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_8397 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RT90 2.5 gon V + * - **CRS-PROJCRS** [3021] + * - **Area**: Sweden - communes between approximately 14°40'E and 16°55'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.18,13.66,55.95,17.73` + */ +export const EPSG_3021 = + '+proj=tmerc +lat_0=0 +lon_0=15.8082777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Carlton + * - **CRS-GEOGCRS** [104708] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104708 = '+proj=longlat +a=6378454.907 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Utah Central (Intl Feet) + * - **CRS-PROJCRS** [103167] + * - **Area**: USA - Utah - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_103167 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=39.0166666666667 +lat_2=40.65 +x_0=500000 +y_0=2000000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 4 + * - **CRS-PROJCRS** [3471] + * - **Area**: United States (USA) - Alaska - between 152°W and 148°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_3471 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS V + * - **CRS-PROJCRS** [6673] + * - **Area**: Japan - onshore - Honshu between approximately 133°15'E and 135°10'E - Hyogo-ken; Tottori-ken; Okayama-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `35.71,133.13,34.13,135.47` + */ +export const EPSG_6673 = + '+proj=tmerc +lat_0=36 +lon_0=134.333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [21013] + * - **Area**: Russian Federation - onshore between 72°E and 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,72,53.17,78` + */ +export const EPSG_21013 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN Corrected) + * - **CRS-GEOG3DCRS** [8544] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_8544 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * 1 Ceres 2015 + * - **CRS-GEOGCRS** [104972] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104972 = '+proj=longlat +R=470000 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 171E + * - **CRS-PROJCRS** [2519] + * - **Area**: Russian Federation - onshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.19,168,54.45,174` + */ +export const EPSG_2519 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Trempealeau (ftUS) + * - **CRS-PROJCRS** [8114] + * - **Area**: United States (USA) - Wisconsin - Trempealeau county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.62,43.98,-91.15` + */ +export const EPSG_8114 = + '+proj=tmerc +lat_0=43.1611111111111 +lon_0=-91.3666666666667 +k=1.0000361538 +x_0=256946.913893828 +y_0=0.00396240792481585 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Columbia River West zone (ft) + * - **CRS-PROJCRS** [6809] + * - **Area**: United States (USA) - Oregon - Columbia River area west of approximately 121°30'W. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `46.56,-124.33,45.17,-121.47` + */ +export const EPSG_6809 = + '+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria zone M34 + * - **CRS-PROJCRS** [31290] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_31290 = + '+proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=750000 +y_0=0 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * Ha Tien 1960 height + * - **CRS-VERTCRS** [5726] + * - **Area**: Cambodia - mainland onshore; Vietnam - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.4,102.14,8.33,109.53` + */ +export const EPSG_5726 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming West (ftUS) + * - **CRS-PROJCRS** [3758] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_3758 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 16S + * - **CRS-PROJCRS** [32516] + * - **Area**: Between 90°W and 84°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-90,-80,-84` + */ +export const EPSG_32516 = + '+proj=utm +zone=16 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Ottawa (ftUS) + * - **CRS-PROJCRS** [23307] + * - **Area**: United States (USA) - Illinois - counties of Bureau, Grundy, LaSalle and Putnam. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.64,-89.87,40.92,-88.24` + */ +export const EPSG_23307 = + '+proj=lcc +lat_1=41.3 +lat_0=41.3 +lon_0=-89.05 +k_0=1.000023 +x_0=2360071.12014224 +y_0=230124.46024892 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Virginia North + * - **CRS-PROJCRS** [32146] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_32146 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / NSW Lambert + * - **CRS-PROJCRS** [3308] + * - **Area**: Australia - New South Wales. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-28.15,140.99,-37.53,153.69` + */ +export const EPSG_3308 = + '+proj=lcc +lat_0=-33.25 +lon_0=147 +lat_1=-30.75 +lat_2=-35.75 +x_0=9300000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 + * - **CRS-GEOG3DCRS** [8817] + * - **Area**: Saudi Arabia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.44,16.29,55.67` + */ +export const EPSG_8817 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 + MSL height + * - **CRS-COMPOUNDCRS** [9705] + * - **Area**: World. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9705 = '+proj=longlat +datum=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * St. Paul Island + * - **CRS-GEOGCRS** [4137] + * - **Area**: United States (USA) - Alaska - Pribilof Islands - St Paul Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `57.28,-170.51,57.06,-170.04` + */ +export const EPSG_4137 = 'null'; + +/** + * MONREF 1997 (Mongolian 1997) + * - **CRS-GEOGCRS** [104134] + * - **Area**: Mongolia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.15,87.76,41.58,119.94` + */ +export const EPSG_104134 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / BLM 2N (ftUS) + * - **CRS-PROJCRS** [4422] + * - **Area**: United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_4422 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 53N + * - **CRS-PROJCRS** [32453] + * - **Area**: Between 132°E and 138°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,132,0,138` + */ +export const EPSG_32453 = + '+proj=utm +zone=53 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 105-45 + * - **CRS-PROJCRS** [9210] + * - **Area**: Vietnam - Hai Phong and Ho Chi Minh cities; Ben Tre, Binh Duong, Cao Bang, Long An and Tien Giang provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `23.12,105.26,9.75,107.8` + */ +export const EPSG_9210 = + '+proj=tmerc +lat_0=0 +lon_0=105.75 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Polar Stereographic / CM=-98 + * - **CRS-PROJCRS** [42301] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42301 = 'null'; + +/** + * NAD27 / Montana South + * - **CRS-PROJCRS** [32003] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Broadwater; Carbon; Carter; Custer; Deer Lodge; Fallon; Gallatin; Golden Valley; Granite; Jefferson; Madison; Musselshell; Park; Powder River; Ravalli; Rosebud; Silver Bow; Stillwater; Sweet Grass; Treasure; Wheatland; Yellowstone. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.87,-114.57,44.35,-104.04` + */ +export const EPSG_32003 = + '+proj=lcc +lat_0=44 +lon_0=-109.5 +lat_1=46.4 +lat_2=44.8666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [4588] + * - **Area**: China - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.79,126,40.89,132` + */ +export const EPSG_4588 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * SLD99 + * - **CRS-GEOGCRS** [5233] + * - **Area**: Sri Lanka - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `14` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_5233 = + '+proj=longlat +ellps=evrst30 +towgs84=-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338 +no_defs +type=crs'; + +/** + * NAD83 / California zone 3 + * - **CRS-PROJCRS** [26943] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_26943 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2014 + * - **CRS-GCENCRS** [8401] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_8401 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + DVR90(2023) height + * - **CRS-COMPOUNDCRS** [10488] + * - **Area**: Denmark - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10488 = 'null'; + +/** + * RGR92 + * - **CRS-GEOG3DCRS** [4971] + * - **Area**: Reunion - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-18.28,51.83,-24.72,58.24` + */ +export const EPSG_4971 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Gauss-Kruger zone 3 (E-N) + * - **CRS-PROJCRS** [5663] + * - **Area**: Germany (former DDR) - onshore east of 12°E. Poland - onshore west of 18°E. Czechia, Hungary and Slovakia - west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,12,45.78,18` + */ +export const EPSG_5663 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XI + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10172] + * - **Area**: Japan - onshore - Hokkaido west of approximately 141°E - Otaru city; Usu-gun and Abuta-gun of Iburi-shicho; Hiyama-shicho; Shiribeshi-shicho; Oshima-shicho. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.42,139.7,41.34,141.46` + */ +export const EPSG_10172 = + '+proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * MSL depth (ft) + * - **CRS-VERTCRS** [8051] + * - **Area**: World. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8051 = '+vunits=ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Hawaii Zone 4 (Feet) + * - **CRS-PROJCRS** [102664] + * - **Area**: USA - Hawaii - Kauai - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_102664 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Germany Zone 5 + * - **CRS-PROJCRS** [103976] + * - **Area**: Germany - West Germany - east of 13.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.98,13.5,48.51,13.84` + */ +export const EPSG_103976 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2372] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_2372 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 54 + * - **CRS-PROJCRS** [2688] + * - **Area**: Russian Federation - onshore between 160°30'E and 163°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.98,160.5,54.34,163.5` + */ +export const EPSG_2688 = + '+proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E + * - **CRS-PROJCRS** [2722] + * - **Area**: Russian Federation - onshore between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.28,88.5,49.44,91.5` + */ +export const EPSG_2722 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Old Hawaiian / Hawaii zone 3 + * - **CRS-PROJCRS** [3563] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `0.2` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_3563 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +units=us-ft +no_defs +type=crs'; + +/** + * JGD2000 / UTM zone 53N + * - **CRS-PROJCRS** [3099] + * - **Area**: Japan - between 132°E and 138°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.55,132,17.09,138` + */ +export const EPSG_3099 = + '+proj=utm +zone=53 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Plate Carree + * - **CRS-PROJCRS** [54001] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54001 = + '+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 54S + * - **CRS-PROJCRS** [9494] + * - **Area**: Indonesia - south of equator and east of 138°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,138,-10.84,141.46` + */ +export const EPSG_9494 = '+proj=utm +zone=54 +south +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * TC(1948) / UTM zone 40N + * - **CRS-PROJCRS** [30340] + * - **Area**: United Arab Emirates (UAE) - Abu Dhabi onshore east of 54°E; Dubai onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.34,53.99,22.63,56.03` + */ +export const EPSG_30340 = '+proj=utm +zone=40 +ellps=helmert +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK26FIN + * - **CRS-PROJCRS** [3133] + * - **Area**: Finland - onshore between 25°30'E and 26°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.94,25.5,60.18,26.5` + */ +export const EPSG_3133 = + '+proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 2N + * - **CRS-PROJCRS** [6331] + * - **Area**: United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_6331 = + '+proj=utm +zone=2 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / Quebec Albers + * - **CRS-PROJCRS** [6624] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_6624 = + '+proj=aea +lat_0=44 +lon_0=-68.5 +lat_1=60 +lat_2=46 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 + * - **CRS-GEOGCRS** [4619] + * - **Area**: Sweden - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.03,54.96,24.17` + */ +export const EPSG_4619 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Louisiana North + * - **CRS-PROJCRS** [26781] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_26781 = + '+proj=lcc +lat_0=30.6666666666667 +lon_0=-92.5 +lat_1=31.1666666666667 +lat_2=32.6666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Iowa South (ftUS) + * - **CRS-PROJCRS** [3426] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_3426 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Villavicencio urban grid + * - **CRS-PROJCRS** [6274] + * - **Area**: Colombia - Villavicencio city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.21,-73.69,4.07,-73.56` + */ +export const EPSG_6274 = + '+proj=col_urban +lat_0=4.1553751 +lon_0=-73.6244859861111 +x_0=1050678.757 +y_0=950952.124 +h_0=427.19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lake + * - **CRS-GEOGCRS** [4249] + * - **Area**: Venezuela - Lake Maracaibo area, onshore and offshore in lake. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.04,-72.4,8.72,-70.78` + */ +export const EPSG_4249 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [21414] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_21414 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Virginia South + * - **CRS-PROJCRS** [103560] + * - **Area**: USA - Virginia - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_103560 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=36.7666666666667 +lat_2=37.9666666666667 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 38N + * - **CRS-PROJCRS** [32238] + * - **Area**: Between 42°E and 48°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,42,0,48` + */ +export const EPSG_32238 = + '+proj=utm +zone=38 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * RGSPM06 (lon-lat) + * - **CRS-GEOGCRS** [7035] + * - **Area**: St Pierre and Miquelon - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `47.37,-57.1,43.41,-55.9` + */ +export const EPSG_7035 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 SPCS North Dakota S (Feet) + * - **CRS-PROJCRS** [102721] + * - **Area**: USA - North Dakota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_102721 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=46.1833333333333 +lat_2=47.4833333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * DB_REF2003 zone 2 + * - **CRS-COMPOUNDCRS** [9928] + * - **Area**: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.81,5.86,49.11,7.5` + */ +export const EPSG_9928 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * Carthage / Sud Tunisie + * - **CRS-PROJCRS** [22392] + * - **Area**: Tunisia - onshore south of 38.5 grads North (34°39'N) . + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `34.66,7.49,30.23,11.59` + */ +export const EPSG_22392 = + '+proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=9.9 +k_0=0.999625769 +x_0=500000 +y_0=300000 +ellps=clrk80ign +towgs84=-263,6,431,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Florida West (ftUS) + * - **CRS-PROJCRS** [2237] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_2237 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Washington North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8790] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_8790 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ZH Portugal depth + * - **CRS-VERTCRS** [10349] + * - **Area**: Portugal - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-7.25` + */ +export const EPSG_10349 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 6 + * - **CRS-PROJCRS** [102371] + * - **Area**: USA - Alaska - 160~W to 156~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,-160,54.89,-155.99` + */ +export const EPSG_102371 = + '+proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 33 + * - **CRS-PROJCRS** [2667] + * - **Area**: Russian Federation - onshore between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.9,97.5,49.79,100.5` + */ +export const EPSG_2667 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 12N + * - **CRS-PROJCRS** [22812] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_22812 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * HD72 / EOV + * - **CRS-PROJCRS** [23700] + * - **Area**: Hungary. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.58,16.11,45.74,22.9` + */ +export const EPSG_23700 = + '+proj=somerc +lat_0=47.1443937222222 +lon_0=19.0485717777778 +k_0=0.99993 +x_0=650000 +y_0=200000 +ellps=GRS67 +towgs84=52.17,-71.82,-14.9,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B15H2 + * - **CRS-PROJCRS** [112058] + * - **Area**: UK - Highways England - B15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9351,-3.1882,52.0434,-2.6416` + */ +export const EPSG_112058 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999991755243032 +x_0=88034.3762585739 +y_0=111043.360962519 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Chos Malal 1914 + * - **CRS-GEOGCRS** [4160] + * - **Area**: Argentina - Mendoza province, Neuquen province, western La Pampa province and western Rio Negro province. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2.5` + * - **BBOX**: `-31.91,-72.14,-43.41,-65.86` + */ +export const EPSG_4160 = + '+proj=longlat +ellps=intl +towgs84=15.75,164.93,126.18,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / New Jersey + * - **CRS-PROJCRS** [32111] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.36,-75.6,38.87,-73.88` + */ +export const EPSG_32111 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 / UTM zone 40N + * - **CRS-PROJCRS** [8840] + * - **Area**: Saudi Arabia - east of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.77,54,19.66,55.67` + */ +export const EPSG_8840 = + '+proj=utm +zone=40 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lyon (meter) + * - **CRS-PROJCRS** [103649] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103649 = + '+proj=lcc +lat_0=44.1955555555556 +lon_0=-95.85 +lat_1=44.25 +lat_2=44.5833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378559.758 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 42 + * - **CRS-PROJCRS** [4530] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_4530 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 41S + * - **CRS-PROJCRS** [32541] + * - **Area**: Between 60°E and 66°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,60,-80,66` + */ +export const EPSG_32541 = + '+proj=utm +zone=41 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Chatham Island 1959 height + * - **CRS-VERTCRS** [5771] + * - **Area**: New Zealand - Chatham Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-43.67,-176.92,-44.18,-176.2` + */ +export const EPSG_5771 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Monroe (m) + * - **CRS-PROJCRS** [8143] + * - **Area**: United States (USA) - Wisconsin - Monroe county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.17,-90.98,43.72,-90.31` + */ +export const EPSG_8143 = + '+proj=lcc +lat_1=44.0000739286111 +lat_0=44.0000739286111 +lon_0=-90.6416666666667 +k_0=1.0000434122 +x_0=204521.209 +y_0=121923.9861 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn + * - **CRS-GEOGCRS** [104925] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104925 = '+proj=longlat +a=60268000 +rf=10.2079945799458 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Teranet Ontario Lambert + * - **CRS-PROJCRS** [5321] + * - **Area**: Canada - Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `56.9,-95.16,41.67,-74.35` + */ +export const EPSG_5321 = + '+proj=lcc +lat_0=0 +lon_0=-84 +lat_1=44.5 +lat_2=54.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 8N + * - **CRS-PROJCRS** [102408] + * - **Area**: USA - 138~W to 132~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `73.04,-138,53.6,-131.99` + */ +export const EPSG_102408 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Minnesota South (ftUS) + * - **CRS-PROJCRS** [26851] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_26851 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * KGD2002 + * - **CRS-GCENCRS** [4926] + * - **Area**: Republic of Korea (South Korea) - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.27,122.71,28.6,134.28` + */ +export const EPSG_4926 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Green Lake and Marquette (ftUS) + * - **CRS-PROJCRS** [7609] + * - **Area**: United States (USA) - Wisconsin - counties of Green Lake and Marquette. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.99,-89.6,43.63,-88.88` + */ +export const EPSG_7609 = + '+proj=lcc +lat_1=43.8070001177778 +lat_0=43.8070001177778 +lon_0=-89.2416666666667 +k_0=1.0000344057 +x_0=150876.301752603 +y_0=79170.7793751587 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * REGCAN95 / LCC Europe + * - **CRS-PROJCRS** [5634] + * - **Area**: Spain - Canary Islands onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.76,-21.93,24.6,-11.75` + */ +export const EPSG_5634 = + '+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 14N + * - **CRS-PROJCRS** [26914] + * - **Area**: North America - between 102°W and 96°W - onshore and offshore. Canada - Manitoba; Nunavut; Saskatchewan. United States (USA) - Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-102,25.83,-96` + */ +export const EPSG_26914 = + '+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 54S + * - **CRS-PROJCRS** [8456] + * - **Area**: Antarctica - Adelie Land - coastal area between 138°E and 142°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-66.1,138,-67.13,142` + */ +export const EPSG_8456 = + '+proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ain el Abd / UTM zone 39N + * - **CRS-PROJCRS** [20439] + * - **Area**: Kuwait - onshore east of 48°E. Saudi Arabia - onshore between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `30.04,47.99,17.94,54.01` + */ +export const EPSG_20439 = + '+proj=utm +zone=39 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Allen (m) + * - **CRS-PROJCRS** [7259] + * - **Area**: United States (USA) - Indiana - Allen county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.28,-85.34,40.91,-84.8` + */ +export const EPSG_7259 = + '+proj=tmerc +lat_0=40.9 +lon_0=-85.05 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 + * - **CRS-GEOGCRS** [5264] + * - **Area**: Bhutan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `28.33,88.74,26.7,92.13` + */ +export const EPSG_5264 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Wisconsin South + * - **CRS-PROJCRS** [32054] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_32054 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=42.7333333333333 +lat_2=44.0666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * CR-SIRGAS + * - **CRS-GCENCRS** [8905] + * - **Area**: Costa Rica - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_8905 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 17N + * - **CRS-PROJCRS** [2958] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_2958 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 4N + * - **CRS-PROJCRS** [32404] + * - **Area**: Between 162°W and 156°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-162,0,-156` + */ +export const EPSG_32404 = + '+proj=utm +zone=4 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 28 + * - **CRS-PROJCRS** [21228] + * - **Area**: Russian Federation - onshore between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.56,82.5,49.58,85.5` + */ +export const EPSG_21228 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cadastre 1997 + * - **CRS-GEOGCRS** [4475] + * - **Area**: Mayotte - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_4475 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD83(2011) / Idaho Central + * - **CRS-PROJCRS** [6448] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_6448 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PRS92 / Philippines zone 5 + * - **CRS-PROJCRS** [3125] + * - **Area**: Philippines - approximately between 124°E and 126°E, onshore and offshore - east Mindanao (east of 124°E); Bohol; Samar. + * - **Unit**: `metre` + * - **Accuracy**: `0.05` + * - **BBOX**: `21.97,123.73,4.76,126.65` + */ +export const EPSG_3125 = + '+proj=tmerc +lat_0=0 +lon_0=125 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 + NZVD2016 height + * - **CRS-COMPOUNDCRS** [9528] + * - **Area**: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_9528 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Kansas South + * - **CRS-PROJCRS** [26778] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_26778 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS CMT12 + * - **CRS-PROJCRS** [103599] + * - **Area**: Colombia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_103599 = + '+proj=tmerc +lat_0=4 +lon_0=-73 +k=0.9992 +x_0=5000000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 52N + * - **CRS-PROJCRS** [9482] + * - **Area**: Indonesia - north of equator and between 126°E and 132°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.68,126,0,132` + */ +export const EPSG_9482 = '+proj=utm +zone=52 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Behrmann + * - **CRS-PROJCRS** [54017] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54017 = + '+proj=cea +lat_ts=30 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 22S + * - **CRS-PROJCRS** [5858] + * - **Area**: Brazil - onshore and offshore northern and southern hemispheres between 54°W and 48°W. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `7.04,-54.01,-35.71,-47.99` + */ +export const EPSG_5858 = + '+proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / North Pole LAEA Europe + * - **CRS-PROJCRS** [3575] + * - **Area**: Northern hemisphere - north of 45°N, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,45,180` + */ +export const EPSG_3575 = + '+proj=laea +lat_0=90 +lon_0=10 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * AGD84 / AMG zone 56 + * - **CRS-PROJCRS** [20356] + * - **Area**: Australia - Queensland east of 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `2.9` + * - **BBOX**: `-22,150,-29.19,153.61` + */ +export const EPSG_20356 = + '+proj=utm +zone=56 +south +ellps=aust_SA +nadgrids="National 84 (02.07.01).gsb" +units=m +no_defs +type=crs'; + +/** + * Datum 73 / Modified Portuguese Grid + * - **CRS-PROJCRS** [27493] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_27493 = + '+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=180.598 +y_0=-86.99 +ellps=intl +towgs84=-239.749,88.181,30.488,-0.263,-0.082,-1.211,2.229 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Chippewa (m) + * - **CRS-PROJCRS** [7536] + * - **Area**: United States (USA) - Wisconsin - Chippewa county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.3,-91.67,44.85,-90.92` + */ +export const EPSG_7536 = + '+proj=lcc +lat_1=44.9778568986111 +lat_0=44.9778568986111 +lon_0=-91.2944444444444 +k_0=1.0000391127 +x_0=60045.72 +y_0=44091.4346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Timbalai 1948 / RSO Sarawak LSD (m) + * - **CRS-PROJCRS** [29874] + * - **Area**: Malaysia - East Malaysia - Sarawak onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `5.03,109.54,0.85,115.69` + */ +export const EPSG_29874 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=2000000 +y_0=5000000 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TWD97 / TM2 zone 121 + * - **CRS-PROJCRS** [3826] + * - **Area**: Taiwan, Republic of China - between 120°E and 122°E, onshore and offshore - Taiwan Island. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26.72,119.99,20.41,122.06` + */ +export const EPSG_3826 = + '+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E + * - **CRS-PROJCRS** [2734] + * - **Area**: Russian Federation - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,124.5,49.88,127.5` + */ +export const EPSG_2734 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Siskiyou Pass zone (m) + * - **CRS-PROJCRS** [8339] + * - **Area**: United States (USA) - Oregon - Siskiyou Pass area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.46,-122.71,41.95,-121.96` + */ +export const EPSG_8339 = + '+proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-122.583333333333 +k_0=1.00015 +x_0=10000 +y_0=60000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Costa Rica Sur + * - **CRS-PROJCRS** [102222] + * - **Area**: Costa Rica - onshore south of 9~56'N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `9.94,-85.74,7.98,-82.53` + */ +export const EPSG_102222 = + '+proj=lcc +lat_0=9 +lon_0=-83.6666666666667 +lat_1=8.46666666666667 +lat_2=9.53333333333333 +x_0=500000 +y_0=327987.436 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 40 + * - **CRS-PROJCRS** [2364] + * - **Area**: China - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.33,118.5,24.43,121.5` + */ +export const EPSG_2364 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Ohio North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8769] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_8769 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 37 + * - **CRS-PROJCRS** [2671] + * - **Area**: Russian Federation - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,109.5,49.14,112.5` + */ +export const EPSG_2671 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 2 + * - **CRS-PROJCRS** [102367] + * - **Area**: USA - Alaska - 144~W to 141~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_102367 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8786] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_8786 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.00001016 +y_0=3000000 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Scoresbysund 1952 / Greenland zone 6 east + * - **CRS-PROJCRS** [2221] + * - **Area**: Greenland - east coast onshore - between 68°N and 69°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69,-26.99,68.66,-25.14` + */ +export const EPSG_2221 = + 'PROJCS["Scoresbysund 1952 / Greenland zone 6 east",GEOGCS["Scoresbysund 1952",DATUM["Scoresbysund_1952",SPHEROID["International 1924",6378388,297],TOWGS84[105,326,-102.5,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4195"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",67.5],PARAMETER["Longitude of natural origin",-32],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2221"]]'; + +/** + * IGN72 Grande Terre / UTM zone 58S + * - **CRS-PROJCRS** [3060] + * - **Area**: New Caledonia - Grande Terre. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-20.03,163.92,-22.45,167.09` + */ +export const EPSG_3060 = + '+proj=utm +zone=58 +south +ellps=intl +towgs84=-11.64,-348.6,291.98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Bend-Burns zone (m) + * - **CRS-PROJCRS** [6798] + * - **Area**: United States (USA) - Oregon - Bend-Burns area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.28,-120.95,43.34,-118.8` + */ +export const EPSG_6798 = + '+proj=lcc +lat_1=43.6666666666667 +lat_0=43.6666666666667 +lon_0=-119.75 +k_0=1.0002 +x_0=120000 +y_0=60000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wisconsin South (US Feet) + * - **CRS-PROJCRS** [103576] + * - **Area**: USA - Wisconsin - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_103576 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=42.7333333333333 +lat_2=44.0666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * KOC Lambert + * - **CRS-PROJCRS** [24600] + * - **Area**: Kuwait - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_24600 = + '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078 +x_0=1500000 +y_0=1166200 +a=6378249.145 +rf=293.465 +towgs84=-294.7,-200.1,525.5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Murray + * - **CRS-GEOGCRS** [104749] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104749 = '+proj=longlat +a=6378617.061 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Pasto urban grid + * - **CRS-PROJCRS** [6262] + * - **Area**: Colombia - Pasto city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.26,-77.32,1.16,-77.23` + */ +export const EPSG_6262 = + '+proj=col_urban +lat_0=1.20098951388889 +lon_0=-77.2531256333333 +x_0=980469.695 +y_0=624555.332 +h_0=2530 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nevada Central (ftUS) + * - **CRS-PROJCRS** [3430] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_3430 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Missouri Central + * - **CRS-PROJCRS** [26797] + * - **Area**: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_26797 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRF92 + * - **CRS-GCENCRS** [7920] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7920 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(PA11) / Hawaii zone 5 + * - **CRS-PROJCRS** [6632] + * - **Area**: United States (USA) - Hawaii - Niihau - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_6632 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine East (ftUS) + * - **CRS-PROJCRS** [26847] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_26847 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Hawkes Bay 2000 + * - **CRS-PROJCRS** [2108] + * - **Area**: New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-38.87,175.8,-40.57,178.07` + */ +export const EPSG_2108 = + '+proj=tmerc +lat_0=-39.6508333333333 +lon_0=176.673611111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Aratu / UTM zone 25S + * - **CRS-PROJCRS** [5337] + * - **Area**: Brazil - offshore between 36°W and 30°W, southern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0,-36,-20.11,-30` + */ +export const EPSG_5337 = + '+proj=utm +zone=25 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Iapetus + * - **CRS-GEOGCRS** [104933] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104933 = '+proj=longlat +R=718000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS La Crosse (m) + * - **CRS-PROJCRS** [8155] + * - **Area**: United States (USA) - Wisconsin - La Crosse county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.1,-91.43,43.72,-90.91` + */ +export const EPSG_8155 = + '+proj=tmerc +lat_0=43.4511111111111 +lon_0=-91.3166666666667 +k=1.0000319985 +x_0=130454.6598 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Polydeuces IAU 2015 + * - **CRS-GEOGCRS** [104899] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104899 = '+proj=longlat +R=1300 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 41 + * - **CRS-PROJCRS** [2558] + * - **Area**: Russian Federation - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74,121.5,53.18,124.5` + */ +export const EPSG_2558 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * One Tree Point 1964 height + * - **CRS-VERTCRS** [5767] + * - **Area**: New Zealand - North Island - One Tree Point vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-34.36,172.61,-36.41,174.83` + */ +export const EPSG_5767 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Pendleton-La Grande zone (m) + * - **CRS-PROJCRS** [6848] + * - **Area**: United States (USA) - Oregon - Pendleton-La Grande area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.64,-118.64,45.13,-118.09` + */ +export const EPSG_6848 = + '+proj=tmerc +lat_0=45.0833333333333 +lon_0=-118.333333333333 +k=1.000175 +x_0=30000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 57S + * - **CRS-PROJCRS** [32557] + * - **Area**: Between 156°E and 162°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,156,-80,162` + */ +export const EPSG_32557 = + '+proj=utm +zone=57 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 12N + * - **CRS-PROJCRS** [3719] + * - **Area**: United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-114,31.33,-108` + */ +export const EPSG_3719 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hammer-Aitoff + * - **CRS-PROJCRS** [53044] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53044 = + 'PROJCS["Sphere_Hammer_Aitoff",GEOGCS["Unknown datum based upon the Authalic Sphere",DATUM["Not_specified_based_on_Authalic_Sphere",SPHEROID["Sphere",6371000,0],AUTHORITY["EPSG","6035"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Hammer_Aitoff"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","53044"]]'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 38 + * - **CRS-PROJCRS** [4526] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_4526 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Nevada East + * - **CRS-PROJCRS** [32107] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_32107 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Australian Antarctic + * - **CRS-GEOGCRS** [4176] + * - **Area**: Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-60,45,-90,160` + */ +export const EPSG_4176 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RGSPM06 + * - **CRS-GEOGCRS** [4463] + * - **Area**: St Pierre and Miquelon - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.37,-57.1,43.41,-55.9` + */ +export const EPSG_4463 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MMN + * - **CRS-GEOGCRS** [9251] + * - **Area**: Argentina - Tierra del Fuego onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2.5` + * - **BBOX**: `-52.59,-68.64,-55.11,-63.73` + */ +export const EPSG_9251 = + '+proj=longlat +ellps=intl +towgs84=-9.5,122.9,138.2,0,0,0,0 +no_defs +type=crs'; + +/** + * Egypt 1930 + * - **CRS-GEOGCRS** [4199] + * - **Area**: Egypt - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `31.68,24.7,21.97,36.95` + */ +export const EPSG_4199 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 12N + * - **CRS-PROJCRS** [32412] + * - **Area**: Between 114°W and 108°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-114,0,-108` + */ +export const EPSG_32412 = + '+proj=utm +zone=12 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Fort Thomas 1955 + * - **CRS-GEOGCRS** [37240] + * - **Area**: St Kitts and Nevis + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `17.67,-63.63,16.34,-62.2` + */ +export const EPSG_37240 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * NAD27 / Utah North + * - **CRS-PROJCRS** [32042] + * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_32042 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=40.7166666666667 +lat_2=41.7833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [5272] + * - **Area**: Türkiye (Turkey) - between 34°30'E and 37°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.15,34.5,35.81,37.5` + */ +export const EPSG_5272 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Io IAU 2015 + * - **CRS-GEOGCRS** [104876] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104876 = '+proj=longlat +R=1821490 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 12N + * - **CRS-PROJCRS** [22412] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_22412 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 2N + * - **CRS-PROJCRS** [26902] + * - **Area**: United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_26902 = + '+proj=utm +zone=2 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kuwait PWD height + * - **CRS-VERTCRS** [5788] + * - **Area**: Kuwait - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_5788 = '+vunits=m +no_defs +type=crs'; + +/** + * Australian Antarctic + * - **CRS-GCENCRS** [4930] + * - **Area**: Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,45,-90,160` + */ +export const EPSG_4930 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [2333] + * - **Area**: China - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,108,18.11,114` + */ +export const EPSG_2333 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / San Francisco CS13 + * - **CRS-PROJCRS** [7131] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.87,-123.56,36.85,-121.2` + */ +export const EPSG_7131 = + '+proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arizona West + * - **CRS-PROJCRS** [2763] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_2763 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Camacupa 2015 + * - **CRS-GEOGCRS** [8694] + * - **Area**: Angola - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `-4.38,8.2,-18.02,24.09` + */ +export const EPSG_8694 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-93.799,-132.737,-219.073,1.844,-0.648,6.37,-0.169 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Menominee (m) + * - **CRS-PROJCRS** [7561] + * - **Area**: United States (USA) - Wisconsin - Menominee county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.12,-88.99,44.85,-88.48` + */ +export const EPSG_7561 = + '+proj=tmerc +lat_0=44.7166666666667 +lon_0=-88.4166666666667 +k=1.0000362499 +x_0=105461.0121 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 2 west + * - **CRS-PROJCRS** [2299] + * - **Area**: Greenland - west coast onshore - between 78°N and 79°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79,-73.29,78,-65.24` + */ +export const EPSG_2299 = + 'PROJCS["Qornoq 1927 / Greenland zone 2 west",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",79.5],PARAMETER["Longitude of natural origin",-64],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2299"]]'; + +/** + * NAD83(NSRS2007) / Idaho Central + * - **CRS-PROJCRS** [3522] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_3522 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 / UTM zone 42N + * - **CRS-PROJCRS** [24342] + * - **Area**: India - onshore west of 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `28.22,68.13,20.64,72.01` + */ +export const EPSG_24342 = + '+proj=utm +zone=42 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * POM96 height + * - **CRS-VERTCRS** [7832] + * - **Area**: Papua New Guinea - onshore - Gulf province east of 144°24'E, Central province and National Capital District. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-6.67,144.4,-10.42,149.67` + */ +export const EPSG_7832 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / CIG92 + * - **CRS-PROJCRS** [6720] + * - **Area**: Christmas Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-10.36,105.48,-10.63,105.77` + */ +export const EPSG_6720 = + '+proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.000024 +x_0=50000 +y_0=1300000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGN53 Mare / UTM zone 59S + * - **CRS-PROJCRS** [3172] + * - **Area**: New Caledonia - Loyalty Islands - Mare - east of 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-21.35,168,-21.71,168.19` + */ +export const EPSG_3172 = + '+proj=utm +zone=59 +south +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 / UTM zone 15N + * - **CRS-PROJCRS** [6370] + * - **Area**: Mexico between 96°W and 90°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `26,-96,12.1,-90` + */ +export const EPSG_6370 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California Albers + * - **CRS-PROJCRS** [3488] + * - **Area**: United States (USA) - California. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_3488 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 38N + * - **CRS-PROJCRS** [23038] + * - **Area**: Europe - between 42°E and 48°E - Türkiye (Turkey). + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.6,42,36.97,44.83` + */ +export const EPSG_23038 = + '+proj=utm +zone=38 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 27E + * - **CRS-PROJCRS** [21005] + * - **Area**: Russian Federation - onshore between 24°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.47,26.61,55.69,30` + */ +export const EPSG_21005 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hjorsey 1955 + * - **CRS-GEOGCRS** [4658] + * - **Area**: Iceland - mainland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `7` + * - **BBOX**: `66.59,-24.66,63.34,-13.38` + */ +export const EPSG_4658 = '+proj=longlat +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 22N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6665] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_6665 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 29N + * - **CRS-PROJCRS** [32629] + * - **Area**: Between 12°W and 6°W, northern hemisphere between equator and 84°N, onshore and offshore. Algeria. Côte D'Ivoire (Ivory Coast). Faroe Islands. Guinea. Ireland. Jan Mayen. Liberia, Mali. Mauritania. Morocco. Portugal. Sierra Leone. Spain. United Kingdom (UK). Western Sahara. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.01,-12.01,0,-6` + */ +export const EPSG_32629 = '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska Albers + * - **CRS-PROJCRS** [3467] + * - **Area**: United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_3467 = + '+proj=aea +lat_0=50 +lon_0=-154 +lat_1=55 +lat_2=65 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [21455] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_21455 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Aratu + * - **CRS-GEOGCRS** [4208] + * - **Area**: Brazil - offshore south and east of a line intersecting the coast at 2°55'S; onshore Tucano basin. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `4.26,-53.38,-35.71,-26` + */ +export const EPSG_4208 = + '+proj=longlat +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +no_defs +type=crs'; + +/** + * Moznet / UTM zone 37S + * - **CRS-PROJCRS** [3037] + * - **Area**: Mozambique - between 36°E and 42°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-10.09,36,-27.71,42` + */ +export const EPSG_3037 = + '+proj=utm +zone=37 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS South Carolina (Intl Feet) + * - **CRS-PROJCRS** [103521] + * - **Area**: USA - South Carolina + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_103521 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=32.5 +lat_2=34.8333333333333 +x_0=609600 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / NCRS Las Vegas high (m) + * - **CRS-PROJCRS** [8381] + * - **Area**: United States (USA) - Nevada - Las Vegas area above approximately 2850 feet. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8381 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.000135 +x_0=300000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 37S + * - **CRS-PROJCRS** [7074] + * - **Area**: French Southern Territories - Europa onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-20.91,37.98,-25.7,41.82` + */ +export const EPSG_7074 = + '+proj=utm +zone=37 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Texas North Central (ftUS) + * - **CRS-PROJCRS** [2276] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_2276 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GDM2008 LGM2012 + * - **CRS-PROJCRS** [103872] + * - **Area**: Mauritius + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-8.43,53.8,-23.81,67.05` + */ +export const EPSG_103872 = + '+proj=lcc +lat_0=-20.2755163 +lon_0=57.5645566222222 +lat_1=-20.0611111111111 +lat_2=-20.4444444444444 +x_0=250000 +y_0=350000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SCM22-IRF + * - **CRS-GEOGCRS** [9969] + * - **Area**: United Kingdom (UK) - on or related to the Scottish central mainline rail route from Motherwell through Perth and Pitlochry to Inverness. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `57.55,-4.4,55.7,-3.3` + */ +export const EPSG_9969 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 California (Teale) Albers (Intl Feet) + * - **CRS-PROJCRS** [102760] + * - **Area**: USA - California + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_102760 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-1219200 +datum=NAD83 +units=ft +no_defs +type=crs'; + +/** + * Cape / Lo19 + * - **CRS-PROJCRS** [22279] + * - **Area**: South Africa - onshore between 18°E and 20°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-28.38,17.99,-34.88,20` + */ +export const EPSG_22279 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E + * - **CRS-PROJCRS** [2626] + * - **Area**: Russian Federation - onshore between 148°30'E and 151°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.82,148.5,45.21,151.5` + */ +export const EPSG_2626 = + '+proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 51S + * - **CRS-PROJCRS** [23891] + * - **Area**: Indonesia - onshore south of equator and between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `0,120,-10.98,126` + */ +export const EPSG_23891 = + '+proj=utm +zone=51 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * RGNC15 + * - **CRS-GCENCRS** [10308] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10308 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GGRS87 + * - **CRS-GEOGCRS** [4121] + * - **Area**: Greece - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `41.75,19.57,34.88,28.3` + */ +export const EPSG_4121 = + '+proj=longlat +ellps=GRS80 +towgs84=-199.87,74.79,246.62,0,0,0,0 +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A11H3 + * - **CRS-PROJCRS** [112019] + * - **Area**: UK - Highways England - A11 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8105,-4.115,50.2315,-3.8791` + */ +export const EPSG_112019 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999816722642982 +x_0=159034.270364498 +y_0=71015.3031187382 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Anoka (meter) + * - **CRS-PROJCRS** [103608] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103608 = + '+proj=lcc +lat_0=45.0352777777778 +lon_0=-93.2666666666667 +lat_1=45.0666666666667 +lat_2=45.3666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378418.941 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 24N + * - **CRS-PROJCRS** [9713] + * - **Area**: Canada offshore Atlantic - east of 42°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.53,-42,45.53,-40.73` + */ +export const EPSG_9713 = + '+proj=utm +zone=24 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alabama East + NAVD88 height + * - **CRS-COMPOUNDCRS** [8801] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_8801 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / West Virginia North + * - **CRS-PROJCRS** [32150] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_32150 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [4571] + * - **Area**: China - between 90°E and 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.9,90,27.71,96.01` + */ +export const EPSG_4571 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Peoria (ftUS) + * - **CRS-PROJCRS** [23311] + * - **Area**: United States (USA) - Illinois - counties of Peoria and Tazewell. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.98,-89.99,40.31,-89.26` + */ +export const EPSG_23311 = + '+proj=tmerc +lat_0=37.4 +lon_0=-89.65 +k=1.000023 +x_0=420015.24003048 +y_0=189585.979171958 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Florida West (US Feet) + * - **CRS-PROJCRS** [103258] + * - **Area**: USA - Florida - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_103258 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941176470588 +x_0=200000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Eckert III + * - **CRS-PROJCRS** [53013] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53013 = + '+proj=eck3 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * MGI / Austria M34 + * - **CRS-PROJCRS** [31286] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_31286 = + '+proj=tmerc +lat_0=0 +lon_0=16.3333333333333 +k=1 +x_0=750000 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * EVRF2000 height + * - **CRS-VERTCRS** [5730] + * - **Area**: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar; Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,-9.56,35.95,31.59` + */ +export const EPSG_5730 = '+vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [4822] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_4822 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Waukesha (ftUS) + * - **CRS-PROJCRS** [8102] + * - **Area**: United States (USA) - Wisconsin - Waukesha county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.2,-88.55,42.84,-88.06` + */ +export const EPSG_8102 = + '+proj=tmerc +lat_0=42.5694444444444 +lon_0=-88.225 +k=1.0000346179 +x_0=208788.417881636 +y_0=0.00335280670561341 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 1984 Azimuthal Equidistant South Pole + * - **CRS-PROJCRS** [102019] + * - **Area**: World - south of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-90,180` + */ +export const EPSG_102019 = + '+proj=aeqd +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2002 + * - **CRS-GEOGCRS** [5360] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_5360 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Neptune - Naiad + * - **CRS-GEOGCRS** [104964] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104964 = '+proj=longlat +R=29000 +no_defs +type=crs'; + +/** + * COV23 Grid + * - **CRS-PROJCRS** [10471] + * - **Area**: United Kingdom (UK) - in and around the area of Coventry city centre and the route to Birmingham airport. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.5,-1.85,52.3,-1.3` + */ +export const EPSG_10471 = + '+proj=tmerc +lat_0=52.4 +lon_0=-1.55 +k=1 +x_0=116887.9989 +y_0=102194.9369 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 + * - **CRS-GCENCRS** [4988] + * - **Area**: Latin America - Central America and South America - onshore and offshore. Brazil - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_4988 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS III + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10164] + * - **Area**: Japan - onshore - Honshu west of approximately 133°15'E - Yamaguchi-ken; Shimane-ken; Hiroshima-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.64,130.81,33.72,133.49` + */ +export const EPSG_10164 = + '+proj=tmerc +lat_0=36 +lon_0=132.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Buller Circuit + * - **CRS-PROJCRS** [27217] + * - **Area**: New Zealand - South Island - Buller meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-41.42,171.27,-42.19,172.41` + */ +export const EPSG_27217 = + '+proj=tmerc +lat_0=-41.8108028611111 +lon_0=171.581260055556 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 5 (E-N) + * - **CRS-PROJCRS** [5675] + * - **Area**: Czechia - between 13°30'E and 16°30'E. Germany - states of former East Germany onshore east of 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen. Hungary - west of 16°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.72,13.5,46.54,16.5` + */ +export const EPSG_5675 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [28418] + * - **Area**: Russian Federation - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.48,102,49.64,108` + */ +export const EPSG_28418 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * RGFG95 + * - **CRS-GEOG3DCRS** [4967] + * - **Area**: French Guiana - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `8.88,-54.61,2.11,-49.45` + */ +export const EPSG_4967 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [20028] + * - **Area**: Russian Federation - onshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.03,162,54.47,168` + */ +export const EPSG_20028 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado South + * - **CRS-PROJCRS** [26955] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_26955 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * S-JTSK/05 (Ferro) / Modified Krovak East North + * - **CRS-PROJCRS** [5225] + * - **Area**: Czechia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_5225 = 'null'; + +/** + * ETRF2000-PL + Baltic 1986 height + * - **CRS-COMPOUNDCRS** [9656] + * - **Area**: Poland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.89,14.14,49,24.15` + */ +export const EPSG_9656 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR15P01 + * - **CRS-GEOG3DCRS** [8944] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8944 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / New York East + * - **CRS-PROJCRS** [32015] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_32015 = + '+proj=tmerc +lat_0=40 +lon_0=-74.3333333333333 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 5-41 + * - **CRS-PROJCRS** [6059] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-71.89,69.48,-51.99` + */ +export const EPSG_6059 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-62 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=41500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 104-00 + * - **CRS-PROJCRS** [9206] + * - **Area**: Vietnam - Son La province. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.04,103.21,20.57,105.03` + */ +export const EPSG_9206 = + '+proj=tmerc +lat_0=0 +lon_0=104 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 45N + * - **CRS-PROJCRS** [32445] + * - **Area**: Between 84°E and 90°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,84,0,90` + */ +export const EPSG_32445 = + '+proj=utm +zone=45 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas South Central (ftUS) + * - **CRS-PROJCRS** [2919] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_2919 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Arizona West (ft) + * - **CRS-PROJCRS** [6409] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_6409 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [4434] + * - **Area**: Hungary and Slovakia - east of 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `49.1,22.5,47.76,22.9` + */ +export const EPSG_4434 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone C1 + * - **CRS-PROJCRS** [5931] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `71,-156,59,-66` + */ +export const EPSG_5931 = + '+proj=lcc +lat_0=65.1012708888889 +lon_0=-111 +lat_1=69 +lat_2=61 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CSG67 + * - **CRS-GEOGCRS** [4623] + * - **Area**: French Guiana - coastal area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `5.81,-54.45,3.43,-51.61` + */ +export const EPSG_4623 = + '+proj=longlat +ellps=intl +towgs84=-186,230,110,0,0,0,0 +no_defs +type=crs'; + +/** + * IGS05 + * - **CRS-GEOG3DCRS** [9011] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9011 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 52N + * - **CRS-PROJCRS** [32652] + * - **Area**: Between 126°E and 132°E, northern hemisphere between equator and 84°N, onshore and offshore. China. Indonesia. Japan. North Korea. Russian Federation. South Korea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,126,0,132` + */ +export const EPSG_32652 = '+proj=utm +zone=52 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 + * - **CRS-GEOGCRS** [4273] + * - **Area**: Norway - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `71.24,4.39,57.9,31.32` + */ +export const EPSG_4273 = + '+proj=longlat +a=6377492.018 +rf=299.1528128 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Rock + * - **CRS-GEOGCRS** [104765] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104765 = '+proj=longlat +a=6378624.681 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 2N + * - **CRS-PROJCRS** [32202] + * - **Area**: Between 174°W and 168°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-174,0,-168` + */ +export const EPSG_32202 = + '+proj=utm +zone=2 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 96E + * - **CRS-PROJCRS** [4789] + * - **Area**: China - between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.5,94.5,28.23,97.51` + */ +export const EPSG_4789 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 12 + * - **CRS-PROJCRS** [22652] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `55.21,-82.5,46,-79.5` + */ +export const EPSG_22652 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / Nicaragua Sur + * - **CRS-PROJCRS** [5462] + * - **Area**: Nicaragua - onshore south of 12°48'N. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `12.8,-87.63,10.7,-83.42` + */ +export const EPSG_5462 = + '+proj=lcc +lat_1=11.7333333333333 +lat_0=11.7333333333333 +lon_0=-85.5 +k_0=0.99992228 +x_0=500000 +y_0=288876.327 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Horta depth + * - **CRS-VERTCRS** [10373] + * - **Area**: Portugal - central Azores - Faial island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.7,-28.9,38.46,-28.54` + */ +export const EPSG_10373 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 + * - **CRS-GCENCRS** [8250] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8250 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-61 Ternopil + * - **CRS-PROJCRS** [9857] + * - **Area**: Ukraine - Ternopil region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.27,24.71,48.5,26.45` + */ +export const EPSG_9857 = + '+proj=tmerc +lat_0=0 +lon_0=25.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Maine East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8745] + * - **Area**: United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_8745 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2348] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_2348 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Modified East Sea Belt + * - **CRS-PROJCRS** [5177] + * - **Area**: Republic of Korea (South Korea) - onshore between 130°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.62,130.71,37.39,131.01` + */ +export const EPSG_5177 = + '+proj=tmerc +lat_0=38 +lon_0=131.002890277778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 17N + * - **CRS-PROJCRS** [22717] + * - **Area**: Canada between 84°W and 78°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-84,41.67,-78` + */ +export const EPSG_22717 = '+proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Coast Range North zone (m) + * - **CRS-PROJCRS** [8315] + * - **Area**: United States (USA) - Oregon - Coast Range North area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.98,-123.81,45.4,-123.01` + */ +export const EPSG_8315 = + '+proj=lcc +lat_1=45.5833333333333 +lat_0=45.5833333333333 +lon_0=-123.416666666667 +k_0=1.000045 +x_0=30000 +y_0=20000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OxWo08 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10236] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Oxford to Worcester. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.26,-2.31,51.65,-1.15` + */ +export const EPSG_10236 = + '+proj=tmerc +lat_0=51.95 +lon_0=-1.7 +k=1 +x_0=134791.6965 +y_0=121872.5056 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E + * - **CRS-PROJCRS** [2718] + * - **Area**: Russian Federation - onshore between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,76.5,51.49,79.5` + */ +export const EPSG_2718 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * SAD69(96) + * - **CRS-GEOGCRS** [5527] + * - **Area**: Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `7.04,-74.01,-35.71,-25.28` + */ +export const EPSG_5527 = + '+proj=longlat +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2016 / UTM zone 18S + * - **CRS-PROJCRS** [9154] + * - **Area**: Chile - 78°W to 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.35,-78,-59.36,-71.99` + */ +export const EPSG_9154 = '+proj=utm +zone=18 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 17S + * - **CRS-PROJCRS** [32717] + * - **Area**: Between 84°W and 78°W, southern hemisphere between 80°S and equator, onshore and offshore. Ecuador. Peru. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-84,-80,-78` + */ +export const EPSG_32717 = '+proj=utm +zone=17 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maryland + * - **CRS-PROJCRS** [3559] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_3559 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGN / UTM zone 38N + * - **CRS-PROJCRS** [31838] + * - **Area**: Kuwait - onshore west of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `30.09,46.54,28.53,48` + */ +export const EPSG_31838 = + '+proj=utm +zone=38 +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 49 + * - **CRS-PROJCRS** [7849] + * - **Area**: Australia - onshore and offshore west of 114°E. Christmas Island - offshore east of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.72,108,-37.84,114.01` + */ +export const EPSG_7849 = + '+proj=utm +zone=49 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * High Water height + * - **CRS-VERTCRS** [5874] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5874 = '+vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [4766] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_4766 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * CIGD11 + LCVD61 height (ft) + * - **CRS-COMPOUNDCRS** [9504] + * - **Area**: Cayman Islands - Little Cayman. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `19.74,-80.14,19.63,-79.93` + */ +export const EPSG_9504 = '+proj=longlat +ellps=GRS80 +vunits=ft +no_defs +type=crs'; + +/** + * NAD27 / Colorado Central + * - **CRS-PROJCRS** [26754] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_26754 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / Jersey Transverse Mercator + * - **CRS-PROJCRS** [3109] + * - **Area**: Channel Islands - Jersey, Les Ecrehos and Les Minquiers - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.44,-2.56,48.87,-1.81` + */ +export const EPSG_3109 = + '+proj=tmerc +lat_0=49.225 +lon_0=-2.135 +k=0.9999999 +x_0=40000 +y_0=70000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 47S + * - **CRS-PROJCRS** [32347] + * - **Area**: Between 96°E and 102°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,96,-80,102` + */ +export const EPSG_32347 = + '+proj=utm +zone=47 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 17S + * - **CRS-PROJCRS** [31992] + * - **Area**: Ecuador (mainland whole country including areas in northern hemisphere and east of 78°W), onshore and offshore. In remainder of South America, between 84°W and 78°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `1.45,-84,-56.45,-75.21` + */ +export const EPSG_31992 = + '+proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 102E + * - **CRS-PROJCRS** [2431] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_2431 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Shawano (ftUS) + * - **CRS-PROJCRS** [7633] + * - **Area**: United States (USA) - Wisconsin - Shawano county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-89.23,44.58,-88.24` + */ +export const EPSG_7633 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-88.6055555555556 +k=1.000032144 +x_0=262433.32517145 +y_0=0.00944881889763779 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ED50(ED77) / UTM zone 41N + * - **CRS-PROJCRS** [2061] + * - **Area**: Iran - onshore east of 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.06,60,25.02,63.34` + */ +export const EPSG_2061 = + '+proj=utm +zone=41 +ellps=intl +towgs84=-110.33,-97.73,-119.85,0.3423,1.1634,0.2715,0.063 +units=m +no_defs +type=crs'; + +/** + * BGS2005 / UTM zone 34N (N-E) + * - **CRS-PROJCRS** [7799] + * - **Area**: Bulgaria - west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.23,22.36,41.32,24` + */ +export const EPSG_7799 = + '+proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 27N using TM Complex + * - **CRS-PROJCRS** [102577] + * - **Area**: World - N hemisphere - 24~W to 18~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-24,0,-18` + */ +export const EPSG_102577 = '+proj=utm +zone=27 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Crawford (m) + * - **CRS-PROJCRS** [8196] + * - **Area**: United States (USA) - Wisconsin - Crawford county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.43,-91.22,42.98,-90.66` + */ +export const EPSG_8196 = + '+proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6274 +y_0=53703.1201 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Benton (m) + * - **CRS-PROJCRS** [7263] + * - **Area**: United States (USA) - Indiana - Benton county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.74,-87.53,40.47,-87.09` + */ +export const EPSG_7263 = + '+proj=tmerc +lat_0=40.45 +lon_0=-87.3 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ57-58 + * - **CRS-PROJCRS** [3220] + * - **Area**: Antarctica - 64°S to 68°S and 156°E to 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,156,-68,168` + */ +export const EPSG_3220 = + '+proj=lcc +lat_0=-90 +lon_0=162 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Isanti (US foot) + * - **CRS-PROJCRS** [103736] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103736 = + '+proj=lcc +lat_0=45.2963888888889 +lon_0=-93.0833333333333 +lat_1=45.3333333333333 +lat_2=45.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378411.321 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas North Central (ftUS) + * - **CRS-PROJCRS** [3670] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_3670 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 21N + * - **CRS-PROJCRS** [2962] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_2962 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 12 + * - **CRS-PROJCRS** [21212] + * - **Area**: Russian Federation - onshore between 34°30'E and 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.39,34.5,44.61,37.51` + */ +export const EPSG_21212 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kentucky Single Zone + * - **CRS-PROJCRS** [6472] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_6472 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ONGD17 + * - **CRS-GCENCRS** [9292] + * - **Area**: Oman - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_9292 = + '+proj=geocent +ellps=GRS80 +towgs84=1.16835,-1.42001,-2.24431,0.00822,0.05508,-0.01818,0.23388 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Minnesota South + * - **CRS-PROJCRS** [103389] + * - **Area**: USA - Minnesota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_103389 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=43.7833333333333 +lat_2=45.2166666666667 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 27 + NN54 height + * - **CRS-COMPOUNDCRS** [6167] + * - **Area**: Norway - onshore - between 27°E and 28°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.19,27,69.9,28.01` + */ +export const EPSG_6167 = + '+proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B16H3 + * - **CRS-PROJCRS** [112062] + * - **Area**: UK - Highways England - B16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9359,-2.6703,52.0472,-1.482` + */ +export const EPSG_112062 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00006177527098 +x_0=54024.8771120413 +y_0=111051.136285863 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Pennsylvania South (ftUS) + * - **CRS-PROJCRS** [3365] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_3365 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Rock (meter) + * - **CRS-PROJCRS** [103673] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103673 = + '+proj=lcc +lat_0=43.5 +lon_0=-95.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378624.681 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 57 / 2 + * - **CRS-PROJCRS** [102961] + * - **Area**: Australia - Lord Howe Island - 158~E to 160~E (ISG 57/2) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,158,-47.2,160` + */ +export const EPSG_102961 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 171E + * - **CRS-PROJCRS** [21357] + * - **Area**: Russian Federation - onshore between 169°30'E and 172°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,169.5,59.86,172.5` + */ +export const EPSG_21357 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York East (ftUS) + * - **CRS-PROJCRS** [6537] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_6537 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / MTM zone 1 + * - **CRS-PROJCRS** [32081] + * - **Area**: Canada - Newfoundland - onshore east of 54°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.89,-54.5,46.56,-52.54` + */ +export const EPSG_32081 = + '+proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Ohio South (ftUS) + * - **CRS-PROJCRS** [3735] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_3735 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Mexico West + * - **CRS-PROJCRS** [2827] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_2827 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arizona Central + * - **CRS-PROJCRS** [103223] + * - **Area**: USA - Arizona - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_103223 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD 2011 UTM Zone 56N + * - **CRS-PROJCRS** [102598] + * - **Area**: Japan - 150~E to 156~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,150,17.09,156` + */ +export const EPSG_102598 = '+proj=utm +zone=56 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Uttaranchal + * - **CRS-PROJCRS** [7776] + * - **Area**: India - Uttarakhand (Uttaranchal). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `31.48,77.56,28.71,81.02` + */ +export const EPSG_7776 = + '+proj=lcc +lat_0=30.0017132 +lon_0=79.375 +lat_1=29 +lat_2=31 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 57 + * - **CRS-PROJCRS** [2574] + * - **Area**: Russian Federation - onshore between 169°30'E and 172°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.19,169.5,59.86,172.5` + */ +export const EPSG_2574 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Kertau RSO Malaya Meters + * - **CRS-PROJCRS** [102062] + * - **Area**: Malaysia - West Malaysia - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `6.72,99.59,1.21,104.6` + */ +export const EPSG_102062 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=-36.974209437118 +gamma=-36.869897645844 +k=0.99984 +x_0=804671.299775 +y_0=0 +ellps=evrst48 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Dunn (m) + * - **CRS-PROJCRS** [8179] + * - **Area**: United States (USA) - Wisconsin - Dunn county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.21,-92.16,44.68,-91.64` + */ +export const EPSG_8179 = + '+proj=tmerc +lat_0=44.4083333333333 +lon_0=-91.8944444444444 +k=1.0000410324 +x_0=51816.104 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Jennings (ftUS) + * - **CRS-PROJCRS** [7326] + * - **Area**: United States (USA) - Indiana - Jennings county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.2,-85.8,38.8,-85.43` + */ +export const EPSG_7326 = + '+proj=tmerc +lat_0=38.8 +lon_0=-85.8 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Mount Pleasant 2000 + * - **CRS-PROJCRS** [2124] + * - **Area**: New Zealand - South Island - Mount Pleasant meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.69,171.11,-43.96,173.38` + */ +export const EPSG_2124 = + '+proj=tmerc +lat_0=-43.5905555555556 +lon_0=172.726944444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 12 + * - **CRS-PROJCRS** [102432] + * - **Area**: ARC System - Zone 12 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-48,-180,-56,180` + */ +export const EPSG_102432 = + '+proj=eqc +lat_ts=-52.28859923 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 12 + * - **CRS-PROJCRS** [8529] + * - **Area**: United States (USA) - Kansas - counties of Grant; Greeley; Hamilton; Kearny; Morton; Stanton; Stevens; Wichita. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-102.05,36.99,-101.06` + */ +export const EPSG_8529 = + '+proj=tmerc +lat_0=36.75 +lon_0=-101.416666666667 +k=1.00014 +x_0=3810007.62001524 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Burnett (m) + * - **CRS-PROJCRS** [8207] + * - **Area**: United States (USA) - Wisconsin - Burnett county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-92.89,45.63,-92.03` + */ +export const EPSG_8207 = + '+proj=lcc +lat_1=45.8987148658333 +lat_0=45.8987148658333 +lon_0=-92.4577777777778 +k_0=1.0000383841 +x_0=64008.1276 +y_0=59445.9043 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Macedonia State Coordinate System truncated + * - **CRS-PROJCRS** [9945] + * - **Area**: North Macedonia. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `42.36,20.45,40.85,23.04` + */ +export const EPSG_9945 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=500000 +y_0=-4000000 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 2 + * - **CRS-PROJCRS** [7058] + * - **Area**: United States (USA) - Iowa - counties of Cerro Gordo; Chickasaw; Floyd; Hancock; Howard; Mitchell; Winnebago; Winneshiek; Worth. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-93.98,42.9,-91.6` + */ +export const EPSG_7058 = + '+proj=lcc +lat_1=43.1666666666667 +lat_0=43.1666666666667 +lon_0=-92.75 +k_0=1.000043 +x_0=3810007.62001524 +y_0=2987045.97409195 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 55N + * - **CRS-PROJCRS** [32255] + * - **Area**: Between 144°E and 150°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,144,0,150` + */ +export const EPSG_32255 = + '+proj=utm +zone=55 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Nord Sahara 1959 / Sud Algerie + * - **CRS-PROJCRS** [30792] + * - **Area**: Algeria - 35 grads to 38.5 grads North (31°30'N to 34°39'N). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `34.66,-3.85,31.49,9.22` + */ +export const EPSG_30792 = + '+proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500135 +y_0=300090 +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +units=m +no_defs +type=crs'; + +/** + * Chua + * - **CRS-GEOGCRS** [4224] + * - **Area**: Brazil - south of 18°S and west of 54°W, plus Distrito Federal. Paraguay - north. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `12` + * - **BBOX**: `-15.37,-62.57,-31.91,-47.1` + */ +export const EPSG_4224 = + '+proj=longlat +ellps=intl +towgs84=-134,229,-29,0,0,0,0 +no_defs +type=crs'; + +/** + * Kalianpur 1975 / India zone IIIa + * - **CRS-PROJCRS** [24381] + * - **Area**: India - onshore between 15°N and 21°N. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `21.01,70.14,15,87.15` + */ +export const EPSG_24381 = + '+proj=lcc +lat_1=19 +lat_0=19 +lon_0=80 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kanabec + * - **CRS-GEOGCRS** [104732] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104732 = '+proj=longlat +a=6378472.281 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 5N + * - **CRS-PROJCRS** [32605] + * - **Area**: Between 156°W and 150°W, northern hemisphere between equator and 84°N, onshore and offshore. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-156,0,-150` + */ +export const EPSG_32605 = '+proj=utm +zone=5 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 26 + NN2000 height + * - **CRS-COMPOUNDCRS** [5966] + * - **Area**: Norway - onshore - between 26°E and 27°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.2,26,69.71,27.01` + */ +export const EPSG_5966 = + '+proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 + * - **CRS-GEOGCRS** [4674] + * - **Area**: Latin America - Central America and South America - onshore and offshore. Brazil - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_4674 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) + CGVD2013(CGG2013) height + * - **CRS-COMPOUNDCRS** [6649] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_6649 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 171E + * - **CRS-PROJCRS** [21029] + * - **Area**: Russian Federation - onshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,168,54.45,174` + */ +export const EPSG_21029 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 3N + * - **CRS-PROJCRS** [26703] + * - **Area**: United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_26703 = + '+proj=utm +zone=3 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 10S + * - **CRS-PROJCRS** [32310] + * - **Area**: Between 126°W and 120°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-126,-80,-120` + */ +export const EPSG_32310 = + '+proj=utm +zone=10 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 40S + * - **CRS-PROJCRS** [32740] + * - **Area**: Between 54°E and 60°E, southern hemisphere between 80°S and equator, onshore and offshore. Seychelles. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,54,-80,60` + */ +export const EPSG_32740 = '+proj=utm +zone=40 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 10N + * - **CRS-PROJCRS** [22310] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_22310 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Ukiah-Fox zone (ft) + * - **CRS-PROJCRS** [8342] + * - **Area**: United States (USA) - Oregon - Ukiah-Fox area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.21,-119.35,44.52,-118.64` + */ +export const EPSG_8342 = + '+proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-119 +k_0=1.00014 +x_0=30000.00001512 +y_0=90000.00001488 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 20 + * - **CRS-PROJCRS** [5120] + * - **Area**: Norway - onshore - between 20°E and 21°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.37,20,68.37,21.01` + */ +export const EPSG_5120 = + '+proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 52N + * - **CRS-PROJCRS** [23852] + * - **Area**: Indonesia - onshore north of equator and between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `4.59,126.55,0,131` + */ +export const EPSG_23852 = + '+proj=utm +zone=52 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arkansas North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8712] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_8712 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 45 + * - **CRS-PROJCRS** [21245] + * - **Area**: Russian Federation - onshore between 133°30'E and 136°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.9,133.5,42.74,136.5` + */ +export const EPSG_21245 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 6 + * - **CRS-PROJCRS** [6425] + * - **Area**: United States (USA) - California - counties Imperial; Orange; Riverside; San Diego. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_6425 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=33.8833333333333 +lat_2=32.7833333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 13 + * - **CRS-PROJCRS** [32193] + * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `55.59,-85.5,46,-82.5` + */ +export const EPSG_32193 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 18N (ftUS) + * - **CRS-PROJCRS** [4418] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-78,28.28,-72` + */ +export const EPSG_4418 = + '+proj=tmerc +lat_0=0 +lon_0=-75 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York Long Island + * - **CRS-PROJCRS** [3627] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_3627 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone A1 + * - **CRS-PROJCRS** [2935] + * - **Area**: Armenia and Georgia onshore west of 43°02'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `43.59,39.99,41.37,43.04` + */ +export const EPSG_2935 = + '+proj=tmerc +lat_0=0.116666666666667 +lon_0=41.5333333333333 +k=1 +x_0=1300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Indian 1975 / UTM zone 47N + * - **CRS-PROJCRS** [24047] + * - **Area**: Thailand - onshore west of 102°E plus offshore Gulf of Thailand west of 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `20.46,97.34,5.63,102.01` + */ +export const EPSG_24047 = + '+proj=utm +zone=47 +ellps=evrst30 +towgs84=293,836,318,0.5,1.6,-2.8,2.1 +units=m +no_defs +type=crs'; + +/** + * IGb14 + * - **CRS-GEOGCRS** [9380] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9380 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [20907] + * - **Area**: Russian Federation - onshore between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.23,36,43.18,42.01` + */ +export const EPSG_20907 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 2-24 + * - **CRS-PROJCRS** [6075] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `84.51,33,79.5,73.01` + */ +export const EPSG_6075 = + '+proj=lcc +lat_0=82.0584248888889 +lon_0=53 +lat_1=83.6666666666667 +lat_2=80.3333333333333 +x_0=24500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 12 + * - **CRS-PROJCRS** [4048] + * - **Area**: The Democratic Republic of the Congo (Zaire) - west of 13°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.67,11.79,-6.04,13` + */ +export const EPSG_4048 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU11-15 + * - **CRS-PROJCRS** [3277] + * - **Area**: Antarctica - 80°S to 84°S and 120°W to 90°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-120,-84,-90` + */ +export const EPSG_3277 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Texas Central + * - **CRS-PROJCRS** [32039] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_32039 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=30.1166666666667 +lat_2=31.8833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Olmsted (US foot) + * - **CRS-PROJCRS** [103761] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103761 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) / NGO zone I + * - **CRS-PROJCRS** [27391] + * - **Area**: Norway - west of 3°30'W of Oslo (7°13'22.5"E of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `63.17,4.39,57.92,7.23` + */ +export const EPSG_27391 = + '+proj=tmerc +lat_0=58 +lon_0=-4.66666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 3 + * - **CRS-PROJCRS** [22193] + * - **Area**: Argentina - between 67°30'W and 64°30'W, onshore mainland. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-21.78,-67.5,-49.05,-64.49` + */ +export const EPSG_22193 = + '+proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 4 + * - **CRS-PROJCRS** [20004] + * - **Area**: Russian Federation - onshore west of 24°E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.87` + */ +export const EPSG_20004 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Monte Mario / TM Emilia-Romagna + * - **CRS-PROJCRS** [5659] + * - **Area**: Italy - Emilia-Romagna region. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.14,9.19,43.73,12.76` + */ +export const EPSG_5659 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=500053 +y_0=-3999820 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1762) + * - **CRS-GCENCRS** [7664] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7664 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 39E + * - **CRS-PROJCRS** [2466] + * - **Area**: Russian Federation - onshore between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.23,36,43.18,42.01` + */ +export const EPSG_2466 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Poland zone III + * - **CRS-PROJCRS** [2173] + * - **Area**: Poland - northwest - onshore north of 52°10'N and west of 20°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,14.14,52.16,20` + */ +export const EPSG_2173 = + '+proj=sterea +lat_0=53.5833333333333 +lon_0=17.0083333333333 +k=0.9998 +x_0=3501000 +y_0=5999000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * BD72 / Belge Lambert 72 + * - **CRS-PROJCRS** [31300] + * - **Area**: Belgium - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_31300 = + '+proj=lcc +lat_0=90 +lon_0=4.35693972222222 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=150000.01256 +y_0=5400088.4378 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN SPCS Hawaii Zone 5 (US Feet) + * - **CRS-PROJCRS** [102465] + * - **Area**: USA - Hawaii - Niihau - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_102465 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ISN2016 + * - **CRS-GCENCRS** [8084] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_8084 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Uranus - Cordelia + * - **CRS-GEOGCRS** [104948] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104948 = '+proj=longlat +R=13000 +no_defs +type=crs'; + +/** + * ONGD14 + * - **CRS-GCENCRS** [7371] + * - **Area**: Oman - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_7371 = + '+proj=geocent +ellps=GRS80 +towgs84=0.819,-0.5762,-1.6446,0.00378,0.03317,-0.00318,0.0693 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 177E + * - **CRS-PROJCRS** [2489] + * - **Area**: Russian Federation - onshore between 174°E and 180°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.59,174,61.65,180` + */ +export const EPSG_2489 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 7 + * - **CRS-PROJCRS** [2523] + * - **Area**: Estonia, Latvia, Lithuania, Russian Federation (Kaliningrad) and Ukraine - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.1,19.57,48.24,22.5` + */ +export const EPSG_2523 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Orthographic North Pole + * - **CRS-PROJCRS** [102035] + * - **Area**: World - north of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_102035 = + '+proj=ortho +f=0 +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Missouri East + * - **CRS-PROJCRS** [26996] + * - **Area**: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_26996 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon La Grande zone (ft) + * - **CRS-PROJCRS** [6833] + * - **Area**: United States (USA) - Oregon - La Grande area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `45.8,-118.17,45.13,-117.14` + */ +export const EPSG_6833 = + '+proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * WGS 84 / South Georgia Lambert + * - **CRS-PROJCRS** [3762] + * - **Area**: South Georgia and the South Sandwich Islands - South Georgia onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-53.93,-38.08,-54.95,-35.74` + */ +export const EPSG_3762 = + '+proj=lcc +lat_0=-55 +lon_0=-37 +lat_1=-54 +lat_2=-54.75 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 1 (ftUS) + * - **CRS-PROJCRS** [2870] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_2870 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Indiana East + * - **CRS-PROJCRS** [103274] + * - **Area**: USA - Indiana - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.77,-86.59,37.95,-84.78` + */ +export const EPSG_103274 = + '+proj=tmerc +lat_0=37.5 +lon_0=-85.6666666666667 +k=0.999966666666667 +x_0=100000 +y_0=250000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * REDGEOMIN + * - **CRS-GEOG3DCRS** [9695] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9695 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR17P01 + * - **CRS-GEOGCRS** [8987] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8987 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon South + * - **CRS-PROJCRS** [6560] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_6560 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGPF / UTM zone 7S + * - **CRS-PROJCRS** [3298] + * - **Area**: French Polynesia - between 144°W and 138°W onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-4.52,-144,-31.24,-138` + */ +export const EPSG_3298 = + '+proj=utm +zone=7 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,0.0183,-0.0003,0.007,-0.0093 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [3332] + * - **Area**: Bulgaria and Romania - between 22°30'E and 25°30'E. Hungary, Poland and Slovakia - east of 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.41,22.5,41.24,25.5` + */ +export const EPSG_3332 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Cottonwood (meter) + * - **CRS-PROJCRS** [103624] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103624 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.9166666666667 +lat_1=43.9 +lat_2=44.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378514.953 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 03 Rajshahi + * - **CRS-PROJCRS** [102936] + * - **Area**: Bangladesh - Rajshahi + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `25.2,88,24.1,89.3334` + */ +export const EPSG_102936 = + '+proj=cass +lat_0=24.5 +lon_0=88.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * GCVD54 height (ft) + * - **CRS-VERTCRS** [6130] + * - **Area**: Cayman Islands - Grand Cayman. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `19.41,-81.46,19.21,-81.04` + */ +export const EPSG_6130 = '+vunits=ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A19H1 + * - **CRS-PROJCRS** [112035] + * - **Area**: UK - Highways England - A19 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0404,-0.6101,50.7696,-0.3232` + */ +export const EPSG_112035 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999873734042937 +x_0=-88023.9862501752 +y_0=71019.352542755 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * IGN72 Grande Terre + * - **CRS-GEOGCRS** [4662] + * - **Area**: New Caledonia - Grande Terre. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-20.03,163.92,-22.45,167.09` + */ +export const EPSG_4662 = + '+proj=longlat +ellps=intl +towgs84=-11.64,-348.6,291.98,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 30 + NN2000 height + * - **CRS-COMPOUNDCRS** [5970] + * - **Area**: Norway - onshore - east of 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.77,30,69.46,31.32` + */ +export const EPSG_5970 = + '+proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Kertau 1968 / Kelantan Grid + * - **CRS-PROJCRS** [4398] + * - **Area**: Malaysia - West Malaysia - Kelantan. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `6.29,101.33,4.54,102.67` + */ +export const EPSG_4398 = + '+proj=cass +lat_0=5.89392222222222 +lon_0=102.177291666667 +x_0=0 +y_0=0 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 13N + * - **CRS-PROJCRS** [32613] + * - **Area**: Between 108°W and 102°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - Northwest Territories (NWT); Nunavut; Saskatchewan. Mexico. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,0,-102` + */ +export const EPSG_32613 = '+proj=utm +zone=13 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Goodhue + * - **CRS-GEOGCRS** [104724] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104724 = '+proj=longlat +a=6378434.181 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Fahud + * - **CRS-GEOGCRS** [4232] + * - **Area**: Oman - mainland onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `7` + * - **BBOX**: `26.42,51.99,16.59,59.91` + */ +export const EPSG_4232 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-345,3,223,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 43N + * - **CRS-PROJCRS** [32243] + * - **Area**: Between 72°E and 78°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,72,0,78` + */ +export const EPSG_32243 = + '+proj=utm +zone=43 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * La Palma height + * - **CRS-VERTCRS** [9400] + * - **Area**: Spain - Canary Islands - La Palma onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.9,-18.06,28.4,-17.66` + */ +export const EPSG_9400 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 13N + * - **CRS-PROJCRS** [22613] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_22613 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGSH2020 + * - **CRS-GEOG3DCRS** [10298] + * - **Area**: Algeria - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `38.8,-8.67,18.97,11.99` + */ +export const EPSG_10298 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Sibun Gorge 1922 / Colony Grid + * - **CRS-PROJCRS** [5589] + * - **Area**: Belize - onshore. + * - **Unit**: `Clarke's foot` + * - **Accuracy**: `null` + * - **BBOX**: `18.49,-89.22,15.88,-87.72` + */ +export const EPSG_5589 = + '+proj=tmerc +lat_0=17.0612419444444 +lon_0=-88.6318575 +k=1 +x_0=66220.0283308276 +y_0=135779.50998853 +a=6378293.64520876 +b=6356617.98767984 +to_meter=0.3047972654 +no_defs +type=crs'; + +/** + * ISN2016 / Lambert 2016 + ISH2004 height + * - **CRS-COMPOUNDCRS** [9953] + * - **Area**: Iceland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_9953 = + '+proj=lcc +lat_0=65 +lon_0=-19 +lat_1=64.25 +lat_2=65.75 +x_0=2700000 +y_0=300000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / SCoPQ zone 3 + * - **CRS-PROJCRS** [22243] + * - **Area**: Canada - Quebec - east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.01,-60,50.2,-57.1` + */ +export const EPSG_22243 = + '+proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Bogota 1975 / Colombia West zone + * - **CRS-PROJCRS** [21896] + * - **Area**: Colombia - mainland onshore west of 1°30'W of Bogota (approximately 75°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `10.21,-79.1,0.03,-75.58` + */ +export const EPSG_21896 = + '+proj=tmerc +lat_0=4.59904722222222 +lon_0=-77.0809166666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / TM 116 SE + * - **CRS-PROJCRS** [2309] + * - **Area**: Indonesia - offshore Madura Strait and western Bali Sea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-6.8,112.8,-8.46,117.01` + */ +export const EPSG_2309 = + '+proj=tmerc +lat_0=0 +lon_0=116 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Michigan Central (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8704] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_8704 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=45.7 +lat_2=44.1833333333333 +x_0=5999999.999976 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 53.2 + * - **CRS-PROJCRS** [23844] + * - **Area**: Indonesia - onshore between 135°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-0.58,135,-8.49,138` + */ +export const EPSG_23844 = + '+proj=tmerc +lat_0=0 +lon_0=136.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Alabama East + * - **CRS-PROJCRS** [2759] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_2759 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RBEPP12-IRF + * - **CRS-GEOGCRS** [10277] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.7,-5.63,50.05,-0.85` + */ +export const EPSG_10277 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger CM 21E + * - **CRS-PROJCRS** [5566] + * - **Area**: Ukraine - west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.66,22.15,47.95,24` + */ +export const EPSG_5566 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Georgia East + * - **CRS-PROJCRS** [3518] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_3518 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 56S + * - **CRS-PROJCRS** [32756] + * - **Area**: Between 150°E and 156°E, southern hemisphere between 80°S and equator, onshore and offshore. Australia. Papua New Guinea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,150,-80,156` + */ +export const EPSG_32756 = '+proj=utm +zone=56 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 / India zone I + * - **CRS-PROJCRS** [24378] + * - **Area**: India - north of 28°N. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `35.51,70.35,28,81.64` + */ +export const EPSG_24378 = + '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Midway 1961 + * - **CRS-GEOGCRS** [4727] + * - **Area**: United States Minor Outlying Islands - Midway Islands - Sand Island and Eastern Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `28.28,-177.45,28.13,-177.31` + */ +export const EPSG_4727 = + '+proj=longlat +ellps=intl +towgs84=403,-81,277,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 6S + * - **CRS-PROJCRS** [32306] + * - **Area**: Between 150°W and 144°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-150,-80,-144` + */ +export const EPSG_32306 = + '+proj=utm +zone=6 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Indian 1960 / UTM zone 48N + * - **CRS-PROJCRS** [3148] + * - **Area**: Cambodia; Vietnam west of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `23.4,102.14,8.33,108` + */ +export const EPSG_3148 = + '+proj=utm +zone=48 +ellps=evrst30 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 15N + * - **CRS-PROJCRS** [26715] + * - **Area**: North America - between 96°W and 90°W. Canada - Manitoba; Nunavut; Ontario. Guatemala. Mexico. United States (USA) - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin. Onshore for Canadian Arctic and Central America, onshore and offshore for Gulf of Mexico (both US and Mexican sectors). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `81.96,-96,13.63,-90` + */ +export const EPSG_26715 = + '+proj=utm +zone=15 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * LTF2004(G) + * - **CRS-GCENCRS** [9545] + * - **Area**: France and Italy - on or related to the rail route from Lyon to Turin. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.89,4.65,44.87,7.88` + */ +export const EPSG_9545 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Observ Meteorologico 1939 UTM Zone 25N + * - **CRS-PROJCRS** [102166] + * - **Area**: Portugal - Azores W - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.77,-31.34,39.3,-31.02` + */ +export const EPSG_102166 = '+proj=utm +zone=25 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 63E + * - **CRS-PROJCRS** [2470] + * - **Area**: Russian Federation - onshore between 60°E and 66°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,60,50.66,66` + */ +export const EPSG_2470 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [28422] + * - **Area**: Russian Federation - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `73.61,126,42.25,132` + */ +export const EPSG_28422 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [20012] + * - **Area**: Russian Federation - onshore between 66°E and 72°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,66,54.1,72` + */ +export const EPSG_20012 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 5 + * - **CRS-PROJCRS** [22185] + * - **Area**: Argentina - between 61°30'W and 58°30'W onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-23.37,-61.51,-39.06,-58.5` + */ +export const EPSG_22185 = + '+proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria GK East Zone + * - **CRS-PROJCRS** [31253] + * - **Area**: Austria east of 14°50'E of Greenwich (32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.02,14.83,46.56,17.17` + */ +export const EPSG_31253 = + '+proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 11 + * - **CRS-PROJCRS** [2020] + * - **Area**: Canada - Ontario - south of 46°N and west of 81°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46,-83.6,41.67,-81` + */ +export const EPSG_2020 = + '+proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis South (US foot) + * - **CRS-PROJCRS** [103777] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103777 = + '+proj=lcc +lat_0=46.65 +lon_0=-92.45 +lat_1=46.7833333333333 +lat_2=47.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378540.861 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST05-08 + * - **CRS-PROJCRS** [3261] + * - **Area**: Antarctica - 76°S to 80°S and 156°W to 132°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-156,-80,-132` + */ +export const EPSG_3261 = + '+proj=lcc +lat_0=-90 +lon_0=-144 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Washington South (ftUS) + * - **CRS-PROJCRS** [6599] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_6599 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 6-28 + * - **CRS-PROJCRS** [6063] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-47,66.16,-29` + */ +export const EPSG_6063 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-38 +lat_1=70.3333333333333 +lat_2=67 +x_0=28500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fuerteventura height + * - **CRS-VERTCRS** [9396] + * - **Area**: Spain - Canary Islands - Fuerteventura onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.81,-14.58,27.99,-13.75` + */ +export const EPSG_9396 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 11 + * - **CRS-PROJCRS** [20911] + * - **Area**: Russian Federation - onshore between 60°E and 66°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,60,50.66,66` + */ +export const EPSG_20911 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Jefferson (meters) + * - **CRS-PROJCRS** [103327] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103327 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah South (ft) + * - **CRS-PROJCRS** [2923] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_2923 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / North Carolina + * - **CRS-PROJCRS** [3631] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_3631 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Connecticut + * - **CRS-PROJCRS** [6433] + * - **Area**: United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.05,-73.73,40.98,-71.78` + */ +export const EPSG_6433 = + '+proj=lcc +lat_0=40.8333333333333 +lon_0=-72.75 +lat_1=41.8666666666667 +lat_2=41.2 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 5 + * - **CRS-PROJCRS** [32185] + * - **Area**: Canada - Quebec and Labrador between 66°W and 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60.52,-66,47.95,-63` + */ +export const EPSG_32185 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 53 + * - **CRS-PROJCRS** [21253] + * - **Area**: Russian Federation - onshore between 157°30'E and 160°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.12,157.5,51.36,160.5` + */ +export const EPSG_21253 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A13H1 + * - **CRS-PROJCRS** [112023] + * - **Area**: UK - Highways England - A13 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8981,-3.6781,50.4183,-3.4219` + */ +export const EPSG_112023 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999864732920049 +x_0=128033.736487859 +y_0=71018.7132081091 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Goodhue (meter) + * - **CRS-PROJCRS** [103632] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103632 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-93.1333333333333 +lat_1=44.3 +lat_2=44.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 24 + * - **CRS-PROJCRS** [3324] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 23°E and 25°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-5.01,23,-6.99,25` + */ +export const EPSG_3324 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Tennessee (ftUS) + * - **CRS-PROJCRS** [6576] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_6576 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ITRF91 + * - **CRS-GEOGCRS** [8991] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8991 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 48E + * - **CRS-PROJCRS** [21316] + * - **Area**: Russian Federation - onshore between 46°30'E and 49°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,46.5,41.19,49.5` + */ +export const EPSG_21316 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Georgia East (US Feet) + * - **CRS-PROJCRS** [103262] + * - **Area**: USA - Georgia - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_103262 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * IGb14 + * - **CRS-GEOG3DCRS** [9379] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9379 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Puerto Rico and Virgin Is. + * - **CRS-PROJCRS** [2866] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_2866 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Van der Grinten I + * - **CRS-PROJCRS** [53029] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53029 = + '+proj=vandg +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * S-JTSK (Ferro) + * - **CRS-GEOGCRS** [4818] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_4818 = '+proj=longlat +ellps=bessel +pm=ferro +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Grants Pass-Ashland zone (ft) + * - **CRS-PROJCRS** [6825] + * - **Area**: United States (USA) - Oregon - Grants Pass-Ashland area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `42.85,-123.95,41.88,-122.37` + */ +export const EPSG_6825 = + '+proj=tmerc +lat_0=41.75 +lon_0=-123.333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Kentucky South + * - **CRS-PROJCRS** [26980] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_26980 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Pepin and Pierce (ftUS) + * - **CRS-PROJCRS** [8138] + * - **Area**: United States (USA) - Wisconsin - counties of Pepin and Pierce. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.87,-92.81,44.4,-91.65` + */ +export const EPSG_8138 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.33528067 +y_0=86033.0877317754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 1984 Equidistant Conic for Africa + * - **CRS-PROJCRS** [102023] + * - **Area**: Africa + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39,-25,-35,55` + */ +export const EPSG_102023 = + '+proj=eqdc +lat_0=0 +lon_0=25 +lat_1=20 +lat_2=-23 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [2535] + * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 55°30'E and 58°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.89,55.5,37.64,58.5` + */ +export const EPSG_2535 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Vigo (m) + * - **CRS-PROJCRS** [7367] + * - **Area**: United States (USA) - Indiana - Vigo county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.61,-87.63,39.25,-87.19` + */ +export const EPSG_7367 = + '+proj=tmerc +lat_0=39.25 +lon_0=-87.45 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Eau Claire (m) + * - **CRS-PROJCRS** [8092] + * - **Area**: United States (USA) - Wisconsin - Eau Claire county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.86,-91.66,44.59,-90.92` + */ +export const EPSG_8092 = + '+proj=lcc +lat_1=44.8722811263889 +lat_0=44.8722811263889 +lon_0=-91.2888888888889 +k_0=1.000035079 +x_0=120091.4402 +y_0=91687.9239 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 17N + * - **CRS-PROJCRS** [24817] + * - **Area**: South America (Ecuador) between 84°W and 78°W, northern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `1.45,-80.18,0,-78` + */ +export const EPSG_24817 = + '+proj=utm +zone=17 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo21 + * - **CRS-PROJCRS** [102473] + * - **Area**: South Africa - 20~E to 22~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-24.76,19.99,-34.88,22.01` + */ +export const EPSG_102473 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * Abidjan 1987 / TM 5 NW + * - **CRS-PROJCRS** [2165] + * - **Area**: Côte d'Ivoire (Ivory Coast) - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `5.19,-7.55,1.02,-3.11` + */ +export const EPSG_2165 = + '+proj=tmerc +lat_0=0 +lon_0=-5 +k=0.9996 +x_0=500000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KGD2002 + KVD1964 height + * - **CRS-COMPOUNDCRS** [10365] + * - **Area**: Republic of Korea (South Korea) - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.64,124.53,33.14,131.01` + */ +export const EPSG_10365 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 + * - **CRS-GEOGCRS** [8246] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8246 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 14N + * - **CRS-PROJCRS** [22214] + * - **Area**: Canada between 102°W and 96°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-102,48.99,-96` + */ +export const EPSG_22214 = '+proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 4 + * - **CRS-PROJCRS** [22644] + * - **Area**: Canada - Labrador between 63°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.92,-63,52,-60` + */ +export const EPSG_22644 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 14N + * - **CRS-PROJCRS** [32214] + * - **Area**: Between 102°W and 96°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-102,0,-96` + */ +export const EPSG_32214 = + '+proj=utm +zone=14 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * GBK19 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9457] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Glasgow to Kilmarnock via Barrhead and the branch to East Kilbride. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.95,-4.65,55.55,-4.05` + */ +export const EPSG_9457 = + '+proj=tmerc +lat_0=55.75 +lon_0=-4.35 +k=1 +x_0=93720.394 +y_0=113870.493 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Stearns + * - **CRS-GEOGCRS** [104773] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104773 = '+proj=longlat +a=6378502.761 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Mitu urban grid + * - **CRS-PROJCRS** [6258] + * - **Area**: Colombia - Mitu city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.29,-70.25,1.23,-70.21` + */ +export const EPSG_6258 = + '+proj=col_urban +lat_0=1.24996936666667 +lon_0=-70.2354616555556 +x_0=1093717.398 +y_0=629997.236 +h_0=170 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Monte Mario + * - **CRS-GEOGCRS** [4265] + * - **Area**: Italy - onshore and offshore; San Marino, Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `4` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_4265 = + '+proj=longlat +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 44N + * - **CRS-PROJCRS** [32644] + * - **Area**: Between 78°E and 84°E, northern hemisphere between equator and 84°N, onshore and offshore. China. India. Kazakhstan. Kyrgyzstan. Nepal. Russian Federation. Sri Lanka. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,78,0,84` + */ +export const EPSG_32644 = '+proj=utm +zone=44 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGb00 + * - **CRS-GCENCRS** [9007] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9007 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin South + * - **CRS-PROJCRS** [6608] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_6608 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone B2 + * - **CRS-PROJCRS** [5927] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `79.01,-84,67,6.01` + */ +export const EPSG_5927 = + '+proj=lcc +lat_0=73.1557408611111 +lon_0=-39 +lat_1=77 +lat_2=69 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 24S + * - **CRS-PROJCRS** [31984] + * - **Area**: Brazil - between 42°W and 36°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `0.74,-42,-26.35,-36` + */ +export const EPSG_31984 = + '+proj=utm +zone=24 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 51S + * - **CRS-PROJCRS** [32351] + * - **Area**: Between 120°E and 126°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,120,-80,126` + */ +export const EPSG_32351 = + '+proj=utm +zone=51 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California zone II + * - **CRS-PROJCRS** [26742] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_26742 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * REGCAN95 + Gran Canaria height + * - **CRS-COMPOUNDCRS** [9512] + * - **Area**: Spain - Canary Islands - Gran Canaria onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.23,-15.88,27.68,-15.31` + */ +export const EPSG_9512 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 34 + * - **CRS-PROJCRS** [4770] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_4770 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * LLWLT depth + * - **CRS-VERTCRS** [5862] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5862 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 1S + * - **CRS-PROJCRS** [32701] + * - **Area**: Between 180°W and 174°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-80,-174` + */ +export const EPSG_32701 = '+proj=utm +zone=1 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 11 + * - **CRS-PROJCRS** [22351] + * - **Area**: Canada - Ontario - south of 46°N and west of 81°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46,-83.6,41.67,-81` + */ +export const EPSG_22351 = + '+proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 21S + * - **CRS-PROJCRS** [5531] + * - **Area**: Brazil - between 60°W and 54°W, northern and southern hemispheres. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `4.51,-60,-31.91,-53.99` + */ +export const EPSG_5531 = + '+proj=utm +zone=21 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Mississippi East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8753] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_8753 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Arizona East (Feet) + * - **CRS-PROJCRS** [102648] + * - **Area**: USA - Arizona - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_102648 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-44 Luhansk + * - **CRS-PROJCRS** [9841] + * - **Area**: Ukraine - Luhansk region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.09,37.83,47.82,40.23` + */ +export const EPSG_9841 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Iowa South + * - **CRS-PROJCRS** [6464] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_6464 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Fahud / UTM zone 39N + * - **CRS-PROJCRS** [23239] + * - **Area**: Oman - onshore west of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `19.67,51.99,16.59,54` + */ +export const EPSG_23239 = + '+proj=utm +zone=39 +a=6378249.145 +rf=293.465 +towgs84=-345,3,223,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Winnebago (meters) + * - **CRS-PROJCRS** [103370] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103370 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas Centric Lambert Conformal + * - **CRS-PROJCRS** [3666] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3666 = + '+proj=lcc +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 28N + * - **CRS-PROJCRS** [32428] + * - **Area**: Between 18°W and 12°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-18,0,-12` + */ +export const EPSG_32428 = + '+proj=utm +zone=28 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Merchich / Nord Maroc + * - **CRS-PROJCRS** [26191] + * - **Area**: Morocco onshore north of 35 grads North (31°30'N). + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `35.97,-9.85,31.49,-1.01` + */ +export const EPSG_26191 = + '+proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=-5.4 +k_0=0.999625769 +x_0=500000 +y_0=300000 +ellps=clrk80ign +towgs84=31,146,47,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF07P01 + * - **CRS-GCENCRS** [8929] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8929 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Chippewa (US foot) + * - **CRS-PROJCRS** [103720] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103720 = + '+proj=lcc +lat_0=44.7527777777778 +lon_0=-95.85 +lat_1=44.8333333333333 +lat_2=45.2 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378476.853 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR49-50 + * - **CRS-PROJCRS** [3236] + * - **Area**: Antarctica - 68°S to 72°S and 108°E to 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,108,-72,120` + */ +export const EPSG_3236 = + '+proj=lcc +lat_0=-90 +lon_0=114 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Clark-Floyd-Scott (m) + * - **CRS-PROJCRS** [7275] + * - **Area**: United States (USA) - Indiana - counties of Clark, Floyd and Scott. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.84,-86.04,38.17,-85.41` + */ +export const EPSG_7275 = + '+proj=tmerc +lat_0=38.15 +lon_0=-85.6 +k=1.000021 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Dunn (ftUS) + * - **CRS-PROJCRS** [8180] + * - **Area**: United States (USA) - Wisconsin - Dunn county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.21,-92.16,44.68,-91.64` + */ +export const EPSG_8180 = + '+proj=tmerc +lat_0=44.4083333333333 +lon_0=-91.8944444444444 +k=1.0000410324 +x_0=51816.1039370078 +y_0=0.00304800609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 8 + * - **CRS-PROJCRS** [26938] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and between 168°W and 164°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_26938 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ELD79 / UTM zone 32N + * - **CRS-PROJCRS** [2077] + * - **Area**: Libya - onshore west of 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `33.23,9.31,23.51,12` + */ +export const EPSG_2077 = + '+proj=utm +zone=32 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Polk (ftUS) + * - **CRS-PROJCRS** [7625] + * - **Area**: United States (USA) - Wisconsin - Polk county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.73,-92.89,45.2,-92.15` + */ +export const EPSG_7625 = + '+proj=tmerc +lat_0=44.6611111111111 +lon_0=-92.6333333333333 +k=1.0000433849 +x_0=141732.282245364 +y_0=0.00579121158242316 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * IGN 1992 LD height + * - **CRS-VERTCRS** [5618] + * - **Area**: Guadeloupe - onshore - La Desirade. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `16.38,-61.13,16.26,-60.97` + */ +export const EPSG_5618 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 12 + * - **CRS-PROJCRS** [26892] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `55.21,-82.5,46,-79.5` + */ +export const EPSG_26892 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 + * - **CRS-GEOG3DCRS** [20045] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_20045 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 90E + * - **CRS-PROJCRS** [2427] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_2427 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 4 + * - **CRS-PROJCRS** [102424] + * - **Area**: ARC System - Zone 4 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `64,-180,56,180` + */ +export const EPSG_102424 = + '+proj=eqc +lat_ts=60.32378942 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Bluff 2000 + * - **CRS-PROJCRS** [2132] + * - **Area**: New Zealand - Stewart Island; South Island - Bluff meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-45.33,167.29,-47.33,168.97` + */ +export const EPSG_2132 = + '+proj=tmerc +lat_0=-46.6 +lon_0=168.342777777778 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Knox (ftUS) + * - **CRS-PROJCRS** [7330] + * - **Area**: United States (USA) - Indiana - Knox county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.91,-87.76,38.41,-87.09` + */ +export const EPSG_7330 = + '+proj=tmerc +lat_0=38.4 +lon_0=-87.45 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jupiter - Adrastea + * - **CRS-GEOGCRS** [104909] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104909 = '+proj=longlat +R=8200 +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 55 / 1 + * - **CRS-PROJCRS** [102074] + * - **Area**: Australia - New South Wales - 144~E to 146~E (ISG 55/1) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,144,-47.2,146` + */ +export const EPSG_102074 = + '+proj=tmerc +lat_0=0 +lon_0=145 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 45 + * - **CRS-PROJCRS** [2562] + * - **Area**: Russian Federation - onshore between 133°30'E and 136°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `75.9,133.5,42.74,136.5` + */ +export const EPSG_2562 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Delhi + * - **CRS-PROJCRS** [7760] + * - **Area**: India - Delhi national capital territory. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.89,76.83,28.4,77.34` + */ +export const EPSG_7760 = + '+proj=lcc +lat_0=28.62510126 +lon_0=77 +lat_1=28.375 +lat_2=28.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / West Belt + * - **CRS-PROJCRS** [2098] + * - **Area**: Republic of Korea (South Korea) - onshore between 124°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.04,124.53,33.99,126` + */ +export const EPSG_2098 = + '+proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * Egypt 1907 / Extended Purple Belt + * - **CRS-PROJCRS** [22994] + * - **Area**: Egypt - west of 29°E; south of approximately 28°11'N. + * - **Unit**: `metre` + * - **Accuracy**: `1.2` + * - **BBOX**: `28.19,24.99,21.99,29.01` + */ +export const EPSG_22994 = + '+proj=tmerc +lat_0=30 +lon_0=27 +k=1 +x_0=700000 +y_0=1200000 +ellps=helmert +towgs84=-127.535,113.495,-12.7,1.603747,-0.153612,-5.364408,5.33745 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California IV + * - **CRS-PROJCRS** [103235] + * - **Area**: USA - California - SPCS - 4 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.58,-122.01,35.78,-115.62` + */ +export const EPSG_103235 = + '+proj=lcc +lat_0=35.3333333333333 +lon_0=-119 +lat_1=36 +lat_2=37.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York Long Island + * - **CRS-PROJCRS** [2831] + * - **Area**: United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.3,-74.26,40.47,-71.8` + */ +export const EPSG_2831 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-74 +lat_1=41.0333333333333 +lat_2=40.6666666666667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 16N + * - **CRS-PROJCRS** [3723] + * - **Area**: United States (USA) - between 90°W and 84°W onshore and offshore - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90,23.97,-84` + */ +export const EPSG_3723 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nevada East (ftUS) + * - **CRS-PROJCRS** [6521] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_6521 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 123E + * - **CRS-PROJCRS** [21341] + * - **Area**: Russian Federation - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74,121.5,53.18,124.5` + */ +export const EPSG_21341 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pipestone (meter) + * - **CRS-PROJCRS** [103665] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103665 = + '+proj=lcc +lat_0=43.8491666666667 +lon_0=-96.25 +lat_1=43.8833333333333 +lat_2=44.15 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378670.401 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 60N + * - **CRS-PROJCRS** [3373] + * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `56.67,174,47.92,180` + */ +export const EPSG_3373 = + '+proj=utm +zone=60 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B25H1 + * - **CRS-PROJCRS** [112074] + * - **Area**: UK - Highways England - B25 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7902,0.7109,52.0143,0.9069` + */ +export const EPSG_112074 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999564788197464 +x_0=-175993.57634226 +y_0=110995.948715857 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N + NN54 height + * - **CRS-COMPOUNDCRS** [6171] + * - **Area**: Norway - onshore - west of 6°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.64,4.39,58.32,6.01` + */ +export const EPSG_6171 = '+proj=utm +zone=31 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Washington North + * - **CRS-PROJCRS** [3689] + * - **Area**: United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.05,-124.79,47.08,-117.02` + */ +export const EPSG_3689 = + '+proj=lcc +lat_0=47 +lon_0=-120.833333333333 +lat_1=48.7333333333333 +lat_2=47.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pampa del Castillo / Argentina 1 + * - **CRS-PROJCRS** [9284] + * - **Area**: 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` + * - **Accuracy**: `2.5` + * - **BBOX**: `-44.94,-73.59,-50.34,-70.5` + */ +export const EPSG_9284 = + '+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-233.43,6.65,173.64,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A03H2 + * - **CRS-PROJCRS** [112003] + * - **Area**: UK - Highways England - A3 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.4321,-5.2952,50.1142,-5.1477` + */ +export const EPSG_112003 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999389910065824 +x_0=243948.407189748 +y_0=70984.9873380003 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 4-18 + * - **CRS-PROJCRS** [6106] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-91,72.83,-67` + */ +export const EPSG_6106 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-79 +lat_1=77 +lat_2=73.6666666666667 +x_0=18500000 +y_0=4500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 23N + * - **CRS-PROJCRS** [9709] + * - **Area**: Canada offshore Atlantic - 48°W to 42°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.47,-48,39.85,-42` + */ +export const EPSG_9709 = + '+proj=utm +zone=23 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Benton (meter) + * - **CRS-PROJCRS** [103612] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103612 = + '+proj=lcc +lat_0=45.5591666666667 +lon_0=-94.05 +lat_1=45.5833333333333 +lat_2=45.7833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378490.569 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Tahiti 79 / UTM zone 6S + * - **CRS-PROJCRS** [3304] + * - **Area**: French Polynesia - Society Islands - Tahiti. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-17.44,-149.7,-17.93,-149.09` + */ +export const EPSG_3304 = + '+proj=utm +zone=6 +south +ellps=intl +towgs84=221.597,152.441,176.523,2.403,1.3893,0.884,11.4648 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XVII + * - **CRS-PROJCRS** [30177] + * - **Area**: Japan - onshore Okinawa-ken east of 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `26.01,131.12,24.4,131.38` + */ +export const EPSG_30177 = + '+proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon LCC (m) + * - **CRS-PROJCRS** [6556] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_6556 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 108E + * - **CRS-PROJCRS** [21336] + * - **Area**: Russian Federation - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `78.4,106.5,49.25,109.5` + */ +export const EPSG_21336 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KSA-GRF17 / UTM zone 39N + * - **CRS-PROJCRS** [9359] + * - **Area**: Saudi Arabia - onshore and offshore - between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `28.94,47.99,17.94,54.01` + */ +export const EPSG_9359 = + '+proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,-8.393,0.749,-10.276,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California V (US Feet) + * - **CRS-PROJCRS** [103242] + * - **Area**: USA - California - SPCS83 - 5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_103242 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=34.0333333333333 +lat_2=35.4666666666667 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Mollweide + * - **CRS-PROJCRS** [53009] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53009 = + '+proj=moll +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas Central + * - **CRS-PROJCRS** [2846] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_2846 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Ohio South (ftUS) + * - **CRS-PROJCRS** [3754] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_3754 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=40.0333333333333 +lat_2=38.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Columbia River East zone (ft) + * - **CRS-PROJCRS** [6805] + * - **Area**: United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `46.08,-122.05,45.49,-118.89` + */ +export const EPSG_6805 = + '+proj=lcc +lat_1=45.6666666666667 +lat_0=45.6666666666667 +lon_0=-120.5 +k_0=1.000008 +x_0=150000.00001464 +y_0=30000.00001512 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD 1983 Albers contiguous USA + * - **CRS-PROJCRS** [102003] + * - **Area**: USA - CONUS - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_102003 = + '+proj=aea +lat_0=37.5 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS St. Croix (ftUS) + * - **CRS-PROJCRS** [8118] + * - **Area**: United States (USA) - Wisconsin - St. Croix county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.22,-92.81,44.85,-92.13` + */ +export const EPSG_8118 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-92.6333333333333 +k=1.0000381803 +x_0=165506.73009906 +y_0=0.0103632207264414 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 147E + * - **CRS-PROJCRS** [2515] + * - **Area**: Russian Federation - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.82,144,43.6,150` + */ +export const EPSG_2515 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Pike-Warrick (m) + * - **CRS-PROJCRS** [7347] + * - **Area**: United States (USA) - Indiana - counties of Pike and Warrick. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.56,-87.48,37.87,-87.01` + */ +export const EPSG_7347 = + '+proj=tmerc +lat_0=37.85 +lon_0=-87.3 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CNH22-IRF + * - **CRS-GEOGCRS** [10191] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Crewe via Chester to Holyhead. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.46,-4.71,53.02,-2.28` + */ +export const EPSG_10191 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Luzon 1911 UTM Zone 50N + * - **CRS-PROJCRS** [102453] + * - **Area**: Philippines - West of 120~E, N hemisphere + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.18,114,3,120` + */ +export const EPSG_102453 = '+proj=utm +zone=50 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * Lao 1997 + * - **CRS-GCENCRS** [4992] + * - **Area**: Laos. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4992 = '+proj=geocent +ellps=krass +units=m +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 1 (E-N) + * - **CRS-PROJCRS** [5680] + * - **Area**: Germany - offshore North Sea west of 4°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.92,3.34,55.24,4.5` + */ +export const EPSG_5680 = + '+proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS VIII + * - **CRS-PROJCRS** [2450] + * - **Area**: Japan - onshore - Honshu between approximately 137°45'E and 139°E - Niigata-ken; Nagano-ken; Yamanashi-ken; Shizuoka-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.58,137.32,34.54,139.91` + */ +export const EPSG_2450 = + '+proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kiunga height + * - **CRS-VERTCRS** [7652] + * - **Area**: Papua New Guinea - onshore south of 5°S and west of 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-5,140.85,-9.35,144.01` + */ +export const EPSG_7652 = '+vunits=m +no_defs +type=crs'; + +/** + * DVR90(2013) height + * - **CRS-VERTCRS** [10484] + * - **Area**: Denmark - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10484 = 'null'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [20032] + * - **Area**: Russian Federation - onshore east of 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.18,-174,64.2,-168.97` + */ +export const EPSG_20032 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Anguilla 1957 / British West Indies Grid + * - **CRS-PROJCRS** [2000] + * - **Area**: Anguilla - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `18.33,-63.22,18.11,-62.92` + */ +export const EPSG_2000 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota Murray (US foot) + * - **CRS-PROJCRS** [103757] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103757 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-95.7666666666667 +lat_1=43.9166666666667 +lat_2=44.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378617.061 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [4584] + * - **Area**: China - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,102,21.53,108` + */ +export const EPSG_4584 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR59-60 + * - **CRS-PROJCRS** [3241] + * - **Area**: Antarctica - 68°S to 72°S and 168°E to 180°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,168,-72,180` + */ +export const EPSG_3241 = + '+proj=lcc +lat_0=-90 +lon_0=174 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [20931] + * - **Area**: Russian Federation - onshore between 180°E and 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,-180,64.35,-174` + */ +export const EPSG_20931 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Calumet (meters) + * - **CRS-PROJCRS** [103307] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103307 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Mexico Central (ftUS) + * - **CRS-PROJCRS** [2903] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_2903 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nevada West + * - **CRS-PROJCRS** [3611] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_3611 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Arkansas South (ftUS) + * - **CRS-PROJCRS** [6413] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_6413 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Old Hawaiian on Intl 1924 spheroid (NGS) + * - **CRS-GEOGCRS** [104138] + * - **Area**: USA - Hawaii - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-160.3,18.87,-154.74` + */ +export const EPSG_104138 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [2329] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_2329 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Delaware (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8724] + * - **Area**: United States (USA) - Delaware - counties of Kent; New Castle; Sussex. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.85,-75.8,38.44,-74.97` + */ +export const EPSG_8724 = + '+proj=tmerc +lat_0=38 +lon_0=-75.4166666666667 +k=0.999995 +x_0=200000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone IV + * - **CRS-PROJCRS** [27574] + * - **Area**: France - Corsica onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,8.5,41.31,9.63` + */ +export const EPSG_27574 = + '+proj=lcc +lat_1=42.1649999999998 +lat_0=42.1649999999998 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-18 Zhytomyr + * - **CRS-PROJCRS** [9836] + * - **Area**: Ukraine - Zhytomyr region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.68,27.19,49.58,29.74` + */ +export const EPSG_9836 = + '+proj=tmerc +lat_0=0 +lon_0=28.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 16 + * - **CRS-PROJCRS** [5116] + * - **Area**: Norway - onshore - between 16°E and 17°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.49,15.99,66.88,17.01` + */ +export const EPSG_5116 = + '+proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida North + * - **CRS-PROJCRS** [2779] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_2779 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 44S + * - **CRS-PROJCRS** [7081] + * - **Area**: French Southern Territories - Amsterdam & St Paul offshore east of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.5,78,-42.04,81.83` + */ +export const EPSG_7081 = + '+proj=utm +zone=44 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mars 2000 Winkel Tripel (sphere) + * - **CRS-PROJCRS** [103887] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_103887 = + '+proj=wintri +lon_0=0 +lat_1=50.4666666666667 +x_0=0 +y_0=0 +R=3396190 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Virginia North (ftUS) + * - **CRS-PROJCRS** [2283] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_2283 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * PNG94 + * - **CRS-GEOGCRS** [5546] + * - **Area**: Papua New Guinea - onshore and offshore. Includes Bismark archipelago, Louisade archipelago, Admiralty Islands, d'Entrecasteaux Islands, northern Solomon Islands, Trobriand Islands, New Britain, New Ireland, Woodlark, and associated islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `2.58,139.2,-14.75,162.81` + */ +export const EPSG_5546 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Iowa South + * - **CRS-PROJCRS** [3538] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_3538 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tern Island 1961 + * - **CRS-GEOGCRS** [4707] + * - **Area**: United States (USA) - Hawaii - Tern Island and Sorel Atoll. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `23.93,-166.36,23.69,-166.03` + */ +export const EPSG_4707 = + '+proj=longlat +ellps=intl +towgs84=114,-116,-333,0,0,0,0 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone X4 + * - **CRS-PROJCRS** [7828] + * - **Area**: Ukraine - between 31°E and 34°E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `52.38,31,44.32,34.01` + */ +export const EPSG_7828 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=32.5 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Santa Maria de Ipire + * - **CRS-ENGCRS** [5815] + * - **Area**: Venezuela - Guarico state. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.03,-68,7.54,-64.76` + */ +export const EPSG_5815 = 'null'; + +/** + * Kertau (RSO) / RSO Malaya (m) + * - **CRS-PROJCRS** [3168] + * - **Area**: Malaysia - West Malaysia onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.72,99.59,1.21,104.6` + */ +export const EPSG_3168 = + '+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0 +ellps=evrst69 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 26S + * - **CRS-PROJCRS** [32326] + * - **Area**: Between 30°W and 24°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-30,-80,-24` + */ +export const EPSG_32326 = + '+proj=utm +zone=26 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / UTM zone 53N + * - **CRS-PROJCRS** [6690] + * - **Area**: Japan - between 132°E and 138°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.55,132,17.09,138` + */ +export const EPSG_6690 = + '+proj=utm +zone=53 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 5 + * - **CRS-PROJCRS** [26735] + * - **Area**: United States (USA) - Alaska - between 156°W and 152°W. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_26735 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 2 (ftUS) + * - **CRS-PROJCRS** [3492] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_3492 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Mexico West (US Feet) + * - **CRS-PROJCRS** [103491] + * - **Area**: USA - New Mexico - SPCS83 - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_103491 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916666666667 +x_0=830000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * GR96 / UTM zone 27N + * - **CRS-PROJCRS** [3187] + * - **Area**: Greenland - between 24°W and 18°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-24,67.7,-18` + */ +export const EPSG_3187 = + '+proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ST84 Ile des Pins + * - **CRS-GEOGCRS** [4642] + * - **Area**: New Caledonia - Ile des Pins. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-22.49,167.36,-22.73,167.61` + */ +export const EPSG_4642 = + '+proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 10 + NN2000 height + * - **CRS-COMPOUNDCRS** [5950] + * - **Area**: Norway - onshore - between 10°E and 11°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.27,10,58.9,11.01` + */ +export const EPSG_5950 = + '+proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 33N + * - **CRS-PROJCRS** [32633] + * - **Area**: Between 12°E and 18°E, northern hemisphere between equator and 84°N, onshore and offshore. Austria. Bosnia and Herzegovina. Cameroon. Central African Republic. Chad. Congo. Croatia. Czechia. Democratic Republic of the Congo (Zaire). Gabon. Germany. Hungary. Italy. Libya. Malta. Niger. Nigeria. Norway. Poland. San Marino. Slovakia. Slovenia. Svalbard. Sweden. Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,12,0,18` + */ +export const EPSG_32633 = '+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 11 + * - **CRS-PROJCRS** [6385] + * - **Area**: Ukraine - between 31°30'E and 34°30'E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.38,31.5,43.18,34.5` + */ +export const EPSG_6385 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(MARP00) + * - **CRS-GCENCRS** [9070] + * - **Area**: Guam, Northern Mariana Islands and Palau; onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,129.48,1.64,149.55` + */ +export const EPSG_9070 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Benton + * - **CRS-GEOGCRS** [104704] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104704 = '+proj=longlat +a=6378490.569 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Barbados 1938 + * - **CRS-GEOGCRS** [4212] + * - **Area**: Barbados - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `3` + * - **BBOX**: `13.39,-59.71,13,-59.37` + */ +export const EPSG_4212 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=31.95,300.99,419.19,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kansas North + * - **CRS-PROJCRS** [2796] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_2796 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK30FIN + * - **CRS-PROJCRS** [3884] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `67.98,29.5,61.43,30.5` + */ +export const EPSG_3884 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=30500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (ftUS) + * - **CRS-PROJCRS** [7594] + * - **Area**: United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-88.89,43.54,-88.04` + */ +export const EPSG_7594 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.889204978 +y_0=0.0048768097536195 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SCM22 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9973] + * - **Area**: United Kingdom (UK) - on or related to the Scottish central mainline rail route from Motherwell through Perth and Pitlochry to Inverness. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `57.55,-4.4,55.7,-3.3` + */ +export const EPSG_9973 = + '+proj=tmerc +lat_0=56.6 +lon_0=-3.85 +k=1 +x_0=108600.972 +y_0=239087.349 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / Alberta 3TM ref merid 114 W + * - **CRS-PROJCRS** [22263] + * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-115.5,48.99,-112.5` + */ +export const EPSG_22263 = + '+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGNC15 (lon-lat) + * - **CRS-GEOGCRS** [10312] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10312 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS96) + * - **CRS-GEOG3DCRS** [8231] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8231 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 4N + * - **CRS-PROJCRS** [102404] + * - **Area**: USA - 168~W to 162~W - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_102404 = '+proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Wairarapa 2000 + * - **CRS-PROJCRS** [2112] + * - **Area**: New Zealand - North Island - Wairarapa meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.29,175.01,-41.67,176.55` + */ +export const EPSG_2112 = + '+proj=tmerc +lat_0=-40.9252777777778 +lon_0=175.647222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Harrison-Washington (ftUS) + * - **CRS-PROJCRS** [7310] + * - **Area**: United States (USA) - Indiana - counties of Harrison and Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.79,-86.33,37.95,-85.84` + */ +export const EPSG_7310 = + '+proj=tmerc +lat_0=37.95 +lon_0=-86.15 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Saturn - Enceladus + * - **CRS-GEOGCRS** [104929] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104929 = '+proj=longlat +R=249400 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [2542] + * - **Area**: Kazakhstan, Kyrgyzstan and Russian Federation onshore - between 76°30'E and 79°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.03,76.5,40.44,79.5` + */ +export const EPSG_2542 = + '+proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Portland zone (m) + * - **CRS-PROJCRS** [6852] + * - **Area**: United States (USA) - Oregon - Portland area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.01,-123.53,45.23,-122.11` + */ +export const EPSG_6852 = + '+proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Minnesota Central + * - **CRS-PROJCRS** [2811] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_2811 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming East Central + * - **CRS-PROJCRS** [3703] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_3703 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Minnesota Central (ftUS) + * - **CRS-PROJCRS** [6501] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_6501 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 177W + * - **CRS-PROJCRS** [21361] + * - **Area**: Russian Federation - onshore between 178°30'W and 175°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.61,-178.5,64.74,-175.5` + */ +export const EPSG_21361 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake of the Woods North (meter) + * - **CRS-PROJCRS** [103645] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103645 = + '+proj=lcc +lat_0=49.15 +lon_0=-94.9833333333333 +lat_1=49.1833333333333 +lat_2=49.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378466.185 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [4496] + * - **Area**: China - onshore and offshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,102,17.75,108` + */ +export const EPSG_4496 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Mhast (onshore) / UTM zone 32S + * - **CRS-PROJCRS** [3353] + * - **Area**: Angola (Cabinda) - onshore and offshore; The Democratic Republic of the Congo (Zaire) - onshore coastal area and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.38,10.53,-6.04,13.1` + */ +export const EPSG_3353 = '+proj=utm +zone=32 +south +ellps=intl +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A28H2 + * - **CRS-PROJCRS** [112054] + * - **Area**: UK - Highways England - A28 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.007,1.0741,50.9259,1.2785` + */ +export const EPSG_112054 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999440868861396 +x_0=-205966.943834819 +y_0=70988.6068556901 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 11 + NN54 height + * - **CRS-COMPOUNDCRS** [6151] + * - **Area**: Norway - onshore - between 11°E and 12°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `67.58,11,58.88,12.01` + */ +export const EPSG_6151 = + '+proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Aratu / UTM zone 23S + * - **CRS-PROJCRS** [20823] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `0,-48.01,-33.5,-41.99` + */ +export const EPSG_20823 = + '+proj=utm +zone=23 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Georgia East + * - **CRS-PROJCRS** [6444] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_6444 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * China Geodetic Coordinate System 2000 + * - **CRS-GCENCRS** [4479] + * - **Area**: China - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,16.7,134.77` + */ +export const EPSG_4479 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 24 + * - **CRS-PROJCRS** [21224] + * - **Area**: Russian Federation - onshore between 70°30'E and 73°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.57,70.5,53.43,73.5` + */ +export const EPSG_21224 = + '+proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83) + * - **CRS-PROJCRS** [2954] + * - **Area**: Canada - Prince Edward Island. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.09,-64.49,45.9,-61.9` + */ +export const EPSG_2954 = + '+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 8N + * - **CRS-PROJCRS** [32408] + * - **Area**: Between 138°W and 132°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-138,0,-132` + */ +export const EPSG_32408 = + '+proj=utm +zone=8 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oregon North (ft) + * - **CRS-PROJCRS** [3646] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_3646 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Azores Central 1948 + * - **CRS-GEOGCRS** [4183] + * - **Area**: Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `39.14,-28.9,38.32,-26.97` + */ +export const EPSG_4183 = + '+proj=longlat +ellps=intl +towgs84=-104,167,-38,0,0,0,0 +no_defs +type=crs'; + +/** + * CR-SIRGAS / UTM zone 16N + * - **CRS-PROJCRS** [8909] + * - **Area**: Costa Rica - offshore Pacific ocean and onshore Coco Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.11,-90.45,2.15,-82.92` + */ +export const EPSG_8909 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Aitkin (US foot) + * - **CRS-PROJCRS** [103700] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103700 = + '+proj=tmerc +lat_0=46.1541666666667 +lon_0=-93.4325 +k=1.000059152669 +x_0=152409.319685395 +y_0=30481.863937079 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ49-50 + * - **CRS-PROJCRS** [3216] + * - **Area**: Antarctica - 64°S to 68°S and 108°E to 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,108,-68,120` + */ +export const EPSG_3216 = + '+proj=lcc +lat_0=-90 +lon_0=114 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Wyoming West + * - **CRS-PROJCRS** [32058] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_32058 = + '+proj=tmerc +lat_0=40.6666666666667 +lon_0=-110.083333333333 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 8N + * - **CRS-PROJCRS** [22408] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_22408 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 18N + * - **CRS-PROJCRS** [26918] + * - **Area**: North America - between 78°W and 72°W - onshore and offshore. Canada - Nunavut; Ontario; Quebec. United States (USA) - Connecticut; Delaware; Maryland; Massachusetts; New Hampshire; New Jersey; New York; North Carolina; Pennsylvania; Virginia; Vermont. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-78,28.28,-72` + */ +export const EPSG_26918 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Danger 1950 height + * - **CRS-VERTCRS** [5792] + * - **Area**: St Pierre and Miquelon - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.19,-56.48,46.69,-56.07` + */ +export const EPSG_5792 = '+vunits=m +no_defs +type=crs'; + +/** + * Rassadiran / Nakhl e Taqi + * - **CRS-PROJCRS** [2057] + * - **Area**: Iran - Taheri refinery site. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `27.61,52.5,27.39,52.71` + */ +export const EPSG_2057 = + '+proj=omerc +lat_0=27.5188288055556 +lonc=52.6035391666667 +alpha=0.571661194444444 +gamma=0.571661194444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194 +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SVY21 + SHD height + * - **CRS-COMPOUNDCRS** [6917] + * - **Area**: Singapore - onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_6917 = '+proj=longlat +ellps=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * ISN2004 / LAEA Europe + * - **CRS-PROJCRS** [5638] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_5638 = + '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Florence (ftUS) + * - **CRS-PROJCRS** [7605] + * - **Area**: United States (USA) - Wisconsin - Florence county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.03,-88.69,45.71,-88.05` + */ +export const EPSG_7605 = + '+proj=tmerc +lat_0=45.4388888888889 +lon_0=-88.1416666666667 +k=1.0000552095 +x_0=133502.668224536 +y_0=0.0064008128016256 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [2407] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_2407 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TM75 + * - **CRS-GEOGCRS** [4300] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_4300 = + '+proj=longlat +a=6377340.189 +rf=299.3249646 +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs +type=crs'; + +/** + * RGAF09 + IGN 1988 LS height + * - **CRS-COMPOUNDCRS** [9532] + * - **Area**: Guadeloupe - onshore - Les Saintes. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.94,-61.68,15.8,-61.52` + */ +export const EPSG_9532 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Kenosha (US feet) + * - **CRS-PROJCRS** [103429] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103429 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.372771146 +y_0=0.000914401828803658 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * POSGAR 2007 / CABA 2019 + * - **CRS-PROJCRS** [9498] + * - **Area**: Argentina - autonomous city of Buenos Aires. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-34.5,-58.54,-34.71,-58.29` + */ +export const EPSG_9498 = + '+proj=tmerc +lat_0=-34.6292666666667 +lon_0=-58.4633083333333 +k=1 +x_0=20000 +y_0=70000 +ellps=WGS84 +towgs84=-0.41,0.46,-0.35,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming III WC (US Feet) + * - **CRS-PROJCRS** [103583] + * - **Area**: USA - Wyoming - SPCS - WC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_103583 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Tokyo / UTM zone 54N + * - **CRS-PROJCRS** [3095] + * - **Area**: Japan - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `45.54,138,24.67,144` + */ +export const EPSG_3095 = + '+proj=utm +zone=54 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ST87 Ouvea + * - **CRS-GEOGCRS** [4750] + * - **Area**: New Caledonia - Loyalty Islands - Ouvea. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-20.34,166.44,-20.77,166.71` + */ +export const EPSG_4750 = + '+proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / TM 12 SE + * - **CRS-PROJCRS** [5842] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `-5.05,10.41,-8.01,12.84` + */ +export const EPSG_5842 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 21S + * - **CRS-PROJCRS** [32721] + * - **Area**: Between 60°W and 54°W, southern hemisphere between 80°S and equator, onshore and offshore. Argentina. Bolivia. Brazil. Falkland Islands (Malvinas). Paraguay. Uruguay. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-60,-80,-54` + */ +export const EPSG_32721 = '+proj=utm +zone=21 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Minna / UTM zone 32N + * - **CRS-PROJCRS** [26332] + * - **Area**: Nigeria - offshore deep water - east of 6°E. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `3.68,6,2.61,7.82` + */ +export const EPSG_26332 = + '+proj=utm +zone=32 +a=6378249.145 +rf=293.465 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CWS13 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10200] + * - **Area**: United Kingdom (UK) - on or related to the rail route from from Chester via Wrexham to Shrewsbury. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.26,-3.16,52.5,-2.65` + */ +export const EPSG_10200 = + '+proj=tmerc +lat_0=52.4 +lon_0=-2.9 +k=1 +x_0=199668.0926 +y_0=89354.3229 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Saipan Azim Equidistant 1969 + * - **CRS-PROJCRS** [102238] + * - **Area**: Northern Mariana Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,141.33,12.38,149.55` + */ +export const EPSG_102238 = + '+proj=aeqd +lat_0=15.1675572222222 +lon_0=145.711286944444 +x_0=50000 +y_0=50000 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Medford-Diamond Lake zone (m) + * - **CRS-PROJCRS** [8323] + * - **Area**: United States (USA) - Oregon - Medford-Diamond Lake area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.34,-122.73,42.53,-121.71` + */ +export const EPSG_8323 = + '+proj=lcc +lat_1=42 +lat_0=42 +lon_0=-122.25 +k_0=1.00004 +x_0=60000 +y_0=-60000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 21N + * - **CRS-PROJCRS** [22721] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_22721 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 4 (US Feet) + * - **CRS-PROJCRS** [102392] + * - **Area**: USA - Alaska - 152~W to 148~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_102392 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 48.1 + * - **CRS-PROJCRS** [23833] + * - **Area**: Indonesia - onshore between 102°E and 105°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.68,102,-5.99,105` + */ +export const EPSG_23833 = + '+proj=tmerc +lat_0=0 +lon_0=103.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 50 + * - **CRS-PROJCRS** [2684] + * - **Area**: Russian Federation - onshore between 148°30'E and 151°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,148.5,45.21,151.5` + */ +export const EPSG_2684 = + '+proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / IBCAO Polar Stereographic + * - **CRS-PROJCRS** [3996] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_3996 = + '+proj=stere +lat_0=90 +lat_ts=75 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Pennsylvania North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8773] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_8773 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-71 Cherkasy + * - **CRS-PROJCRS** [9861] + * - **Area**: Ukraine - Cherkasy region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.23,29.6,48.45,32.89` + */ +export const EPSG_9861 = + '+proj=tmerc +lat_0=0 +lon_0=31.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Canada Atlas Lambert + * - **CRS-PROJCRS** [3979] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_3979 = + '+proj=lcc +lat_0=49 +lon_0=-95 +lat_1=49 +lat_2=77 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * GVR2000 height + * - **CRS-VERTCRS** [8266] + * - **Area**: Greenland - onshore and offshore between 59°N and 84°N and west of 10°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.01,-75,59,-10` + */ +export const EPSG_8266 = '+vunits=m +no_defs +type=crs'; + +/** + * Hughes 1980 + * - **CRS-GEOGCRS** [10345] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_10345 = '+proj=longlat +a=6378273 +b=6356889.449 +no_defs +type=crs'; + +/** + * Cape / UTM zone 34S + * - **CRS-PROJCRS** [22234] + * - **Area**: Botswana - west of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-17.99,19.99,-26.88,24` + */ +export const EPSG_22234 = + '+proj=utm +zone=34 +south +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KKJ / Finland zone 1 + * - **CRS-PROJCRS** [2391] + * - **Area**: Finland - onshore between 19°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.33,19.5,59.76,22.5` + */ +export const EPSG_2391 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +units=m +no_defs +type=crs'; + +/** + * RGM04 (lon-lat) + * - **CRS-GEOGCRS** [7039] + * - **Area**: Mayotte - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-11.33,43.68,-14.49,46.7` + */ +export const EPSG_7039 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 34N + * - **CRS-PROJCRS** [32234] + * - **Area**: Between 18°E and 24°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,18,0,24` + */ +export const EPSG_32234 = + '+proj=utm +zone=34 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) + * - **CRS-GEOG3DCRS** [6782] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_6782 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SHVD2015 height + * - **CRS-VERTCRS** [7890] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7890 = '+vunits=m +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 47N + * - **CRS-PROJCRS** [9477] + * - **Area**: Indonesia - north of equator and between 96°E and 102°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.49,96,0,102` + */ +export const EPSG_9477 = '+proj=utm +zone=47 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Olmsted + * - **CRS-GEOGCRS** [104753] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104753 = '+proj=longlat +a=6378481.425 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [21418] + * - **Area**: China - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.47,102,21.53,108` + */ +export const EPSG_21418 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kertau 1968 + * - **CRS-GEOGCRS** [4245] + * - **Area**: Malaysia - West Malaysia onshore and offshore east coast; Singapore - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `15` + * - **BBOX**: `7.81,99.59,1.13,105.82` + */ +export const EPSG_4245 = + '+proj=longlat +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83 / NWT Lambert + * - **CRS-PROJCRS** [3580] + * - **Area**: Canada - Northwest Territories onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `78.81,-136.46,59.98,-102` + */ +export const EPSG_3580 = + '+proj=lcc +lat_0=0 +lon_0=-112 +lat_1=62 +lat_2=70 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / BLM 14N (ftUS) + * - **CRS-PROJCRS** [32664] + * - **Area**: United States (USA) - Gulf of Mexico outer continental shelf (GoM OCS) west of approximately 96°W - protraction areas Corpus Christi; Port Isabel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `28.43,-97.22,25.97,-95.87` + */ +export const EPSG_32664 = + '+proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * Porto Santo + * - **CRS-GEOGCRS** [4615] + * - **Area**: Portugal - Madeira, Porto Santo and Desertas islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `33.15,-17.31,32.35,-16.23` + */ +export const EPSG_4615 = + '+proj=longlat +ellps=intl +towgs84=-499,-249,314,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(PA11) / Hawaii zone 1 + * - **CRS-PROJCRS** [6628] + * - **Area**: United States (USA) - Hawaii - island of Hawaii - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `20.33,-156.1,18.87,-154.74` + */ +export const EPSG_6628 = + '+proj=tmerc +lat_0=18.8333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 8N + * - **CRS-PROJCRS** [22808] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_22808 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 7 + NN54 height + * - **CRS-COMPOUNDCRS** [6147] + * - **Area**: Norway - onshore - between 7°E and 8°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.59,6.99,57.9,8.01` + */ +export const EPSG_6147 = + '+proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A22H2 + * - **CRS-PROJCRS** [112042] + * - **Area**: UK - Highways England - A22 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.029,0.1129,50.7572,0.4198` + */ +export const EPSG_112042 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999732733030336 +x_0=-139018.280413835 +y_0=71009.3374775704 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * China Geodetic Coordinate System 2000 + * - **CRS-GEOG3DCRS** [4480] + * - **Area**: China - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,73.62,16.7,134.77` + */ +export const EPSG_4480 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Mauritania 1999 / UTM zone 30N + * - **CRS-PROJCRS** [3345] + * - **Area**: Mauritania - east of 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `25.74,-6,15.49,-4.8` + */ +export const EPSG_3345 = + '+proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Martin (meter) + * - **CRS-PROJCRS** [103653] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103653 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alabama East (ftUS) + * - **CRS-PROJCRS** [9748] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_9748 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 08 Faridpur + * - **CRS-PROJCRS** [102941] + * - **Area**: Bangladesh - Faridpur + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,89.2833,22.8333,89.5834` + */ +export const EPSG_102941 = + '+proj=cass +lat_0=23.5 +lon_0=90 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 8N + * - **CRS-PROJCRS** [3715] + * - **Area**: United States (USA) - between 138°W and 132°W onshore and offshore - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.04,-138,53.6,-131.99` + */ +export const EPSG_3715 = + '+proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Michigan North + * - **CRS-PROJCRS** [2807] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_2807 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=47.0833333333333 +lat_2=45.4833333333333 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Times + * - **CRS-PROJCRS** [53048] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53048 = + '+proj=times +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * Adindan / UTM zone 36N + * - **CRS-PROJCRS** [20136] + * - **Area**: Ethiopia - west of 36°E. South Sudan - east of 30°E. Sudan - between 30°E and 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `22.24,29.99,3.49,36` + */ +export const EPSG_20136 = + '+proj=utm +zone=36 +a=6378249.145 +rf=293.465 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Andhra Pradesh + * - **CRS-PROJCRS** [7756] + * - **Area**: India - Andhra Pradesh; Telangana; Yanam area of Pudacherry territory. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `19.92,76.75,12.61,84.81` + */ +export const EPSG_7756 = + '+proj=lcc +lat_0=16.25543298 +lon_0=80.875 +lat_1=13.75 +lat_2=18.75 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Pendleton zone (m) + * - **CRS-PROJCRS** [6844] + * - **Area**: United States (USA) - Oregon - Pendleton area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.02,-119.36,45.46,-118.17` + */ +export const EPSG_6844 = + '+proj=tmerc +lat_0=45.25 +lon_0=-119.166666666667 +k=1.000045 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 37 + * - **CRS-PROJCRS** [2554] + * - **Area**: Russian Federation - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.81,109.5,49.14,112.5` + */ +export const EPSG_2554 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (m) + * - **CRS-PROJCRS** [8159] + * - **Area**: United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.31,42.49,-87.75` + */ +export const EPSG_8159 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 USFS R9 Albers + * - **CRS-PROJCRS** [102042] + * - **Area**: USA - USFS - Eastern Region + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.5,-97.3,35.9,-66.8` + */ +export const EPSG_102042 = + '+proj=aea +lat_0=35 +lon_0=-82.25 +lat_1=38.25 +lat_2=47.25 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Hamilton-Tipton (ftUS) + * - **CRS-PROJCRS** [7306] + * - **Area**: United States (USA) - Indiana - counties of Hamilton and Tipton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.41,-86.25,39.92,-85.86` + */ +export const EPSG_7306 = + '+proj=tmerc +lat_0=39.9 +lon_0=-86 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Lake / Maracaibo La Rosa Grid + * - **CRS-PROJCRS** [2104] + * - **Area**: Venezuela - Maracaibo area offshore blocks I, II and III. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.51,-71.5,10,-71.17` + */ +export const EPSG_2104 = + '+proj=lcc +lat_1=10.1666666666667 +lat_0=10.1666666666667 +lon_0=-71.6056177777778 +k_0=1 +x_0=-17044 +y_0=-23139.97 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 12N + * - **CRS-PROJCRS** [102412] + * - **Area**: USA - 114~W to 108~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-114,31.33,-108` + */ +export const EPSG_102412 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 35 + * - **CRS-PROJCRS** [2411] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_2411 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 7 + * - **CRS-PROJCRS** [102107] + * - **Area**: Norway - zone VII + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,22.88,68.58,26.98` + */ +export const EPSG_102107 = + '+proj=tmerc +lat_0=58 +lon_0=24.8895833333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (ftUS) + * - **CRS-PROJCRS** [7613] + * - **Area**: United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.31,42.49,-87.75` + */ +export const EPSG_7613 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.372771145 +y_0=0.000914401828803657 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DHHN85 height + * - **CRS-VERTCRS** [5784] + * - **Area**: Germany - states of former West Germany onshore - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,13.84` + */ +export const EPSG_5784 = '+vunits=m +no_defs +type=crs'; + +/** + * Abidjan 1987 / UTM zone 30N + * - **CRS-PROJCRS** [2041] + * - **Area**: Côte d'Ivoire (Ivory Coast) east of 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `10.46,-6,4.92,-2.48` + */ +export const EPSG_2041 = + '+proj=utm +zone=30 +a=6378249.145 +rf=293.465 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF2005 + * - **CRS-GCENCRS** [4896] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `0.03` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4896 = + '+proj=geocent +ellps=GRS80 +towgs84=-79.73,-6.86,38.03,-0.0351,2.1211,2.1411,6.636 +units=m +no_defs +type=crs'; + +/** + * FD58 / Iraq zone + * - **CRS-PROJCRS** [3200] + * - **Area**: 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` + * - **Accuracy**: `0.5` + * - **BBOX**: `33.22,47.13,26.21,53.61` + */ +export const EPSG_3200 = + '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078 +x_0=1500000 +y_0=1166200 +a=6378249.145 +rf=293.465 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Carlton (US foot) + * - **CRS-PROJCRS** [103716] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103716 = + '+proj=lcc +lat_0=46.4172222222222 +lon_0=-92.6833333333333 +lat_1=46.4666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378454.907 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Pennsylvania North (ftUS) + * - **CRS-PROJCRS** [3650] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.53,-80.53,40.6,-74.7` + */ +export const EPSG_3650 = + '+proj=lcc +lat_0=40.1666666666667 +lon_0=-77.75 +lat_1=41.95 +lat_2=40.8833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Scoresbysund 1952 + * - **CRS-GEOGCRS** [4195] + * - **Area**: Greenland - Scoresbysund area onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `74.58,-29.69,68.66,-19.89` + */ +export const EPSG_4195 = + '+proj=longlat +ellps=intl +towgs84=105,326,-102.5,0,0,0.814,-0.6 +no_defs +type=crs'; + +/** + * Porto Santo / UTM zone 28N + * - **CRS-PROJCRS** [2942] + * - **Area**: Portugal - Madeira, Porto Santo and Desertas islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `33.15,-17.31,32.35,-16.23` + */ +export const EPSG_2942 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-499,-249,314,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Pepin (meters) + * - **CRS-PROJCRS** [103346] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103346 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 32 + * - **CRS-PROJCRS** [21232] + * - **Area**: Russian Federation - onshore between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,94.5,49.73,97.5` + */ +export const EPSG_21232 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Idaho West + * - **CRS-PROJCRS** [6452] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_6452 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York Central (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8765] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_8765 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=249999.9998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 44 + * - **CRS-PROJCRS** [2368] + * - **Area**: China - between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.88,130.5,42.42,133.5` + */ +export const EPSG_2368 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 58 + * - **CRS-PROJCRS** [2692] + * - **Area**: Russian Federation - onshore between 172°30'E and 175°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,172.5,60.99,175.5` + */ +export const EPSG_2692 = + '+proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Bogota 1975 / UTM zone 18N + * - **CRS-PROJCRS** [21818] + * - **Area**: Colombia - offshore Caribbean west of 72°W of Greenwich. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `13.68,-77.37,7.9,-72` + */ +export const EPSG_21818 = + '+proj=utm +zone=18 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Prairie City-Brogan zone (m) + * - **CRS-PROJCRS** [8335] + * - **Area**: United States (USA) - Oregon - Prairie City-Brogan area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-118.77,44.16,-117.48` + */ +export const EPSG_8335 = + '+proj=lcc +lat_1=44 +lat_0=44 +lon_0=-118 +k_0=1.00017 +x_0=60000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E + * - **CRS-PROJCRS** [2738] + * - **Area**: Russian Federation - onshore between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.99,130.5,42.25,133.5` + */ +export const EPSG_2738 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Yukon Albers + * - **CRS-PROJCRS** [3579] + * - **Area**: Canada - Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.7,-141.01,59.99,-123.91` + */ +export const EPSG_3579 = + '+proj=aea +lat_0=59 +lon_0=-132.5 +lat_1=61.6666666666667 +lat_2=68 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 37S + * - **CRS-PROJCRS** [32737] + * - **Area**: Between 36°E and 42°E, southern hemisphere between 80°S and equator, onshore and offshore. Kenya. Mozambique. Tanzania. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,36,-80,42` + */ +export const EPSG_32737 = '+proj=utm +zone=37 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 18 45 + RH2000 height + * - **CRS-COMPOUNDCRS** [5854] + * - **Area**: Sweden - mainland communes between approximately 18°E and 19°30'E and between approximately 62°50'N and 66°N. Also Gotland. See information source for map. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.17,17.18,56.86,20.22` + */ +export const EPSG_5854 = + '+proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Texas Centric Albers Equal Area + * - **CRS-PROJCRS** [3083] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3083 = + '+proj=aea +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PD/83 + * - **CRS-GEOGCRS** [4746] + * - **Area**: Germany - Thuringen. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.64,9.92,50.2,12.56` + */ +export const EPSG_4746 = '+proj=longlat +ellps=bessel +nadgrids=BETA2007.gsb +no_defs +type=crs'; + +/** + * NAD83(MA11) + GUVD04 height + * - **CRS-COMPOUNDCRS** [9524] + * - **Area**: Guam - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `13.7,144.58,13.18,145.01` + */ +export const EPSG_9524 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Indiana West + * - **CRS-PROJCRS** [26774] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_26774 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK22FIN + * - **CRS-PROJCRS** [3129] + * - **Area**: Finland - onshore between 21°30'E and 22°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.31,21.5,59.76,22.5` + */ +export const EPSG_3129 = + '+proj=tmerc +lat_0=0 +lon_0=22 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Dealul Piscului 1930 + * - **CRS-GEOGCRS** [4316] + * - **Area**: Romania - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `48.27,20.26,43.62,29.74` + */ +export const EPSG_4316 = + '+proj=longlat +ellps=intl +towgs84=103.25,-100.4,-307.19,0,0,0,0 +no_defs +type=crs'; + +/** + * Grenada 1953 + * - **CRS-GEOGCRS** [4603] + * - **Area**: Grenada and southern Grenadine Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `12.57,-61.84,11.94,-61.35` + */ +export const EPSG_4603 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=72,213.7,93,0,0,0,0 +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 24S + * - **CRS-PROJCRS** [29194] + * - **Area**: Brazil - between 42°W and 36°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `0.74,-42,-26.35,-36` + */ +export const EPSG_29194 = + '+proj=utm +zone=24 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Luzon 1911 + * - **CRS-GEOGCRS** [4253] + * - **Area**: Philippines - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `17` + * - **BBOX**: `19.45,116.89,4.99,126.65` + */ +export const EPSG_4253 = + '+proj=longlat +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Minnesota South + * - **CRS-PROJCRS** [3596] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_3596 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Martin + * - **CRS-GEOGCRS** [104745] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104745 = '+proj=longlat +a=6378521.049 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * SHGD2015 + * - **CRS-GEOGCRS** [7886] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7886 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 22N + * - **CRS-PROJCRS** [32222] + * - **Area**: Between 54°W and 48°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-54,0,-48` + */ +export const EPSG_32222 = + '+proj=utm +zone=22 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Bend-Redmond-Prineville zone (m) + * - **CRS-PROJCRS** [6794] + * - **Area**: United States (USA) - Oregon - Bend-Redmond-Prineville area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.98,-121.88,43.76,-119.79` + */ +export const EPSG_6794 = + '+proj=lcc +lat_1=44.6666666666667 +lat_0=44.6666666666667 +lon_0=-121.25 +k_0=1.00012 +x_0=80000 +y_0=130000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PTRA08 + * - **CRS-GEOG3DCRS** [5012] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-12.48` + */ +export const EPSG_5012 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * DB_REF2016 zone 2 + * - **CRS-COMPOUNDCRS** [9932] + * - **Area**: Germany - former West Germany onshore west of 7°30'E - states of Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.81,5.86,49.11,7.5` + */ +export const EPSG_9932 = + '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 126E + * - **CRS-PROJCRS** [2387] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_2387 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 22N + * - **CRS-PROJCRS** [22222] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_22222 = '+proj=utm +zone=22 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Alboran height + * - **CRS-VERTCRS** [10353] + * - **Area**: Spain - Alboran island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `36,-3.1,35.88,-2.96` + */ +export const EPSG_10353 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72 + * - **CRS-GCENCRS** [4984] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4984 = '+proj=geocent +ellps=WGS72 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 1 (US Feet) + * - **CRS-PROJCRS** [102445] + * - **Area**: USA - Alaska - Panhandle + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_102445 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=-36.8698976458333 +gamma=-36.8698976458333 +k=0.9999 +x_0=5000000.00000001 +y_0=-5000000.00000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 21N + * - **CRS-PROJCRS** [24821] + * - **Area**: South America (Guyana) onshore between 60°W and 54°W, northern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `8.58,-60,1.18,-56.47` + */ +export const EPSG_24821 = + '+proj=utm +zone=21 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Neptune - Triton + * - **CRS-GEOGCRS** [104968] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104968 = '+proj=longlat +R=1352600 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Randolph-Wayne (m) + * - **CRS-PROJCRS** [7351] + * - **Area**: United States (USA) - Indiana - counties of Randolph and Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.32,-85.23,39.71,-84.8` + */ +export const EPSG_7351 = + '+proj=tmerc +lat_0=39.7 +lon_0=-85.05 +k=1.000044 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 75E + * - **CRS-PROJCRS** [2503] + * - **Area**: Kazakhstan; Kyrgyzstan; Russian Federation onshore - 72°E to 78°E; Tajikistan and Uzbekistan - east of 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.71,72,36.79,78` + */ +export const EPSG_2503 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * SAD 1969 Lambert South America + * - **CRS-PROJCRS** [102015] + * - **Area**: South America - SAD69 by country + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `12.52,-91.72,-55.96,-25.28` + */ +export const EPSG_102015 = + '+proj=lcc +lat_0=-32 +lon_0=-60 +lat_1=-5 +lat_2=-42 +x_0=0 +y_0=0 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Cottage Grove-Canyonville zone (ft) + * - **CRS-PROJCRS** [6813] + * - **Area**: United States (USA) - Oregon - Cottage Grove-Canyonville area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `43.88,-123.96,42.82,-122.4` + */ +export const EPSG_6813 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-123.333333333333 +k=1.000023 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 12N + * - **CRS-PROJCRS** [3742] + * - **Area**: United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-114,31.33,-108` + */ +export const EPSG_3742 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / World Equidistant Cylindrical + * - **CRS-PROJCRS** [4087] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4087 = + '+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah Central + * - **CRS-PROJCRS** [2850] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_2850 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Florida East + * - **CRS-PROJCRS** [103254] + * - **Area**: USA - Florida - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_103254 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941176470588 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 60E + * - **CRS-PROJCRS** [21320] + * - **Area**: Russian Federation - onshore between 58°30'E and 61°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,58.5,50.47,61.5` + */ +export const EPSG_21320 = + '+proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York West + * - **CRS-PROJCRS** [6540] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_6540 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CSG67 / UTM zone 21N + * - **CRS-PROJCRS** [3312] + * - **Area**: French Guiana - coastal area west of 54°W. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `5.69,-54.45,4.84,-54` + */ +export const EPSG_3312 = + '+proj=utm +zone=21 +ellps=intl +towgs84=-186,230,110,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS I + * - **CRS-PROJCRS** [30161] + * - **Area**: Japan - onshore - Kyushu west of approximately 130°E - Nagasaki-ken; islands of Kagoshima-ken between 27°N and 32°N and between 128°18'E and 130°E (between 128°18'E and 30°13'E for Amami islands). + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `34.74,128.17,26.96,130.46` + */ +export const EPSG_30161 = + '+proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lake (meter) + * - **CRS-PROJCRS** [103604] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103604 = + '+proj=tmerc +lat_0=47.0666666666667 +lon_0=-91.4091666666667 +k=1.000075844621 +x_0=152411.863543968 +y_0=30482.3727087935 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 5-39 + * - **CRS-PROJCRS** [6110] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-81,69.5,-61` + */ +export const EPSG_6110 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-71 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=39500000 +y_0=5500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A10H1 + * - **CRS-PROJCRS** [112015] + * - **Area**: UK - Highways England - A10 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8069,-4.3136,50.2278,-4.0893` + */ +export const EPSG_112015 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999712738433191 +x_0=173019.291436884 +y_0=71007.9172949061 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 18N (ftUS) + * - **CRS-PROJCRS** [4438] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `45.03,-78,28.28,-72` + */ +export const EPSG_4438 = + '+proj=tmerc +lat_0=0 +lon_0=-75 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Arizona Central (ft) + * - **CRS-PROJCRS** [6405] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_6405 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nevada Central + * - **CRS-PROJCRS** [3607] + * - **Area**: United States (USA) - Nevada - counties of Lander; Nye. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41,-118.19,36,-114.99` + */ +export const EPSG_3607 = + '+proj=tmerc +lat_0=34.75 +lon_0=-116.666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 49N + * - **CRS-PROJCRS** [32449] + * - **Area**: Between 108°E and 114°E, northern hemisphere between equator and 84°N, onshore and offshore. Vietnam - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,108,0,114` + */ +export const EPSG_32449 = + '+proj=utm +zone=49 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Tennessee (ftUS) + * - **CRS-PROJCRS** [2915] + * - **Area**: United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.68,-90.31,34.98,-81.65` + */ +export const EPSG_2915 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-86 +lat_1=36.4166666666667 +lat_2=35.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [20927] + * - **Area**: Russian Federation - onshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,156,50.27,162` + */ +export const EPSG_20927 = + '+proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 3-33 + * - **CRS-PROJCRS** [6055] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-24,76.16,1.89` + */ +export const EPSG_6055 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-10 +lat_1=80.3333333333333 +lat_2=77 +x_0=33500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / North Carolina + * - **CRS-PROJCRS** [32019] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_32019 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=34.3333333333333 +lat_2=36.1666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS52-54 + * - **CRS-PROJCRS** [3257] + * - **Area**: Antarctica - 72°S to 76°S and 126°E to 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,126,-76,144` + */ +export const EPSG_3257 = + '+proj=lcc +lat_0=-90 +lon_0=135 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kandiyohi (US foot) + * - **CRS-PROJCRS** [103741] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103741 = + '+proj=lcc +lat_0=44.8913888888889 +lon_0=-94.75 +lat_1=44.9666666666667 +lat_2=45.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378498.189 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2010 + * - **CRS-GEOG3DCRS** [8948] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_8948 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * S-JTSK/05 (Ferro) + * - **CRS-GEOGCRS** [5229] + * - **Area**: Czechia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_5229 = '+proj=longlat +ellps=bessel +pm=ferro +no_defs +type=crs'; + +/** + * NAD27(CGQ77) / SCoPQ zone 10 + * - **CRS-PROJCRS** [2016] + * - **Area**: Canada - Quebec - west of 78°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `62.45,-79.85,46.23,-78` + */ +export const EPSG_2016 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=CQ77NA83.GSB +units=m +no_defs +type=crs'; + +/** + * NAD83 / Florida West + * - **CRS-PROJCRS** [26959] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_26959 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 24 + * - **CRS-PROJCRS** [20024] + * - **Area**: Russian Federation - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,138,45.84,144` + */ +export const EPSG_20024 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Waushara (ftUS) + * - **CRS-PROJCRS** [7644] + * - **Area**: United States (USA) - Wisconsin - Waushara county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-89.6,43.98,-88.88` + */ +export const EPSG_7644 = + '+proj=lcc +lat_1=44.1139440458333 +lat_0=44.1139440458333 +lon_0=-89.2416666666667 +k_0=1.0000392096 +x_0=120091.44018288 +y_0=45069.7588011176 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 5 (E-N) + * - **CRS-PROJCRS** [5679] + * - **Area**: Germany - former West Germany onshore east of 13°30'E - state of Bayern. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.98,13.5,48.51,13.84` + */ +export const EPSG_5679 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [28414] + * - **Area**: Kazakhstan and Russian Federation onshore - 78°E to 84°E; Kyrgyzstan - east of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.03,78,41.04,84.01` + */ +export const EPSG_28414 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS IV + * - **CRS-PROJCRS** [2446] + * - **Area**: Japan - onshore - Shikoku - Kagawa-ken; Ehime-ken; Tokushima-ken; Kochi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `34.45,131.95,32.69,134.81` + */ +export const EPSG_2446 = + '+proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-ROU98 / UTM zone 22S + * - **CRS-PROJCRS** [5383] + * - **Area**: Uruguay - east of 54°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-31.9,-54,-37.77,-50.01` + */ +export const EPSG_5383 = + '+proj=utm +zone=22 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS VII + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10168] + * - **Area**: Japan - onshore - Honshu between approximately 136°15'E and 137°45'E - Ishikawa-ken; Toyama-ken; Gifu-ken; Aichi-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.58,136.22,34.51,137.84` + */ +export const EPSG_10168 = + '+proj=tmerc +lat_0=36 +lon_0=137.166666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * JGD 2000 UTM Zone 56N + * - **CRS-PROJCRS** [102150] + * - **Area**: Japan - 150~E to 156~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,150,17.09,156` + */ +export const EPSG_102150 = '+proj=utm +zone=56 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Mimas IAU 2015 + * - **CRS-GEOGCRS** [104987] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104987 = '+proj=longlat +R=198200 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arkansas North + * - **CRS-PROJCRS** [3484] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_3484 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 30S + * - **CRS-PROJCRS** [32330] + * - **Area**: Between 6°W and 0°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-6,-80,0` + */ +export const EPSG_32330 = + '+proj=utm +zone=30 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XVIII + * - **CRS-PROJCRS** [6686] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and west of 140°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `20.48,136.02,20.37,136.16` + */ +export const EPSG_6686 = + '+proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Maturin Grid + * - **CRS-ENGCRS** [5803] + * - **Area**: Venezuela - Maturin area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.13,-64.3,9.1,-63` + */ +export const EPSG_5803 = 'null'; + +/** + * Marcus Island 1952 + * - **CRS-GEOGCRS** [4711] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `24.35,153.91,24.22,154.05` + */ +export const EPSG_4711 = + '+proj=longlat +ellps=intl +towgs84=124,-234,-25,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 60S + * - **CRS-PROJCRS** [32760] + * - **Area**: Between 174°E and 180°E, southern hemisphere between 80°S and equator, onshore and offshore. New Zealand. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,174,-80,180` + */ +export const EPSG_32760 = '+proj=utm +zone=60 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ATS77 / MTM Nova Scotia zone 5 + * - **CRS-PROJCRS** [2295] + * - **Area**: Canada - Nova Scotia - west of 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `46.02,-66.28,43.41,-63` + */ +export const EPSG_2295 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=5500000 +y_0=0 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs'; + +/** + * PNG94 / PNGMG94 zone 54 + * - **CRS-PROJCRS** [5550] + * - **Area**: Papua New Guinea - west of 144°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `2.31,139.2,-11.15,144` + */ +export const EPSG_5550 = + '+proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * California SRS Epoch 2017.50 (NAD83) StatePlane CA I (US Feet) + * - **CRS-PROJCRS** [103891] + * - **Area**: USA - California - SPCS - 1 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_103891 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=40 +lat_2=41.6666666666667 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RSAO13 + * - **CRS-GEOG3DCRS** [8698] + * - **Area**: Angola - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-4.38,8.2,-18.02,24.09` + */ +export const EPSG_8698 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SYC20 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10241] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Crewe. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.16,-2.91,52.65,-2.3` + */ +export const EPSG_10241 = + '+proj=tmerc +lat_0=52.9 +lon_0=-2.6 +k=1 +x_0=110094.4312 +y_0=120623.8396 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 52N + * - **CRS-PROJCRS** [23872] + * - **Area**: Indonesia - north of equator and between 126°E and 132°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `6.68,126,0,132` + */ +export const EPSG_23872 = + '+proj=utm +zone=52 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert Centre France + * - **CRS-PROJCRS** [27562] + * - **Area**: France mainland onshore between 50.5 grads and 53.5 grads North (45°27'N to 48°09'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.15,-4.8,45.44,7.63` + */ +export const EPSG_27562 = + '+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=200000 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8732] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_8732 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alabama East (Feet) + * - **CRS-PROJCRS** [102629] + * - **Area**: USA - Alabama - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35,-86.79,30.99,-84.89` + */ +export const EPSG_102629 = + '+proj=tmerc +lat_0=30.5 +lon_0=-85.8333333333333 +k=0.99996 +x_0=200000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * LKS-2020 + * - **CRS-GEOG3DCRS** [10304] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_10304 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * IGS14 + * - **CRS-GCENCRS** [8227] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8227 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cape / Lo15 + * - **CRS-PROJCRS** [22275] + * - **Area**: Namibia - Walvis Bay. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-22.68,14.35,-23.15,14.6` + */ +export const EPSG_22275 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MGI 1901 / Balkans zone 5 + * - **CRS-PROJCRS** [8677] + * - **Area**: Bosnia and Herzegovina - west of 16°30'E; Croatia - onshore west of 16°30'E; Slovenia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `46.88,13.38,42.95,16.5` + */ +export const EPSG_8677 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=5500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Washington (m) + * - **CRS-PROJCRS** [7582] + * - **Area**: United States (USA) - Wisconsin - Washington county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.42,43.19,-88.03` + */ +export const EPSG_7582 = + '+proj=tmerc +lat_0=42.9180555555556 +lon_0=-88.0638888888889 +k=1.00003738 +x_0=120091.4415 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGRS / UTM zone 39N + * - **CRS-PROJCRS** [3892] + * - **Area**: Iraq - east of 48°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31,48,29.6,48.75` + */ +export const EPSG_3892 = + '+proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 41S + * - **CRS-PROJCRS** [7078] + * - **Area**: French Southern Territories - Kerguelen offshore west of 66°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-45.73,62.96,-53.03,66` + */ +export const EPSG_7078 = + '+proj=utm +zone=41 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Georgia East + * - **CRS-PROJCRS** [2780] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_2780 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ain el Abd + * - **CRS-GEOGCRS** [4204] + * - **Area**: Bahrain, Kuwait and Saudi Arabia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `18` + * - **BBOX**: `32.16,34.51,16.37,55.67` + */ +export const EPSG_4204 = + '+proj=longlat +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [21459] + * - **Area**: China - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.11,108,18.11,114` + */ +export const EPSG_21459 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Chippewa + * - **CRS-GEOGCRS** [104712] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104712 = '+proj=longlat +a=6378476.853 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * ETRF97 + * - **CRS-GEOGCRS** [9066] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9066 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 25N + * - **CRS-PROJCRS** [32625] + * - **Area**: Between 36°W and 30°W, northern hemisphere between equator and 84°N, onshore and offshore. Greenland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-36,0,-30` + */ +export const EPSG_32625 = '+proj=utm +zone=25 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alaska Albers + * - **CRS-PROJCRS** [6393] + * - **Area**: United States (USA) - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_6393 = + '+proj=aea +lat_0=50 +lon_0=-154 +lat_1=55 +lat_2=65 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 6 + NN2000 height + * - **CRS-COMPOUNDCRS** [5946] + * - **Area**: Norway - onshore - between 6°E and 7°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.03,6,57.93,7.01` + */ +export const EPSG_5946 = + '+proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS I + * - **CRS-PROJCRS** [6669] + * - **Area**: Japan - onshore - Kyushu west of approximately 130°E - Nagasaki-ken; islands of Kagoshima-ken between 27°N and 32°N and between 128°18'E and 130°E (between 128°18'E and 30°13'E for Amami islands). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `34.74,128.17,26.96,130.46` + */ +export const EPSG_6669 = + '+proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 6 + * - **CRS-PROJCRS** [3191] + * - **Area**: Libya - onshore between 10°E and 12°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `33.23,10,23.51,12` + */ +export const EPSG_3191 = + '+proj=tmerc +lat_0=0 +lon_0=11 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [4654] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_4654 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Mexico Cent. + * - **CRS-PROJCRS** [103487] + * - **Area**: USA - New Mexico - SPCS83 - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_103487 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 51E + * - **CRS-PROJCRS** [21009] + * - **Area**: Russian Federation - onshore between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.4,48,41.39,54` + */ +export const EPSG_21009 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 34N + * - **CRS-PROJCRS** [23034] + * - **Area**: Europe - between 18°E and 24°E - Greece - offshore; Italy - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `84.54,17.99,33.59,24.01` + */ +export const EPSG_23034 = + '+proj=utm +zone=34 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KKJ / Finland zone 0 + * - **CRS-PROJCRS** [3386] + * - **Area**: Finland - onshore west of 19°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.34,19.24,60.08,19.5` + */ +export const EPSG_3386 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Watonwan (meter) + * - **CRS-PROJCRS** [103690] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103690 = + '+proj=lcc +lat_0=43.8480555555556 +lon_0=-94.9166666666667 +lat_1=43.9 +lat_2=44.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378514.953 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * RGWF96 + * - **CRS-GEOG3DCRS** [8899] + * - **Area**: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-9.84,179.49,-15.94,-174.27` + */ +export const EPSG_8899 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MGI / Austria West + * - **CRS-PROJCRS** [9271] + * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.61,9.53,46.77,11.84` + */ +export const EPSG_9271 = + '+proj=tmerc +lat_0=0 +lon_0=10.3333333333333 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 32N + * - **CRS-PROJCRS** [32432] + * - **Area**: Between 6°E and 12°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,6,0,12` + */ +export const EPSG_32432 = + '+proj=utm +zone=32 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Cais da Figueirinha height + * - **CRS-VERTCRS** [6184] + * - **Area**: Portugal - central Azores - Terceira island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.86,-27.44,38.57,-26.97` + */ +export const EPSG_6184 = '+vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B32H1 + * - **CRS-PROJCRS** [112081] + * - **Area**: UK - Highways England - B32 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7634,1.6999,52.3374,1.8688` + */ +export const EPSG_112081 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999206090787045 +x_0=-241904.32807196 +y_0=110956.117421436 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Alaskan Islands + * - **CRS-GEOGCRS** [37260] + * - **Area**: USA - Alaska + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.4,172.42,51.3,-129.99` + */ +export const EPSG_37260 = '+proj=longlat +ellps=clrk66 +no_defs +type=crs'; + +/** + * EPSG example I=J+90 local bin grid (real values) + * - **CRS-ENGCRS** [32598] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `(bin)` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32598 = 'null'; + +/** + * SIRGAS-CON SIR09P01 + * - **CRS-GCENCRS** [8933] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8933 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TUREF + * - **CRS-GEOGCRS** [5252] + * - **Area**: Türkiye (Turkey) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.45,25.62,34.42,44.83` + */ +export const EPSG_5252 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E + * - **CRS-PROJCRS** [2597] + * - **Area**: Kazakhstan, Russian Federation onshore, Tajikistan, Turkmenistan and Uzbekistan - between 64°30'E and 67°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.25,64.5,36.27,67.5` + */ +export const EPSG_2597 = + '+proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 22N + * - **CRS-PROJCRS** [26922] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_26922 = + '+proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RDN2008 / Zone 12 (E-N) + * - **CRS-PROJCRS** [7795] + * - **Area**: Italy - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_7795 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=3000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon South (ft) + * - **CRS-PROJCRS** [6887] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_6887 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * Moorea SAU 1981 height + * - **CRS-VERTCRS** [5602] + * - **Area**: French Polynesia - Society Islands - Moorea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.41,-150,-17.63,-149.73` + */ +export const EPSG_5602 = '+vunits=m +no_defs +type=crs'; + +/** + * ITRF88 + * - **CRS-GCENCRS** [4910] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4910 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MRCG2020 + * - **CRS-PROJCRS** [8030] + * - **Area**: Australia - Western Australia - Margaret River area onshore below 200m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.51,114.96,-34.42,115.24` + */ +export const EPSG_8030 = + '+proj=tmerc +lat_0=0 +lon_0=115.166666666667 +k=1.0000055 +x_0=50000 +y_0=4050000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / UTM zone 60S + * - **CRS-PROJCRS** [27260] + * - **Area**: New Zealand - nearshore east of 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.24,174,-44.13,179.27` + */ +export const EPSG_27260 = + '+proj=utm +zone=60 +south +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Minnesota South (ftUS) + * - **CRS-PROJCRS** [26867] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_26867 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 8 + * - **CRS-PROJCRS** [8525] + * - **Area**: United States (USA) - Kansas - counties of Geary; Pottawatomie; Riley; Wabaunsee. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.57,-96.97,38.73,-95.94` + */ +export const EPSG_8525 = + '+proj=lcc +lat_1=39.1666666666667 +lat_0=39.1666666666667 +lon_0=-96.5 +k_0=1.000044 +x_0=2590805.18161036 +y_0=182880.365760731 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NZGD2000 / Mount Nicholas 2000 + * - **CRS-PROJCRS** [2128] + * - **Area**: New Zealand - South Island - Mount Nicholas meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-44.29,167.72,-45.58,169.11` + */ +export const EPSG_2128 = + '+proj=tmerc +lat_0=-45.1327777777778 +lon_0=168.398611111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * FVR09 height + * - **CRS-VERTCRS** [5317] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_5317 = '+vunits=m +no_defs +type=crs'; + +/** + * Jupiter - Carme + * - **CRS-GEOGCRS** [104913] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104913 = '+proj=longlat +R=15000 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 61 + * - **CRS-PROJCRS** [2578] + * - **Area**: Russian Federation - onshore between 178°30'W and 175°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `71.61,-178.5,64.74,-175.5` + */ +export const EPSG_2578 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Clinton (ftUS) + * - **CRS-PROJCRS** [7280] + * - **Area**: United States (USA) - Indiana - Clinton county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.44,-86.7,40.17,-86.24` + */ +export const EPSG_7280 = + '+proj=tmerc +lat_0=40.15 +lon_0=-86.6 +k=1.000032 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pampa del Castillo / Argentina 2 + * - **CRS-PROJCRS** [2082] + * - **Area**: 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` + * - **Accuracy**: `2.5` + * - **BBOX**: `-42.49,-70.5,-50.34,-67.49` + */ +export const EPSG_2082 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-233.43,6.65,173.64,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Kilda height + * - **CRS-VERTCRS** [5747] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - St Kilda onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.93,-8.74,57.74,-8.41` + */ +export const EPSG_5747 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon GIC Lambert (ft) + * - **CRS-PROJCRS** [6868] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_6868 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Wyoming West (ftUS) + * - **CRS-PROJCRS** [3739] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_3739 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [4506] + * - **Area**: China - between 96°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.18,96,21.13,102.01` + */ +export const EPSG_4506 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Oregon South + * - **CRS-PROJCRS** [32127] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_32127 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN Astro 1960 / UTM zone 30N + * - **CRS-PROJCRS** [3369] + * - **Area**: Mauritania - east of 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.74,-6,15.49,-4.8` + */ +export const EPSG_3369 = + '+proj=utm +zone=30 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Massachusetts Mainland + * - **CRS-PROJCRS** [6491] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_6491 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * S-JTSK + * - **CRS-GEOGCRS** [4156] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `6` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_4156 = + '+proj=longlat +ellps=bessel +towgs84=589,76,480,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / West Virginia North + * - **CRS-PROJCRS** [3693] + * - **Area**: United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.64,-81.76,38.76,-77.72` + */ +export const EPSG_3693 = + '+proj=lcc +lat_0=38.5 +lon_0=-79.5 +lat_1=40.25 +lat_2=39 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGN56 Lifou / UTM zone 58S + * - **CRS-PROJCRS** [2981] + * - **Area**: New Caledonia - Loyalty Islands - Lifou. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-20.62,166.98,-21.24,167.52` + */ +export const EPSG_2981 = + '+proj=utm +zone=58 +south +ellps=intl +towgs84=335.47,222.58,-230.94,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Michigan Central (Intl Feet) + * - **CRS-PROJCRS** [103385] + * - **Area**: USA - Michigan - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.92,-87.06,43.8,-82.27` + */ +export const EPSG_103385 = + '+proj=lcc +lat_0=43.3166666666667 +lon_0=-84.3666666666667 +lat_1=44.1833333333333 +lat_2=45.7 +x_0=5999999.99999999 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * RGF93 v1 / CC43 + * - **CRS-PROJCRS** [3943] + * - **Area**: France - mainland onshore south of 44°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `44.01,-1.79,42.33,7.65` + */ +export const EPSG_3943 = + '+proj=lcc +lat_0=43 +lon_0=3 +lat_1=42.25 +lat_2=43.75 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 17 + * - **CRS-PROJCRS** [2651] + * - **Area**: Russian Federation - onshore between 49°30'E and 52°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.22,49.5,42.36,52.5` + */ +export const EPSG_2651 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * REGVEN / UTM zone 18N + * - **CRS-PROJCRS** [2201] + * - **Area**: Venezuela - west of 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `11.62,-73.38,7.02,-71.99` + */ +export const EPSG_2201 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 zone 482 + * - **CRS-PROJCRS** [5897] + * - **Area**: Vietnam - between 103°30'E and 106°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `23.4,103.5,8.33,106.51` + */ +export const EPSG_5897 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 84E + * - **CRS-PROJCRS** [4785] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_4785 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 28N (N-E) + * - **CRS-PROJCRS** [3040] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `72.44,-16.1,34.93,-11.99` + */ +export const EPSG_3040 = + '+proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah Central (US Feet) + * - **CRS-PROJCRS** [103556] + * - **Area**: USA - Utah - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_103556 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=39.0166666666667 +lat_2=40.65 +x_0=500000.000000001 +y_0=2000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Malongo 1987 / UTM zone 32S + * - **CRS-PROJCRS** [25932] + * - **Area**: Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-5.05,10.53,-6.04,12.37` + */ +export const EPSG_25932 = + '+proj=utm +zone=32 +south +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [21422] + * - **Area**: China - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.79,126,40.89,132` + */ +export const EPSG_21422 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis South + * - **CRS-GEOGCRS** [104769] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104769 = '+proj=longlat +a=6378540.861 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NSIDC EASE-Grid Global + * - **CRS-PROJCRS** [3410] + * - **Area**: World between 86°S and 86°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `86,-180,-86,180` + */ +export const EPSG_3410 = + '+proj=cea +lat_ts=30 +lon_0=0 +x_0=0 +y_0=0 +R=6371228 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 17N + * - **CRS-PROJCRS** [31971] + * - **Area**: Latin America - Central America and South America - between 84°W and 78°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `19.54,-84,0,-78` + */ +export const EPSG_31971 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF88 + * - **CRS-GEOG3DCRS** [7900] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7900 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming East (ftUS) + * - **CRS-PROJCRS** [6612] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_6612 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Puerto Rico and Virgin Is. + * - **CRS-PROJCRS** [6307] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_6307 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.4333333333333 +lat_2=18.0333333333333 +x_0=200000 +y_0=200000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Mallorca height + * - **CRS-COMPOUNDCRS** [9508] + * - **Area**: Spain - Balearic Islands - Mallorca onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.02,2.23,39.07,3.55` + */ +export const EPSG_9508 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Dodge (US feet) + * - **CRS-PROJCRS** [103413] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103413 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.726390653 +y_0=0.00762001524003048 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Florida East + * - **CRS-PROJCRS** [26758] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_26758 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * GDA2020 / GA LCC + * - **CRS-PROJCRS** [7845] + * - **Area**: Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.86,112.85,-43.7,153.69` + */ +export const EPSG_7845 = + '+proj=lcc +lat_0=0 +lon_0=134 +lat_1=-18 +lat_2=-36 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine CS2000 East + * - **CRS-PROJCRS** [3555] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.37,-68.58,44.18,-66.91` + */ +export const EPSG_3555 = + '+proj=tmerc +lat_0=43.8333333333333 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St. Louis + * - **CRS-GEOGCRS** [104786] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104786 = '+proj=longlat +a=6378523 +rf=298.2752724 +no_defs +type=crs'; + +/** + * RSAO13 / UTM zone 34S + * - **CRS-PROJCRS** [9158] + * - **Area**: Angola - east of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-6.91,17.99,-18.02,24.09` + */ +export const EPSG_9158 = + '+proj=utm +zone=34 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E + * - **CRS-PROJCRS** [2714] + * - **Area**: Russian Federation - onshore between 64°30'E and 67°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.25,64.5,54.31,67.5` + */ +export const EPSG_2714 = + '+proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Denio-Burns zone (m) + * - **CRS-PROJCRS** [8319] + * - **Area**: United States (USA) - Oregon - Denio-Burns area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.54,-119.41,41.88,-117.67` + */ +export const EPSG_8319 = + '+proj=tmerc +lat_0=41.75 +lon_0=-118.416666666667 +k=1.00019 +x_0=80000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 / PCLC2000 + * - **CRS-PROJCRS** [5481] + * - **Area**: Antarctica - Pennell Coast region. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-69.5,160,-73,172` + */ +export const EPSG_5481 = + '+proj=lcc +lat_0=-71.5 +lon_0=166 +lat_1=-70.6666666666667 +lat_2=-72.3333333333333 +x_0=3000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [2344] + * - **Area**: China - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,108,18.11,114` + */ +export const EPSG_2344 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Massachusetts Island (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8749] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_8749 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / PCCS zone 3 (ft) + * - **CRS-PROJCRS** [8067] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `32.51,-113.33,31.8,-112.51` + */ +export const EPSG_8067 = + '+proj=tmerc +lat_0=31.5 +lon_0=-113.166666666667 +k=1.000055 +x_0=182880 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Azores Oriental 1940 / UTM zone 26N + * - **CRS-PROJCRS** [2190] + * - **Area**: Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `37.96,-25.92,36.87,-24.72` + */ +export const EPSG_2190 = + '+proj=utm +zone=26 +ellps=intl +towgs84=-203,141,53,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Vermont (ftUS) + * - **CRS-PROJCRS** [5655] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_5655 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * JGD2000 + * - **CRS-GEOG3DCRS** [4947] + * - **Area**: Japan - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,122.38,17.09,157.65` + */ +export const EPSG_4947 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 8 + * - **CRS-PROJCRS** [20008] + * - **Area**: Russian Federation - onshore between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,42,41.19,48` + */ +export const EPSG_20008 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo27 + * - **CRS-PROJCRS** [102486] + * - **Area**: South Africa - 26~E to 28~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.92,26,-33.83,28` + */ +export const EPSG_102486 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Iowa North + * - **CRS-PROJCRS** [26975] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_26975 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / Alberta 3TM ref merid 120 W + * - **CRS-PROJCRS** [22465] + * - **Area**: Canada - Alberta - west of 118°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-120,52.88,-118.5` + */ +export const EPSG_22465 = + '+proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / South Dakota South + * - **CRS-PROJCRS** [32035] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `44.79,-104.06,42.48,-96.43` + */ +export const EPSG_32035 = + '+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=42.8333333333333 +lat_2=44.4 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas North Central + * - **CRS-PROJCRS** [6583] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_6583 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=33.9666666666667 +lat_2=32.1333333333333 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 3-17 + * - **CRS-PROJCRS** [6079] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,98,76.16,129.01` + */ +export const EPSG_6079 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=114 +lat_1=80.3333333333333 +lat_2=77 +x_0=17500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Alberta 3TM ref merid 117 W + * - **CRS-PROJCRS** [3781] + * - **Area**: Canada - Alberta - between 118°30'W and 115°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,-118.5,50.77,-115.5` + */ +export const EPSG_3781 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maryland (ftUS) + * - **CRS-PROJCRS** [2893] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_2893 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=399999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Maine West + * - **CRS-PROJCRS** [103297] + * - **Area**: USA - Maine - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_103297 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966666666667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/23 + * - **CRS-PROJCRS** [29383] + * - **Area**: Namibia - between 22°E and 24°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.52,21.99,-18.49,24` + */ +export const EPSG_29383 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=23 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone K2 + * - **CRS-PROJCRS** [2939] + * - **Area**: Kazakhstan between 49°16'E and 52°16'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `51.77,49.26,41.15,52.27` + */ +export const EPSG_2939 = + '+proj=tmerc +lat_0=0.133333333333333 +lon_0=50.7666666666667 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Guam Map Grid + * - **CRS-PROJCRS** [4414] + * - **Area**: Guam - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `13.7,144.58,13.18,145.01` + */ +export const EPSG_4414 = + '+proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Colorado North + * - **CRS-PROJCRS** [6429] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_6429 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hermannskogel + * - **CRS-GEOGCRS** [104102] + * - **Area**: Europe - Austria and former Yugoslavia onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,40.85,23.04` + */ +export const EPSG_104102 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 49 + * - **CRS-PROJCRS** [21249] + * - **Area**: Russian Federation - onshore between 145°30'E and 148°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.76,145.5,43.6,148.5` + */ +export const EPSG_21249 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A21H1 + * - **CRS-PROJCRS** [112039] + * - **Area**: UK - Highways England - A21 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0333,-0.128,50.7618,0.1722` + */ +export const EPSG_112039 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999770730876833 +x_0=-122020.682266178 +y_0=71012.0364008088 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Douglas (meter) + * - **CRS-PROJCRS** [103628] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103628 = + '+proj=lcc +lat_0=45.7588888888889 +lon_0=-96.05 +lat_1=45.8 +lat_2=46.05 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378518.001 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * EPSG example wellbore local cubic CRS - grid north (ft) + * - **CRS-COMPOUNDCRS** [8821] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8821 = 'null'; + +/** + * WGS 84 / USGS Transantarctic Mountains + * - **CRS-PROJCRS** [3294] + * - **Area**: Antarctica - Transantarctic mountains north of 80°S. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68.6,149.83,-80,174.01` + */ +export const EPSG_3294 = + '+proj=lcc +lat_0=-78 +lon_0=162 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 126E + * - **CRS-PROJCRS** [4551] + * - **Area**: China - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.2,124.5,40.19,127.5` + */ +export const EPSG_4551 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GRS 1980 Mean Radius Sphere + * - **CRS-GEOGCRS** [104047] + * - **Area**: Not specified + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104047 = '+proj=longlat +R=6371008.7714 +no_defs +type=crs'; + +/** + * REDGEOMIN / UTM zone 19S + * - **CRS-PROJCRS** [9699] + * - **Area**: Chile - 72°W to 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-72,-59.87,-66` + */ +export const EPSG_9699 = '+proj=utm +zone=19 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Steele (US foot) + * - **CRS-PROJCRS** [103782] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103782 = + '+proj=lcc +lat_0=43.8338888888889 +lon_0=-92.9166666666667 +lat_1=43.8833333333333 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378481.425 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Olney (ftUS) + * - **CRS-PROJCRS** [23331] + * - **Area**: United States (USA) - Illinois - counties of Clay, Edwards, Lawrence, Richland, Wabash and Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.92,-88.71,38.23,-87.49` + */ +export const EPSG_23331 = + '+proj=lcc +lat_1=38.55 +lat_0=38.55 +lon_0=-88.15 +k_0=1.000013 +x_0=380086.36017272 +y_0=1150012.7000254 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Iowa North + * - **CRS-PROJCRS** [103278] + * - **Area**: USA - Iowa - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_103278 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=42.0666666666667 +lat_2=43.2666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 20S + * - **CRS-PROJCRS** [32520] + * - **Area**: Between 66°W and 60°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-66,-80,-60` + */ +export const EPSG_32520 = + '+proj=utm +zone=20 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / EPSG Arctic zone 6-14 + * - **CRS-PROJCRS** [6096] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `71.17,-174,66.16,-156` + */ +export const EPSG_6096 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-165 +lat_1=70.3333333333333 +lat_2=67 +x_0=14500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ostend height + * - **CRS-VERTCRS** [5710] + * - **Area**: Belgium - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_5710 = '+vunits=m +no_defs +type=crs'; + +/** + * Bogota 1975 (Bogota) + * - **CRS-GEOGCRS** [4802] + * - **Area**: Colombia - mainland onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `12.52,-79.1,-4.23,-66.87` + */ +export const EPSG_4802 = '+proj=longlat +ellps=intl +pm=bogota +no_defs +type=crs'; + +/** + * NAD 1983 USGS Contiguous USA Albers + * - **CRS-PROJCRS** [102039] + * - **Area**: USA - CONUS - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_102039 = + '+proj=aea +lat_0=23 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Sawyer (ftUS) + * - **CRS-PROJCRS** [8122] + * - **Area**: United States (USA) - Wisconsin - Sawyer county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-91.56,45.63,-90.67` + */ +export const EPSG_8122 = + '+proj=lcc +lat_1=45.9000991313889 +lat_0=45.9000991313889 +lon_0=-91.1166666666667 +k_0=1.0000573461 +x_0=216713.233731267 +y_0=120734.163169926 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * POSGAR 2007 + * - **CRS-GEOGCRS** [5340] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_5340 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 153E + * - **CRS-PROJCRS** [2485] + * - **Area**: Russian Federation - onshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,150,45.77,156` + */ +export const EPSG_2485 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ISN2016 / Lambert 2016 + * - **CRS-PROJCRS** [8088] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_8088 = + '+proj=lcc +lat_0=65 +lon_0=-19 +lat_1=64.25 +lat_2=65.75 +x_0=2700000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Uranus + * - **CRS-GEOGCRS** [104944] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104944 = '+proj=longlat +a=25559000 +rf=43.6160409556314 +no_defs +type=crs'; + +/** + * GDA94 / BCG94 + * - **CRS-PROJCRS** [10451] + * - **Area**: Australia - Western Australia - Busselton area onshore below 250m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-33.4,115.18,-33.75,115.87` + */ +export const EPSG_10451 = + '+proj=tmerc +lat_0=0 +lon_0=115.433333333333 +k=0.99999592 +x_0=50000 +y_0=3900000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 147E + * - **CRS-PROJCRS** [21025] + * - **Area**: Russian Federation - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,144,43.6,150` + */ +export const EPSG_21025 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lao 1997 + * - **CRS-GEOGCRS** [4678] + * - **Area**: Laos. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4678 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * ETRS89 / Belgian Lambert 2005 + * - **CRS-PROJCRS** [3447] + * - **Area**: Belgium - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.51,2.5,49.5,6.4` + */ +export const EPSG_3447 = + '+proj=lcc +lat_0=50.797815 +lon_0=4.35921583333333 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=150328 +y_0=166262 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 9N + * - **CRS-PROJCRS** [32609] + * - **Area**: Between 132°W and 126°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - British Columbia (BC); NorthW Territories (NWT); Yukon. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-132,0,-126` + */ +export const EPSG_32609 = '+proj=utm +zone=9 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 59N + * - **CRS-PROJCRS** [32259] + * - **Area**: Between 168°E and 174°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,168,0,174` + */ +export const EPSG_32259 = + '+proj=utm +zone=59 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 21 45 + * - **CRS-PROJCRS** [3017] + * - **Area**: Sweden - communes in Norbotten east of approximately 19°30'E and south of approximately 65°50'N. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `66.43,19.63,65.01,22.91` + */ +export const EPSG_3017 = + '+proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS North Carolina (US Feet) + * - **CRS-PROJCRS** [103501] + * - **Area**: USA - North Carolina + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_103501 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=34.3333333333333 +lat_2=36.1666666666667 +x_0=609601.219202438 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 + * - **CRS-GCENCRS** [10282] + * - **Area**: Germany - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,47.27,15.04` + */ +export const EPSG_10282 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 9N + * - **CRS-PROJCRS** [22609] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_22609 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Conus Albers + * - **CRS-PROJCRS** [5069] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5069 = + '+proj=aea +lat_0=23 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * FEH2010 + * - **CRS-GEOGCRS** [5593] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `54.83,10.66,54.33,12.01` + */ +export const EPSG_5593 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Montana (ft) + * - **CRS-PROJCRS** [2256] + * - **Area**: United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_2256 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=49 +lat_2=45 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ISN2004 + ISH2004 height + * - **CRS-COMPOUNDCRS** [9949] + * - **Area**: Iceland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_9949 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * RT90 + RH70 height + * - **CRS-COMPOUNDCRS** [7404] + * - **Area**: Sweden - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_7404 = '+proj=longlat +ellps=bessel +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E + * - **CRS-PROJCRS** [2606] + * - **Area**: Russian Federation - onshore between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.28,88.5,49.44,91.5` + */ +export const EPSG_2606 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * BH_ETRS89 + * - **CRS-GEOGCRS** [10328] + * - **Area**: Bosnia and Herzegovina. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `45.27,15.74,42.56,19.62` + */ +export const EPSG_10328 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Kousseri / UTM zone 33N + * - **CRS-PROJCRS** [2313] + * - **Area**: Cameroon - N'Djamena area. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `12.77,14.17,11.7,15.09` + */ +export const EPSG_2313 = + '+proj=utm +zone=33 +a=6378249.145 +rf=293.465 +towgs84=-104.4,-136.6,201.2,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Milk River (m) + * - **CRS-PROJCRS** [7111] + * - **Area**: United States (USA) - Montana - Milk River area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-112.5,47.78,-108.74` + */ +export const EPSG_7111 = + '+proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-111 +k_0=1.000145 +x_0=150000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / NZCS2000 + * - **CRS-PROJCRS** [3851] + * - **Area**: New Zealand - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25.88,160.6,-55.95,-171.2` + */ +export const EPSG_3851 = + '+proj=lcc +lat_0=-41 +lon_0=173 +lat_1=-37.5 +lat_2=-44.5 +x_0=3000000 +y_0=7000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E + * - **CRS-PROJCRS** [2743] + * - **Area**: Russian Federation - onshore between 145°30'E and 148°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.76,145.5,43.6,148.5` + */ +export const EPSG_2743 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Dodge and Jefferson (m) + * - **CRS-PROJCRS** [7541] + * - **Area**: United States (USA) - Wisconsin - counties of Dodge and Jefferson. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-89.02,42.84,-88.4` + */ +export const EPSG_7541 = + '+proj=tmerc +lat_0=41.4722222222222 +lon_0=-88.775 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Colorado Central (ftUS) + * - **CRS-PROJCRS** [3502] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_3502 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Tokyo + JSLD72 height + * - **CRS-COMPOUNDCRS** [6700] + * - **Area**: Japan - onshore mainland - Hokkaido. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,139.7,41.34,145.87` + */ +export const EPSG_6700 = '+proj=longlat +ellps=bessel +vunits=m +no_defs +type=crs'; + +/** + * IGC 1962 6th Parallel South + * - **CRS-GEOGCRS** [4697] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-3.29,12.17,-7.36,29.64` + */ +export const EPSG_4697 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * ST74 + * - **CRS-PROJCRS** [3152] + * - **Area**: Sweden - Stockholm commune. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `59.43,17.75,59.22,18.2` + */ +export const EPSG_3152 = + '+proj=tmerc +lat_0=0 +lon_0=18.05779 +k=0.99999425 +x_0=100178.1808 +y_0=-6500614.7836 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Outagamie (US feet) + * - **CRS-PROJCRS** [103444] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103444 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.889204978 +y_0=0.00487680975361951 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Conus Albers + * - **CRS-PROJCRS** [6350] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_6350 = + '+proj=aea +lat_0=23 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 2N (ftUS) + * - **CRS-PROJCRS** [4402] + * - **Area**: United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_4402 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 9 + * - **CRS-PROJCRS** [32189] + * - **Area**: Canada - Quebec and Ontario - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `62.65,-78,43.63,-75` + */ +export const EPSG_32189 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Iowa South (US Feet) + * - **CRS-PROJCRS** [103281] + * - **Area**: USA - Iowa - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_103281 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=40.6166666666667 +lat_2=41.7833333333333 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Georgia West (ftUS) + * - **CRS-PROJCRS** [2885] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_2885 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GUX 1 Astro + * - **CRS-GEOGCRS** [37221] + * - **Area**: Solomon Islands - Guadalcanal Island + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-9.2,159.55,-9.98,160.88` + */ +export const EPSG_37221 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD27 / MTQ Lambert + * - **CRS-PROJCRS** [3797] + * - **Area**: Canada - Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `62.62,-79.85,44.99,-57.1` + */ +export const EPSG_3797 = + '+proj=lcc +lat_0=44 +lon_0=-70 +lat_1=50 +lat_2=46 +x_0=800000 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD27 / Ohio South + * - **CRS-PROJCRS** [32023] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.36,-84.83,38.4,-80.7` + */ +export const EPSG_32023 = + '+proj=lcc +lat_0=38 +lon_0=-82.5 +lat_1=38.7333333333333 +lat_2=40.0333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Virginia South (ftUS) + * - **CRS-PROJCRS** [6595] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_6595 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF00P01 + * - **CRS-GEOGCRS** [8972] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8972 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Hawaii zone 3 + * - **CRS-PROJCRS** [26963] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_26963 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LKS94 + * - **CRS-GEOG3DCRS** [4951] + * - **Area**: Lithuania - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `56.45,19.02,53.89,26.82` + */ +export const EPSG_4951 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ED50 / SPBA LCC + * - **CRS-PROJCRS** [5643] + * - **Area**: Europe - South Permian basin. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `56,-1.67,50.5,22` + */ +export const EPSG_5643 = + '+proj=lcc +lat_0=48 +lon_0=10 +lat_1=52.6666666666667 +lat_2=54.3333333333333 +x_0=815000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Hokitika Circuit + * - **CRS-PROJCRS** [27221] + * - **Area**: New Zealand - South Island - Hokitika meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-42.41,170.39,-43.23,171.89` + */ +export const EPSG_27221 = + '+proj=tmerc +lat_0=-42.8863223611111 +lon_0=170.9799935 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * IG05 Intermediate CRS + * - **CRS-GEOGCRS** [6983] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6983 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * LUREF / Luxembourg TM + * - **CRS-PROJCRS** [2169] + * - **Area**: Luxembourg. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_2169 = + '+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +towgs84=-265.8867,76.9851,20.2667,0.33746,3.09264,-2.53861,0.4598 +units=m +no_defs +type=crs'; + +/** + * Uranus - Miranda + * - **CRS-GEOGCRS** [104952] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104952 = '+proj=longlat +R=235800 +no_defs +type=crs'; + +/** + * MARGEN / UTM zone 19S + * - **CRS-PROJCRS** [5356] + * - **Area**: Bolivia - west of 66°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-9.77,-69.66,-22.91,-66` + */ +export const EPSG_5356 = + '+proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [2539] + * - **Area**: Kazakhstan, Kyrgyzstan, Russian Federation onshore, Tajikistan and Uzbekistan - between 67°30'E and 70°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.07,67.5,36.93,70.5` + */ +export const EPSG_2539 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Portage (ftUS) + * - **CRS-PROJCRS** [8134] + * - **Area**: United States (USA) - Wisconsin - Portage county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-89.85,44.24,-89.22` + */ +export const EPSG_8134 = + '+proj=lcc +lat_1=44.4168239752778 +lat_0=44.4168239752778 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1127762255 +y_0=50022.1874523749 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Gresham-Warm Springs zone (ft) + * - **CRS-PROJCRS** [6829] + * - **Area**: United States (USA) - Oregon - Gresham-Warm Springs area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `45.55,-122.43,45.02,-121.68` + */ +export const EPSG_6829 = + '+proj=tmerc +lat_0=45 +lon_0=-122.333333333333 +k=1.00005 +x_0=10000.0000152 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * RT38 (Stockholm) + * - **CRS-GEOGCRS** [4814] + * - **Area**: Sweden - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_4814 = '+proj=longlat +ellps=bessel +pm=stockholm +no_defs +type=crs'; + +/** + * Caspian depth + * - **CRS-VERTCRS** [5706] + * - **Area**: Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.97,46.95,37.35,53.93` + */ +export const EPSG_5706 = '+vunits=m +no_defs +type=crs'; + +/** + * Hotine + * - **CRS-PROJCRS** [53025] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53025 = + '+proj=omerc +lat_0=40 +lat_1=0 +lon_1=0 +lat_2=60 +lon_2=60 +k=1 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 36S + * - **CRS-PROJCRS** [32536] + * - **Area**: Between 30°E and 36°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,30,-80,36` + */ +export const EPSG_32536 = + '+proj=utm +zone=36 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 3-19 + * - **CRS-PROJCRS** [6080] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,129,76.16,160.01` + */ +export const EPSG_6080 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=145 +lat_1=80.3333333333333 +lat_2=77 +x_0=19500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Effingham (ftUS) + * - **CRS-PROJCRS** [23327] + * - **Area**: United States (USA) - Illinois - counties of Bond, Effingham and Fayette. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.22,-89.64,38.73,-88.36` + */ +export const EPSG_23327 = + '+proj=lcc +lat_1=38.95 +lat_0=38.95 +lon_0=-89 +k_0=1.000019 +x_0=2350012.7000254 +y_0=840030.48006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU36-40 + * - **CRS-PROJCRS** [3282] + * - **Area**: Antarctica - 80°S to 84°S and 30°E to 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,30,-84,60` + */ +export const EPSG_3282 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=45 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 114E + * - **CRS-PROJCRS** [4547] + * - **Area**: China - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.45,112.5,21.52,115.5` + */ +export const EPSG_4547 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / GUGiK-80 + * - **CRS-PROJCRS** [3328] + * - **Area**: Poland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,14.14,49,24.15` + */ +export const EPSG_3328 = + '+proj=sterea +lat_0=52.1666666666667 +lon_0=19.1666666666667 +k=0.999714 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 16N (ftUS) + * - **CRS-PROJCRS** [32166] + * - **Area**: United States (USA) - between 90°W and 84°W onshore and offshore - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin; Gulf of Mexico outer continental shelf (GoM OCS) between approximately 90°W and 84°W - protraction areas Mobile; Viosca Knoll; Mississippi Canyon; Atwater Valley; Lund; Lund South; Pensacola; Destin Dome; De Soto Canyon; Lloyd Ridge; Henderson; Florida Plain; Campeche Escarpment; Apalachicola; Florida Middle Ground; The Elbow; Vernon Basin; Howell Hook; Rankin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `48.32,-90.01,23.95,-83.91` + */ +export const EPSG_32166 = + '+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Amersfoort / RD New + * - **CRS-PROJCRS** [28992] + * - **Area**: Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `53.7,3.2,50.75,7.22` + */ +export const EPSG_28992 = + '+proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +towgs84=565.4171,50.3319,465.5524,1.9342,-1.6677,9.1019,4.0725 +units=m +no_defs +type=crs'; + +/** + * Kertau 1968 / UTM zone 48N + * - **CRS-PROJCRS** [24548] + * - **Area**: Malaysia - onshore West Malaysia east of 102°E and offshore east coast. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `7.81,102,1.21,105.82` + */ +export const EPSG_24548 = + '+proj=utm +zone=48 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 / UTM zone 37N + * - **CRS-PROJCRS** [8837] + * - **Area**: Saudi Arabia - onshore and offshore - between 36°E and 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.16,36,16.29,42` + */ +export const EPSG_8837 = + '+proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Cagliari 1956 height + * - **CRS-COMPOUNDCRS** [9725] + * - **Area**: Italy - Sardinia onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.31,8.08,38.82,9.89` + */ +export const EPSG_9725 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Nepal Nagarkot TM + * - **CRS-PROJCRS** [102306] + * - **Area**: Nepal + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `30.43,80.06,26.34,88.21` + */ +export const EPSG_102306 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=0.9999 +x_0=500000 +y_0=0 +ellps=evrst30 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E + * - **CRS-PROJCRS** [2610] + * - **Area**: Russian Federation - onshore between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.71,100.5,50.17,103.5` + */ +export const EPSG_2610 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / TM35FIN(N,E) + N60 height + * - **CRS-COMPOUNDCRS** [3902] + * - **Area**: Finland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.24,59.75,31.59` + */ +export const EPSG_3902 = '+proj=utm +zone=35 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Georgia West (ftUS) + * - **CRS-PROJCRS** [2240] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_2240 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=699999.999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGF93 v1 (lon-lat) + * - **CRS-GEOG3DCRS** [7042] + * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `51.56,-9.86,41.15,10.38` + */ +export const EPSG_7042 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Pennsylvania South (US Feet) + * - **CRS-PROJCRS** [103517] + * - **Area**: USA - Pennsylvania - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_103517 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=39.9333333333333 +lat_2=40.9666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Batavia / NEIEZ + * - **CRS-PROJCRS** [3001] + * - **Area**: Indonesia - onshore - Bali, Java and western Sumatra. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `5.97,95.16,-8.91,115.77` + */ +export const EPSG_3001 = + '+proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Spilhaus World Ocean Map in a Square + * - **CRS-PROJCRS** [54099] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54099 = + 'PROJCS["WGS_1984_Spilhaus_Ocean_Map_in_Square",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Adams_Square_II"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Scale_Factor",1],PARAMETER["Azimuth",40.17823482],PARAMETER["Longitude_Of_Center",66.94970198],PARAMETER["Latitude_Of_Center",-49.56371678],PARAMETER["XY_Plane_Rotation",45],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["ESRI","54099"]]'; + +/** + * NAD 1983 HARN Adj. Minnesota Isanti + * - **CRS-GEOGCRS** [104728] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104728 = '+proj=longlat +a=6378411.321 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [21463] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_21463 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Louisiana North (ftUS) + * - **CRS-PROJCRS** [3451] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_3451 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=999999.999989839 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Kertau 1968 / Terengganu Grid + * - **CRS-PROJCRS** [4394] + * - **Area**: Malaysia - West Malaysia - Terengganu. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `5.9,102.38,3.89,103.72` + */ +export const EPSG_4394 = + '+proj=cass +lat_0=4.94614166666667 +lon_0=102.895208333333 +x_0=0 +y_0=0 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 10N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6653] + * - **Area**: Canada between 126°W and 120°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `81.8,-126,48.13,-120` + */ +export const EPSG_6653 = '+proj=utm +zone=10 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 17N + * - **CRS-PROJCRS** [6346] + * - **Area**: United States (USA) - between 84°W and 78°W onshore and offshore - Florida; Georgia; Kentucky; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.13,-84,23.81,-78` + */ +export const EPSG_6346 = + '+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 19N + * - **CRS-PROJCRS** [26719] + * - **Area**: North America - between 72°W and 66°W. Canada - New Brunswick; Labrador; Nunavut; Nova Scotia; Quebec. United States (USA) - Connecticut; Maine; Massachusetts; New Hampshire; New York (Long Island); Rhode Island; Vermont. Onshore and offshore for US and Canadian east coasts. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `83.17,-72,33.61,-66` + */ +export const EPSG_26719 = + '+proj=utm +zone=19 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 36N + * - **CRS-PROJCRS** [25836] + * - **Area**: Europe between 30°E and 36°E: Finland - onshore and offshore; Norway including Svalbard - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84.7,30,61.73,36.01` + */ +export const EPSG_25836 = + '+proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LTF2004(C) + * - **CRS-PROJCRS** [9549] + * - **Area**: France and Italy - on or related to the rail route from Lyon to Turin. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.89,4.65,44.87,7.88` + */ +export const EPSG_9549 = + '+proj=lcc +lat_1=44.3791666666667 +k_0=1 +lat_0=45.1833333333333 +lon_0=6.81666666666667 +x_0=150000 +y_0=50000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * FD54 / Faroe Lambert + * - **CRS-PROJCRS** [3144] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_3144 = + 'PROJCS["FD54 / Faroe Lambert",GEOGCS["FD54",DATUM["Faroe_Datum_1954",SPHEROID["International 1924",6378388,297],TOWGS84[-153.33,-169.41,86.39,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4741"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",62],PARAMETER["Longitude of natural origin",-9],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3144"]]'; + +/** + * Wagner VII + * - **CRS-PROJCRS** [54076] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54076 = + '+proj=wag7 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Peru96 / UTM zone 17S + * - **CRS-PROJCRS** [5839] + * - **Area**: Peru - between 84°W and 78°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-3.11,-84,-17.33,-78` + */ +export const EPSG_5839 = + '+proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1880 / India zone IVa + * - **CRS-PROJCRS** [24374] + * - **Area**: India - mainland onshore south of 15°N. + * - **Unit**: `Indian yard` + * - **Accuracy**: `null` + * - **BBOX**: `15.01,73.94,8.02,80.4` + */ +export const EPSG_24374 = + '+proj=lcc +lat_1=12 +lat_0=12 +lon_0=80 +k_0=0.99878641 +x_0=2743195.59223332 +y_0=914398.530744441 +a=6377299.36559538 +b=6356098.35900516 +to_meter=0.914398530744441 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida North + * - **CRS-PROJCRS** [3514] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_3514 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Langlade (m) + * - **CRS-PROJCRS** [7557] + * - **Area**: United States (USA) - Wisconsin - Langlade county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.48,-89.43,45.02,-88.63` + */ +export const EPSG_7557 = + '+proj=lcc +lat_1=45.1542371052778 +lat_0=45.1542371052778 +lon_0=-89.0333333333333 +k_0=1.0000627024 +x_0=198425.197 +y_0=105279.7829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Baltic 1957 depth + * - **CRS-VERTCRS** [8358] + * - **Area**: Czechia; Slovakia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,47.73,22.56` + */ +export const EPSG_8358 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W + * - **CRS-PROJCRS** [2755] + * - **Area**: Russian Federation - onshore between 178°30'W and 175°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.61,-178.5,64.74,-175.5` + */ +export const EPSG_2755 = + '+proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 / RT90 2.5 gon V emulation + * - **CRS-PROJCRS** [3847] + * - **Area**: Sweden - communes between approximately 14°40'E and 16°55'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.18,13.66,55.95,17.73` + */ +export const EPSG_3847 = + '+proj=tmerc +lat_0=0 +lon_0=15.8062845294444 +k=1.00000561024 +x_0=1500064.274 +y_0=-667.711 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 57 + * - **CRS-PROJCRS** [28357] + * - **Area**: Australia including Lord Howe Island and Macquarie Island - onshore and offshore between 156°E and 162°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-14.08,156,-60.56,162.01` + */ +export const EPSG_28357 = + '+proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 48N + * - **CRS-PROJCRS** [23848] + * - **Area**: Indonesia - onshore north of equator and between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `4.11,102,0,108` + */ +export const EPSG_23848 = + '+proj=utm +zone=48 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * NAD83 / North Dakota South (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8708] + * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.83,-104.05,45.93,-96.55` + */ +export const EPSG_8708 = + '+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 6 west + * - **CRS-PROJCRS** [2305] + * - **Area**: Greenland - west coast onshore - between 66°N and 69°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69,-54.09,66,-49.4` + */ +export const EPSG_2305 = + 'PROJCS["Qornoq 1927 / Greenland zone 6 west",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",67.5],PARAMETER["Longitude of natural origin",-52],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2305"]]'; + +/** + * GDA2020 / KALB2020 + * - **CRS-PROJCRS** [8026] + * - **Area**: Australia - Western Australia - Kalbarri area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-27.16,113.9,-28.5,114.75` + */ +export const EPSG_8026 = + '+proj=tmerc +lat_0=0 +lon_0=114.315277777778 +k=1.000014 +x_0=55000 +y_0=3700000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2021 / UTM zone 19S + * - **CRS-PROJCRS** [20049] + * - **Area**: Chile - 72°W to 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-72,-59.87,-66` + */ +export const EPSG_20049 = '+proj=utm +zone=19 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 + * - **CRS-GCENCRS** [4906] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_4906 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * KOC WD depth (ft) + * - **CRS-VERTCRS** [5614] + * - **Area**: Kuwait - onshore. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_5614 = '+vunits=ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Rock (ftUS) + * - **CRS-PROJCRS** [7629] + * - **Area**: United States (USA) - Wisconsin - Rock county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.85,-89.37,42.49,-88.77` + */ +export const EPSG_7629 = + '+proj=tmerc +lat_0=41.9444444444444 +lon_0=-89.0722222222222 +k=1.0000337311 +x_0=146304.292608585 +y_0=0.00670561341122682 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / Mizoram + * - **CRS-PROJCRS** [7783] + * - **Area**: India - Mizoram. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.53,92.25,21.94,93.45` + */ +export const EPSG_7783 = + '+proj=tmerc +lat_0=23.125 +lon_0=92.75 +k=0.9999821 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 4 + * - **CRS-PROJCRS** [26934] + * - **Area**: United States (USA) - Alaska - between 152°W and 148°W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_26934 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDBD2009 + * - **CRS-GCENCRS** [5244] + * - **Area**: Brunei Darussalam - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `6.31,112.37,4.01,115.37` + */ +export const EPSG_5244 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Clinton (m) + * - **CRS-PROJCRS** [7279] + * - **Area**: United States (USA) - Indiana - Clinton county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.44,-86.7,40.17,-86.24` + */ +export const EPSG_7279 = + '+proj=tmerc +lat_0=40.15 +lon_0=-86.6 +k=1.000032 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 64 + * - **CRS-PROJCRS** [2581] + * - **Area**: Russian Federation - onshore between 169°30'W and 166°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `65.86,-169.22,65.7,-168.97` + */ +export const EPSG_2581 = + '+proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF05P01 + * - **CRS-GCENCRS** [8925] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8925 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C17H2 + * - **CRS-PROJCRS** [112097] + * - **Area**: UK - Highways England - C17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.5176,-1.4821,53.9324,-0.923` + */ +export const EPSG_112097 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00000576026745 +x_0=-24009.7115979077 +y_0=126050.985889015 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * IGN72 Nuku Hiva / UTM zone 7S + * - **CRS-PROJCRS** [2978] + * - **Area**: French Polynesia - Marquesas Islands - Nuku Hiva, Ua Huka and Ua Pou. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-8.72,-140.31,-9.57,-139.44` + */ +export const EPSG_2978 = + '+proj=utm +zone=7 +south +ellps=intl +towgs84=84,274,65,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 24N + * - **CRS-PROJCRS** [32424] + * - **Area**: Between 42°W and 36°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-42,0,-36` + */ +export const EPSG_32424 = + '+proj=utm +zone=24 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * MGI + * - **CRS-GEOG3DCRS** [9267] + * - **Area**: Austria. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_9267 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 8 + * - **CRS-PROJCRS** [21208] + * - **Area**: Russian Federation - onshore between 22°30'E and 25°30'E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.07,22.5,54.34,22.87` + */ +export const EPSG_21208 = + '+proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Traverse (meter) + * - **CRS-PROJCRS** [103686] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103686 = + '+proj=lcc +lat_0=45.5855555555556 +lon_0=-96.55 +lat_1=45.6333333333333 +lat_2=45.9666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378463.746 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kansas South + * - **CRS-PROJCRS** [6468] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_6468 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 60 + * - **CRS-PROJCRS** [3390] + * - **Area**: Russian Federation - onshore between 178°30'E and 178°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,178.5,62.24,-178.5` + */ +export const EPSG_3390 = + '+proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Pennsylvania South + * - **CRS-PROJCRS** [4455] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_4455 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Mississippi East + * - **CRS-PROJCRS** [103393] + * - **Area**: USA - Mississippi - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_103393 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MSL NL depth + * - **CRS-VERTCRS** [9288] + * - **Area**: Netherlands - offshore North Sea and nearshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.77,2.53,51.32,7.21` + */ +export const EPSG_9288 = '+vunits=m +no_defs +type=crs'; + +/** + * ST71 Belep / UTM zone 58S + * - **CRS-PROJCRS** [2997] + * - **Area**: New Caledonia - Belep. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-19.5,163.54,-19.85,163.75` + */ +export const EPSG_2997 = + '+proj=utm +zone=58 +south +ellps=intl +towgs84=-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B29H1 + * - **CRS-PROJCRS** [112078] + * - **Area**: UK - Highways England - B29 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7753,1.2784,51.9996,1.4695` + */ +export const EPSG_112078 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999366923242045 +x_0=-214949.594983633 +y_0=110973.976945039 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Virginia North + * - **CRS-PROJCRS** [3685] + * - **Area**: United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_3685 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=39.2 +lat_2=38.0333333333333 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Maryland + * - **CRS-PROJCRS** [6487] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.73,-79.49,37.97,-74.97` + */ +export const EPSG_6487 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-77 +lat_1=39.45 +lat_2=38.3 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(FBN) + * - **CRS-GEOGCRS** [8860] + * - **Area**: American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands - onshore. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - CONUS - 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 - onshore plus Gulf of Mexico offshore continental shelf (GoM OCS). US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,144.58,-14.59,-64.51` + */ +export const EPSG_8860 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Red Lake (meter) + * - **CRS-PROJCRS** [103669] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103669 = + '+proj=lcc +lat_0=47.4988888888889 +lon_0=-96.3666666666667 +lat_1=47.6 +lat_2=48.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378445.763 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [4510] + * - **Area**: China - onshore and offshore between 120°E and 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,120,24.64,126` + */ +export const EPSG_4510 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California II (US Feet) + * - **CRS-PROJCRS** [103239] + * - **Area**: USA - California - SPCS - 2 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_103239 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=38.3333333333333 +lat_2=39.8333333333333 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NTF France II (degrees) + * - **CRS-PROJCRS** [102582] + * - **Area**: France - mainland 45.45~N to 48.15~N. Also all mainland. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,42.33,8.23` + */ +export const EPSG_102582 = + '+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=2.33722916666667 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / TM 106 NE + * - **CRS-PROJCRS** [2094] + * - **Area**: Vietnam - offshore - Cuu Long basin and northwestern part of Nam Con Son basin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `11.15,106.54,7.99,110` + */ +export const EPSG_2094 = + '+proj=tmerc +lat_0=0 +lon_0=106 +k=0.9996 +x_0=500000 +y_0=0 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Fao height + * - **CRS-VERTCRS** [5751] + * - **Area**: Iraq - onshore southeast; Iran - onshore northern Gulf coast and west bordering southeast Iraq. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `33.5,44.3,29.06,51.06` + */ +export const EPSG_5751 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Fayette-Franklin-Union (ftUS) + * - **CRS-PROJCRS** [7296] + * - **Area**: United States (USA) - Indiana - counties of Fayette, Franklin and Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.79,-85.31,39.26,-84.81` + */ +export const EPSG_7296 = + '+proj=tmerc +lat_0=39.25 +lon_0=-85.05 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Iron (m) + * - **CRS-PROJCRS** [8163] + * - **Area**: United States (USA) - Wisconsin - Iron county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.6,-90.56,45.98,-89.92` + */ +export const EPSG_8163 = + '+proj=tmerc +lat_0=45.4333333333333 +lon_0=-90.2555555555556 +k=1.0000677153 +x_0=220980.4419 +y_0=0.0085 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 56 / 2 + * - **CRS-PROJCRS** [102078] + * - **Area**: Australia - New South Wales - 152~E to 154~E (ISG 56/2) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,152,-46.44,154` + */ +export const EPSG_102078 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * Mars 2000 + * - **CRS-GEOGCRS** [104905] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104905 = '+proj=longlat +a=3396190 +rf=169.894447223612 +no_defs +type=crs'; + +/** + * DRUKREF 03 / Punakha TM + * - **CRS-PROJCRS** [5301] + * - **Area**: Bhutan - Punakha district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.87,89.63,27.46,90.08` + */ +export const EPSG_5301 = + '+proj=tmerc +lat_0=0 +lon_0=89.85 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 14 + * - **CRS-PROJCRS** [8533] + * - **Area**: United States (USA) - Kansas - counties of Clark; Ford; Hodgeman; Ness. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.7,-100.25,36.99,-99.54` + */ +export const EPSG_8533 = + '+proj=tmerc +lat_0=36.75 +lon_0=-99.6666666666667 +k=1.000097 +x_0=4419608.83921768 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 8 + * - **CRS-PROJCRS** [102428] + * - **Area**: ARC System - Zone 8 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `80,-180,76,180` + */ +export const EPSG_102428 = + '+proj=eqc +lat_ts=78.1728375 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MOP78 + * - **CRS-GEOGCRS** [4639] + * - **Area**: Wallis and Futuna - Wallis. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `-13.16,-176.25,-13.41,-176.07` + */ +export const EPSG_4639 = + '+proj=longlat +ellps=intl +towgs84=253,-132,-127,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRF90 + * - **CRS-GCENCRS** [7916] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7916 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 13N + * - **CRS-PROJCRS** [31967] + * - **Area**: Latin America between 108°W and 102°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31.79,-108,14.05,-102` + */ +export const EPSG_31967 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 48N + * - **CRS-PROJCRS** [32648] + * - **Area**: Between 102°E and 108°E, northern hemisphere between equator and 84°N, onshore and offshore. Cambodia. China. Indonesia. Laos. Malaysia - West Malaysia. Mongolia. Russian Federation. Singapore. Thailand. Vietnam. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,102,0,108` + */ +export const EPSG_32648 = '+proj=utm +zone=48 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * VN-2000 / UTM zone 49N + * - **CRS-PROJCRS** [3406] + * - **Area**: Vietnam - onshore east of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `21.56,108,10.43,109.53` + */ +export const EPSG_3406 = + '+proj=utm +zone=49 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD83 + * - **CRS-GEOGCRS** [4269] + * - **Area**: North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Hawaii; 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. US Virgin Islands. British Virgin Islands. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `4` + * - **BBOX**: `86.45,167.65,14.92,-40.73` + */ +export const EPSG_4269 = '+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Inirida urban grid + * - **CRS-PROJCRS** [6254] + * - **Area**: Colombia - Inirida city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `3.9,-67.94,3.8,-67.88` + */ +export const EPSG_6254 = + '+proj=col_urban +lat_0=3.84543818333333 +lon_0=-67.9052320888889 +x_0=1019177.687 +y_0=491791.326 +h_0=96 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas North Cent. + * - **CRS-PROJCRS** [103540] + * - **Area**: USA - Texas - SPCS - NC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_103540 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-98.5 +lat_1=32.1333333333333 +lat_2=33.9666666666667 +x_0=600000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 108E + * - **CRS-PROJCRS** [4793] + * - **Area**: China - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,106.5,18.19,109.51` + */ +export const EPSG_4793 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Hjorsey 1955 / UTM zone 28N + * - **CRS-PROJCRS** [3056] + * - **Area**: Iceland - mainland east of 18°W. + * - **Unit**: `metre` + * - **Accuracy**: `7` + * - **BBOX**: `66.58,-18,63.45,-13.38` + */ +export const EPSG_3056 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 18N + * - **CRS-PROJCRS** [32218] + * - **Area**: Between 78°W and 72°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-78,0,-72` + */ +export const EPSG_32218 = + '+proj=utm +zone=18 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 8 + * - **CRS-PROJCRS** [22648] + * - **Area**: Canada - Ontario - east of 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.65,-75,44.98,-74.35` + */ +export const EPSG_22648 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 PACP00 UTM Zone 4N + * - **CRS-PROJCRS** [102701] + * - **Area**: USA - 162~W to 156~W onshore - HI + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-160.3,19.51,-155.99` + */ +export const EPSG_102701 = '+proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / UTM zone 23N + * - **CRS-PROJCRS** [2217] + * - **Area**: Greenland - southwest coast east of 48°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.05,-48,59.74,-42.52` + */ +export const EPSG_2217 = + '+proj=utm +zone=23 +ellps=intl +towgs84=163.511,127.533,-159.789,0,0,0.814,-0.6 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 18N + * - **CRS-PROJCRS** [22218] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_22218 = '+proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [2647] + * - **Area**: Russian Federation - onshore between 37°30'E and 40°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.8,37.5,43.33,40.5` + */ +export const EPSG_2647 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / Central Belt Jeju + * - **CRS-PROJCRS** [5182] + * - **Area**: Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `33.61,126.09,33.14,127.01` + */ +export const EPSG_5182 = + '+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=550000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Zanderij / UTM zone 21N + * - **CRS-PROJCRS** [31121] + * - **Area**: Suriname - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `11` + * - **BBOX**: `9.35,-58.08,1.83,-52.66` + */ +export const EPSG_31121 = + '+proj=utm +zone=21 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [2352] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_2352 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E + * - **CRS-PROJCRS** [2702] + * - **Area**: Russian Federation - onshore between 28°30'E and 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.85,28.5,52.85,31.5` + */ +export const EPSG_2702 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kansas South (ftUS) + * - **CRS-PROJCRS** [3543] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_3543 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Qatar 1948 + * - **CRS-GEOGCRS** [4286] + * - **Area**: Qatar - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `26.2,50.69,24.55,51.68` + */ +export const EPSG_4286 = '+proj=longlat +ellps=helmert +no_defs +type=crs'; + +/** + * Nord Sahara 1959 / UTM zone 30N + * - **CRS-PROJCRS** [30730] + * - **Area**: Algeria - between 6°W and 0°W (of Greenwich), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.01,-6,21.82,0` + */ +export const EPSG_30730 = + '+proj=utm +zone=30 +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 53 + * - **CRS-PROJCRS** [7853] + * - **Area**: Australia - onshore and offshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.88,132,-40.71,138.01` + */ +export const EPSG_7853 = + '+proj=utm +zone=53 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Polyconic + * - **CRS-PROJCRS** [54021] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54021 = + '+proj=poly +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GDA94 / BCSG02 + * - **CRS-PROJCRS** [3113] + * - **Area**: 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` + * - **Accuracy**: `3` + * - **BBOX**: `-24.64,152.37,-29.36,153.69` + */ +export const EPSG_3113 = + '+proj=tmerc +lat_0=-28 +lon_0=153 +k=0.99999 +x_0=50000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 19N + * - **CRS-PROJCRS** [31988] + * - **Area**: South America between 72°W and 66°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `15.64,-72,0,-66` + */ +export const EPSG_31988 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGRS93 + * - **CRS-GEOGCRS** [6311] + * - **Area**: Cyprus - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `35.74,32.2,34.59,34.65` + */ +export const EPSG_6311 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin Central (ftUS) + * - **CRS-PROJCRS** [6605] + * - **Area**: 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**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-92.89,43.98,-86.25` + */ +export const EPSG_6605 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-90 +lat_1=45.5 +lat_2=44.25 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Saint Pierre et Miquelon 1950 + * - **CRS-GEOGCRS** [4638] + * - **Area**: St Pierre and Miquelon - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `47.19,-56.48,46.69,-56.07` + */ +export const EPSG_4638 = + '+proj=longlat +ellps=clrk66 +towgs84=11.363,424.148,373.13,0,0,0,0 +no_defs +type=crs'; + +/** + * ETRF90 + * - **CRS-GEOG3DCRS** [7917] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7917 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 12N + * - **CRS-PROJCRS** [31966] + * - **Area**: Latin America between 114°W and 108°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.27,-114,15.09,-108` + */ +export const EPSG_31966 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Hong Kong 1963 Grid System + * - **CRS-PROJCRS** [3407] + * - **Area**: China - Hong Kong - onshore and offshore. + * - **Unit**: `Clarke's foot` + * - **Accuracy**: `null` + * - **BBOX**: `22.58,113.76,22.13,114.51` + */ +export const EPSG_3407 = + '+proj=cass +lat_0=22.3121333333333 +lon_0=114.178555555556 +x_0=40243.5777560424 +y_0=19069.9335151258 +a=6378293.64520876 +b=6356617.98767984 +to_meter=0.3047972654 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 49N + * - **CRS-PROJCRS** [32649] + * - **Area**: Between 108°E and 114°E, northern hemisphere between equator and 84°N, onshore and offshore. China. Hong Kong. Indonesia. Macao. Malaysia - East Malaysia - Sarawak. Mongolia. Russian Federation. Vietnam. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,108,0,114` + */ +export const EPSG_32649 = '+proj=utm +zone=49 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Leticia urban grid + * - **CRS-PROJCRS** [6255] + * - **Area**: Colombia - Leticia city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.17,-69.98,-4.23,-69.92` + */ +export const EPSG_6255 = + '+proj=col_urban +lat_0=-4.19768404722222 +lon_0=-69.9428110583333 +x_0=25978.217 +y_0=27501.365 +h_0=89.7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 19N + * - **CRS-PROJCRS** [32219] + * - **Area**: Between 72°W and 66°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-72,0,-66` + */ +export const EPSG_32219 = + '+proj=utm +zone=19 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ISN93 / Lambert 1993 + * - **CRS-PROJCRS** [3057] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_3057 = + '+proj=lcc +lat_0=65 +lon_0=-19 +lat_1=64.25 +lat_2=65.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [4792] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_4792 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / Brazil Polyconic + * - **CRS-PROJCRS** [5880] + * - **Area**: Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.04,-74.01,-35.71,-25.28` + */ +export const EPSG_5880 = + '+proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Texas Central + * - **CRS-PROJCRS** [103541] + * - **Area**: USA - Texas - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_103541 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=30.1166666666667 +lat_2=31.8833333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 9 + * - **CRS-PROJCRS** [22649] + * - **Area**: Canada - Ontario - between 78°W and 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.25,-78,43.63,-75` + */ +export const EPSG_22649 = + '+proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / UTM zone 22N + * - **CRS-PROJCRS** [2216] + * - **Area**: Greenland - southwest coast between 54°W and 48°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.05,-54,60.63,-48` + */ +export const EPSG_2216 = + '+proj=utm +zone=22 +ellps=intl +towgs84=163.511,127.533,-159.789,0,0,0.814,-0.6 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Montana (Feet) + * - **CRS-PROJCRS** [102700] + * - **Area**: USA - Montana + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_102700 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=45 +lat_2=49 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 19N + * - **CRS-PROJCRS** [22219] + * - **Area**: Canada between 72°W and 66°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-72,40.8,-66` + */ +export const EPSG_22219 = '+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 / MSLC2000 + * - **CRS-PROJCRS** [5479] + * - **Area**: Antarctica - McMurdo Sound region. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-76,153,-81,173` + */ +export const EPSG_5479 = + '+proj=lcc +lat_0=-78 +lon_0=163 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=7000000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KGD2002 / East Belt + * - **CRS-PROJCRS** [5183] + * - **Area**: Republic of Korea (South Korea) - onshore between 128°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.64,128,34.49,129.65` + */ +export const EPSG_5183 = + '+proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 12 + * - **CRS-PROJCRS** [2646] + * - **Area**: Russian Federation - onshore between 34°30'E and 37°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.39,34.5,44.61,37.51` + */ +export const EPSG_2646 = + '+proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [2353] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_2353 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E + * - **CRS-PROJCRS** [2703] + * - **Area**: Russian Federation - onshore between 31°30'E and 34°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,31.5,51.24,34.5` + */ +export const EPSG_2703 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Canada Atlas LCC + * - **CRS-PROJCRS** [102215] + * - **Area**: Canada + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_102215 = + '+proj=lcc +lat_0=0 +lon_0=-95 +lat_1=49 +lat_2=77 +x_0=0 +y_0=-8000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Nord Sahara 1959 / UTM zone 31N + * - **CRS-PROJCRS** [30731] + * - **Area**: Algeria - between 0°E and 6°E (of Greenwich), onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.77,0,18.97,6.01` + */ +export const EPSG_30731 = + '+proj=utm +zone=31 +a=6378249.145 +rf=293.465 +towgs84=-267.407,-47.068,446.357,-0.179423,5.577661,-1.27762,1.204866 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Kansas South + * - **CRS-PROJCRS** [3542] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_3542 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 52 + * - **CRS-PROJCRS** [7852] + * - **Area**: Australia - onshore and offshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.1,125.99,-37.38,132` + */ +export const EPSG_7852 = + '+proj=utm +zone=52 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / Geoscience Australia Lambert + * - **CRS-PROJCRS** [3112] + * - **Area**: Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-9.86,112.85,-43.7,153.69` + */ +export const EPSG_3112 = + '+proj=lcc +lat_0=0 +lon_0=134 +lat_1=-18 +lat_2=-36 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 20N + * - **CRS-PROJCRS** [31989] + * - **Area**: South America between 66°W and 60°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `16.75,-66,0,-60` + */ +export const EPSG_31989 = + '+proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGRS93 + * - **CRS-GEOG3DCRS** [6310] + * - **Area**: Cyprus - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `35.74,32.2,34.59,34.65` + */ +export const EPSG_6310 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * GDA2020 / KAR2020 + * - **CRS-PROJCRS** [8027] + * - **Area**: Australia - Western Australia - Karratha area onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-20.25,116.58,-20.92,117.25` + */ +export const EPSG_8027 = + '+proj=tmerc +lat_0=0 +lon_0=116.933333333333 +k=0.9999989 +x_0=50000 +y_0=2550000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 + * - **CRS-GEOG3DCRS** [4907] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_4907 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Richland (ftUS) + * - **CRS-PROJCRS** [7628] + * - **Area**: United States (USA) - Wisconsin - Richland county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.56,-90.68,43.16,-90.19` + */ +export const EPSG_7628 = + '+proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.4305555555556 +k_0=1.0000375653 +x_0=202387.604775209 +y_0=134255.425450851 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RH00 height + * - **CRS-VERTCRS** [5615] + * - **Area**: Sweden - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,10.93,55.28,24.17` + */ +export const EPSG_5615 = '+vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2021 / UTM zone 18S + * - **CRS-PROJCRS** [20048] + * - **Area**: Chile - 78°W to 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.35,-78,-59.36,-71.99` + */ +export const EPSG_20048 = '+proj=utm +zone=18 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 5 + * - **CRS-PROJCRS** [26935] + * - **Area**: United States (USA) - Alaska - between 156°W and 152°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_26935 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Lakshadweep + * - **CRS-PROJCRS** [7782] + * - **Area**: India - Lakshadweep (Laccadive, Minicoy, and Aminidivi Islands). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.76,72.04,8.21,73.76` + */ +export const EPSG_7782 = + '+proj=tmerc +lat_0=10 +lon_0=73.125 +k=0.9999536 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Clay (ftUS) + * - **CRS-PROJCRS** [7278] + * - **Area**: United States (USA) - Indiana - Clay county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.61,-87.25,39.16,-86.93` + */ +export const EPSG_7278 = + '+proj=tmerc +lat_0=39.15 +lon_0=-87.15 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 63 + * - **CRS-PROJCRS** [2580] + * - **Area**: Russian Federation - onshore between 172°30'W and 169°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `67.06,-172.5,64.35,-169.57` + */ +export const EPSG_2580 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * GDBD2009 + * - **CRS-GEOG3DCRS** [5245] + * - **Area**: Brunei Darussalam - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `6.31,112.37,4.01,115.37` + */ +export const EPSG_5245 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Bab South Palau Azi Equidist + * - **CRS-PROJCRS** [102096] + * - **Area**: Palau + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `11.45,129.48,1.64,136.98` + */ +export const EPSG_102096 = + '+proj=aeqd +lat_0=7.35122211111111 +lon_0=134.450444861111 +x_0=50000 +y_0=150000 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF04P01 + * - **CRS-GEOG3DCRS** [8924] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8924 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MGI + * - **CRS-GCENCRS** [9266] + * - **Area**: Austria. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_9266 = '+proj=geocent +ellps=bessel +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways C17H1 + * - **CRS-PROJCRS** [112096] + * - **Area**: UK - Highways England - C17 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.5176,-1.4821,53.9324,-0.923` + */ +export const EPSG_112096 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999980759810936 +x_0=-24009.1113476146 +y_0=126047.834574977 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 25N + * - **CRS-PROJCRS** [32425] + * - **Area**: Between 36°W and 30°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-36,0,-30` + */ +export const EPSG_32425 = + '+proj=utm +zone=25 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Kansas South (ftUS) + * - **CRS-PROJCRS** [6469] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_6469 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Karbala 1979 / UTM zone 37N + * - **CRS-PROJCRS** [3391] + * - **Area**: Iraq - west of 42°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `36.75,38.79,31.14,42` + */ +export const EPSG_3391 = + '+proj=utm +zone=37 +a=6378249.145 +rf=293.465 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 9 + * - **CRS-PROJCRS** [21209] + * - **Area**: Russian Federation - onshore between 25°30'E and 28°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.93,26.61,56.05,28.51` + */ +export const EPSG_21209 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Wabasha (meter) + * - **CRS-PROJCRS** [103687] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103687 = + '+proj=lcc +lat_0=44.1069444444444 +lon_0=-92.2666666666667 +lat_1=44.15 +lat_2=44.4166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378426.561 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B30H1 + * - **CRS-PROJCRS** [112079] + * - **Area**: UK - Highways England - B30 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7715,1.4093,51.9957,1.6026` + */ +export const EPSG_112079 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999314971695549 +x_0=-223935.843217878 +y_0=110968.208023145 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ST84 Ile des Pins / UTM zone 58S + * - **CRS-PROJCRS** [2996] + * - **Area**: New Caledonia - Ile des Pins. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-22.49,167.36,-22.73,167.61` + */ +export const EPSG_2996 = + '+proj=utm +zone=58 +south +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Vermont + * - **CRS-PROJCRS** [3684] + * - **Area**: United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_3684 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Israel 1993 + * - **CRS-GEOGCRS** [4141] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.5` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_4141 = + '+proj=longlat +ellps=GRS80 +towgs84=23.772,17.49,17.859,-0.3132,-1.85274,1.67299,-5.4262 +no_defs +type=crs'; + +/** + * ETRS89 + LAT NL depth + * - **CRS-COMPOUNDCRS** [9289] + * - **Area**: Netherlands - offshore North Sea and nearshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.77,2.53,51.32,7.21` + */ +export const EPSG_9289 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Minnesota South (US Feet) + * - **CRS-PROJCRS** [103392] + * - **Area**: USA - Minnesota - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_103392 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=43.7833333333333 +lat_2=45.2166666666667 +x_0=800000.000000001 +y_0=100000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Ramsey (meter) + * - **CRS-PROJCRS** [103668] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103668 = + '+proj=lcc +lat_0=44.7911111111111 +lon_0=-93.3833333333333 +lat_1=44.8833333333333 +lat_2=45.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378418.941 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Rhode Island + * - **CRS-PROJCRS** [32130] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_32130 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Maine West (ftUS) + * - **CRS-PROJCRS** [6486] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_6486 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [4511] + * - **Area**: China - onshore and offshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `52.79,126,29.7,132` + */ +export const EPSG_4511 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California I (US Feet) + * - **CRS-PROJCRS** [103238] + * - **Area**: USA - California - SPCS - 1 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_103238 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=40 +lat_2=41.6666666666667 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 60S + * - **CRS-PROJCRS** [32560] + * - **Area**: Between 174°E and 180°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,174,-80,180` + */ +export const EPSG_32560 = + '+proj=utm +zone=60 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Douglas height + * - **CRS-VERTCRS** [5750] + * - **Area**: Isle of Man - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.44,-4.87,54.02,-4.27` + */ +export const EPSG_5750 = '+vunits=m +no_defs +type=crs'; + +/** + * Bissau / UTM zone 28N + * - **CRS-PROJCRS** [2095] + * - **Area**: Guinea-Bissau - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `25` + * - **BBOX**: `12.69,-16.77,10.87,-13.64` + */ +export const EPSG_2095 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-173,253,27,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NTF France III (degrees) + * - **CRS-PROJCRS** [102583] + * - **Area**: France - mainland south of 45.45~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.46,-1.79,42.33,7.71` + */ +export const EPSG_102583 = + '+proj=lcc +lat_1=44.1 +lat_0=44.1 +lon_0=2.33722916666667 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 56 / 3 + * - **CRS-PROJCRS** [102079] + * - **Area**: Australia - New South Wales - 154~E to 156~E (ISG 56/3) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,154,-46.44,156` + */ +export const EPSG_102079 = + '+proj=tmerc +lat_0=0 +lon_0=155 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Jackson (ftUS) + * - **CRS-PROJCRS** [8162] + * - **Area**: United States (USA) - Wisconsin - Jackson county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.17,44.07,-90.31` + */ +export const EPSG_8162 = + '+proj=tmerc +lat_0=44.2533351277778 +lon_0=-90.8442965194444 +k=1.0000353 +x_0=27000 +y_0=24999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Fountain-Warren (m) + * - **CRS-PROJCRS** [7297] + * - **Area**: United States (USA) - Indiana - counties of Fountain and Warren. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.48,-87.54,39.95,-87.09` + */ +export const EPSG_7297 = + '+proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DRUKREF 03 / Pemagatshel TM + * - **CRS-PROJCRS** [5300] + * - **Area**: Bhutan - Pemagatshel district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.18,91,26.78,91.56` + */ +export const EPSG_5300 = + '+proj=tmerc +lat_0=0 +lon_0=91.35 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mars 1979 + * - **CRS-GEOGCRS** [104904] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104904 = '+proj=longlat +a=3393400 +rf=192.043010752688 +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 9 + * - **CRS-PROJCRS** [102429] + * - **Area**: ARC System - Zone 9 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,80,180` + */ +export const EPSG_102429 = + '+proj=aeqd +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / West Virginia South (ftUS) + * - **CRS-PROJCRS** [26870] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_26870 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [2611] + * - **Area**: Russian Federation - onshore between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `79.21,103.5,50.13,106.5` + */ +export const EPSG_2611 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / TM35FIN(N,E) + N2000 height + * - **CRS-COMPOUNDCRS** [3903] + * - **Area**: Finland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.09,19.24,59.75,31.59` + */ +export const EPSG_3903 = '+proj=utm +zone=35 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Idaho East (ftUS) + * - **CRS-PROJCRS** [2241] + * - **Area**: United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `44.75,-113.24,41.99,-111.04` + */ +export const EPSG_2241 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-112.166666666667 +k=0.999947368 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Segara / NEIEZ + * - **CRS-PROJCRS** [3000] + * - **Area**: Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas. + * - **Unit**: `metre` + * - **Accuracy**: `999` + * - **BBOX**: `4.29,114.55,-4.24,119.06` + */ +export const EPSG_3000 = + '+proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Adams Square II + * - **CRS-PROJCRS** [54098] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54098 = + '+proj=adams_ws2 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Pennsylvania South + * - **CRS-PROJCRS** [103516] + * - **Area**: USA - Pennsylvania - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_103516 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=39.9333333333333 +lat_2=40.9666666666667 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Itasca North + * - **CRS-GEOGCRS** [104729] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104729 = '+proj=longlat +a=6378574.389 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [21462] + * - **Area**: China - onshore between 126°E and 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.79,126,40.89,132` + */ +export const EPSG_21462 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Michigan South + * - **CRS-PROJCRS** [6202] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_6202 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3333333333333 +lat_1=42.1 +lat_2=43.6666666666667 +x_0=609601.219202438 +y_0=0 +k_0=1.0000382 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Kertau 1968 / Pinang Grid + * - **CRS-PROJCRS** [4395] + * - **Area**: Malaysia - West Malaysia - Pulau Pinang - Pinang (Penang) Island and Seberang Perai (Province Wellesley). + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `5.59,100.12,5.12,100.56` + */ +export const EPSG_4395 = + '+proj=cass +lat_0=5.421325 +lon_0=100.345869444444 +x_0=0 +y_0=0 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JAD2001 / UTM zone 18N + * - **CRS-PROJCRS** [3450] + * - **Area**: Jamaica - east of 78°W onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `19.2,-78,14.08,-74.51` + */ +export const EPSG_3450 = + '+proj=utm +zone=18 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 171W + * - **CRS-PROJCRS** [21032] + * - **Area**: Russian Federation - onshore east of 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `67.18,-174,64.2,-168.97` + */ +export const EPSG_21032 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 9N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6652] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_6652 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 18N + * - **CRS-PROJCRS** [6347] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-78,28.28,-72` + */ +export const EPSG_6347 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Faroe Lambert + * - **CRS-PROJCRS** [3145] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_3145 = + 'PROJCS["ETRS89 / Faroe Lambert",GEOGCS["ETRS89",DATUM["European_Terrestrial_Reference_System_1989",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6258"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4258"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",62],PARAMETER["Longitude of natural origin",-9],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3145"]]'; + +/** + * Nouakchott 1965 + * - **CRS-GEOGCRS** [4680] + * - **Area**: Mauritania - coastal area south of Cape Timiris. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `19.41,-16.57,16.81,-15.59` + */ +export const EPSG_4680 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=124.5,-63.5,-281,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 18N + * - **CRS-PROJCRS** [26718] + * - **Area**: North America - between 78°W and 72°W. Bahamas. Canada - Nunavut; Ontario; Quebec. Cuba. United States (USA) - Connecticut; Delaware; Maryland; Massachusetts; New Hampshire; New Jersey; New York; North Carolina; Pennsylvania; Virginia; Vermont. Onshore for Canadian arctic. onshore and offshore for US east coast and Cuba, with usage in Bahamas onshore plus offshore over internal continental shelf only. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `83.16,-78,18.83,-72` + */ +export const EPSG_26718 = + '+proj=utm +zone=18 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 37N + * - **CRS-PROJCRS** [25837] + * - **Area**: Europe between 36°E and 42°E: Norway including Svalbard - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.07,36,72.99,38.01` + */ +export const EPSG_25837 = + '+proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * BGS2005 / UTM zone 36N + * - **CRS-PROJCRS** [7805] + * - **Area**: Bulgaria - offshore east of 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.67,30,42.56,31.35` + */ +export const EPSG_7805 = + '+proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Natural Earth + * - **CRS-PROJCRS** [54077] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54077 = + '+proj=natearth +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Florida North (ftUS) + * - **CRS-PROJCRS** [3515] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_3515 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Kalianpur 1937 / India zone IIb + * - **CRS-PROJCRS** [24375] + * - **Area**: Bangladesh - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `26.64,88.01,20.52,92.67` + */ +export const EPSG_24375 = + '+proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743185.69 +y_0=914395.23 +ellps=evrst30 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS La Crosse (m) + * - **CRS-PROJCRS** [7556] + * - **Area**: United States (USA) - Wisconsin - La Crosse county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.1,-91.43,43.72,-90.91` + */ +export const EPSG_7556 = + '+proj=tmerc +lat_0=43.4511111111111 +lon_0=-91.3166666666667 +k=1.0000319985 +x_0=130454.6598 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E + * - **CRS-PROJCRS** [2754] + * - **Area**: Russian Federation - onshore between 178°30'E and 178°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,178.5,62.24,-178.5` + */ +export const EPSG_2754 = + '+proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 / RT90 5 gon V emulation + * - **CRS-PROJCRS** [3846] + * - **Area**: Sweden - communes between approximately 12°26'E and 14°40'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `64.39,11.81,55.28,15.44` + */ +export const EPSG_3846 = + '+proj=tmerc +lat_0=0 +lon_0=13.5562666666667 +k=1.0000058 +x_0=1500044.695 +y_0=-667.13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ID74 / UTM zone 49N + * - **CRS-PROJCRS** [23849] + * - **Area**: Indonesia - onshore north of equator and between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `4.25,108,0,114` + */ +export const EPSG_23849 = + '+proj=utm +zone=49 +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 56 + * - **CRS-PROJCRS** [28356] + * - **Area**: Australia - onshore and offshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-13.87,150,-58.96,156` + */ +export const EPSG_28356 = + '+proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 / Greenland zone 5 west + * - **CRS-PROJCRS** [2304] + * - **Area**: Greenland - west coast onshore - between 69°N and 72°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `72,-56.06,69,-49.11` + */ +export const EPSG_2304 = + 'PROJCS["Qornoq 1927 / Greenland zone 5 west",GEOGCS["Qornoq 1927",DATUM["Qornoq_1927",SPHEROID["International 1924",6378388,297],TOWGS84[163.511,127.533,-159.789,0,0,0.814,-0.6]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4194"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",70.5],PARAMETER["Longitude of natural origin",-52],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2304"]]'; + +/** + * NAD83 / Oregon North (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8709] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_8709 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000.0001424 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 8 + * - **CRS-PROJCRS** [32188] + * - **Area**: Canada - Quebec between 75°W and 72°W.; Canada - Ontario - east of 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `62.53,-75,44.98,-72` + */ +export const EPSG_32188 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 3N (ftUS) + * - **CRS-PROJCRS** [4403] + * - **Area**: United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_4403 = + '+proj=tmerc +lat_0=0 +lon_0=-165 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Georgia East (ftUS) + * - **CRS-PROJCRS** [2884] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_2884 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Cuba Sur + * - **CRS-PROJCRS** [3796] + * - **Area**: Cuba - onshore south of 21°30'N and east of 80°W . + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `21.5,-78.69,19.77,-74.07` + */ +export const EPSG_3796 = + '+proj=lcc +lat_0=20.7166666666667 +lon_0=-76.8333333333333 +lat_1=21.3 +lat_2=20.1333333333333 +x_0=500000 +y_0=229126.939 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Iowa North (US Feet) + * - **CRS-PROJCRS** [103280] + * - **Area**: USA - Iowa - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_103280 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=42.0666666666667 +lat_2=43.2666666666667 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF01P01 + * - **CRS-GEOGCRS** [8973] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8973 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD27 / Ohio North + * - **CRS-PROJCRS** [32022] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_32022 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=40.4333333333333 +lat_2=41.7 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Virginia South + * - **CRS-PROJCRS** [6594] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_6594 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Hawaii zone 2 + * - **CRS-PROJCRS** [26962] + * - **Area**: United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_26962 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * LKS94 + * - **CRS-GCENCRS** [4950] + * - **Area**: Lithuania - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `56.45,19.02,53.89,26.82` + */ +export const EPSG_4950 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Voirol 1875 (degrees) Nord Algerie Ancienne + * - **CRS-PROJCRS** [102491] + * - **Area**: Algeria - north of 34~39'N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.22,34.64,8.64` + */ +export const EPSG_102491 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * NZGD49 / Marlborough Circuit + * - **CRS-PROJCRS** [27220] + * - **Area**: New Zealand - South Island - Marlborough meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.85,172.95,-42.65,174.46` + */ +export const EPSG_27220 = + '+proj=tmerc +lat_0=-41.5444866666667 +lon_0=173.802074111111 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * IG05 Intermediate CRS + * - **CRS-GEOG3DCRS** [6982] + * - **Area**: Israel - onshore; Palestine Territory - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `33.28,34.17,29.45,35.69` + */ +export const EPSG_6982 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * MARGEN / UTM zone 21S + * - **CRS-PROJCRS** [5357] + * - **Area**: Bolivia - east of 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-16.27,-60,-20.17,-57.52` + */ +export const EPSG_5357 = + '+proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Uranus - Oberon + * - **CRS-GEOGCRS** [104953] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104953 = '+proj=longlat +R=761400 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Polk (m) + * - **CRS-PROJCRS** [8135] + * - **Area**: United States (USA) - Wisconsin - Polk county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.73,-92.89,45.2,-92.15` + */ +export const EPSG_8135 = + '+proj=tmerc +lat_0=44.6611111111111 +lon_0=-92.6333333333333 +k=1.0000433849 +x_0=141732.2823 +y_0=0.0059 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 22 + * - **CRS-PROJCRS** [2538] + * - **Area**: Kazakhstan, Russian Federation onshore, Tajikistan, Turkmenistan and Uzbekistan - between 64°30'E and 67°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.25,64.5,36.27,67.5` + */ +export const EPSG_2538 = + '+proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Greek (Athens) + * - **CRS-GEOGCRS** [4815] + * - **Area**: Greece - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `41.75,19.57,34.88,28.3` + */ +export const EPSG_4815 = '+proj=longlat +ellps=bessel +pm=athens +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Gresham-Warm Springs zone (m) + * - **CRS-PROJCRS** [6828] + * - **Area**: United States (USA) - Oregon - Gresham-Warm Springs area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.55,-122.43,45.02,-121.68` + */ +export const EPSG_6828 = + '+proj=tmerc +lat_0=45 +lon_0=-122.333333333333 +k=1.00005 +x_0=10000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert zone I + NGF-IGN69 height + * - **CRS-COMPOUNDCRS** [5707] + * - **Area**: France mainland onshore north of 53.5 grads North (48°09'N). + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.14,-4.87,48.14,8.23` + */ +export const EPSG_5707 = + '+proj=lcc +lat_1=49.5 +lat_0=49.5 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +ellps=clrk80ign +pm=paris +units=m +vunits=m +no_defs +type=crs'; + +/** + * MML07 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9374] + * - **Area**: United Kingdom (UK) - on or related to the Midland Mainline rail route from Sheffield to London. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.42,-1.89,51.46,0.16` + */ +export const EPSG_9374 = + '+proj=tmerc +lat_0=52.45 +lon_0=-0.85 +k=1 +x_0=49350.157 +y_0=108398.212 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Bonne + * - **CRS-PROJCRS** [53024] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53024 = + '+proj=bonne +lat_1=60 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Alberta 3TM ref merid 111 W + * - **CRS-PROJCRS** [3779] + * - **Area**: Canada - Alberta - east of 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,-112.5,48.99,-109.98` + */ +export const EPSG_3779 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 37S + * - **CRS-PROJCRS** [32537] + * - **Area**: Between 36°E and 42°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,36,-80,42` + */ +export const EPSG_32537 = + '+proj=utm +zone=37 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 4-30 + * - **CRS-PROJCRS** [6081] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `77.84,46,72.83,70.01` + */ +export const EPSG_6081 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=58 +lat_1=77 +lat_2=73.6666666666667 +x_0=30500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [4546] + * - **Area**: China - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,109.5,18.11,112.5` + */ +export const EPSG_4546 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU41-45 + * - **CRS-PROJCRS** [3283] + * - **Area**: Antarctica - 80°S to 84°S and 60°E to 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,60,-84,90` + */ +export const EPSG_3283 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=75 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Taylorville (ftUS) + * - **CRS-PROJCRS** [23326] + * - **Area**: United States (USA) - Illinois - counties of Christian and Montgomery. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.83,-89.71,38.99,-89.02` + */ +export const EPSG_23326 = + '+proj=tmerc +lat_0=33.15 +lon_0=-89.4 +k=1.000023 +x_0=2050088.9001778 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Xrail84 + * - **CRS-GEOGCRS** [104050] + * - **Area**: UK - London + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.8,-0.7,51.2,0.6` + */ +export const EPSG_104050 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * MTRF-2000 / UTM zone 36N + * - **CRS-PROJCRS** [8836] + * - **Area**: Saudi Arabia - onshore and offshore - west of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `29.38,34.44,24.92,36.01` + */ +export const EPSG_8836 = + '+proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Catania 1965 height + * - **CRS-COMPOUNDCRS** [9724] + * - **Area**: Italy - Sicily onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.35,12.36,36.59,15.71` + */ +export const EPSG_9724 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 17N (ftUS) + * - **CRS-PROJCRS** [32167] + * - **Area**: United States (USA) - between 84°W and 78°W onshore and offshore - Florida; Georgia; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia; Gulf of Mexico outer continental shelf (GoM OCS) east of approximately 84°W - protraction areas Gainesville; Tarpon Springs; St Petersburg; Charlotte Harbor; Pulley Ridge; Dry Tortugas; Tortugas Valley; Miami; Key West. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `46.13,-84.09,23.81,-77.99` + */ +export const EPSG_32167 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [3329] + * - **Area**: Czechia - between 13°30'E and 16°30'E. Germany - states of former East Germany onshore - east of 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen. Hungary and Poland - onshore west of 16°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.72,13.5,46.54,16.5` + */ +export const EPSG_3329 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * SHMG2015 + SHVD2015 height + * - **CRS-COMPOUNDCRS** [7956] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7956 = + '+proj=utm +zone=30 +south +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Jouik 1961 + * - **CRS-GEOGCRS** [4679] + * - **Area**: Mauritania - coastal area north of Cape Timiris. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `21.34,-17.08,19.37,-15.88` + */ +export const EPSG_4679 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-80.01,253.26,291.19,0,0,0,0 +no_defs +type=crs'; + +/** + * GUVD04 height + * - **CRS-VERTCRS** [6644] + * - **Area**: Guam - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `13.7,144.58,13.18,145.01` + */ +export const EPSG_6644 = '+vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 141E + * - **CRS-PROJCRS** [21024] + * - **Area**: Russian Federation - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.27,138,45.84,144` + */ +export const EPSG_21024 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 8N + * - **CRS-PROJCRS** [32608] + * - **Area**: Between 138°W and 132°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - British Columbia (BC); Northwest Territiories (NWT); Yukon. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-138,0,-132` + */ +export const EPSG_32608 = '+proj=utm +zone=8 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Rhode Island (ftUS) + * - **CRS-PROJCRS** [3446] + * - **Area**: United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.02,-71.85,41.13,-71.08` + */ +export const EPSG_3446 = + '+proj=tmerc +lat_0=41.0833333333333 +lon_0=-71.5 +k=0.99999375 +x_0=99999.9999898399 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Egypt 1907 + * - **CRS-GEOGCRS** [4229] + * - **Area**: Egypt - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.2` + * - **BBOX**: `33.82,24.7,21.89,37.91` + */ +export const EPSG_4229 = + '+proj=longlat +ellps=helmert +towgs84=-127.535,113.495,-12.7,1.603747,-0.153612,-5.364408,5.33745 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS North Carolina + * - **CRS-PROJCRS** [103500] + * - **Area**: USA - North Carolina + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_103500 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=34.3333333333333 +lat_2=36.1666666666667 +x_0=609601.219202438 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 20 15 + * - **CRS-PROJCRS** [3016] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `69.07,16.08,63.45,23.28` + */ +export const EPSG_3016 = + '+proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 58N + * - **CRS-PROJCRS** [32258] + * - **Area**: Between 162°E and 168°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,162,0,168` + */ +export const EPSG_32258 = + '+proj=utm +zone=58 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89/DREF91/2016 + * - **CRS-GEOG3DCRS** [10283] + * - **Area**: Germany - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.92,3.34,47.27,15.04` + */ +export const EPSG_10283 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 8N + * - **CRS-PROJCRS** [22608] + * - **Area**: Canada between 138°W and 132°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `79.42,-138,48.06,-132` + */ +export const EPSG_22608 = '+proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ISN93 + ISH2004 height + * - **CRS-COMPOUNDCRS** [9948] + * - **Area**: Iceland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_9948 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / New Mexico East (ftUS) + * - **CRS-PROJCRS** [2257] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_2257 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * FEH2010 + * - **CRS-GEOG3DCRS** [5592] + * - **Area**: Fehmarnbelt area of Denmark and Germany. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `54.83,10.66,54.33,12.01` + */ +export const EPSG_5592 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * OSGB36 / British National Grid + ODN height + * - **CRS-COMPOUNDCRS** [7405] + * - **Area**: United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `58.71,-7.06,49.93,1.8` + */ +export const EPSG_7405 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +units=m +vunits=m +no_defs +type=crs'; + +/** + * BH_ETRS89 / TM + * - **CRS-PROJCRS** [10329] + * - **Area**: Bosnia and Herzegovina. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.27,15.74,42.56,19.62` + */ +export const EPSG_10329 = + '+proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2607] + * - **Area**: Russian Federation - onshore between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.26,91.5,50.16,94.5` + */ +export const EPSG_2607 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Georgia Statewide Lambert + * - **CRS-PROJCRS** [102604] + * - **Area**: USA - Georgia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-85.61,30.36,-80.77` + */ +export const EPSG_102604 = + '+proj=lcc +lat_0=0 +lon_0=-83.5 +lat_1=31.4166666666667 +lat_2=34.2833333333333 +x_0=0 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Garoua / UTM zone 33N + * - **CRS-PROJCRS** [2312] + * - **Area**: Cameroon - Garoua area. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `9.87,12.9,8.92,14.19` + */ +export const EPSG_2312 = + '+proj=utm +zone=33 +a=6378249.145 +rf=293.465 +towgs84=-56.1,-167.8,13.1,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Blackfeet (m) + * - **CRS-PROJCRS** [7110] + * - **Area**: United States (USA) - Montana - Blackfeet Indian Reservation. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-113.84,48,-112` + */ +export const EPSG_7110 = + '+proj=tmerc +lat_0=48 +lon_0=-112.5 +k=1.00019 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SWEREF99 / RT90 5 gon O emulation + * - **CRS-PROJCRS** [3850] + * - **Area**: Sweden - east of approximately 21°26'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.58,21.34,65.24,24.17` + */ +export const EPSG_3850 = + '+proj=tmerc +lat_0=0 +lon_0=22.5563333333333 +k=1.0000049 +x_0=1500121.846 +y_0=-672.557 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E + * - **CRS-PROJCRS** [2742] + * - **Area**: Russian Federation - onshore between 142°30'E and 145°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.98,142.5,43.61,145.5` + */ +export const EPSG_2742 = + '+proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Dane (m) + * - **CRS-PROJCRS** [7540] + * - **Area**: United States (USA) - Wisconsin - Dane county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.3,-89.84,42.84,-89` + */ +export const EPSG_7540 = + '+proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.4222222222222 +k_0=1.0000384786 +x_0=247193.2944 +y_0=146591.9896 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Colorado North + * - **CRS-PROJCRS** [3503] + * - **Area**: United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.01,-109.06,39.56,-102.04` + */ +export const EPSG_3503 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-105.5 +lat_1=40.7833333333333 +lat_2=39.7166666666667 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Ozaukee (US feet) + * - **CRS-PROJCRS** [103445] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103445 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.372771146 +y_0=0.000914401828803658 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / BC Albers + * - **CRS-PROJCRS** [3153] + * - **Area**: Canada - British Columbia. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60.01,-139.04,48.25,-114.08` + */ +export const EPSG_3153 = + '+proj=aea +lat_0=45 +lon_0=-126 +lat_1=50 +lat_2=58.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Kasai 1953 + * - **CRS-GEOGCRS** [4696] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Kasai - south of 5°S and east of 21°30'E. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-5.01,21.5,-7.31,26.26` + */ +export const EPSG_4696 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * NAD83(2011) / EPSG Arctic zone 5-29 + * - **CRS-PROJCRS** [6351] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `74.51,-173,69.5,-153` + */ +export const EPSG_6351 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-163 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=29500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SAD69 / Brazil Polyconic + * - **CRS-PROJCRS** [29101] + * - **Area**: Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `7.04,-74.01,-35.71,-25.28` + */ +export const EPSG_29101 = + '+proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / PCCS zone 2 (ft) + * - **CRS-PROJCRS** [8066] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `32.51,-112.52,31.5,-111.56` + */ +export const EPSG_8066 = + '+proj=tmerc +lat_0=31.25 +lon_0=-112.166666666667 +k=1.00009 +x_0=548640 +y_0=304800 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [20009] + * - **Area**: Russian Federation - onshore between 48°E and 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.4,48,41.39,54` + */ +export const EPSG_20009 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo29 + * - **CRS-PROJCRS** [102487] + * - **Area**: South Africa - 28~E to 30~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-22.13,27.99,-33.03,30.01` + */ +export const EPSG_102487 = + '+proj=tmerc +lat_0=0 +lon_0=29 +k=-1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Vermont (ftUS) + * - **CRS-PROJCRS** [5654] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_5654 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * JGD2000 + * - **CRS-GCENCRS** [4946] + * - **Area**: Japan - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,122.38,17.09,157.65` + */ +export const EPSG_4946 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Indiana West + * - **CRS-PROJCRS** [26974] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_26974 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / Alberta 3TM ref merid 117 W + * - **CRS-PROJCRS** [22464] + * - **Area**: Canada - Alberta - between 118°30'W and 115°30' W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-118.5,50.77,-115.5` + */ +export const EPSG_22464 = + '+proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / South Dakota North + * - **CRS-PROJCRS** [32034] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `45.95,-104.07,44.14,-96.45` + */ +export const EPSG_32034 = + '+proj=lcc +lat_0=43.8333333333333 +lon_0=-100 +lat_1=44.4166666666667 +lat_2=45.6833333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas North (ftUS) + * - **CRS-PROJCRS** [6582] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_6582 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Maine East + * - **CRS-PROJCRS** [103296] + * - **Area**: USA - Maine - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.47,-70.03,43.88,-66.91` + */ +export const EPSG_103296 = + '+proj=tmerc +lat_0=43.6666666666667 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic zone 3-15 + * - **CRS-PROJCRS** [6078] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `81.17,67,76.16,98.01` + */ +export const EPSG_6078 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=83 +lat_1=80.3333333333333 +lat_2=77 +x_0=15500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Alberta 3TM ref merid 114 W + * - **CRS-PROJCRS** [3780] + * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `60,-115.5,48.99,-112.5` + */ +export const EPSG_3780 = + '+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kentucky South (ftUS) + * - **CRS-PROJCRS** [2892] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_2892 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.9333333333333 +lat_2=36.7333333333333 +x_0=500000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone A4 + * - **CRS-PROJCRS** [2938] + * - **Area**: Azerbaijan east of 49°02'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `42.59,49.03,37.89,51.73` + */ +export const EPSG_2938 = + '+proj=tmerc +lat_0=0.116666666666667 +lon_0=50.5333333333333 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Sierra Leone 1960 + * - **CRS-GEOGCRS** [104103] + * - **Area**: Sierra Leone + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `10,-16.57,4.22,-10.26` + */ +export const EPSG_104103 = '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 48 + * - **CRS-PROJCRS** [21248] + * - **Area**: Russian Federation - onshore between 142°30'E and 145°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.98,142.5,43.61,145.5` + */ +export const EPSG_21248 = + '+proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Colorado Central (ftUS) + * - **CRS-PROJCRS** [6428] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_6428 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Katanga 1955 / Katanga Lambert + * - **CRS-PROJCRS** [4415] + * - **Area**: The Democratic Republic of the Congo (Zaire) - Katanga. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.99,21.74,-13.46,30.78` + */ +export const EPSG_4415 = + '+proj=lcc +lat_0=-9 +lon_0=26 +lat_1=-6.5 +lat_2=-11.5 +x_0=500000 +y_0=500000 +ellps=clrk66 +towgs84=-102.283,-10.277,-257.396,-3.976,-0.002,-6.203,12.315 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / DKTM4 + DVR90 height + * - **CRS-COMPOUNDCRS** [4100] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_4100 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=800000 +y_0=-5000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A20H2 + * - **CRS-PROJCRS** [112038] + * - **Area**: UK - Highways England - A20 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0371,-0.369,50.7659,-0.0755` + */ +export const EPSG_112038 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99985072650745 +x_0=-105026.203202741 +y_0=71017.718356139 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Faribault (meter) + * - **CRS-PROJCRS** [103629] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103629 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * EPSG example wellbore local cubic CRS - true north + * - **CRS-COMPOUNDCRS** [8820] + * - **Area**: Description of the extent of the CRS. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8820 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota Stevens (US foot) + * - **CRS-PROJCRS** [103783] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103783 = + '+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * REDGEOMIN / UTM zone 18S + * - **CRS-PROJCRS** [9698] + * - **Area**: Chile - 78°W to 72°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.35,-78,-59.36,-71.99` + */ +export const EPSG_9698 = '+proj=utm +zone=18 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Mount Vernon (ftUS) + * - **CRS-PROJCRS** [23330] + * - **Area**: United States (USA) - Illinois - counties of Clinton, Jefferson, Marion and Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.83,-89.71,38.12,-88.69` + */ +export const EPSG_23330 = + '+proj=lcc +lat_1=38.45 +lat_0=38.45 +lon_0=-89.15 +k_0=1.000015 +x_0=99974.5999491998 +y_0=1150012.7000254 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [4550] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_4550 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Guam 1963 / Yap Islands + * - **CRS-PROJCRS** [3295] + * - **Area**: Federated States of Micronesia - Yap Islands. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `9.69,137.99,9.39,138.27` + */ +export const EPSG_3295 = 'null'; + +/** + * WGS 72BE / UTM zone 21S + * - **CRS-PROJCRS** [32521] + * - **Area**: Between 60°W and 54°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-60,-80,-54` + */ +export const EPSG_32521 = + '+proj=utm +zone=21 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / EPSG Arctic zone 6-16 + * - **CRS-PROJCRS** [6097] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `71.17,-156,66.16,-138` + */ +export const EPSG_6097 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-147 +lat_1=70.3333333333333 +lat_2=67 +x_0=16500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Azimuthal Equidistant + * - **CRS-PROJCRS** [53032] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53032 = + '+proj=aeqd +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Iowa South + * - **CRS-PROJCRS** [103279] + * - **Area**: USA - Iowa - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_103279 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=40.6166666666667 +lat_2=41.7833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * POSGAR 98 / Argentina 1 + * - **CRS-PROJCRS** [22171] + * - **Area**: Argentina - west of 70°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-36.16,-73.59,-52,-70.5` + */ +export const EPSG_22171 = + '+proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * AHD height + * - **CRS-VERTCRS** [5711] + * - **Area**: Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-9.86,96.76,-43.7,153.69` + */ +export const EPSG_5711 = '+vunits=m +no_defs +type=crs'; + +/** + * Lisbon (Lisbon) + * - **CRS-GEOGCRS** [4803] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_4803 = '+proj=longlat +ellps=intl +pm=lisbon +no_defs +type=crs'; + +/** + * Google Maps Global Mercator + * - **CRS-PROJCRS** [900913] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_900913 = + '+proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Sauk (m) + * - **CRS-PROJCRS** [8123] + * - **Area**: United States (USA) - Wisconsin - Sauk county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.65,-90.32,43.14,-89.59` + */ +export const EPSG_8123 = + '+proj=tmerc +lat_0=42.8194444444444 +lon_0=-89.9 +k=1.0000373868 +x_0=185623.5716 +y_0=0.0051 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * The World from Space (center in MA) + * - **CRS-PROJCRS** [102038] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_102038 = + '+proj=ortho +lat_0=42.5333333333 +lon_0=-72.5333333334 +x_0=0 +y_0=0 +ellps=sphere +units=m +no_defs +type=crs'; + +/** + * ISH2004 height + * - **CRS-VERTCRS** [8089] + * - **Area**: Iceland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_8089 = '+vunits=m +no_defs +type=crs'; + +/** + * Uranus - Ariel + * - **CRS-GEOGCRS** [104945] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104945 = '+proj=longlat +R=578900 +no_defs +type=crs'; + +/** + * Corrego Alegre 1970-72 / UTM zone 21S + * - **CRS-PROJCRS** [22521] + * - **Area**: Brazil - west of 54°W and south of 18°S. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `-17.99,-58.16,-31.91,-54` + */ +export const EPSG_22521 = + '+proj=utm +zone=21 +south +ellps=intl +nadgrids=CA7072_003.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 147E + * - **CRS-PROJCRS** [2484] + * - **Area**: Russian Federation - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,144,43.6,150` + */ +export const EPSG_2484 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * POSGAR 2007 + * - **CRS-GCENCRS** [5341] + * - **Area**: Argentina - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-21.78,-73.59,-58.41,-52.63` + */ +export const EPSG_5341 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * Kyrg-06 + * - **CRS-GEOGCRS** [7686] + * - **Area**: Kyrgyzstan. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.22,69.24,39.19,80.29` + */ +export const EPSG_7686 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GDA94 / BRO94 + * - **CRS-PROJCRS** [10450] + * - **Area**: Australia - Western Australia - Broome area onshore below 130m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-16.75,122.08,-18.09,122.62` + */ +export const EPSG_10450 = + '+proj=tmerc +lat_0=0 +lon_0=122.333333333333 +k=1.00000298 +x_0=50000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGF93 v1 / CC42 + * - **CRS-PROJCRS** [3942] + * - **Area**: France onshore - mainland south of 43°N and Corsica. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `43.07,-1.06,41.31,9.63` + */ +export const EPSG_3942 = + '+proj=lcc +lat_0=42 +lon_0=3 +lat_1=41.25 +lat_2=42.75 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Trieste height + * - **CRS-VERTCRS** [5195] + * - **Area**: Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.88,13.38,40.85,23.04` + */ +export const EPSG_5195 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 16 + * - **CRS-PROJCRS** [2650] + * - **Area**: Russian Federation - onshore between 46°30'E and 49°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,46.5,41.19,49.5` + */ +export const EPSG_2650 = + '+proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ATS77 / New Brunswick Stereographic (ATS77) + * - **CRS-PROJCRS** [2200] + * - **Area**: Canada - New Brunswick. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `48.07,-69.05,44.56,-63.7` + */ +export const EPSG_2200 = + '+proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=300000 +y_0=800000 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Utah South (US Feet) + * - **CRS-PROJCRS** [103557] + * - **Area**: USA - Utah - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_103557 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=37.2166666666667 +lat_2=38.35 +x_0=500000.000000001 +y_0=3000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 zone 481 + * - **CRS-PROJCRS** [5896] + * - **Area**: Vietnam - onshore west of 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.82,102.14,9.2,103.51` + */ +export const EPSG_5896 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 29N (N-E) + * - **CRS-PROJCRS** [3041] + * - **Area**: Europe between 12°W and 6°W: Faroe Islands - onshore and offshore; Ireland - offshore; Jan Mayen - onshore and offshore; Portugal - onshore and offshore; Spain - onshore and offshore; United Kingdom - UKCS offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `74.13,-12,34.91,-6` + */ +export const EPSG_3041 = + '+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [4784] + * - **Area**: China - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.88,79.5,29.95,82.51` + */ +export const EPSG_4784 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [21423] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_21423 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis Central + * - **CRS-GEOGCRS** [104768] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104768 = '+proj=longlat +a=6378605.783 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NSIDC Sea Ice Polar Stereographic North + * - **CRS-PROJCRS** [3411] + * - **Area**: Northern hemisphere - north of 60°N onshore and offshore, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,60,180` + */ +export const EPSG_3411 = + '+proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 16N + * - **CRS-PROJCRS** [31970] + * - **Area**: Latin America - Central America and South America - between 90°W and 84°W, northern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `25.77,-90,0,-83.99` + */ +export const EPSG_31970 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF89 + * - **CRS-GEOG3DCRS** [7901] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7901 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Wyoming East Central + * - **CRS-PROJCRS** [6613] + * - **Area**: United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_6613 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Menorca height + * - **CRS-COMPOUNDCRS** [9509] + * - **Area**: Spain - Balearic Islands - Menorca onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `40.15,3.73,39.75,4.39` + */ +export const EPSG_9509 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Florida West + * - **CRS-PROJCRS** [26759] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_26759 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * GDA2020 + * - **CRS-GEOGCRS** [7844] + * - **Area**: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-8.47,93.41,-60.55,173.34` + */ +export const EPSG_7844 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Cadastre 1997 / UTM zone 38S + * - **CRS-PROJCRS** [5879] + * - **Area**: Mayotte - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_5879 = + '+proj=utm +zone=38 +south +ellps=intl +towgs84=-381.788,-57.501,-256.673,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RSAO13 / TM 12 SE + * - **CRS-PROJCRS** [9159] + * - **Area**: Angola - Angola proper - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-6.01,8.2,-17.26,13.86` + */ +export const EPSG_9159 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine CS2000 Central + * - **CRS-PROJCRS** [3554] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-70.03,43.75,-68.33` + */ +export const EPSG_3554 = + '+proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Dayville-Prairie City zone (ft) + * - **CRS-PROJCRS** [8318] + * - **Area**: United States (USA) - Oregon - Dayville-Prairie City area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.94,-119.89,44.24,-118.61` + */ +export const EPSG_8318 = + '+proj=tmerc +lat_0=44.25 +lon_0=-119.633333333333 +k=1.00012 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E + * - **CRS-PROJCRS** [2715] + * - **Area**: Russian Federation - onshore between 67°30'E and 70°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,67.5,54.85,70.5` + */ +export const EPSG_2715 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Massachusetts Mainland (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8748] + * - **Area**: United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.89,-73.5,41.46,-69.86` + */ +export const EPSG_8748 = + '+proj=lcc +lat_0=41 +lon_0=-71.5 +lat_1=42.6833333333333 +lat_2=41.7166666666667 +x_0=200000.0001016 +y_0=750000 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger CM 117E + * - **CRS-PROJCRS** [2345] + * - **Area**: China - onshore between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.52,114,22.14,120` + */ +export const EPSG_2345 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * RSRGD2000 / BCLC2000 + * - **CRS-PROJCRS** [5480] + * - **Area**: Antarctica - Borchgrevink Coast region. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-73,157,-76,173` + */ +export const EPSG_5480 = + '+proj=lcc +lat_0=-74.5 +lon_0=165 +lat_1=-73.6666666666667 +lat_2=-75.3333333333333 +x_0=5000000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Winona (meter) + * - **CRS-PROJCRS** [103691] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103691 = + '+proj=lcc +lat_0=43.8472222222222 +lon_0=-91.6166666666667 +lat_1=43.9 +lat_2=44.1333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378453.688 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * RGWF96 + * - **CRS-GCENCRS** [8898] + * - **Area**: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-9.84,179.49,-15.94,-174.27` + */ +export const EPSG_8898 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * KKJ / Finland zone 5 + * - **CRS-PROJCRS** [3387] + * - **Area**: Finland - east of 31°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `63,31.5,62.83,31.59` + */ +export const EPSG_3387 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=5500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,-4.801,-0.345,1.376,1.496 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 33N + * - **CRS-PROJCRS** [32433] + * - **Area**: Between 12°E and 18°E, northern hemisphere between equator and 84°N, onshore and offshore. Chad - west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,12,0,18` + */ +export const EPSG_32433 = + '+proj=utm +zone=33 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Santa Cruz das Flores height + * - **CRS-VERTCRS** [6185] + * - **Area**: Portugal - western Azores onshore - Flores, Corvo. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `39.77,-31.34,39.3,-31.02` + */ +export const EPSG_6185 = '+vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B31H1 + * - **CRS-PROJCRS** [112080] + * - **Area**: UK - Highways England - B31 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7675,1.5681,52.3416,1.7357` + */ +export const EPSG_112080 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999261027729297 +x_0=-232920.691532296 +y_0=110962.217854441 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * EPSG example I=J-90 local bin grid (real values) + * - **CRS-ENGCRS** [32599] + * - **Area**: enter here applicable geographic extent + * - **Unit**: `(bin)` + * - **Accuracy**: `null` + * - **BBOX**: `90,179.99,89.99,180` + */ +export const EPSG_32599 = 'null'; + +/** + * SIRGAS-CON DGF08P01 + * - **CRS-GEOG3DCRS** [8932] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8932 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E + * - **CRS-PROJCRS** [2596] + * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 61°30'E and 64°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.77,61.5,35.14,64.5` + */ +export const EPSG_2596 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * TUREF / TM27 + * - **CRS-PROJCRS** [5253] + * - **Area**: Türkiye (Turkey) - west of 28°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.11,25.62,36.5,28.5` + */ +export const EPSG_5253 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RDN2008 / Italy zone (E-N) + * - **CRS-PROJCRS** [7794] + * - **Area**: Italy - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.1,5.93,34.76,18.99` + */ +export const EPSG_7794 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9985 +x_0=7000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon South + * - **CRS-PROJCRS** [6886] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_6886 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 23N + * - **CRS-PROJCRS** [26923] + * - **Area**: Canada offshore Atlantic - 48°W to 42°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `54.47,-48,39.85,-42` + */ +export const EPSG_26923 = + '+proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Raiatea SAU 2001 height + * - **CRS-VERTCRS** [5603] + * - **Area**: French Polynesia - Society Islands - Raiatea. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-16.68,-151.55,-16.96,-151.3` + */ +export const EPSG_5603 = '+vunits=m +no_defs +type=crs'; + +/** + * ITRF89 + * - **CRS-GCENCRS** [4911] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4911 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / PCG2020 + * - **CRS-PROJCRS** [8031] + * - **Area**: Australia - Western Australia - Perth area onshore below 165m AHD. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-31.33,115.44,-33.42,116.09` + */ +export const EPSG_8031 = + '+proj=tmerc +lat_0=0 +lon_0=115.816666666667 +k=0.99999906 +x_0=50000 +y_0=3900000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Mount York 2000 + * - **CRS-PROJCRS** [2129] + * - **Area**: New Zealand - South Island - Mount York meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-44.53,166.37,-46.33,168.21` + */ +export const EPSG_2129 = + '+proj=tmerc +lat_0=-45.5636111111111 +lon_0=167.738611111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Minnesota Central (ftUS) + * - **CRS-PROJCRS** [26866] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_26866 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 7 + * - **CRS-PROJCRS** [8524] + * - **Area**: United States (USA) - Kansas - counties of Clay; Cloud; Dickinson; Marion; McPherson; Ottawa; Republic; Saline; Washington. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-97.94,38.08,-96.8` + */ +export const EPSG_8524 = + '+proj=tmerc +lat_0=37.5 +lon_0=-97.3333333333333 +k=1.000049 +x_0=2286004.57200914 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Jupiter - Callisto + * - **CRS-GEOGCRS** [104912] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104912 = '+proj=longlat +R=2409300 +no_defs +type=crs'; + +/** + * ETRS89 / Faroe TM + * - **CRS-PROJCRS** [5316] + * - **Area**: Faroe Islands - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.7,-13.91,59.94,-0.48` + */ +export const EPSG_5316 = + '+proj=tmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 62 + * - **CRS-PROJCRS** [2579] + * - **Area**: Russian Federation - onshore between 175°30'W and 172°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `67.78,-175.5,64.2,-172.5` + */ +export const EPSG_2579 = + '+proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Crawford-Lawrence-Orange (m) + * - **CRS-PROJCRS** [7281] + * - **Area**: United States (USA) - Indiana - counties of Crawford, Lawrence and Orange. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39,-86.69,38.1,-86.24` + */ +export const EPSG_7281 = + '+proj=tmerc +lat_0=38.1 +lon_0=-86.5 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Stornoway height + * - **CRS-VERTCRS** [5746] + * - **Area**: United Kingdom (UK) - Great Britain - Scotland - Outer Hebrides onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.54,-7.72,56.76,-6.1` + */ +export const EPSG_5746 = '+vunits=m +no_defs +type=crs'; + +/** + * Hito XVIII 1963 / Argentina 2 + * - **CRS-PROJCRS** [2083] + * - **Area**: Argentina - Tierra del Fuego onshore west of 67°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `-52.59,-68.64,-54.9,-67.5` + */ +export const EPSG_2083 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=16,196,93,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming West Central (ftUS) + * - **CRS-PROJCRS** [3738] + * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `45.01,-111.06,40.99,-107.5` + */ +export const EPSG_3738 = + '+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * KSA-VRF14 height + * - **CRS-VERTCRS** [9335] + * - **Area**: Saudi Arabia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.51,16.37,55.67` + */ +export const EPSG_9335 = '+vunits=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [4507] + * - **Area**: China - onshore and offshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,102,17.75,108` + */ +export const EPSG_4507 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * IGN Astro 1960 / UTM zone 29N + * - **CRS-PROJCRS** [3368] + * - **Area**: Mauritania - between 12°W and 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.3,-12,14.75,-6` + */ +export const EPSG_3368 = + '+proj=utm +zone=29 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Oregon North + * - **CRS-PROJCRS** [32126] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `46.26,-124.17,43.95,-116.47` + */ +export const EPSG_32126 = + '+proj=lcc +lat_0=43.6666666666667 +lon_0=-120.5 +lat_1=46 +lat_2=44.3333333333333 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Massachusetts Island (ftUS) + * - **CRS-PROJCRS** [6490] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_6490 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Michigan North (Intl Feet) + * - **CRS-PROJCRS** [103384] + * - **Area**: USA - Michigan - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.32,-90.42,45.08,-83.44` + */ +export const EPSG_103384 = + '+proj=lcc +lat_0=44.7833333333333 +lon_0=-87 +lat_1=45.4833333333333 +lat_2=47.0833333333333 +x_0=8000000 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Washington South (ftUS) + * - **CRS-PROJCRS** [3692] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_3692 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Mount Dillon + * - **CRS-GEOGCRS** [4157] + * - **Area**: Trinidad and Tobago - Tobago - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.41,-60.9,11.08,-60.44` + */ +export const EPSG_4157 = '+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs'; + +/** + * Combani 1950 / UTM zone 38S + * - **CRS-PROJCRS** [2980] + * - **Area**: Mayotte - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_2980 = + '+proj=utm +zone=38 +south +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Arkansas North (ftUS) + * - **CRS-PROJCRS** [3485] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-94.62,34.67,-89.64` + */ +export const EPSG_3485 = + '+proj=lcc +lat_0=34.3333333333333 +lon_0=-92 +lat_1=36.2333333333333 +lat_2=34.9333333333333 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 31S + * - **CRS-PROJCRS** [32331] + * - **Area**: Between 0°E and 6°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,0,-80,6` + */ +export const EPSG_32331 = + '+proj=utm +zone=31 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XIX + * - **CRS-PROJCRS** [6687] + * - **Area**: Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `24.35,153.91,24.22,154.05` + */ +export const EPSG_6687 = + '+proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 22N + * - **CRS-PROJCRS** [26722] + * - **Area**: Canada between 54°W and 48°W onshore and offshore - Newfoundland and Labrador. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `57.65,-54,39.5,-47.99` + */ +export const EPSG_26722 = + '+proj=utm +zone=22 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * Barcelona Grid B2 + * - **CRS-ENGCRS** [5802] + * - **Area**: Venezuela - Puerto La Cruz area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.31,-64.7,10,-64.5` + */ +export const EPSG_5802 = 'null'; + +/** + * Astro DOS 71 + * - **CRS-GEOGCRS** [4710] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_4710 = + '+proj=longlat +ellps=intl +towgs84=-323.65,551.39,-491.22,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UPS South (N,E) + * - **CRS-PROJCRS** [32761] + * - **Area**: Southern hemisphere - south of 60°S onshore and offshore - Antarctica. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-60,-180,-90,180` + */ +export const EPSG_32761 = + '+proj=stere +lat_0=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Hartebeesthoek94 Lo33 (E-N) + * - **CRS-PROJCRS** [103890] + * - **Area**: South Africa - east of 32~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-26.8,31.95,-28.94,32.95` + */ +export const EPSG_103890 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * RSAO13 + * - **CRS-GEOGCRS** [8699] + * - **Area**: Angola - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-4.38,8.2,-18.02,24.09` + */ +export const EPSG_8699 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * PNG94 / PNGMG94 zone 55 + * - **CRS-PROJCRS** [5551] + * - **Area**: Papua New Guinea - between 144°E and 150°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `2.58,144,-13.88,150.01` + */ +export const EPSG_5551 = + '+proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ATS77 / MTM Nova Scotia zone 4 + * - **CRS-PROJCRS** [2294] + * - **Area**: Canada - Nova Scotia - east of 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.08,-63,44.64,-59.73` + */ +export const EPSG_2294 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=4500000 +y_0=0 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs'; + +/** + * SYC20 Grid + * - **CRS-PROJCRS** [10240] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Crewe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.16,-2.91,52.65,-2.3` + */ +export const EPSG_10240 = + '+proj=tmerc +lat_0=52.9 +lon_0=-2.6 +k=1 +x_0=110094.4312 +y_0=120623.8396 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NTF (Paris) / Lambert Sud France + * - **CRS-PROJCRS** [27563] + * - **Area**: France - mainland onshore south of 50.5 grads North (45°27'N). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.46,-1.79,42.33,7.71` + */ +export const EPSG_27563 = + '+proj=lcc +lat_1=44.1 +lat_0=44.1 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=200000 +ellps=clrk80ign +pm=paris +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-32 Kyiv region + * - **CRS-PROJCRS** [9821] + * - **Area**: Ukraine - Kyiv (Kiev) region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.55,29.26,49.17,32.16` + */ +export const EPSG_9821 = + '+proj=tmerc +lat_0=0 +lon_0=30.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Illinois East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8733] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.5,-89.27,37.06,-87.02` + */ +export const EPSG_8733 = + '+proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Adams and Juneau (ftUS) + * - **CRS-PROJCRS** [8226] + * - **Area**: United States (USA) - Wisconsin - counties of Adams and Juneau. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.25,-90.32,43.64,-89.59` + */ +export const EPSG_8226 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.694132588 +y_0=0.00365760731521463 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * LKS-2020 + * - **CRS-GEOGCRS** [10305] + * - **Area**: Latvia - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,19.06,55.67,28.24` + */ +export const EPSG_10305 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 49 + * - **CRS-PROJCRS** [20249] + * - **Area**: Australia - onshore and offshore to 200 nautical mile EEZ boundary between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-17.19,109.23,-37.84,114` + */ +export const EPSG_20249 = + '+proj=utm +zone=49 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Waukesha (m) + * - **CRS-PROJCRS** [7583] + * - **Area**: United States (USA) - Wisconsin - Waukesha county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.2,-88.55,42.84,-88.06` + */ +export const EPSG_7583 = + '+proj=tmerc +lat_0=42.5694444444444 +lon_0=-88.225 +k=1.0000346179 +x_0=208788.418 +y_0=0.0034 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * HULLEE13-IRF + * - **CRS-GEOGCRS** [9964] + * - **Area**: United Kingdom (UK) - on or related to the rail route from the Morley tunnel through Leeds to Hull. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.9,-1.7,53.6,-0.27` + */ +export const EPSG_9964 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ED50 / Iraq National Grid + * - **CRS-PROJCRS** [3893] + * - **Area**: Iraq - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `37.39,38.79,29.06,48.61` + */ +export const EPSG_3893 = + '+proj=tmerc +lat_0=29.0262683333333 +lon_0=46.5 +k=0.9994 +x_0=800000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 42S + * - **CRS-PROJCRS** [7079] + * - **Area**: French Southern Territories - Kerguelen onshore and offshore between 66°E and 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-45.11,66,-53.24,72.01` + */ +export const EPSG_7079 = + '+proj=utm +zone=42 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Georgia West + * - **CRS-PROJCRS** [2781] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_2781 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 105E + * - **CRS-PROJCRS** [21458] + * - **Area**: China - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.47,102,21.53,108` + */ +export const EPSG_21458 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Chisago + * - **CRS-GEOGCRS** [104713] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104713 = '+proj=longlat +a=6378411.321 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Afgooye + * - **CRS-GEOGCRS** [4205] + * - **Area**: Somalia - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `12.03,40.98,-1.71,51.47` + */ +export const EPSG_4205 = + '+proj=longlat +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 24N + * - **CRS-PROJCRS** [32624] + * - **Area**: Between 42°W and 36°W, northern hemisphere between equator and 84°N, onshore and offshore. Greenland. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-42,0,-36` + */ +export const EPSG_32624 = '+proj=utm +zone=24 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Massawa / UTM zone 37N + * - **CRS-PROJCRS** [26237] + * - **Area**: Eritrea - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `18.1,36.44,12.36,43.31` + */ +export const EPSG_26237 = + '+proj=utm +zone=37 +ellps=bessel +towgs84=639,405,60,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRF2000 + * - **CRS-GEOGCRS** [9067] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_9067 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Mexico East + * - **CRS-PROJCRS** [103486] + * - **Area**: USA - New Mexico - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_103486 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909090909091 +x_0=165000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ED50 / UTM zone 35N + * - **CRS-PROJCRS** [23035] + * - **Area**: Europe - between 24°E and 30°E - Greece - offshore; Norway including Svalbard - onshore and offshore; Türkiye (Turkey) - onshore and offshore. Egypt - Western Desert. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `84.73,24,25.71,30.01` + */ +export const EPSG_23035 = + '+proj=utm +zone=35 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 45E + * - **CRS-PROJCRS** [21008] + * - **Area**: Russian Federation - onshore between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,42,41.19,48` + */ +export const EPSG_21008 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 7 + NN2000 height + * - **CRS-COMPOUNDCRS** [5947] + * - **Area**: Norway - onshore - between 7°E and 8°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.59,6.99,57.9,8.01` + */ +export const EPSG_5947 = + '+proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 28 + * - **CRS-PROJCRS** [4655] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_4655 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * JGD2011 + * - **CRS-GEOGCRS** [6668] + * - **Area**: Japan - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `46.05,122.38,17.09,157.65` + */ +export const EPSG_6668 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * LGD2006 / Libya TM zone 5 + * - **CRS-PROJCRS** [3190] + * - **Area**: Libya - west of 10°E. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `30.49,9.31,25.37,10.01` + */ +export const EPSG_3190 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 20N + * - **CRS-PROJCRS** [24820] + * - **Area**: South America (Guyana; Venezuela) onshore between 66°W and 60°W, northern hemisphere. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `11.23,-66,0.64,-59.99` + */ +export const EPSG_24820 = + '+proj=utm +zone=20 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 + * - **CRS-GEOG3DCRS** [4985] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_4985 = '+proj=longlat +ellps=WGS72 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Posey (ftUS) + * - **CRS-PROJCRS** [7350] + * - **Area**: United States (USA) - Indiana - Posey county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.24,-88.1,37.77,-87.68` + */ +export const EPSG_7350 = + '+proj=tmerc +lat_0=37.75 +lon_0=-87.95 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pluto + * - **CRS-GEOGCRS** [104969] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104969 = '+proj=longlat +R=1195000 +no_defs +type=crs'; + +/** + * ED 1950 Lambert Europe + * - **CRS-PROJCRS** [102014] + * - **Area**: Europe + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `85,-30,34,50` + */ +export const EPSG_102014 = + '+proj=lcc +lat_0=30 +lon_0=10 +lat_1=43 +lat_2=62 +x_0=0 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 69E + * - **CRS-PROJCRS** [2502] + * - **Area**: Kazakhstan, Russian Federation onshore and Uzbekistan - 66°E to 72°E; Kyrgyzstan and Tajikistan - west of 72°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `77.07,66,36.67,72` + */ +export const EPSG_2502 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Latvia 2000 height + * - **CRS-VERTCRS** [7700] + * - **Area**: Latvia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `58.09,20.87,55.67,28.24` + */ +export const EPSG_7700 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Cottage Grove-Canyonville zone (m) + * - **CRS-PROJCRS** [6812] + * - **Area**: United States (USA) - Oregon - Cottage Grove-Canyonville area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.88,-123.96,42.82,-122.4` + */ +export const EPSG_6812 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-123.333333333333 +k=1.000023 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Florida West + * - **CRS-PROJCRS** [103255] + * - **Area**: USA - Florida - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_103255 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941176470588 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / UTM zone 13N + * - **CRS-PROJCRS** [3743] + * - **Area**: United States (USA) - between 108°W and 102°W - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-108,28.98,-102` + */ +export const EPSG_3743 = + '+proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah South + * - **CRS-PROJCRS** [2851] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_2851 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York West (ftUS) + * - **CRS-PROJCRS** [6541] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_6541 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 63E + * - **CRS-PROJCRS** [21321] + * - **Area**: Russian Federation - onshore between 61°30'E and 64°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.77,61.5,51.03,64.5` + */ +export const EPSG_21321 = + '+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mille Lacs (meter) + * - **CRS-PROJCRS** [103605] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103605 = + '+proj=tmerc +lat_0=45.5588888888889 +lon_0=-93.6205555555556 +k=1.000054146138 +x_0=152408.556688545 +y_0=30481.7113377089 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGFG95 / UTM zone 21N + * - **CRS-PROJCRS** [3313] + * - **Area**: French Guiana - west of 54°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.69,-54.61,2.11,-54` + */ +export const EPSG_3313 = + '+proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 6-18 + * - **CRS-PROJCRS** [6111] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-141,66.16,-122` + */ +export const EPSG_6111 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-132 +lat_1=70.3333333333333 +lat_2=67 +x_0=18500000 +y_0=6500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A09H2 + * - **CRS-PROJCRS** [112014] + * - **Area**: UK - Highways England - A9 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8031,-4.4837,50.2244,-4.2855` + */ +export const EPSG_112014 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996867431171 +x_0=185015.818519455 +y_0=71006.0708912503 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Arizona Central + * - **CRS-PROJCRS** [6404] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_6404 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / BLM 19N (ftUS) + * - **CRS-PROJCRS** [4439] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `47.47,-72,33.61,-65.99` + */ +export const EPSG_4439 = + '+proj=tmerc +lat_0=0 +lon_0=-69 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 64 + * - **CRS-PROJCRS** [21264] + * - **Area**: Russian Federation - onshore between 169°30'W and 166°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.86,-169.22,65.7,-168.97` + */ +export const EPSG_21264 = + '+proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 48N + * - **CRS-PROJCRS** [32448] + * - **Area**: Between 102°E and 108°E, northern hemisphere between equator and 84°N, onshore and offshore. Vietnam - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,102,0,108` + */ +export const EPSG_32448 = + '+proj=utm +zone=48 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nebraska + * - **CRS-PROJCRS** [3606] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_3606 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Oregon South (ft) + * - **CRS-PROJCRS** [2914] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_2914 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 3-31 + * - **CRS-PROJCRS** [6054] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `81.17,-54,76.16,-24` + */ +export const EPSG_6054 = + '+proj=lcc +lat_0=78.7073375277778 +lon_0=-39 +lat_1=80.3333333333333 +lat_2=77 +x_0=31500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 26 + * - **CRS-PROJCRS** [20926] + * - **Area**: Russian Federation - onshore between 150°E and 156°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,150,45.77,156` + */ +export const EPSG_20926 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kanabec (US foot) + * - **CRS-PROJCRS** [103740] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103740 = + '+proj=lcc +lat_0=45.73 +lon_0=-92.9 +lat_1=45.8166666666667 +lat_2=46.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378472.281 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2010 + * - **CRS-GEOGCRS** [8949] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_8949 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SS49-51 + * - **CRS-PROJCRS** [3256] + * - **Area**: Antarctica - 72°S to 76°S and 108°E to 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-72,108,-76,126` + */ +export const EPSG_3256 = + '+proj=lcc +lat_0=-90 +lon_0=117 +lat_1=-72.6666666666667 +lat_2=-75.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * S-JTSK/05 + * - **CRS-GEOGCRS** [5228] + * - **Area**: Czechia. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_5228 = + '+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378 +no_defs +type=crs'; + +/** + * NAD83 / Florida East + * - **CRS-PROJCRS** [26958] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_26958 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 8 + * - **CRS-PROJCRS** [2017] + * - **Area**: Canada - Ontario - east of 75°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.65,-75,44.98,-74.35` + */ +export const EPSG_2017 = + '+proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * DHDN / 3-degree Gauss-Kruger zone 4 (E-N) + * - **CRS-PROJCRS** [5678] + * - **Area**: Germany - former West Germany onshore between 10°30'E and 13°30'E - states of Bayern, Berlin, Niedersachsen, Schleswig-Holstein. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `54.59,10.5,47.39,13.51` + */ +export const EPSG_5678 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Wood (ftUS) + * - **CRS-PROJCRS** [7645] + * - **Area**: United States (USA) - Wisconsin - Wood county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.69,-90.32,44.24,-89.72` + */ +export const EPSG_7645 = + '+proj=lcc +lat_1=44.3625954694444 +lat_0=44.3625954694444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.617272034 +y_0=134589.753924308 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [28415] + * - **Area**: Kazakhstan - east of 84°E; Russian Federation - onshore 84°E to 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.27,84,46.82,90` + */ +export const EPSG_28415 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [20025] + * - **Area**: Russian Federation - onshore between 144°E and 150°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.82,144,43.6,150` + */ +export const EPSG_20025 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS VIII + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10169] + * - **Area**: Japan - onshore - Honshu between approximately 137°45'E and 139°E - Niigata-ken on Honshu; Nagano-ken; Yamanashi-ken; Shizuoka-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.58,137.32,34.54,139.91` + */ +export const EPSG_10169 = + '+proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Saturn - Methone IAU 2015 + * - **CRS-GEOGCRS** [104986] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104986 = '+proj=longlat +R=1450 +no_defs +type=crs'; + +/** + * SIRGAS-ROU98 / UTM zone 21S + * - **CRS-PROJCRS** [5382] + * - **Area**: Uruguay - west of 54°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-30.09,-58.49,-36.63,-54` + */ +export const EPSG_5382 = + '+proj=utm +zone=21 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS V + * - **CRS-PROJCRS** [2447] + * - **Area**: Japan - onshore - Honshu between approximately 133°15'E and 135°10'E - Hyogo-ken; Tottori-ken; Okayama-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `35.71,133.13,34.13,135.47` + */ +export const EPSG_2447 = + '+proj=tmerc +lat_0=36 +lon_0=134.333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 45 + * - **CRS-PROJCRS** [2369] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_2369 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York East (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8764] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_8764 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 59 + * - **CRS-PROJCRS** [2693] + * - **Area**: Russian Federation - onshore between 175°30'E and 178°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.1,175.5,62.09,178.5` + */ +export const EPSG_2693 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2739] + * - **Area**: Russian Federation - onshore between 133°30'E and 136°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `75.9,133.5,42.74,136.5` + */ +export const EPSG_2739 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Pilot Rock-Ukiah zone (ft) + * - **CRS-PROJCRS** [8334] + * - **Area**: United States (USA) - Oregon - Pilot Rock-Ukiah area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.04,-119.65,44.99,-118.11` + */ +export const EPSG_8334 = + '+proj=lcc +lat_1=46.1666666666667 +lat_0=46.1666666666667 +lon_0=-119 +k_0=1.000025 +x_0=50000.00001504 +y_0=130000.00001472 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * GWWAB22 Grid + * - **CRS-PROJCRS** [10217] + * - **Area**: United Kingdom (UK) - on or related to the rail routes around Cardiff and the valleys. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.81,-3.6,51.35,-3.12` + */ +export const EPSG_10217 = + '+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 36S + * - **CRS-PROJCRS** [32736] + * - **Area**: Between 30°E and 36°E, southern hemisphere between 80°S and equator, onshore and offshore. Burundi. Eswatini (Swaziland). Kenya. Malawi. Mozambique. Rwanda. South Africa. Tanzania. Uganda. Zambia. Zimbabwe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,30,-80,36` + */ +export const EPSG_32736 = '+proj=utm +zone=36 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Yukon Albers + * - **CRS-PROJCRS** [3578] + * - **Area**: Canada - Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `69.7,-141.01,59.99,-123.91` + */ +export const EPSG_3578 = + '+proj=aea +lat_0=59 +lon_0=-132.5 +lat_1=61.6666666666667 +lat_2=68 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (2011) Navajo Nation Coordinate System (Int'l Ft) + * - **CRS-PROJCRS** [103594] + * - **Area**: Navajo Nation + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.75,-114.04,32.8,-106.17` + */ +export const EPSG_103594 = + '+proj=lcc +lat_1=36 +lat_0=36 +lon_0=-109.5 +k_0=1.00023 +x_0=300000 +y_0=599999.999999999 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * SWEREF99 20 15 + RH2000 height + * - **CRS-COMPOUNDCRS** [5855] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `69.07,16.08,63.45,23.28` + */ +export const EPSG_5855 = + '+proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GR96 + * - **CRS-GEOGCRS** [4747] + * - **Area**: Greenland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `87.02,-75,56.38,7.99` + */ +export const EPSG_4747 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Texas Centric Lambert Conformal + * - **CRS-PROJCRS** [3082] + * - **Area**: United States (USA) - Texas. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.5,-106.66,25.83,-93.5` + */ +export const EPSG_3082 = + '+proj=lcc +lat_0=18 +lon_0=-100 +lat_1=27.5 +lat_2=35 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK21FIN + * - **CRS-PROJCRS** [3128] + * - **Area**: Finland - onshore between 20°30'E and 21°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.33,20.5,59.84,21.5` + */ +export const EPSG_3128 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(MA11) + NMVD03 height + * - **CRS-COMPOUNDCRS** [9525] + * - **Area**: Northern Mariana Islands - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `20.61,144.83,14.06,146.12` + */ +export const EPSG_9525 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Iowa North + * - **CRS-PROJCRS** [26775] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-96.65,41.85,-90.15` + */ +export const EPSG_26775 = + '+proj=lcc +lat_0=41.5 +lon_0=-93.5 +lat_1=43.2666666666667 +lat_2=42.0666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Dominica 1945 + * - **CRS-GEOGCRS** [4602] + * - **Area**: Dominica - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `10` + * - **BBOX**: `15.69,-61.55,15.14,-61.2` + */ +export const EPSG_4602 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=725,685,536,0,0,0,0 +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 25S + * - **CRS-PROJCRS** [29195] + * - **Area**: Brazil - between 36°W and 30°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `4.19,-36,-23.8,-29.99` + */ +export const EPSG_29195 = + '+proj=utm +zone=25 +south +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Marshall + * - **CRS-GEOGCRS** [104744] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104744 = '+proj=longlat +a=6378441.801 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Mississippi East + * - **CRS-PROJCRS** [3597] + * - **Area**: United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.01,-89.97,30.01,-88.09` + */ +export const EPSG_3597 = + '+proj=tmerc +lat_0=29.5 +lon_0=-88.8333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lome + * - **CRS-GEOGCRS** [4252] + * - **Area**: Togo - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `11.14,-0.15,2.91,2.42` + */ +export const EPSG_4252 = '+proj=longlat +ellps=clrk80ign +no_defs +type=crs'; + +/** + * SHMG2015 + * - **CRS-PROJCRS** [7887] + * - **Area**: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.85,-5.85,-16.08,-5.59` + */ +export const EPSG_7887 = + '+proj=utm +zone=30 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 23N + * - **CRS-PROJCRS** [32223] + * - **Area**: Between 48°W and 42°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-48,0,-42` + */ +export const EPSG_32223 = + '+proj=utm +zone=23 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Bend-Redmond-Prineville zone (ft) + * - **CRS-PROJCRS** [6795] + * - **Area**: United States (USA) - Oregon - Bend-Redmond-Prineville area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.98,-121.88,43.76,-119.79` + */ +export const EPSG_6795 = + '+proj=lcc +lat_1=44.6666666666667 +lat_0=44.6666666666667 +lon_0=-121.25 +k_0=1.00012 +x_0=79999.99999968 +y_0=130000.00001472 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * PTRA08 + * - **CRS-GEOGCRS** [5013] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `43.07,-35.58,29.24,-12.48` + */ +export const EPSG_5013 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * DB_REF2016 zone 3 + * - **CRS-COMPOUNDCRS** [9933] + * - **Area**: Germany - onshore between 7°30'E and 10°30'E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,7.5,47.27,10.51` + */ +export const EPSG_9933 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Michigan South (Feet) + * - **CRS-PROJCRS** [102690] + * - **Area**: USA - Michigan - SPCS - S + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_102690 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=42.1 +lat_2=43.6666666666667 +x_0=3999999.99999999 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 123E + * - **CRS-PROJCRS** [2386] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_2386 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Formentera height + * - **CRS-VERTCRS** [10352] + * - **Area**: Spain - Balearic Islands - Formentera - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `38.86,1.31,38.59,1.65` + */ +export const EPSG_10352 = '+vunits=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 6 + NN54 height + * - **CRS-COMPOUNDCRS** [6146] + * - **Area**: Norway - onshore - between 6°E and 7°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `63.03,6,57.93,7.01` + */ +export const EPSG_6146 = + '+proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A23H1 + * - **CRS-PROJCRS** [112043] + * - **Area**: UK - Highways England - A23 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0242,0.3537,50.7546,0.5509` + */ +export const EPSG_112043 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999655752413687 +x_0=-156008.502381475 +y_0=71003.8696736202 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 9N + * - **CRS-PROJCRS** [22809] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_22809 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Alabama West (ftUS) + * - **CRS-PROJCRS** [9749] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_9749 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Marshall (meter) + * - **CRS-PROJCRS** [103652] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103652 = + '+proj=lcc +lat_0=48.1730555555555 +lon_0=-96.3833333333333 +lat_1=48.2333333333333 +lat_2=48.4833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378441.801 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 07 Dhaka + * - **CRS-PROJCRS** [102940] + * - **Area**: Bangladesh - Dhaka + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `24.3334,89.6833,23.3666,90.9834` + */ +export const EPSG_102940 = + '+proj=cass +lat_0=24.5 +lon_0=90.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * Mauritania 1999 / UTM zone 29N + * - **CRS-PROJCRS** [3344] + * - **Area**: Mauritania - between 12°W and 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `27.3,-12,14.75,-6` + */ +export const EPSG_3344 = + '+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mexico ITRF92 + * - **CRS-GCENCRS** [4481] + * - **Area**: Mexico - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,12.1,-84.64` + */ +export const EPSG_4481 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nebraska + * - **CRS-PROJCRS** [6516] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.01,-104.06,39.99,-95.3` + */ +export const EPSG_6516 = + '+proj=lcc +lat_0=39.8333333333333 +lon_0=-100 +lat_1=43 +lat_2=40 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 7N + * - **CRS-PROJCRS** [3714] + * - **Area**: United States (USA) - between 144°W and 138°W onshore and offshore - Alaska. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.59,-144,53.47,-137.99` + */ +export const EPSG_3714 = + '+proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Vertical Near-Side Perspective (Geosynchronous Orbit) + * - **CRS-PROJCRS** [53049] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53049 = + '+proj=nsper +lat_0=0 +lon_0=0 +h=35800000 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Massachusetts Island + * - **CRS-PROJCRS** [2806] + * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.51,-70.91,41.19,-69.89` + */ +export const EPSG_2806 = + '+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Arunachal Pradesh + * - **CRS-PROJCRS** [7757] + * - **Area**: India - Arunachal Pradesh. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `29.47,91.55,26.65,97.42` + */ +export const EPSG_7757 = + '+proj=lcc +lat_0=28.00157897 +lon_0=94.5 +lat_1=27 +lat_2=29 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Pendleton zone (ft) + * - **CRS-PROJCRS** [6845] + * - **Area**: United States (USA) - Oregon - Pendleton area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `46.02,-119.36,45.46,-118.17` + */ +export const EPSG_6845 = + '+proj=tmerc +lat_0=45.25 +lon_0=-119.166666666667 +k=1.000045 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * Adindan / UTM zone 37N + * - **CRS-PROJCRS** [20137] + * - **Area**: Eritrea. Ethiopia - between 36°E and 42°E. Sudan - east of 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `22.01,36,3.4,42` + */ +export const EPSG_20137 = + '+proj=utm +zone=37 +a=6378249.145 +rf=293.465 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 CORS96 UTM Zone 20N + * - **CRS-PROJCRS** [102043] + * - **Area**: Caribbean - Puerto Rico and US Virgin Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.86,-68.49,14.92,-63.88` + */ +export const EPSG_102043 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Kewaunee, Manitowoc and Sheboygan (ftUS) + * - **CRS-PROJCRS** [8158] + * - **Area**: United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.68,-88.17,43.54,-87.37` + */ +export const EPSG_8158 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.761544323 +y_0=0.00121920243840488 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 38 + * - **CRS-PROJCRS** [2555] + * - **Area**: Russian Federation - onshore between 112°30'E and 115°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.7,112.5,49.49,115.5` + */ +export const EPSG_2555 = + '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Hancock-Madison (m) + * - **CRS-PROJCRS** [7307] + * - **Area**: United States (USA) - Indiana - counties of Hancock and Madison. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.38,-85.96,39.69,-85.57` + */ +export const EPSG_7307 = + '+proj=tmerc +lat_0=39.65 +lon_0=-85.8 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 17S + * - **CRS-PROJCRS** [24877] + * - **Area**: South America (Ecuador and Peru) between 84°W and 78°W, southern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `0,-81.41,-10.53,-78` + */ +export const EPSG_24877 = + '+proj=utm +zone=17 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 13N + * - **CRS-PROJCRS** [102413] + * - **Area**: USA - 108~W to 102~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-108,28.98,-102` + */ +export const EPSG_102413 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Mount Eden 2000 + * - **CRS-PROJCRS** [2105] + * - **Area**: New Zealand - North Island - Mount Eden meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.1,171.99,-39.01,176.12` + */ +export const EPSG_2105 = + '+proj=tmerc +lat_0=-36.8797222222222 +lon_0=174.764166666667 +k=0.9999 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NGO 1948 Norway zone 6 + * - **CRS-PROJCRS** [102106] + * - **Area**: Norway - zone VI + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.93,18.88,68.33,22.89` + */ +export const EPSG_102106 = + '+proj=tmerc +lat_0=58 +lon_0=20.8895833333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 34 + * - **CRS-PROJCRS** [2410] + * - **Area**: China - between 100°30'E and 103°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.69,100.5,21.13,103.5` + */ +export const EPSG_2410 = + '+proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Jackson (ftUS) + * - **CRS-PROJCRS** [7612] + * - **Area**: United States (USA) - Wisconsin - Jackson county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-91.17,44.07,-90.31` + */ +export const EPSG_7612 = + '+proj=tmerc +lat_0=44.2533351277778 +lon_0=-90.8442965194444 +k=1.0000353 +x_0=27000 +y_0=24999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ED 1950 Turkey Zone 15 + * - **CRS-PROJCRS** [102556] + * - **Area**: Turkey - east of 43.5~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.02,43.5,36.97,44.83` + */ +export const EPSG_102556 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=0.9996 +x_0=15500000 +y_0=0 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * Locodjo 1965 / UTM zone 30N + * - **CRS-PROJCRS** [2040] + * - **Area**: Côte d'Ivoire (Ivory Coast) east of 6°W. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `10.46,-6,4.92,-2.48` + */ +export const EPSG_2040 = + '+proj=utm +zone=30 +a=6378249.145 +rf=293.465 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SNN76 height + * - **CRS-VERTCRS** [5785] + * - **Area**: Germany - states of former East Germany - Berlin, Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `54.74,9.92,50.2,15.04` + */ +export const EPSG_5785 = '+vunits=m +no_defs +type=crs'; + +/** + * DGN95 + * - **CRS-GCENCRS** [4897] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_4897 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Carver (US foot) + * - **CRS-PROJCRS** [103717] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103717 = + '+proj=lcc +lat_0=44.6397222222222 +lon_0=-93.7666666666667 +lat_1=44.6833333333333 +lat_2=44.9 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378400.653 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * LGD2006 / UTM zone 33N + * - **CRS-PROJCRS** [3201] + * - **Area**: Libya - between 12°E and 18°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.1` + * - **BBOX**: `35.23,12,22.51,18` + */ +export const EPSG_3201 = + '+proj=utm +zone=33 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Pierce (meters) + * - **CRS-PROJCRS** [103347] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103347 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Qornoq 1927 + * - **CRS-GEOGCRS** [4194] + * - **Area**: Greenland - west coast onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `79,-73.29,59.74,-42.52` + */ +export const EPSG_4194 = + '+proj=longlat +ellps=intl +towgs84=163.511,127.533,-159.789,0,0,0.814,-0.6 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Pennsylvania South + * - **CRS-PROJCRS** [3651] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_3651 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Selvagem Grande / UTM zone 28N + * - **CRS-PROJCRS** [2943] + * - **Area**: Portugal - Selvagens islands (Madeira province) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `30.21,-16.11,29.98,-15.79` + */ +export const EPSG_2943 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-289,-124,60,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Idaho West (ftUS) + * - **CRS-PROJCRS** [6453] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_6453 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 33 + * - **CRS-PROJCRS** [21233] + * - **Area**: Russian Federation - onshore between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.9,97.5,49.79,100.5` + */ +export const EPSG_21233 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo + * - **CRS-GEOGCRS** [4301] + * - **Area**: Japan - onshore; North Korea - onshore; South Korea - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `9` + * - **BBOX**: `45.54,122.83,20.37,154.05` + */ +export const EPSG_4301 = + '+proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Juneau (US feet) + * - **CRS-PROJCRS** [103428] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103428 = + '+proj=tmerc +lat_0=43.3666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.694132588 +y_0=0.00365760731521463 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RGAF09 + IGN 1988 MG height + * - **CRS-COMPOUNDCRS** [9533] + * - **Area**: Guadeloupe - onshore - Marie-Galante. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `16.05,-61.39,15.8,-61.13` + */ +export const EPSG_9533 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Kertau (RSO) + * - **CRS-GEOGCRS** [4751] + * - **Area**: Malaysia - West Malaysia; Singapore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `6.72,99.59,1.13,104.6` + */ +export const EPSG_4751 = '+proj=longlat +ellps=evrst69 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs'; + +/** + * Tokyo / UTM zone 53N + * - **CRS-PROJCRS** [3094] + * - **Area**: Japan - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `37.58,132,20.37,138` + */ +export const EPSG_3094 = + '+proj=utm +zone=53 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Ras Ghumays height + * - **CRS-VERTCRS** [5843] + * - **Area**: United Arab Emirates (UAE) - Abu Dhabi onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.95,51.56,22.63,56.03` + */ +export const EPSG_5843 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming II EC (US Feet) + * - **CRS-PROJCRS** [103582] + * - **Area**: USA - Wyoming - SPCS - EC + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-108.63,40.99,-106` + */ +export const EPSG_103582 = + '+proj=tmerc +lat_0=40.5 +lon_0=-107.333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 20S + * - **CRS-PROJCRS** [32720] + * - **Area**: Between 66°W and 60°W, southern hemisphere between 80°S and equator, onshore and offshore. Argentina. Bolivia. Brazil. Falkland Islands (Malvinas). Paraguay. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-66,-80,-60` + */ +export const EPSG_32720 = '+proj=utm +zone=20 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Halfway zone (ft) + * - **CRS-PROJCRS** [8322] + * - **Area**: United States (USA) - Oregon - Halfway area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.28,-117.61,44.61,-116.63` + */ +export const EPSG_8322 = + '+proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-117.25 +k_0=1.000085 +x_0=39999.99999984 +y_0=70000.00001496 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Guam 1963 TNet + * - **CRS-PROJCRS** [102239] + * - **Area**: Guam + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.91,141.19,10.95,148.18` + */ +export const EPSG_102239 = + '+proj=aeqd +lat_0=13.4724663527778 +lon_0=144.748750705556 +x_0=50000 +y_0=50000 +ellps=clrk66 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 51 + * - **CRS-PROJCRS** [2685] + * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.26,151.5,46.72,154.5` + */ +export const EPSG_2685 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Dubai Local TM + * - **CRS-PROJCRS** [3997] + * - **Area**: United Arab Emirates (UAE) - Dubai municipality. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.34,54.84,24.85,55.55` + */ +export const EPSG_3997 = + '+proj=tmerc +lat_0=0 +lon_0=55.3333333333333 +k=1 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 20N + * - **CRS-PROJCRS** [22720] + * - **Area**: Canada between 66°W and 60°W onshore and offshore - New Brunswick, Labrador, Nova Scotia, Nunavut, Prince Edward Island, Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-66,40.04,-60` + */ +export const EPSG_22720 = '+proj=utm +zone=20 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 47.2 + * - **CRS-PROJCRS** [23832] + * - **Area**: Indonesia - onshore between 99°E and 102°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `3.71,99,-3.57,102` + */ +export const EPSG_23832 = + '+proj=tmerc +lat_0=0 +lon_0=100.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Alaska Zone 5 (US Feet) + * - **CRS-PROJCRS** [102393] + * - **Area**: USA - Alaska - 156~W to 152~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_102393 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Oklahoma South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8772] + * - **Area**: United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.57,-100,33.62,-94.42` + */ +export const EPSG_8772 = + '+proj=lcc +lat_0=33.3333333333333 +lon_0=-98 +lat_1=35.2333333333333 +lat_2=33.9333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-68 Khmelnytsky + * - **CRS-PROJCRS** [9860] + * - **Area**: Ukraine - Khmelnytskyi region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `50.59,26.13,48.45,27.9` + */ +export const EPSG_9860 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GVR2016 height + * - **CRS-VERTCRS** [8267] + * - **Area**: Greenland - onshore and offshore between 58°N and 85°N and west of 7°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `85.01,-75,58,-6.99` + */ +export const EPSG_8267 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Canada Atlas Lambert + * - **CRS-PROJCRS** [3978] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_3978 = + '+proj=lcc +lat_0=49 +lon_0=-95 +lat_1=49 +lat_2=77 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [2390] + * - **Area**: China - east of 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,133.5,45.85,134.77` + */ +export const EPSG_2390 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * Cape / UTM zone 35S + * - **CRS-PROJCRS** [22235] + * - **Area**: Botswana - east of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-17.78,24,-25.84,29.38` + */ +export const EPSG_22235 = + '+proj=utm +zone=35 +south +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGM04 (lon-lat) + * - **CRS-GEOG3DCRS** [7038] + * - **Area**: Mayotte - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-11.33,43.68,-14.49,46.7` + */ +export const EPSG_7038 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SRGI2013 / UTM zone 46N + * - **CRS-PROJCRS** [9476] + * - **Area**: Indonesia - north of equator and west of 96°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,0,96` + */ +export const EPSG_9476 = '+proj=utm +zone=46 +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 35N + * - **CRS-PROJCRS** [32235] + * - **Area**: Between 24°E and 30°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,24,0,30` + */ +export const EPSG_32235 = + '+proj=utm +zone=35 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) + * - **CRS-GEOGCRS** [6783] + * - **Area**: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; 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. US Virgin Islands - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,167.65,14.92,-63.88` + */ +export const EPSG_6783 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(CSRS) / NWT Lambert + * - **CRS-PROJCRS** [3581] + * - **Area**: Canada - Northwest Territories onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `78.81,-136.46,59.98,-102` + */ +export const EPSG_3581 = + '+proj=lcc +lat_0=0 +lon_0=-112 +lat_1=62 +lat_2=70 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Kandawala + * - **CRS-GEOGCRS** [4244] + * - **Area**: Sri Lanka - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `35` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_4244 = + '+proj=longlat +ellps=evrst30 +towgs84=-97,787,86,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Norman + * - **CRS-GEOGCRS** [104752] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104752 = '+proj=longlat +a=6378468.623 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [21419] + * - **Area**: China - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `45.11,108,18.11,114` + */ +export const EPSG_21419 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / BLM 15N (ftUS) + * - **CRS-PROJCRS** [32665] + * - **Area**: United States (USA) - Gulf of Mexico outer continental shelf (GoM OCS) between approximately 96°W and 90°W - protraction areas East Breaks; Alaminos Canyon; Garden Banks; Keathley Canyon; Sigsbee Escarpment; Ewing Bank; Green Canyon; Walker Ridge; Amery Terrace. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `29.73,-96,25.61,-89.86` + */ +export const EPSG_32665 = + '+proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(PA11) / Hawaii zone 2 + * - **CRS-PROJCRS** [6629] + * - **Area**: United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_6629 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * QND95 + * - **CRS-GEOGCRS** [4614] + * - **Area**: Qatar - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `26.2,50.69,24.55,51.68` + */ +export const EPSG_4614 = + '+proj=longlat +ellps=intl +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +no_defs +type=crs'; + +/** + * NZGD2000 / Wellington 2000 + * - **CRS-PROJCRS** [2113] + * - **Area**: New Zealand - North Island - Wellington meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.91,174.52,-41.5,175.36` + */ +export const EPSG_2113 = + '+proj=tmerc +lat_0=-41.3011111111111 +lon_0=174.776388888889 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 5N + * - **CRS-PROJCRS** [102405] + * - **Area**: USA - 156~W to 150~W - AK, OCS + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `74.71,-156,52.15,-149.99` + */ +export const EPSG_102405 = '+proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Saturn - Dione + * - **CRS-GEOGCRS** [104928] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104928 = '+proj=longlat +R=560000 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Henry (m) + * - **CRS-PROJCRS** [7311] + * - **Area**: United States (USA) - Indiana - Henry county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `40.08,-85.6,39.78,-85.2` + */ +export const EPSG_7311 = + '+proj=tmerc +lat_0=39.75 +lon_0=-85.45 +k=1.000043 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 27 + * - **CRS-PROJCRS** [2543] + * - **Area**: Kazakhstan, Kyrgyzstan and Russian Federation onshore - between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.03,79.5,41.82,82.5` + */ +export const EPSG_2543 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Portland zone (ft) + * - **CRS-PROJCRS** [6853] + * - **Area**: United States (USA) - Oregon - Portland area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `46.01,-123.53,45.23,-122.11` + */ +export const EPSG_6853 = + '+proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=99999.9999996 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Minnesota North + * - **CRS-PROJCRS** [2810] + * - **Area**: United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-97.22,46.64,-89.49` + */ +export const EPSG_2810 = + '+proj=lcc +lat_0=46.5 +lon_0=-93.1 +lat_1=48.6333333333333 +lat_2=47.0333333333333 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Wyoming East + * - **CRS-PROJCRS** [3702] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_3702 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 180E + * - **CRS-PROJCRS** [21360] + * - **Area**: Russian Federation - onshore between 178°30'E and 178°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.65,178.5,62.24,-178.5` + */ +export const EPSG_21360 = + '+proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Minnesota Central + * - **CRS-PROJCRS** [6500] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_6500 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone C2 + * - **CRS-PROJCRS** [3352] + * - **Area**: Estonia, Latvia and Lithuania - onshore east of 26°27'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `59.61,26.45,55.15,28.24` + */ +export const EPSG_3352 = + '+proj=tmerc +lat_0=0.1 +lon_0=27.95 +k=1 +x_0=2250000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [4497] + * - **Area**: China - onshore and offshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,108,16.7,114` + */ +export const EPSG_4497 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lac Qui Parle (meter) + * - **CRS-PROJCRS** [103644] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103644 = + '+proj=lcc +lat_0=44.7527777777778 +lon_0=-95.85 +lat_1=44.8333333333333 +lat_2=45.2 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378476.853 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Aratu / UTM zone 22S + * - **CRS-PROJCRS** [20822] + * - **Area**: Brazil - offshore between 54°W and 48°W, including Pelotas basin. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-25.01,-53.38,-35.71,-47.99` + */ +export const EPSG_20822 = + '+proj=utm +zone=22 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A29H1 + * - **CRS-PROJCRS** [112055] + * - **Area**: UK - Highways England - A29 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0034,1.202,50.9223,1.4094` + */ +export const EPSG_112055 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999365924122903 +x_0=-214949.380087333 +y_0=70983.283656747 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 10 + NN54 height + * - **CRS-COMPOUNDCRS** [6150] + * - **Area**: Norway - onshore - between 10°E and 11°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `65.27,10,58.9,11.01` + */ +export const EPSG_6150 = + '+proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 25 + * - **CRS-PROJCRS** [21225] + * - **Area**: Russian Federation - onshore between 73°30'E and 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,73.5,53.47,76.5` + */ +export const EPSG_21225 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Georgia East (ftUS) + * - **CRS-PROJCRS** [6445] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_6445 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 11N + * - **CRS-PROJCRS** [2955] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_2955 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Azores Occidental 1939 + * - **CRS-GEOGCRS** [4182] + * - **Area**: Portugal - western Azores onshore - Flores, Corvo. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `39.77,-31.34,39.3,-31.02` + */ +export const EPSG_4182 = + '+proj=longlat +ellps=intl +towgs84=-422.651,-172.995,84.02,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Oregon South + * - **CRS-PROJCRS** [3647] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_3647 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 9N + * - **CRS-PROJCRS** [32409] + * - **Area**: Between 132°W and 126°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-132,0,-126` + */ +export const EPSG_32409 = + '+proj=utm +zone=9 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Racine (meters) + * - **CRS-PROJCRS** [103351] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103351 = + '+proj=tmerc +lat_0=42.2166666666667 +lon_0=-87.8944444444444 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1927 SPCS Zone Puerto Rico + * - **CRS-PROJCRS** [32059] + * - **Area**: Puerto Rico + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.86,-68.49,14.92,-65.04` + */ +export const EPSG_32059 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.0333333333333 +lat_2=18.4333333333333 +x_0=152400.30480061 +y_0=0 +datum=NAD27 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SQ51-52 + * - **CRS-PROJCRS** [3217] + * - **Area**: Antarctica - 64°S to 68°S and 120°E to 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-64,120,-68,132` + */ +export const EPSG_3217 = + '+proj=lcc +lat_0=-90 +lon_0=126 +lat_1=-64.6666666666667 +lat_2=-67.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * CR-SIRGAS / CRTM05 + * - **CRS-PROJCRS** [8908] + * - **Area**: Costa Rica - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.22,-85.97,7.98,-82.53` + */ +export const EPSG_8908 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Clay (US foot) + * - **CRS-PROJCRS** [103701] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103701 = + '+proj=tmerc +lat_0=46.63 +lon_0=-96.7 +k=1.000045317862 +x_0=152407.211256591 +y_0=30481.4422513183 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 9N + * - **CRS-PROJCRS** [22409] + * - **Area**: Canada - between 132°W and 126°W, onshore and offshore south of 84°N - British Columbia, Northwest Territories, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `80.93,-132,46.52,-126` + */ +export const EPSG_22409 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 9 + * - **CRS-PROJCRS** [5269] + * - **Area**: Türkiye (Turkey) - west of 28°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.11,25.62,36.5,28.5` + */ +export const EPSG_5269 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CH1903+ / LV95 + * - **CRS-PROJCRS** [2056] + * - **Area**: Liechtenstein; Switzerland. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.81,5.96,45.82,10.49` + */ +export const EPSG_2056 = + '+proj=somerc +lat_0=46.9524055555556 +lon_0=7.43958333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Mayotte 1950 height + * - **CRS-VERTCRS** [5793] + * - **Area**: Mayotte - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-12.61,44.98,-13.05,45.35` + */ +export const EPSG_5793 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 19N + * - **CRS-PROJCRS** [26919] + * - **Area**: North America - between 72°W and 66°W - onshore and offshore. Canada - Labrador; New Brunswick; Nova Scotia; Nunavut; Quebec. Puerto Rico. United States (USA) - Connecticut; Maine; Massachusetts; New Hampshire; New York (Long Island); Rhode Island; Vermont. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-72,14.92,-66` + */ +export const EPSG_26919 = + '+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SHD height + * - **CRS-VERTCRS** [6916] + * - **Area**: Singapore - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `1.47,103.59,1.13,104.07` + */ +export const EPSG_6916 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Eau Claire (ftUS) + * - **CRS-PROJCRS** [7604] + * - **Area**: United States (USA) - Wisconsin - Eau Claire county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.86,-91.66,44.59,-90.92` + */ +export const EPSG_7604 = + '+proj=lcc +lat_1=44.8722811263889 +lat_0=44.8722811263889 +lon_0=-91.2888888888889 +k_0=1.000035079 +x_0=120091.44018288 +y_0=91687.9239014477 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ISN2004 / LCC Europe + * - **CRS-PROJCRS** [5639] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_5639 = + '+proj=lcc +lat_0=52 +lon_0=10 +lat_1=35 +lat_2=65 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [2406] + * - **Area**: China - between 88°30'E and 91°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.42,88.49,27.32,91.51` + */ +export const EPSG_2406 = + '+proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Florida North (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8725] + * - **Area**: United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_8725 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=30.75 +lat_2=29.5833333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-21 Zakarpattia + * - **CRS-PROJCRS** [9837] + * - **Area**: Ukraine - Zakarpattia (Zakarpatska) region (Transcarpathia oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.1,22.13,47.89,24.63` + */ +export const EPSG_9837 = + '+proj=tmerc +lat_0=0 +lon_0=23.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 14 + * - **CRS-PROJCRS** [2328] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_2328 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 17 + * - **CRS-PROJCRS** [5117] + * - **Area**: Norway - onshore - between 17°E and 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.96,17,67.94,18.01` + */ +export const EPSG_5117 = + '+proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GS-IRF + * - **CRS-GEOGCRS** [10256] + * - **Area**: Denmark - onshore Jutland, Funen, Zealand and Lolland. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,12.87` + */ +export const EPSG_10256 = '+proj=longlat +a=6377019.27 +rf=300 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Florida West + * - **CRS-PROJCRS** [2778] + * - **Area**: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `29.6,-83.34,26.27,-81.13` + */ +export const EPSG_2778 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 43S + * - **CRS-PROJCRS** [7080] + * - **Area**: French Southern Territories - Kerguelen offshore east of 72°E and Amsterdam & St Paul onshore and offshore west of 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.47,72,-51.19,78.01` + */ +export const EPSG_7080 = + '+proj=utm +zone=43 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Utah South (ft) + * - **CRS-PROJCRS** [2282] + * - **Area**: United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne. + * - **Unit**: `foot` + * - **Accuracy**: `4` + * - **BBOX**: `38.58,-114.05,36.99,-109.04` + */ +export const EPSG_2282 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-111.5 +lat_1=38.35 +lat_2=37.2166666666667 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * Mars 2000 Sinusoidal (sphere) + * - **CRS-PROJCRS** [103886] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_103886 = + '+proj=sinu +lon_0=0 +x_0=0 +y_0=0 +R=3396190 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Iowa South (ftUS) + * - **CRS-PROJCRS** [3539] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_3539 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Egypt Gulf of Suez S-650 TL + * - **CRS-GEOGCRS** [4706] + * - **Area**: Egypt - Gulf of Suez. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `30.01,32.34,27.19,34.27` + */ +export const EPSG_4706 = + '+proj=longlat +ellps=helmert +towgs84=-146.21,112.63,4.05,0,0,0,0 +no_defs +type=crs'; + +/** + * Tucupita + * - **CRS-ENGCRS** [5814] + * - **Area**: Venezuela - Deltana area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `10.46,-62.8,7.89,-59.8` + */ +export const EPSG_5814 = 'null'; + +/** + * Pulkovo 1942 / CS63 zone X5 + * - **CRS-PROJCRS** [7829] + * - **Area**: Ukraine - between 34°E and 37°E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `52.25,34,44.33,37.01` + */ +export const EPSG_7829 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=35.5 +k=1 +x_0=5300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 4 + * - **CRS-PROJCRS** [26734] + * - **Area**: United States (USA) - Alaska - between 152°W and 148°W, onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `70.63,-152.01,59.11,-147.99` + */ +export const EPSG_26734 = + '+proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 27S + * - **CRS-PROJCRS** [32327] + * - **Area**: Between 24°W and 18°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-24,-80,-18` + */ +export const EPSG_32327 = + '+proj=utm +zone=27 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * RGNC91-93 / UTM zone 57S + * - **CRS-PROJCRS** [3169] + * - **Area**: New Caledonia - west of 162°E onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-15.34,156.25,-26.03,162.01` + */ +export const EPSG_3169 = + '+proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / UTM zone 54N + * - **CRS-PROJCRS** [6691] + * - **Area**: Japan - between 138°E and 144°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `46.05,138,17.63,144` + */ +export const EPSG_6691 = + '+proj=utm +zone=54 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 3 + * - **CRS-PROJCRS** [3493] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_3493 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ST71 Belep + * - **CRS-GEOGCRS** [4643] + * - **Area**: New Caledonia - Belep. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-19.5,163.54,-19.85,163.75` + */ +export const EPSG_4643 = + '+proj=longlat +ellps=intl +towgs84=-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002 +no_defs +type=crs'; + +/** + * GR96 / UTM zone 26N + * - **CRS-PROJCRS** [3186] + * - **Area**: Greenland - between 30°W and 24°W, onshore and offshore south of 84°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-30,64.96,-24` + */ +export const EPSG_3186 = + '+proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 11 + NN2000 height + * - **CRS-COMPOUNDCRS** [5951] + * - **Area**: Norway - onshore - between 11°E and 12°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `67.58,11,58.88,12.01` + */ +export const EPSG_5951 = + '+proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS New Mexico Cent. (US Feet) + * - **CRS-PROJCRS** [103490] + * - **Area**: USA - New Mexico - SPCS83 - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_103490 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(MARP00) + * - **CRS-GEOG3DCRS** [9071] + * - **Area**: Guam, Northern Mariana Islands and Palau; onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `23.9,129.48,1.64,149.55` + */ +export const EPSG_9071 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 32N + * - **CRS-PROJCRS** [32632] + * - **Area**: Between 6°E and 12°E, northern hemisphere between equator and 84°N, onshore and offshore. Algeria. Austria. Cameroon. Denmark. Equatorial Guinea. France. Gabon. Germany. Italy. Libya. Liechtenstein. Monaco. Netherlands. Niger. Nigeria. Norway. Sao Tome and Principe. Svalbard. Sweden. Switzerland. Tunisia. Vatican City State. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,6,0,12` + */ +export const EPSG_32632 = '+proj=utm +zone=32 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Ukraine TM zone 10 + * - **CRS-PROJCRS** [6384] + * - **Area**: Ukraine - between 28°30'E and 31°30'E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.12,28.5,43.42,31.5` + */ +export const EPSG_6384 = + '+proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Beduaram + * - **CRS-GEOGCRS** [4213] + * - **Area**: Niger - southeast + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `15` + * - **BBOX**: `16.7,7.81,12.8,14.9` + */ +export const EPSG_4213 = + '+proj=longlat +ellps=clrk80ign +towgs84=-106,-87,188,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Big Stone + * - **CRS-GEOGCRS** [104705] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104705 = '+proj=longlat +a=6378470.757 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kansas South + * - **CRS-PROJCRS** [2797] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_2797 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / GK31FIN + * - **CRS-PROJCRS** [3885] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `64.27,30.5,62.08,31.59` + */ +export const EPSG_3885 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SCM22 Grid + * - **CRS-PROJCRS** [9972] + * - **Area**: United Kingdom (UK) - on or related to the Scottish central mainline rail route from Motherwell through Perth and Pitlochry to Inverness. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.55,-4.4,55.7,-3.3` + */ +export const EPSG_9972 = + '+proj=tmerc +lat_0=56.6 +lon_0=-3.85 +k=1 +x_0=108600.972 +y_0=239087.349 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Chippewa (ftUS) + * - **CRS-PROJCRS** [7595] + * - **Area**: United States (USA) - Wisconsin - Chippewa county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.3,-91.67,44.85,-90.92` + */ +export const EPSG_7595 = + '+proj=lcc +lat_1=44.9778568986111 +lat_0=44.9778568986111 +lon_0=-91.2944444444444 +k_0=1.0000391127 +x_0=60045.7200914401 +y_0=44091.434493269 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / Alberta 3TM ref merid 111 W + * - **CRS-PROJCRS** [22262] + * - **Area**: Canada - Alberta - east of 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60,-112.5,48.99,-109.98` + */ +export const EPSG_22262 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS96) + * - **CRS-GCENCRS** [8230] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8230 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A03H1 + * - **CRS-PROJCRS** [112002] + * - **Area**: UK - Highways England - A3 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.4321,-5.2952,50.1142,-5.1477` + */ +export const EPSG_112002 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.99936492500576 +x_0=243942.308403333 +y_0=70983.2126911338 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / EPSG Arctic zone 5-33 + * - **CRS-PROJCRS** [6107] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,-141,69.5,-121` + */ +export const EPSG_6107 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=-131 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=33500000 +y_0=5500000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * Tokyo / Japan Plane Rectangular CS XVI + * - **CRS-PROJCRS** [30176] + * - **Area**: Japan - onshore - Okinawa-ken west of 126°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `24.94,122.83,23.98,125.51` + */ +export const EPSG_30176 = + '+proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Moorea 87 / UTM zone 6S + * - **CRS-PROJCRS** [3305] + * - **Area**: French Polynesia - Society Islands - Moorea. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-17.41,-150,-17.63,-149.73` + */ +export const EPSG_3305 = + '+proj=utm +zone=6 +south +ellps=intl +towgs84=218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Big Stone (meter) + * - **CRS-PROJCRS** [103613] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103613 = + '+proj=lcc +lat_0=45.1522222222222 +lon_0=-96.05 +lat_1=45.2166666666667 +lat_2=45.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378470.757 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 111E + * - **CRS-PROJCRS** [21337] + * - **Area**: Russian Federation - onshore between 109°30'E and 112°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `76.81,109.5,49.14,112.5` + */ +export const EPSG_21337 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon GIC Lambert (ft) + * - **CRS-PROJCRS** [6557] + * - **Area**: United States (USA) - Oregon. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.26,-124.6,41.98,-116.47` + */ +export const EPSG_6557 = + '+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas South Central + * - **CRS-PROJCRS** [2847] + * - **Area**: United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `30.67,-105,27.78,-93.76` + */ +export const EPSG_2847 = + '+proj=lcc +lat_0=27.8333333333333 +lon_0=-99 +lat_1=30.2833333333333 +lat_2=28.3833333333333 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Sinusoidal + * - **CRS-PROJCRS** [53008] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53008 = + '+proj=sinu +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Wyoming East (ftUS) + * - **CRS-PROJCRS** [3755] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_3755 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California VI (US Feet) + * - **CRS-PROJCRS** [103243] + * - **Area**: USA - California - SPCS - 6 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.08,-118.15,32.53,-114.42` + */ +export const EPSG_103243 = + '+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=32.7833333333333 +lat_2=33.8833333333333 +x_0=2000000 +y_0=500000.000000001 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * KSA-GRF17 / UTM zone 38N + * - **CRS-PROJCRS** [9358] + * - **Area**: Saudi Arabia - onshore and offshore - between of 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `31.15,41.99,16.35,48` + */ +export const EPSG_9358 = + '+proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,-8.393,0.749,-10.276,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / LCC Germany (N-E) + * - **CRS-PROJCRS** [4839] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_4839 = + '+proj=lcc +lat_0=51 +lon_0=10.5 +lat_1=48.6666666666667 +lat_2=53.6666666666667 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Columbia River East zone (m) + * - **CRS-PROJCRS** [6804] + * - **Area**: United States (USA) - Oregon - Columbia River area between approximately 122°03'W and 118°53'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.08,-122.05,45.49,-118.89` + */ +export const EPSG_6804 = + '+proj=lcc +lat_1=45.6666666666667 +lat_0=45.6666666666667 +lon_0=-120.5 +k_0=1.000008 +x_0=150000 +y_0=30000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 141E + * - **CRS-PROJCRS** [2514] + * - **Area**: Russian Federation - onshore between 138°E and 144°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.27,138,45.84,144` + */ +export const EPSG_2514 = + '+proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Shawano (m) + * - **CRS-PROJCRS** [8119] + * - **Area**: United States (USA) - Wisconsin - Shawano county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.03,-89.23,44.58,-88.24` + */ +export const EPSG_8119 = + '+proj=tmerc +lat_0=44.0361111111111 +lon_0=-88.6055555555556 +k=1.000032144 +x_0=262433.3253 +y_0=0.0096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Lambert Canada + * - **CRS-PROJCRS** [102002] + * - **Area**: Canada + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_102002 = + '+proj=lcc +lat_0=40 +lon_0=-96 +lat_1=50 +lat_2=70 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NGA 2022 height + * - **CRS-VERTCRS** [10190] + * - **Area**: Algeria - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-8.67,18.97,11.99` + */ +export const EPSG_10190 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Perry (ftUS) + * - **CRS-PROJCRS** [7346] + * - **Area**: United States (USA) - Indiana - Perry county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.27,-86.82,37.84,-86.43` + */ +export const EPSG_7346 = + '+proj=tmerc +lat_0=37.8 +lon_0=-86.7 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Lao 1997 + * - **CRS-GEOG3DCRS** [4993] + * - **Area**: Laos. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `22.5,100.09,13.92,107.64` + */ +export const EPSG_4993 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * DB_REF + * - **CRS-GEOGCRS** [5681] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,5.86,47.27,15.04` + */ +export const EPSG_5681 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * NGO 1948 (Oslo) Oslo Kommune + * - **CRS-PROJCRS** [102452] + * - **Area**: Norway - Oslo Kommune + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.14,10.48,59.81,10.97` + */ +export const EPSG_102452 = + '+proj=tmerc +lat_0=58 +lon_0=0 +k=1 +x_0=0 +y_0=-212979.18 +a=6377492.018 +rf=299.1528128 +pm=oslo +units=m +no_defs +type=crs'; + +/** + * JGD2000 / Japan Plane Rectangular CS IX + * - **CRS-PROJCRS** [2451] + * - **Area**: Japan - onshore - Honshu - Tokyo-to. (Excludes offshore island areas of Tokyo-to covered by Japan Plane Rectangular Coordinate System zones XIV, XVIII and XIX). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `37.98,138.4,29.31,141.11` + */ +export const EPSG_2451 = + '+proj=tmerc +lat_0=36 +lon_0=139.833333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lome / UTM zone 31N + * - **CRS-PROJCRS** [25231] + * - **Area**: Togo - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `11.14,-0.15,2.91,2.42` + */ +export const EPSG_25231 = '+proj=utm +zone=31 +ellps=clrk80ign +units=m +no_defs +type=crs'; + +/** + * DVR90(2023) height + * - **CRS-VERTCRS** [10485] + * - **Area**: Denmark - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `57.8,8,54.51,15.25` + */ +export const EPSG_10485 = 'null'; + +/** + * MWC18-IRF + * - **CRS-GEOGCRS** [20033] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Manchester via Wigan and Liverpool to Chester. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.65,-3.15,53.09,-2.1` + */ +export const EPSG_20033 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Antigua 1943 / British West Indies Grid + * - **CRS-PROJCRS** [2001] + * - **Area**: Antigua island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `17.22,-61.95,16.94,-61.61` + */ +export const EPSG_2001 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-255,-15,71,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR57-58 + * - **CRS-PROJCRS** [3240] + * - **Area**: Antarctica - 68°S to 72°S and 156°E to 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,156,-72,168` + */ +export const EPSG_3240 = + '+proj=lcc +lat_0=-90 +lon_0=162 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 111E + * - **CRS-PROJCRS** [4585] + * - **Area**: China - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.11,108,18.11,114` + */ +export const EPSG_4585 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mower (US foot) + * - **CRS-PROJCRS** [103756] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103756 = + '+proj=lcc +lat_0=43.5 +lon_0=-93.95 +lat_1=43.5666666666667 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378521.049 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 30 + * - **CRS-PROJCRS** [20930] + * - **Area**: Russian Federation - onshore between 174°E and 180°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.59,174,61.65,180` + */ +export const EPSG_20930 = + '+proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Mexico East (ftUS) + * - **CRS-PROJCRS** [2902] + * - **Area**: United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-105.72,32,-102.99` + */ +export const EPSG_2902 = + '+proj=tmerc +lat_0=31 +lon_0=-104.333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Nevada East (ftUS) + * - **CRS-PROJCRS** [3610] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_3610 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Voirol 1875 (grads) + * - **CRS-GEOGCRS** [104139] + * - **Area**: Algeria - north of 32~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.14,-2.95,31.99,9.09` + */ +export const EPSG_104139 = '+proj=longlat +ellps=clrk80ign +no_defs +type=crs'; + +/** + * NAD83(2011) / Arkansas South + * - **CRS-PROJCRS** [6412] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_6412 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Iowa South (ftUS) + * - **CRS-PROJCRS** [6465] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `42.04,-96.14,40.36,-90.14` + */ +export const EPSG_6465 = + '+proj=lcc +lat_0=40 +lon_0=-93.5 +lat_1=41.7833333333333 +lat_2=40.6166666666667 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Dunedin-Bluff 1960 height + * - **CRS-VERTCRS** [4458] + * - **Area**: New Zealand - South Island - Dunedin-Bluff vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-44.52,166.37,-46.73,169.95` + */ +export const EPSG_4458 = '+vunits=m +no_defs +type=crs'; + +/** + * RGR92 / UTM zone 40S + * - **CRS-PROJCRS** [2975] + * - **Area**: Reunion - onshore and offshore - east of 54°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-18.28,54,-24.72,58.24` + */ +export const EPSG_2975 = + '+proj=utm +zone=40 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 29N + * - **CRS-PROJCRS** [32429] + * - **Area**: Between 12°W and 6°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-12,0,-6` + */ +export const EPSG_32429 = + '+proj=utm +zone=29 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas North + * - **CRS-PROJCRS** [3667] + * - **Area**: United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `36.5,-103.03,34.3,-99.99` + */ +export const EPSG_3667 = + '+proj=lcc +lat_0=34 +lon_0=-101.5 +lat_1=36.1833333333333 +lat_2=34.65 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR51-52 + * - **CRS-PROJCRS** [3237] + * - **Area**: Antarctica - 68°S to 72°S and 120°E to 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,120,-72,132` + */ +export const EPSG_3237 = + '+proj=lcc +lat_0=-90 +lon_0=126 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON DGF06P01 + * - **CRS-GEOG3DCRS** [8928] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8928 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Chisago (US foot) + * - **CRS-PROJCRS** [103721] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103721 = + '+proj=lcc +lat_0=45.2963888888889 +lon_0=-93.0833333333333 +lat_1=45.3333333333333 +lat_2=45.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378411.321 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Douglas (m) + * - **CRS-PROJCRS** [8181] + * - **Area**: United States (USA) - Wisconsin - Douglas county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.76,-92.3,46.15,-91.55` + */ +export const EPSG_8181 = + '+proj=tmerc +lat_0=45.8833333333333 +lon_0=-91.9166666666667 +k=1.0000385418 +x_0=59131.3183 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Cass (ftUS) + * - **CRS-PROJCRS** [7274] + * - **Area**: United States (USA) - Indiana - Cass county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.92,-86.59,40.56,-86.16` + */ +export const EPSG_7274 = + '+proj=tmerc +lat_0=40.55 +lon_0=-86.4 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ELD79 / Libya zone 13 + * - **CRS-PROJCRS** [2076] + * - **Area**: Libya - onshore east of 24°E. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `32.15,24,19.99,25.21` + */ +export const EPSG_2076 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Alaska zone 9 + * - **CRS-PROJCRS** [26939] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and west of 168°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `65.82,-173.16,56.49,-168` + */ +export const EPSG_26939 = + '+proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / MTM zone 13 + * - **CRS-PROJCRS** [26893] + * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.59,-85.5,46,-82.5` + */ +export const EPSG_26893 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS 2018 + * - **CRS-GCENCRS** [20044] + * - **Area**: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `15.51,-84.77,-4.23,-66.87` + */ +export const EPSG_20044 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * IGN 1988 SB height + * - **CRS-VERTCRS** [5619] + * - **Area**: Guadeloupe - onshore - St Barthelemy island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `17.98,-62.92,17.82,-62.73` + */ +export const EPSG_5619 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Pepin and Pierce (ftUS) + * - **CRS-PROJCRS** [7624] + * - **Area**: United States (USA) - Wisconsin - counties of Pepin and Pierce. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.87,-92.81,44.4,-91.65` + */ +export const EPSG_7624 = + '+proj=lcc +lat_1=44.6361488719444 +lat_0=44.6361488719444 +lon_0=-92.2277777777778 +k_0=1.0000362977 +x_0=167640.33528067 +y_0=86033.0877317754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 87E + * - **CRS-PROJCRS** [2426] + * - **Area**: China - between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.18,85.5,27.8,88.5` + */ +export const EPSG_2426 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / UTM zone 58S + * - **CRS-PROJCRS** [2133] + * - **Area**: New Zealand - offshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-39.68,162,-55.89,168` + */ +export const EPSG_2133 = + '+proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 5 + * - **CRS-PROJCRS** [102425] + * - **Area**: ARC System - Zone 5 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `68,-180,64,180` + */ +export const EPSG_102425 = + '+proj=eqc +lat_ts=66.09421768 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Jupiter + * - **CRS-GEOGCRS** [104908] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104908 = '+proj=longlat +a=71492000 +rf=15.4144027598103 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS LaGrange-Noble (m) + * - **CRS-PROJCRS** [7331] + * - **Area**: United States (USA) - Indiana - counties of LaGrange and Noble. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-85.66,41.26,-85.19` + */ +export const EPSG_7331 = + '+proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 46 + * - **CRS-PROJCRS** [2563] + * - **Area**: Russian Federation - onshore between 136°30'E and 139°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.27,136.5,44.76,139.5` + */ +export const EPSG_2563 = + '+proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * AGD 1966 NSW ISG Zone 55 / 2 + * - **CRS-PROJCRS** [102075] + * - **Area**: Australia - New South Wales - 146~E to 148~E (ISG 55/2) + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.15,146,-47.2,148` + */ +export const EPSG_102075 = + '+proj=tmerc +lat_0=0 +lon_0=147 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Gujarat + * - **CRS-PROJCRS** [7761] + * - **Area**: India - Gujarat and union territories of Daman, Diu, Dadra and Nagar Haveli. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `24.71,68.13,20.05,74.48` + */ +export const EPSG_7761 = + '+proj=lcc +lat_0=22.37807121 +lon_0=71.375 +lat_1=20.7916666666667 +lat_2=23.9583333333333 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Qatar 1948 / Qatar Grid + * - **CRS-PROJCRS** [2099] + * - **Area**: Qatar - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `26.2,50.69,24.55,51.68` + */ +export const EPSG_2099 = + '+proj=cass +lat_0=25.3823611111111 +lon_0=50.7613888888889 +x_0=100000 +y_0=100000 +ellps=helmert +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / New York West + * - **CRS-PROJCRS** [2830] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_2830 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 15N + * - **CRS-PROJCRS** [3722] + * - **Area**: United States (USA) - between 96°W and 90°W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-96.01,25.61,-90` + */ +export const EPSG_3722 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS California III + * - **CRS-PROJCRS** [103234] + * - **Area**: USA - California - SPCS - 3 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_103234 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=37.0666666666667 +lat_2=38.4333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 120E + * - **CRS-PROJCRS** [21340] + * - **Area**: Russian Federation - onshore between 118°30'E and 121°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.63,118.5,49.87,121.5` + */ +export const EPSG_21340 = + '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Nevada East + * - **CRS-PROJCRS** [6520] + * - **Area**: United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42,-117.01,34.99,-114.03` + */ +export const EPSG_6520 = + '+proj=tmerc +lat_0=34.75 +lon_0=-115.583333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 59N + * - **CRS-PROJCRS** [3372] + * - **Area**: United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_3372 = + '+proj=utm +zone=59 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Pine (meter) + * - **CRS-PROJCRS** [103664] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103664 = + '+proj=lcc +lat_0=45.73 +lon_0=-92.9 +lat_1=45.8166666666667 +lat_2=46.3333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378472.281 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Pampa del Castillo / Argentina 3 + * - **CRS-PROJCRS** [9285] + * - **Area**: 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` + * - **Accuracy**: `2.5` + * - **BBOX**: `-43.58,-67.5,-49.05,-65.47` + */ +export const EPSG_9285 = + '+proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-233.43,6.65,173.64,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B26H1 + * - **CRS-PROJCRS** [112075] + * - **Area**: UK - Highways England - B26 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.7866,0.8565,52.0107,1.055` + */ +export const EPSG_112075 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999516813741153 +x_0=-185984.284553461 +y_0=110990.621427066 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 30 + NN54 height + * - **CRS-COMPOUNDCRS** [6170] + * - **Area**: Norway - onshore - east of 30°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.77,30,69.46,31.32` + */ +export const EPSG_6170 = + '+proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Virginia South (ftUS) + * - **CRS-PROJCRS** [3688] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_3688 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000.0001016 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v5 + * - **CRS-GCENCRS** [8247] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8247 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Cascais depth + * - **CRS-VERTCRS** [10364] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_10364 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / UTM zone 15N + * - **CRS-PROJCRS** [22215] + * - **Area**: Canada between 96°W and 90°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-96,48.03,-90` + */ +export const EPSG_22215 = '+proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 5 + * - **CRS-PROJCRS** [22645] + * - **Area**: Canada - Labrador - 66°W to 63°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `60.52,-66,51.58,-63` + */ +export const EPSG_22645 = + '+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GBK19 Grid + * - **CRS-PROJCRS** [9456] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Glasgow to Kilmarnock via Barrhead and the branch to East Kilbride. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.95,-4.65,55.55,-4.05` + */ +export const EPSG_9456 = + '+proj=tmerc +lat_0=55.75 +lon_0=-4.35 +k=1 +x_0=93720.394 +y_0=113870.493 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 15N + * - **CRS-PROJCRS** [32215] + * - **Area**: Between 96°W and 90°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-96,0,-90` + */ +export const EPSG_32215 = + '+proj=utm +zone=15 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Mocoa urban grid + * - **CRS-PROJCRS** [6259] + * - **Area**: Colombia - Mocoa city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `1.18,-76.66,1.12,-76.63` + */ +export const EPSG_6259 = + '+proj=col_urban +lat_0=1.14002335833333 +lon_0=-76.6510212194444 +x_0=1047467.388 +y_0=617828.474 +h_0=655.2 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Sibley + * - **CRS-GEOGCRS** [104772] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104772 = '+proj=longlat +a=6378414.369 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * IGS00 + * - **CRS-GEOGCRS** [9006] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9006 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 45N + * - **CRS-PROJCRS** [32645] + * - **Area**: Between 84°E and 90°E, northern hemisphere between equator and 84°N, onshore and offshore. Bangladesh. Bhutan. China. India. Kazakhstan. Mongolia. Nepal. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,84,0,90` + */ +export const EPSG_32645 = '+proj=utm +zone=45 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Wisconsin South (ftUS) + * - **CRS-PROJCRS** [6609] + * - **Area**: United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.33,-91.43,42.48,-86.95` + */ +export const EPSG_6609 = + '+proj=lcc +lat_0=42 +lon_0=-90 +lat_1=44.0666666666667 +lat_2=42.7333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone B1 + * - **CRS-PROJCRS** [5926] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `79.01,-156,67,-66` + */ +export const EPSG_5926 = + '+proj=lcc +lat_0=73.1557408611111 +lon_0=-111 +lat_1=77 +lat_2=69 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 / UTM zone 25S + * - **CRS-PROJCRS** [31985] + * - **Area**: Brazil - between 36°W and 30°W, northern and southern hemispheres, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.19,-36,-23.8,-29.99` + */ +export const EPSG_31985 = + '+proj=utm +zone=25 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California zone III + * - **CRS-PROJCRS** [26743] + * - **Area**: United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.71,-123.02,36.73,-117.83` + */ +export const EPSG_26743 = + '+proj=lcc +lat_0=36.5 +lon_0=-120.5 +lat_1=38.4333333333333 +lat_2=37.0666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * REGCAN95 + La Gomera height + * - **CRS-COMPOUNDCRS** [9513] + * - **Area**: Spain - Canary Islands - La Gomera onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `28.26,-17.39,27.95,-17.03` + */ +export const EPSG_9513 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 50S + * - **CRS-PROJCRS** [32350] + * - **Area**: Between 114°E and 120°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,114,-80,120` + */ +export const EPSG_32350 = + '+proj=utm +zone=50 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 35 + * - **CRS-PROJCRS** [4771] + * - **Area**: China - between 103°30'E and 106°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.21,103.5,22.5,106.51` + */ +export const EPSG_4771 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * ISLW depth + * - **CRS-VERTCRS** [5863] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_5863 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM grid system (southern hemisphere) + * - **CRS-PROJCRS** [32700] + * - **Area**: Southern hemisphere between equator and 80°S, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-180,-80,180` + */ +export const EPSG_32700 = + 'PROJCS["WGS 84 / UTM grid system (southern hemisphere)",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator_Zoned_Grid_System"],PARAMETER["Latitude of natural origin",0],PARAMETER["Initial longitude",-180],PARAMETER["Zone width",6],PARAMETER["Scale factor at natural origin",0.9996],PARAMETER["False easting",500000],PARAMETER["False northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","32700"]]'; + +/** + * SAD69(96) / Brazil Polyconic + * - **CRS-PROJCRS** [5530] + * - **Area**: Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `7.04,-74.01,-35.71,-25.28` + */ +export const EPSG_5530 = + '+proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / MTM zone 10 + * - **CRS-PROJCRS** [22350] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `47.33,-81,42.26,-77.99` + */ +export const EPSG_22350 = + '+proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Wisconsin Transverse Mercator - US Ft + * - **CRS-PROJCRS** [102219] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_102219 = + '+proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4479999.99999999 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Deir ez Zor / Levant Zone + * - **CRS-PROJCRS** [22700] + * - **Area**: Lebanon - onshore. Syrian Arab Republic - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `37.3,35.04,32.31,42.38` + */ +export const EPSG_22700 = + 'PROJCS["Deir ez Zor / Levant Zone",GEOGCS["Deir ez Zor",DATUM["Deir_ez_Zor",SPHEROID["Clarke 1880 (IGN)",6378249.2,293.466021293627],TOWGS84[-190.421,8.532,238.69,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4227"]],PROJECTION["Lambert_Conic_Near-Conformal"],PARAMETER["Latitude of natural origin",34.65],PARAMETER["Longitude of natural origin",37.35],PARAMETER["Scale factor at natural origin",0.9996256],PARAMETER["False easting",300000],PARAMETER["False northing",300000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","22700"]]'; + +/** + * NAD 1983 SPCS Arizona Central (Feet) + * - **CRS-PROJCRS** [102649] + * - **Area**: USA - Arizona - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_102649 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Minnesota South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8752] + * - **Area**: United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.59,-96.85,43.49,-91.21` + */ +export const EPSG_8752 = + '+proj=lcc +lat_0=43 +lon_0=-94 +lat_1=45.2166666666667 +lat_2=43.7833333333333 +x_0=800000.00001016 +y_0=99999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-35 Kirovohrad + * - **CRS-PROJCRS** [9840] + * - **Area**: Ukraine - Kirovohrad region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.25,29.74,47.74,33.9` + */ +export const EPSG_9840 = + '+proj=tmerc +lat_0=0 +lon_0=32 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 69E + * - **CRS-PROJCRS** [2471] + * - **Area**: Russian Federation - onshore between 66°E and 72°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,66,54.1,72` + */ +export const EPSG_2471 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [20013] + * - **Area**: Russian Federation - onshore between 72°E and 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `79.71,72,53.17,78` + */ +export const EPSG_20013 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 23 + * - **CRS-PROJCRS** [28423] + * - **Area**: Russian Federation - onshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.15,132,42.63,138` + */ +export const EPSG_28423 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD27(76) / MTM zone 12 + * - **CRS-PROJCRS** [2021] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `55.21,-82.5,46,-79.5` + */ +export const EPSG_2021 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs'; + +/** + * MGI (Ferro) / Austria GK Central Zone + * - **CRS-PROJCRS** [31252] + * - **Area**: Austria between 11°50'E and 14°50'E of Greenwich (29°30'E and 32°30'E of Ferro). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `48.79,11.83,46.4,14.84` + */ +export const EPSG_31252 = + '+proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs'; + +/** + * POSGAR 94 / Argentina 4 + * - **CRS-PROJCRS** [22184] + * - **Area**: Argentina - between 64°30'W and 61°30'W, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-21.99,-64.5,-54.91,-61.5` + */ +export const EPSG_22184 = + '+proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW ST01-04 + * - **CRS-PROJCRS** [3260] + * - **Area**: Antarctica - 76°S to 80°S and 180°W to 156°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-76,-180,-80,-156` + */ +export const EPSG_3260 = + '+proj=lcc +lat_0=-90 +lon_0=-168 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Washington South + * - **CRS-PROJCRS** [6598] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_6598 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota St Louis Central (US foot) + * - **CRS-PROJCRS** [103776] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103776 = + '+proj=lcc +lat_0=47.25 +lon_0=-92.45 +lat_1=47.3333333333333 +lat_2=47.75 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378605.783 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 10 + * - **CRS-PROJCRS** [20910] + * - **Area**: Russian Federation - onshore between 54°E and 60°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.91,54,50.47,60` + */ +export const EPSG_20910 = + '+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Gran Canaria height + * - **CRS-VERTCRS** [9397] + * - **Area**: Spain - Canary Islands - Gran Canaria onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `28.23,-15.88,27.68,-15.31` + */ +export const EPSG_9397 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Idaho West (ftUS) + * - **CRS-PROJCRS** [2888] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-117.24,41.99,-114.32` + */ +export const EPSG_2888 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 6-26 + * - **CRS-PROJCRS** [6062] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `71.17,-65,66.16,-47` + */ +export const EPSG_6062 = + '+proj=lcc +lat_0=68.6874755555556 +lon_0=-56 +lat_1=70.3333333333333 +lat_2=67 +x_0=26500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Utah Central (ft) + * - **CRS-PROJCRS** [2922] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_2922 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York West (ftUS) + * - **CRS-PROJCRS** [3630] + * - **Area**: United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.64,-79.77,41.99,-77.36` + */ +export const EPSG_3630 = + '+proj=tmerc +lat_0=40 +lon_0=-78.5833333333333 +k=0.9999375 +x_0=350000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 52 + * - **CRS-PROJCRS** [21252] + * - **Area**: Russian Federation - onshore between 154°30'E and 157°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.2,154.5,49.02,157.5` + */ +export const EPSG_21252 = + '+proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Colorado South (ftUS) + * - **CRS-PROJCRS** [6432] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_6432 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.828803657 +y_0=304800.609601219 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 4 + * - **CRS-PROJCRS** [32184] + * - **Area**: Canada - Quebec and Labrador between 63°W and 60°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `58.92,-63,47.16,-60` + */ +export const EPSG_32184 = + '+proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A12H3 + * - **CRS-PROJCRS** [112022] + * - **Area**: UK - Highways England - A12 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.814,-3.9022,50.2351,-3.6549` + */ +export const EPSG_112022 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999866723629314 +x_0=144038.240325321 +y_0=71018.8546048459 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Schwarzeck / Lo22/17 + * - **CRS-PROJCRS** [29377] + * - **Area**: Namibia - onshore between 16°E and 18°E. + * - **Unit**: `German legal metre` + * - **Accuracy**: `35` + * - **BBOX**: `-17.38,15.99,-28.83,18.01` + */ +export const EPSG_29377 = + '+proj=tmerc +axis=wsu +lat_0=-22 +lon_0=17 +k=1 +x_0=0 +y_0=0 +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs +type=crs'; + +/** + * IGC 1962 / Congo TM zone 26 + * - **CRS-PROJCRS** [3325] + * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 25°E and 27°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-4.23,25,-7.26,27` + */ +export const EPSG_3325 = + '+proj=tmerc +lat_0=0 +lon_0=26 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Grant (meter) + * - **CRS-PROJCRS** [103633] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103633 = + '+proj=lcc +lat_0=45.7588888888889 +lon_0=-96.05 +lat_1=45.8 +lat_2=46.05 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378518.001 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 51E + * - **CRS-PROJCRS** [21317] + * - **Area**: Russian Federation - onshore between 49°30'E and 52°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.22,49.5,42.36,52.5` + */ +export const EPSG_21317 = + '+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ITRF90 + * - **CRS-GEOGCRS** [8990] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8990 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Texas Central + * - **CRS-PROJCRS** [6577] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_6577 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cassini + * - **CRS-PROJCRS** [53028] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53028 = + '+proj=cass +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arizona East (ft) + * - **CRS-PROJCRS** [2867] + * - **Area**: United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_2867 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83 / Alberta 3TM ref merid 111 W + * - **CRS-PROJCRS** [3775] + * - **Area**: Canada - Alberta - east of 112°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `60,-112.5,48.99,-109.98` + */ +export const EPSG_3775 = + '+proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * IGb14 + * - **CRS-GCENCRS** [9378] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9378 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Georgia West (US Feet) + * - **CRS-PROJCRS** [103263] + * - **Area**: USA - Georgia - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_103263 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Louisiana North + * - **CRS-PROJCRS** [26981] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `33.03,-94.05,30.85,-90.86` + */ +export const EPSG_26981 = + '+proj=lcc +lat_0=30.5 +lon_0=-92.5 +lat_1=32.6666666666667 +lat_2=31.1666666666667 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Grants Pass-Ashland zone (m) + * - **CRS-PROJCRS** [6824] + * - **Area**: United States (USA) - Oregon - Grants Pass-Ashland area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.85,-123.95,41.88,-122.37` + */ +export const EPSG_6824 = + '+proj=tmerc +lat_0=41.75 +lon_0=-123.333333333333 +k=1.000043 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [2534] + * - **Area**: Kazakhstan, Russian Federation onshore and Turkmenistan - between 52°30'E and 55°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `81.41,52.5,37.33,55.5` + */ +export const EPSG_2534 = + '+proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Albers for Africa + * - **CRS-PROJCRS** [102022] + * - **Area**: Africa + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39,-25,-35,55` + */ +export const EPSG_102022 = + '+proj=aea +lat_0=0 +lon_0=25 +lat_1=20 +lat_2=-23 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Oneida (m) + * - **CRS-PROJCRS** [8139] + * - **Area**: United States (USA) - Wisconsin - Oneida county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.91,-90.05,45.46,-89.04` + */ +export const EPSG_8139 = + '+proj=lcc +lat_1=45.7042237702778 +lat_0=45.7042237702778 +lon_0=-89.5444444444444 +k_0=1.0000686968 +x_0=70104.1401 +y_0=57588.0346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Eau Claire (ftUS) + * - **CRS-PROJCRS** [8093] + * - **Area**: United States (USA) - Wisconsin - Eau Claire county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.86,-91.66,44.59,-90.92` + */ +export const EPSG_8093 = + '+proj=lcc +lat_1=44.8722811263889 +lat_0=44.8722811263889 +lon_0=-91.2888888888889 +k_0=1.000035079 +x_0=120091.44018288 +y_0=91687.9239014477 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Vanderburgh (ftUS) + * - **CRS-PROJCRS** [7366] + * - **Area**: United States (USA) - Indiana - Vanderburgh county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-87.71,37.82,-87.44` + */ +export const EPSG_7366 = + '+proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Locodjo 1965 / TM 5 NW + * - **CRS-PROJCRS** [2164] + * - **Area**: Côte d'Ivoire (Ivory Coast) - offshore. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `5.19,-7.55,1.02,-3.11` + */ +export const EPSG_2164 = + '+proj=tmerc +lat_0=0 +lon_0=-5 +k=0.9996 +x_0=500000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Cape Lo19 + * - **CRS-PROJCRS** [102472] + * - **Area**: South Africa - 18~E to 20~E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-28.38,17.99,-34.88,20` + */ +export const EPSG_102472 = + '+proj=tmerc +lat_0=0 +lon_0=19 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs'; + +/** + * Porto Santo 1995 + * - **CRS-GEOGCRS** [4663] + * - **Area**: Portugal - Madeira, Porto Santo and Desertas islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `33.15,-17.31,32.35,-16.23` + */ +export const EPSG_4663 = + '+proj=longlat +ellps=intl +towgs84=-210.502,-66.902,-48.476,-2.094,15.067,5.817,0.485 +no_defs +type=crs'; + +/** + * ETRS89 / UTM zone 31N + NN2000 height + * - **CRS-COMPOUNDCRS** [5971] + * - **Area**: Norway - onshore - west of 6°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `62.64,4.39,58.32,6.01` + */ +export const EPSG_5971 = '+proj=utm +zone=31 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 12N + * - **CRS-PROJCRS** [32612] + * - **Area**: Between 114°W and 108°W, northern hemisphere between equator and 84°N, onshore and offshore. Canada - Alberta; Northwest Territories (NWT); Nunavut; Saskatchewan. Mexico. United States (USA). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,0,-108` + */ +export const EPSG_32612 = '+proj=utm +zone=12 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 59N (ftUS) + * - **CRS-PROJCRS** [4399] + * - **Area**: United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `56.28,167.65,49.01,174.01` + */ +export const EPSG_4399 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Grant + * - **CRS-GEOGCRS** [104725] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104725 = '+proj=longlat +a=6378518.001 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * El Hierro height + * - **CRS-VERTCRS** [9401] + * - **Area**: Spain - Canary Islands - El Hierro onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `27.9,-18.22,27.58,-17.83` + */ +export const EPSG_9401 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 42N + * - **CRS-PROJCRS** [32242] + * - **Area**: Between 66°E and 72°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,66,0,72` + */ +export const EPSG_32242 = + '+proj=utm +zone=42 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Conus Albers + * - **CRS-PROJCRS** [5072] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `49.38,-124.79,24.41,-66.91` + */ +export const EPSG_5072 = + '+proj=aea +lat_0=23 +lon_0=-96 +lat_1=29.5 +lat_2=45.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / UTM zone 12N + * - **CRS-PROJCRS** [22612] + * - **Area**: Canada between 114°W and 108°W onshore and offshore - Alberta, Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-114,48.99,-108` + */ +export const EPSG_22612 = '+proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * RGSH2020 + * - **CRS-GEOGCRS** [10299] + * - **Area**: Algeria - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `38.8,-8.67,18.97,11.99` + */ +export const EPSG_10299 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ISN2004 / Lambert 2004 + ISH2004 height + * - **CRS-COMPOUNDCRS** [9952] + * - **Area**: Iceland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `66.62,-24.66,63.24,-13.38` + */ +export const EPSG_9952 = + '+proj=lcc +lat_0=65 +lon_0=-19 +lat_1=64.25 +lat_2=65.75 +x_0=1700000 +y_0=300000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / New Brunswick Stereographic (NAD27) + * - **CRS-PROJCRS** [5588] + * - **Area**: Canada - New Brunswick. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `48.07,-69.05,44.56,-63.7` + */ +export const EPSG_5588 = + '+proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=304800 +y_0=304800 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=ft +no_defs +type=crs'; + +/** + * Nahrwan 1967 / UTM zone 40N + * - **CRS-PROJCRS** [27040] + * - **Area**: 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` + * - **Accuracy**: `44` + * - **BBOX**: `26.27,54,22.63,57.13` + */ +export const EPSG_27040 = + '+proj=utm +zone=40 +a=6378249.145 +rf=293.465 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Bogota 1975 / Colombia Bogota zone + * - **CRS-PROJCRS** [21897] + * - **Area**: Colombia - onshore between 1°30'W and 1°30'E of Bogota (approximately 75°35'W and 72°35'W of Greenwich). + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `11.82,-75.59,-2.51,-72.58` + */ +export const EPSG_21897 = + '+proj=tmerc +lat_0=4.59904722222222 +lon_0=-74.0809166666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Buffalo (ftUS) + * - **CRS-PROJCRS** [8210] + * - **Area**: United States (USA) - Wisconsin - Buffalo county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-92.09,44.02,-91.52` + */ +export const EPSG_8210 = + '+proj=tmerc +lat_0=43.4813888888889 +lon_0=-91.7972222222222 +k=1.0000382778 +x_0=175260.3502159 +y_0=0.0048768097536195 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Michigan South (ft) + NAVD88 height (ft) + * - **CRS-COMPOUNDCRS** [8705] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.22,-87.2,41.69,-82.13` + */ +export const EPSG_8705 = + '+proj=lcc +lat_0=41.5 +lon_0=-84.3666666666667 +lat_1=43.6666666666667 +lat_2=42.1 +x_0=3999999.999984 +y_0=0 +datum=NAD83 +units=ft +vunits=ft +no_defs +type=crs'; + +/** + * Batavia / TM 109 SE + * - **CRS-PROJCRS** [2308] + * - **Area**: Indonesia - southern Java Sea offshore northwest Java. + * - **Unit**: `metre` + * - **Accuracy**: `6` + * - **BBOX**: `-4.07,105.77,-6.89,110.01` + */ +export const EPSG_2308 = + '+proj=tmerc +lat_0=0 +lon_0=109 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / Indonesia TM-3 zone 54.1 + * - **CRS-PROJCRS** [23845] + * - **Area**: Indonesia - onshore east of 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-1.49,138,-9.19,141.01` + */ +export const EPSG_23845 = + '+proj=tmerc +lat_0=0 +lon_0=139.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SMITB20 Grid + ODN height + * - **CRS-COMPOUNDCRS** [10276] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.85,-4.1,50.65,-3.6` + */ +export const EPSG_10276 = + '+proj=tmerc +lat_0=50.75 +lon_0=-3.85 +k=1 +x_0=110693.666 +y_0=102089.2943 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W + * - **CRS-PROJCRS** [2758] + * - **Area**: Russian Federation - onshore between 169°30'W and 166°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `65.86,-169.22,65.7,-168.97` + */ +export const EPSG_2758 = + '+proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / Gauss-Kruger CM 27E + * - **CRS-PROJCRS** [5567] + * - **Area**: Ukraine - between 24°E and 30°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `51.96,24,45.1,30` + */ +export const EPSG_5567 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 7N + * - **CRS-PROJCRS** [22307] + * - **Area**: Canada west of 138°W, onshore and offshore south of 84°N - British Columbia, Yukon. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `72.53,-141.01,52.05,-138` + */ +export const EPSG_22307 = '+proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 / India zone IIa + * - **CRS-PROJCRS** [24379] + * - **Area**: India - onshore between 21°N and 28°N and west of 82°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `28.01,68.13,21,82.01` + */ +export const EPSG_24379 = + '+proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 57S + * - **CRS-PROJCRS** [32757] + * - **Area**: Between 156°E and 162°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,156,-80,162` + */ +export const EPSG_32757 = '+proj=utm +zone=57 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Georgia East (ftUS) + * - **CRS-PROJCRS** [3519] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `34.68,-83.47,30.36,-80.77` + */ +export const EPSG_3519 = + '+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * SIGD61 + * - **CRS-GEOGCRS** [4726] + * - **Area**: Cayman Islands - Little Cayman and Cayman Brac. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `19.78,-80.14,19.63,-79.69` + */ +export const EPSG_4726 = + '+proj=longlat +ellps=clrk66 +towgs84=8.853,-52.644,180.304,0.393,2.323,-2.96,-24.081 +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 14N + * - **CRS-PROJCRS** [26714] + * - **Area**: North America - between 102°W and 96°W. Canada - Manitoba; Nunavut; Saskatchewan. Mexico. United States (USA) - Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas. Onshore for Mexican Pacific coast and Canadian Arctic but onshore and offshore for US & Mexico Gulf of Mexico and Caribbean coasts. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `80.74,-102,15.59,-96` + */ +export const EPSG_26714 = + '+proj=utm +zone=14 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 + CGVD2013a(2010) height + * - **CRS-COMPOUNDCRS** [9544] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_9544 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Indian 1960 / UTM zone 49N + * - **CRS-PROJCRS** [3149] + * - **Area**: Vietnam - onshore east of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `44` + * - **BBOX**: `21.56,108,10.43,109.53` + */ +export const EPSG_3149 = + '+proj=utm +zone=49 +ellps=evrst30 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 7S + * - **CRS-PROJCRS** [32307] + * - **Area**: Between 144°W and 138°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-144,-80,-138` + */ +export const EPSG_32307 = + '+proj=utm +zone=7 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / BLM 19N (ftUS) + * - **CRS-PROJCRS** [4419] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `47.47,-72,33.61,-65.99` + */ +export const EPSG_4419 = + '+proj=tmerc +lat_0=0 +lon_0=-69 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / California zone 5 (ftUS) + * - **CRS-PROJCRS** [6424] + * - **Area**: United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `35.81,-121.42,32.76,-114.12` + */ +export const EPSG_6424 = + '+proj=lcc +lat_0=33.5 +lon_0=-118 +lat_1=35.4666666666667 +lat_2=34.0333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / MTM zone 12 + * - **CRS-PROJCRS** [32192] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `55.21,-82.5,46,-79.5` + */ +export const EPSG_32192 = + '+proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 44 + * - **CRS-PROJCRS** [21244] + * - **Area**: Russian Federation - onshore between 130°30'E and 133°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `71.99,130.5,42.25,133.5` + */ +export const EPSG_21244 = + '+proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Kewaunee (meters) + * - **CRS-PROJCRS** [103330] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103330 = + '+proj=tmerc +lat_0=43.2666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / New York East (ftUS) + * - **CRS-PROJCRS** [3626] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_3626 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGRDC 2005 / Congo TM zone 14 + * - **CRS-PROJCRS** [4049] + * - **Area**: The Democratic Republic of the Congo (Zaire) - between 13°E to 15°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-4.28,13,-5.91,15.01` + */ +export const EPSG_4049 = + '+proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / EPSG Arctic zone 5-13 + * - **CRS-PROJCRS** [6074] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `74.51,24,69.5,44.01` + */ +export const EPSG_6074 = + '+proj=lcc +lat_0=72.0250091944445 +lon_0=34 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=13500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger zone 6 + * - **CRS-PROJCRS** [20906] + * - **Area**: Russian Federation - onshore between 30°E and 36°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.02,30,50.34,36` + */ +export const EPSG_20906 = + '+proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Norman (US foot) + * - **CRS-PROJCRS** [103760] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103760 = + '+proj=lcc +lat_0=47.1505555555556 +lon_0=-96.45 +lat_1=47.2 +lat_2=47.45 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378468.623 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Texas North Central + * - **CRS-PROJCRS** [32038] + * - **Area**: United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `34.58,-103.07,31.72,-94` + */ +export const EPSG_32038 = + '+proj=lcc +lat_0=31.6666666666667 +lon_0=-97.5 +lat_1=32.1333333333333 +lat_2=33.9666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SU06-10 + * - **CRS-PROJCRS** [3276] + * - **Area**: Antarctica - 80°S to 84°S and 150°W to 120°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-80,-150,-84,-120` + */ +export const EPSG_3276 = + '+proj=stere +lat_0=-90 +lat_ts=-80.2386111111111 +lon_0=-135 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Campo Inchauspe / Argentina 2 + * - **CRS-PROJCRS** [22192] + * - **Area**: Argentina - between 70°30'W and 67°30'W, onshore mainland. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-24.08,-70.5,-52.43,-67.49` + */ +export const EPSG_22192 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Kansas South + * - **CRS-PROJCRS** [26978] + * - **Area**: 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**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `38.88,-102.05,36.99,-94.6` + */ +export const EPSG_26978 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-98.5 +lat_1=38.5666666666667 +lat_2=37.2666666666667 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G1762) + * - **CRS-GEOG3DCRS** [7665] + * - **Area**: World. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_7665 = '+proj=longlat +ellps=WGS84 +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 5 + * - **CRS-PROJCRS** [20005] + * - **Area**: Russian Federation - onshore between 24°E and 30°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.47,26.61,55.69,30` + */ +export const EPSG_20005 = + '+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 45E + * - **CRS-PROJCRS** [2467] + * - **Area**: Russian Federation - onshore between 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `80.91,42,41.19,48` + */ +export const EPSG_2467 = + '+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN SPCS Hawaii Zone 4 (US Feet) + * - **CRS-PROJCRS** [102464] + * - **Area**: USA - Hawaii - Kauai - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.29,-159.85,21.81,-159.23` + */ +export const EPSG_102464 = + '+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000.000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Poland zone II + * - **CRS-PROJCRS** [2172] + * - **Area**: Poland - northeast - onshore north of 51°20'N and east of 19°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.51,19,51.33,23.95` + */ +export const EPSG_2172 = + '+proj=sterea +lat_0=53.0019444444444 +lon_0=21.5027777777778 +k=0.9998 +x_0=4603000 +y_0=5806000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Wells (ftUS) + * - **CRS-PROJCRS** [7370] + * - **Area**: United States (USA) - Indiana - Wells county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.92,-85.45,40.56,-85.06` + */ +export const EPSG_7370 = + '+proj=tmerc +lat_0=40.55 +lon_0=-85.25 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger CM 171E + * - **CRS-PROJCRS** [2488] + * - **Area**: Russian Federation - onshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,168,54.45,174` + */ +export const EPSG_2488 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * ISN2016 + * - **CRS-GEOG3DCRS** [8085] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_8085 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Uranus - Cressida + * - **CRS-GEOGCRS** [104949] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104949 = '+proj=longlat +R=31000 +no_defs +type=crs'; + +/** + * WGS 1984 Gnomonic North Pole + * - **CRS-PROJCRS** [102034] + * - **Area**: World - north of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_102034 = + '+proj=gnom +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 171W + * - **CRS-PROJCRS** [2522] + * - **Area**: Russian Federation - onshore east of 174°W. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `67.18,-174,64.2,-168.97` + */ +export const EPSG_2522 = + '+proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon La Grande zone (m) + * - **CRS-PROJCRS** [6832] + * - **Area**: United States (USA) - Oregon - La Grande area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.8,-118.17,45.13,-117.14` + */ +export const EPSG_6832 = + '+proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Missouri Central + * - **CRS-PROJCRS** [26997] + * - **Area**: United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.61,-93.79,36.48,-91.41` + */ +export const EPSG_26997 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Indiana West + * - **CRS-PROJCRS** [103275] + * - **Area**: USA - Indiana - SPCS - W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_103275 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966666666667 +x_0=900000 +y_0=250000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Portugal TM06 + * - **CRS-PROJCRS** [3763] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_3763 = + '+proj=tmerc +lat_0=39.6682583333333 +lon_0=-8.13310833333333 +k=1 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / California zone 2 (ftUS) + * - **CRS-PROJCRS** [2871] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_2871 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000.0001016 +y_0=500000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon South (ft) + * - **CRS-PROJCRS** [6561] + * - **Area**: United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.56,-124.6,41.98,-116.9` + */ +export const EPSG_6561 = + '+proj=lcc +lat_0=41.6666666666667 +lon_0=-120.5 +lat_1=44 +lat_2=42.3333333333333 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * RGPF / UTM zone 8S + * - **CRS-PROJCRS** [3299] + * - **Area**: French Polynesia - east of 138°W. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `-5.52,-138,-26.58,-131.97` + */ +export const EPSG_3299 = + '+proj=utm +zone=8 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,0.0183,-0.0003,0.007,-0.0093 +units=m +no_defs +type=crs'; + +/** + * REDGEOMIN + * - **CRS-GCENCRS** [9694] + * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` + */ +export const EPSG_9694 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR15P01 + * - **CRS-GEOGCRS** [8986] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8986 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Crow Wing (meter) + * - **CRS-PROJCRS** [103625] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103625 = + '+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * Cassini Bangladesh Zone 04 Bogura + * - **CRS-PROJCRS** [102937] + * - **Area**: Bangladesh - Bogura + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `25.2667,88.9166,24.5333,89.75` + */ +export const EPSG_102937 = + '+proj=cass +lat_0=24.5 +lon_0=89.5 +x_0=0 +y_0=0 +a=6377299.36559538 +b=6356098.35900516 +units=ch +no_defs +type=crs'; + +/** + * Pulkovo 1942(58) / Gauss-Kruger zone 3 + * - **CRS-PROJCRS** [3333] + * - **Area**: Germany (former DDR) - onshore east of 12°E. Poland - onshore west of 18°E. Czechia, Hungary and Slovakia - west of 18°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `54.89,12,45.78,18` + */ +export const EPSG_3333 = + '+proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs +type=crs'; + +/** + * LCVD61 height (ft) + * - **CRS-VERTCRS** [6131] + * - **Area**: Cayman Islands - Little Cayman. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `19.74,-80.14,19.63,-79.93` + */ +export const EPSG_6131 = '+vunits=ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A18H2 + * - **CRS-PROJCRS** [112034] + * - **Area**: UK - Highways England - A18 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.0448,-1.0355,50.7727,-0.571` + */ +export const EPSG_112034 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999952743314832 +x_0=-58020.3934851199 +y_0=71024.9644386812 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (ftUS) + * - **CRS-PROJCRS** [8206] + * - **Area**: United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.6,-88.89,43.54,-88.04` + */ +export const EPSG_8206 = + '+proj=tmerc +lat_0=42.7194444444444 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.889204978 +y_0=0.0048768097536195 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRS89 + EVRF2000 height + * - **CRS-COMPOUNDCRS** [7409] + * - **Area**: Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar; Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.24,-9.56,35.95,31.59` + */ +export const EPSG_7409 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Yoff / UTM zone 28N + * - **CRS-PROJCRS** [31028] + * - **Area**: Senegal - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `16.7,-20.22,10.64,-11.36` + */ +export const EPSG_31028 = + '+proj=utm +zone=28 +ellps=clrk80ign +towgs84=-30,190,89,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * EBBWV14 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9944] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Newport (Park Junction) to Ebbw Vale. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `51.85,-3.3,51.5,-2.89` + */ +export const EPSG_9944 = + '+proj=tmerc +lat_0=51.75 +lon_0=-3.1 +k=1 +x_0=106702.326 +y_0=119968.1395 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 3 + * - **CRS-PROJCRS** [7059] + * - **Area**: United States (USA) - Iowa - counties of Allamakee; Clayton; Delaware. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.51,-91.62,42.29,-90.89` + */ +export const EPSG_7059 = + '+proj=tmerc +lat_0=40.25 +lon_0=-91.2 +k=1.000035 +x_0=4114808.22961646 +y_0=2529845.05969012 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 54N + * - **CRS-PROJCRS** [32254] + * - **Area**: Between 138°E and 144°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,138,0,144` + */ +export const EPSG_32254 = + '+proj=utm +zone=54 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 / India zone IIb + * - **CRS-PROJCRS** [24380] + * - **Area**: India - onshore north of 21°N and east of 82°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `29.47,82,21,97.42` + */ +export const EPSG_24380 = + '+proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Kandiyohi + * - **CRS-GEOGCRS** [104733] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104733 = '+proj=longlat +a=6378498.189 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * Corrego Alegre 1970-72 + * - **CRS-GEOGCRS** [4225] + * - **Area**: Brazil - onshore - west of 54°W and south of 18°S; also south of 15°S between 54°W and 42°W; also east of 42°W. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2` + * - **BBOX**: `-2.68,-58.16,-33.78,-34.74` + */ +export const EPSG_4225 = '+proj=longlat +ellps=intl +nadgrids=CA7072_003.gsb +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 4N + * - **CRS-PROJCRS** [32604] + * - **Area**: Between 162°W and 156°W, northern hemisphere between equator and 84°N, onshore and offshore. United States (USA) - Alaska (AK). + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-162,0,-156` + */ +export const EPSG_32604 = '+proj=utm +zone=4 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 165E + * - **CRS-PROJCRS** [21028] + * - **Area**: Russian Federation - onshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.03,162,54.47,168` + */ +export const EPSG_21028 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 27 + NN2000 height + * - **CRS-COMPOUNDCRS** [5967] + * - **Area**: Norway - onshore - between 27°E and 28°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.19,27,69.9,28.01` + */ +export const EPSG_5967 = + '+proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Guam 1963 + * - **CRS-GEOGCRS** [4675] + * - **Area**: Guam - onshore. Northern Mariana Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `20.61,144.58,13.18,146.12` + */ +export const EPSG_4675 = 'null'; + +/** + * WGS 72 / UTM zone 11S + * - **CRS-PROJCRS** [32311] + * - **Area**: Between 120°W and 114°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-120,-80,-114` + */ +export const EPSG_32311 = + '+proj=utm +zone=11 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD27 / UTM zone 2N + * - **CRS-PROJCRS** [26702] + * - **Area**: United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `73.05,-174,48.66,-167.99` + */ +export const EPSG_26702 = + '+proj=utm +zone=2 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * Santo 1965 + * - **CRS-GEOGCRS** [4730] + * - **Area**: Vanuatu - northern islands - Aese, Ambrym, Aoba, Epi, Espiritu Santo, Maewo, Malo, Malkula, Paama, Pentecost, Shepherd and Tutuba. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-14.57,166.47,-17.32,168.71` + */ +export const EPSG_4730 = '+proj=longlat +ellps=intl +towgs84=170,42,84,0,0,0,0 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 41S + * - **CRS-PROJCRS** [32741] + * - **Area**: Between 60°E and 66°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,60,-80,66` + */ +export const EPSG_32741 = '+proj=utm +zone=41 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v3 / UTM zone 11N + * - **CRS-PROJCRS** [22311] + * - **Area**: Canada between 120°W and 114°W onshore and offshore - Alberta, British Columbia, Northwest Territories, Nunavut. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `83.5,-120,48.99,-114` + */ +export const EPSG_22311 = '+proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Wallowa zone (m) + * - **CRS-PROJCRS** [8343] + * - **Area**: United States (USA) - Oregon - Wallowa area. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.05,-118.16,45.27,-116.42` + */ +export const EPSG_8343 = + '+proj=tmerc +lat_0=45.25 +lon_0=-117.5 +k=1.000195 +x_0=60000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSB-IRF + * - **CRS-GEOGCRS** [10260] + * - **Area**: Denmark - Bornholm onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `55.38,14.59,54.94,15.25` + */ +export const EPSG_10260 = '+proj=longlat +a=6377019.27 +rf=300 +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 21 + * - **CRS-PROJCRS** [5121] + * - **Area**: Norway - onshore - between 21°E and 22°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.73,21,69.03,22.01` + */ +export const EPSG_5121 = + '+proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Arkansas South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8713] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.1,-94.48,33.01,-90.4` + */ +export const EPSG_8713 = + '+proj=lcc +lat_0=32.6666666666667 +lon_0=-92 +lat_1=34.7666666666667 +lat_2=33.3 +x_0=399999.99998984 +y_0=399999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / 3-degree Gauss-Kruger CM 99E + * - **CRS-PROJCRS** [2430] + * - **Area**: China - between 97°30'E and 100°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `42.76,97.5,21.43,100.5` + */ +export const EPSG_2430 = + '+proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Sawyer (ftUS) + * - **CRS-PROJCRS** [7632] + * - **Area**: United States (USA) - Wisconsin - Sawyer county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.16,-91.56,45.63,-90.67` + */ +export const EPSG_7632 = + '+proj=lcc +lat_1=45.9000991313889 +lat_0=45.9000991313889 +lon_0=-91.1166666666667 +k_0=1.0000573461 +x_0=216713.233731267 +y_0=120734.163169926 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 1984 UTM Zone 26N using TM Complex + * - **CRS-PROJCRS** [102576] + * - **Area**: World - N hemisphere - 30~W to 24~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-30,0,-24` + */ +export const EPSG_102576 = '+proj=utm +zone=26 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * ED50(ED77) / UTM zone 40N + * - **CRS-PROJCRS** [2060] + * - **Area**: Iran - onshore between 54°E and 60°E, Gulf offshore between of 54°E and Strait of Hormuz. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.29,54,25.32,60` + */ +export const EPSG_2060 = + '+proj=utm +zone=40 +ellps=intl +towgs84=-110.33,-97.73,-119.85,0.3423,1.1634,0.2715,0.063 +units=m +no_defs +type=crs'; + +/** + * BGS2005 + * - **CRS-GEOGCRS** [7798] + * - **Area**: Bulgaria - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `44.23,22.36,41.24,31.35` + */ +export const EPSG_7798 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Bartholomew (ftUS) + * - **CRS-PROJCRS** [7262] + * - **Area**: United States (USA) - Indiana - Bartholomew county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.36,-86.09,39.03,-85.68` + */ +export const EPSG_7262 = + '+proj=tmerc +lat_0=39 +lon_0=-85.85 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Crawford (ftUS) + * - **CRS-PROJCRS** [8197] + * - **Area**: United States (USA) - Wisconsin - Crawford county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.43,-91.22,42.98,-90.66` + */ +export const EPSG_8197 = + '+proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.627381255 +y_0=53703.1202438405 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Itasca North (US foot) + * - **CRS-PROJCRS** [103737] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103737 = + '+proj=lcc +lat_0=47.5 +lon_0=-93.7333333333333 +lat_1=47.5666666666667 +lat_2=47.8166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378574.389 +rf=298.257222100883 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 84 / SCAR IMW SR13-14 + * - **CRS-PROJCRS** [3221] + * - **Area**: Antarctica - 68°S to 72°S and 108°W to 96°W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-68,-108,-72,-96` + */ +export const EPSG_3221 = + '+proj=lcc +lat_0=-90 +lon_0=-102 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Texas South + * - **CRS-PROJCRS** [3671] + * - **Area**: United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `28.21,-100.2,25.83,-96.85` + */ +export const EPSG_3671 = + '+proj=lcc +lat_0=25.6666666666667 +lon_0=-98.5 +lat_1=27.8333333333333 +lat_2=26.1666666666667 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Lisbon 1890 (Lisbon) / Portugal Bonne + * - **CRS-PROJCRS** [2963] + * - **Area**: Portugal - mainland - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.16,-9.56,36.95,-6.19` + */ +export const EPSG_2963 = 'null'; + +/** + * NAD83(2011) / Kentucky Single Zone (ftUS) + * - **CRS-PROJCRS** [6473] + * - **Area**: United States (USA) - Kentucky. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-89.57,36.49,-81.95` + */ +export const EPSG_6473 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=37.0833333333333 +lat_2=38.6666666666667 +x_0=1500000 +y_0=999999.999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 13 + * - **CRS-PROJCRS** [21213] + * - **Area**: Russian Federation - onshore between 37°30'E and 40°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.8,37.5,43.33,40.5` + */ +export const EPSG_21213 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / NTM zone 26 + NN54 height + * - **CRS-COMPOUNDCRS** [6166] + * - **Area**: Norway - onshore - between 26°E and 27°E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.2,26,69.71,27.01` + */ +export const EPSG_6166 = + '+proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B16H4 + * - **CRS-PROJCRS** [112063] + * - **Area**: UK - Highways England - B16 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9359,-2.6703,52.0472,-1.482` + */ +export const EPSG_112063 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.00008677900318 +x_0=54026.2278521588 +y_0=111053.912807215 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Minnesota Central + * - **CRS-PROJCRS** [103388] + * - **Area**: USA - Minnesota - SPCS - C + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_103388 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=45.6166666666667 +lat_2=47.05 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ONGD17 + * - **CRS-GEOG3DCRS** [9293] + * - **Area**: Oman - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.1` + * - **BBOX**: `26.74,51.99,14.33,63.38` + */ +export const EPSG_9293 = + '+proj=longlat +ellps=GRS80 +towgs84=1.16835,-1.42001,-2.24431,0.00822,0.05508,-0.01818,0.23388 +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Rice (meter) + * - **CRS-PROJCRS** [103672] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103672 = + '+proj=lcc +lat_0=44.1947222222222 +lon_0=-93.1333333333333 +lat_1=44.3 +lat_2=44.6666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378434.181 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Pennsylvania South + * - **CRS-PROJCRS** [3364] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.18,-80.53,39.71,-74.72` + */ +export const EPSG_3364 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-77.75 +lat_1=40.9666666666667 +lat_2=39.9333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / New York East + * - **CRS-PROJCRS** [6536] + * - **Area**: United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.02,-75.87,40.88,-73.23` + */ +export const EPSG_6536 = + '+proj=tmerc +lat_0=38.8333333333333 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK CM 168E + * - **CRS-PROJCRS** [21356] + * - **Area**: Russian Federation - onshore between 166°30'E and 169°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.07,166.5,54.45,169.5` + */ +export const EPSG_21356 = + '+proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Arizona East + * - **CRS-PROJCRS** [103222] + * - **Area**: USA - Arizona - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `37.01,-111.71,31.33,-109.04` + */ +export const EPSG_103222 = + '+proj=tmerc +lat_0=31 +lon_0=-110.166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Ohio North (ftUS) + * - **CRS-PROJCRS** [3734] + * - **Area**: 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` + * - **Accuracy**: `4` + * - **BBOX**: `42.33,-84.81,40.1,-80.51` + */ +export const EPSG_3734 = + '+proj=lcc +lat_0=39.6666666666667 +lon_0=-82.5 +lat_1=41.7 +lat_2=40.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / New Mexico Central + * - **CRS-PROJCRS** [2826] + * - **Area**: United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-107.73,31.78,-104.84` + */ +export const EPSG_2826 = + '+proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Andaman and Nicobar + * - **CRS-PROJCRS** [7777] + * - **Area**: India - Andaman and Nicobar Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `13.73,92.15,6.7,94.33` + */ +export const EPSG_7777 = + '+proj=tmerc +lat_0=10.25 +lon_0=93.25 +k=0.9999428 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 California (Teale) Albers (USFt) + * - **CRS-PROJCRS** [102599] + * - **Area**: USA - California + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_102599 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-1219202.43840488 +datum=WGS84 +units=us-ft +no_defs +type=crs'; + +/** + * Kandawala Ceylon Belt Meters + * - **CRS-PROJCRS** [102063] + * - **Area**: Sri Lanka - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `9.88,79.64,5.86,81.95` + */ +export const EPSG_102063 = + '+proj=tmerc +lat_0=7.00048027777778 +lon_0=80.7717111111111 +k=1 +x_0=160933.56048 +y_0=160933.56048 +ellps=evrst30 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 58 + * - **CRS-PROJCRS** [2575] + * - **Area**: Russian Federation - onshore between 172°30'E and 175°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.02,172.5,60.99,175.5` + */ +export const EPSG_2575 = + '+proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Johnson-Marion (m) + * - **CRS-PROJCRS** [7327] + * - **Area**: United States (USA) - Indiana - counties of Johnson and Marion. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `39.93,-86.33,39.34,-85.93` + */ +export const EPSG_7327 = + '+proj=tmerc +lat_0=39.3 +lon_0=-86.15 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / KS RCS zone 11 + * - **CRS-PROJCRS** [8528] + * - **Area**: United States (USA) - Kansas - counties of Douglas; Jefferson; Johnson; Leavenworth; Shawnee; Wyandotte. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `39.43,-96.04,38.73,-94.58` + */ +export const EPSG_8528 = + '+proj=lcc +lat_1=39.1 +lat_0=39.1 +lon_0=-95.25 +k_0=1.000033 +x_0=3505207.01041402 +y_0=182880.365760731 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * WGS84 ARC System Zone 13 + * - **CRS-PROJCRS** [102433] + * - **Area**: ARC System - Zone 13 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `-56,-180,-64,180` + */ +export const EPSG_102433 = + '+proj=eqc +lat_ts=-60.32378942 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Gawler 2000 + * - **CRS-PROJCRS** [2125] + * - **Area**: New Zealand - South Island - Gawler meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.13,170.68,-44.25,172.26` + */ +export const EPSG_2125 = + '+proj=tmerc +lat_0=-43.7486111111111 +lon_0=171.360555555556 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / EPSG Arctic Regional zone B5 + * - **CRS-PROJCRS** [5930] + * - **Area**: 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` + * - **Accuracy**: `null` + * - **BBOX**: `79.01,132,67,-138` + */ +export const EPSG_5930 = + '+proj=lcc +lat_0=73.1557408611111 +lon_0=177 +lat_1=77 +lat_2=69 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Guadeloupe 1948 + * - **CRS-GEOGCRS** [4622] + * - **Area**: Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `0.1` + * - **BBOX**: `16.55,-61.85,15.8,-60.97` + */ +export const EPSG_4622 = + '+proj=longlat +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 53N + * - **CRS-PROJCRS** [32653] + * - **Area**: Between 132°E and 138°E, northern hemisphere between equator and 84°N, onshore and offshore. China. Japan. Russian Federation. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,132,0,138` + */ +export const EPSG_32653 = '+proj=utm +zone=53 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * IGS05 + * - **CRS-GCENCRS** [9010] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9010 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / LCC Canada + * - **CRS-PROJCRS** [42101] + * - **Area**: null + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `0,0,0,0` + */ +export const EPSG_42101 = 'null'; + +/** + * NAD 1983 HARN Adj. Minnesota Rice + * - **CRS-GEOGCRS** [104764] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104764 = '+proj=longlat +a=6378434.181 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NZGD49 + * - **CRS-GEOGCRS** [4272] + * - **Area**: New Zealand - North Island, South Island, Stewart Island - onshore and nearshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1` + * - **BBOX**: `-33.89,165.87,-47.65,179.27` + */ +export const EPSG_4272 = + '+proj=longlat +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [4788] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_4788 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 3N + * - **CRS-PROJCRS** [32203] + * - **Area**: Between 168°W and 162°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-168,0,-162` + */ +export const EPSG_32203 = + '+proj=utm +zone=3 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 / MTM zone 13 + * - **CRS-PROJCRS** [22653] + * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.59,-85.5,46,-82.5` + */ +export const EPSG_22653 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SAD69 / UTM zone 17N + * - **CRS-PROJCRS** [5463] + * - **Area**: South America between 84°W and 78°W, northern hemisphere, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `19` + * - **BBOX**: `2.7,-80.18,0,-78` + */ +export const EPSG_5463 = + '+proj=utm +zone=17 +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS)v6 + * - **CRS-GEOG3DCRS** [8251] + * - **Area**: 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**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_8251 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Santa Cruz das Flores depth + * - **CRS-VERTCRS** [10372] + * - **Area**: Portugal - western Azores - Flores island onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `39.58,-31.34,39.3,-31.07` + */ +export const EPSG_10372 = '+vunits=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 25 + * - **CRS-PROJCRS** [2349] + * - **Area**: China - west of 76°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `40.65,73.62,35.81,76.5` + */ +export const EPSG_2349 = + '+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * UCS-2000 / LCS-59 Sumy + * - **CRS-PROJCRS** [9856] + * - **Area**: Ukraine - Sumy region (oblast). + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `52.37,32.93,50.1,35.67` + */ +export const EPSG_9856 = + '+proj=tmerc +lat_0=0 +lon_0=34.5 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=24,-121,-76,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Louisiana South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8744] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `31.07,-93.94,28.85,-88.75` + */ +export const EPSG_8744 = + '+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=999999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v7 / UTM zone 16N + * - **CRS-PROJCRS** [22716] + * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-90,46.11,-84` + */ +export const EPSG_22716 = '+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Korean 1985 / Modified East Belt + * - **CRS-PROJCRS** [5176] + * - **Area**: Republic of Korea (South Korea) - onshore between 128°E and 130°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.64,128,34.49,129.65` + */ +export const EPSG_5176 = + '+proj=tmerc +lat_0=38 +lon_0=129.002890277778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +towgs84=-145.907,505.034,685.756,-1.162,2.347,1.592,6.342 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [2719] + * - **Area**: Russian Federation - onshore between 79°30'E and 82°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.03,79.5,50.7,82.5` + */ +export const EPSG_2719 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * SYC20-IRF + * - **CRS-GEOGCRS** [10237] + * - **Area**: United Kingdom (UK) - on or related to the rail route from Shrewsbury to Crewe. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `53.16,-2.91,52.65,-2.3` + */ +export const EPSG_10237 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Canyon City-Burns zone (ft) + * - **CRS-PROJCRS** [8314] + * - **Area**: United States (USA) - Oregon - Canyon City-Burns area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.36,-119.22,43.52,-118.52` + */ +export const EPSG_8314 = + '+proj=tmerc +lat_0=43.5 +lon_0=-119 +k=1.00022 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Maine West + * - **CRS-PROJCRS** [3558] + * - **Area**: United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.04,-69.26` + */ +export const EPSG_3558 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.1666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 16S + * - **CRS-PROJCRS** [32716] + * - **Area**: Between 90°W and 84°W, southern hemisphere between 80°S and equator, onshore and offshore. Ecuador - Galapagos. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `0,-90,-80,-84` + */ +export const EPSG_32716 = '+proj=utm +zone=16 +south +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NGN / UTM zone 39N + * - **CRS-PROJCRS** [31839] + * - **Area**: Kuwait - onshore east of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `30.04,48,28.54,48.48` + */ +export const EPSG_31839 = + '+proj=utm +zone=39 +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2016 / UTM zone 19S + * - **CRS-PROJCRS** [9155] + * - **Area**: Chile - 72°W to 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-72,-59.87,-66` + */ +export const EPSG_9155 = '+proj=utm +zone=19 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SAD69(96) / UTM zone 18S + * - **CRS-PROJCRS** [5875] + * - **Area**: Brazil - west of 72°W. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-4.59,-74.01,-10.01,-71.99` + */ +export const EPSG_5875 = + '+proj=utm +zone=18 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA2020 / MGA zone 48 + * - **CRS-PROJCRS** [7848] + * - **Area**: Australia - offshore west of 108°E. Christmas Island - onshore and offshore west of 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.87,102.14,-34.68,108.01` + */ +export const EPSG_7848 = + '+proj=utm +zone=48 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * New Beijing / 3-degree Gauss-Kruger zone 31 + * - **CRS-PROJCRS** [4767] + * - **Area**: China - between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `45.13,91.5,27.71,94.5` + */ +export const EPSG_4767 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 46S + * - **CRS-PROJCRS** [32346] + * - **Area**: Between 90°E and 96°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,90,-80,96` + */ +export const EPSG_32346 = + '+proj=utm +zone=46 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / Guernsey Grid + * - **CRS-PROJCRS** [3108] + * - **Area**: Channel Islands - Guernsey, Alderney, Sark, Herm, Brecqhou, Jethou, Lihou - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.94,-3.06,49.21,-2.03` + */ +export const EPSG_3108 = + '+proj=tmerc +lat_0=49.5 +lon_0=-2.41666666666667 +k=0.999997 +x_0=47000 +y_0=50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + Alicante height + * - **CRS-COMPOUNDCRS** [9505] + * - **Area**: Gibraltar - onshore; Spain - mainland onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `43.82,-9.37,35.95,3.39` + */ +export const EPSG_9505 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Colorado South + * - **CRS-PROJCRS** [26755] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_26755 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * SIRGAS 1995 / UTM zone 18S + * - **CRS-PROJCRS** [31993] + * - **Area**: South America between 78°W and 72°W, southern hemisphere, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-78,-59.36,-71.99` + */ +export const EPSG_31993 = + '+proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Greek + * - **CRS-GEOGCRS** [4120] + * - **Area**: Greece - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `41.75,19.57,34.88,28.3` + */ +export const EPSG_4120 = '+proj=longlat +ellps=bessel +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways A11H2 + * - **CRS-PROJCRS** [112018] + * - **Area**: UK - Highways England - A11 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `50.8105,-4.115,50.2315,-3.8791` + */ +export const EPSG_112018 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999791726287553 +x_0=159030.294358639 +y_0=71013.5276695809 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * NAD83 / West Virginia South + * - **CRS-PROJCRS** [32151] + * - **Area**: United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `39.17,-82.65,37.2,-79.05` + */ +export const EPSG_32151 = + '+proj=lcc +lat_0=37 +lon_0=-81 +lat_1=38.8833333333333 +lat_2=37.4833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 24N + * - **CRS-PROJCRS** [9712] + * - **Area**: Canada offshore Atlantic - east of 42°W. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `49.53,-42,45.53,-40.73` + */ +export const EPSG_9712 = + '+proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Becker (meter) + * - **CRS-PROJCRS** [103609] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103609 = + '+proj=lcc +lat_0=46.7177777777778 +lon_0=-95.6833333333333 +lat_1=46.7833333333333 +lat_2=47.0833333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378586.581 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Wyoming West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8800] + * - **Area**: United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `44.67,-111.06,40.99,-109.04` + */ +export const EPSG_8800 = + '+proj=tmerc +lat_0=40.5 +lon_0=-110.083333333333 +k=0.9999375 +x_0=800000.00001016 +y_0=99999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Galesburg (ftUS) + * - **CRS-PROJCRS** [23310] + * - **Area**: United States (USA) - Illinois - counties of Fulton, Knox and Stark. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.24,-90.46,40.18,-89.63` + */ +export const EPSG_23310 = + '+proj=tmerc +lat_0=37.25 +lon_0=-90.1 +k=1.000023 +x_0=70104.1402082804 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [4570] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_4570 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 1S + * - **CRS-PROJCRS** [32501] + * - **Area**: Between 180°W to 174°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-180,-80,-174` + */ +export const EPSG_32501 = + '+proj=utm +zone=1 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Eckert IV + * - **CRS-PROJCRS** [53012] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53012 = + '+proj=eck4 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Florida North (US Feet) + * - **CRS-PROJCRS** [103259] + * - **Area**: USA - Florida - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `31.01,-87.63,29.21,-82.04` + */ +export const EPSG_103259 = + '+proj=lcc +lat_0=29 +lon_0=-84.5 +lat_1=29.5833333333333 +lat_2=30.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * MGI / Austria Lambert + * - **CRS-PROJCRS** [31287] + * - **Area**: Austria. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `49.02,9.53,46.4,17.17` + */ +export const EPSG_31287 = + '+proj=lcc +lat_0=47.5 +lon_0=13.3333333333333 +lat_1=49 +lat_2=46 +x_0=400000 +y_0=400000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +units=m +no_defs +type=crs'; + +/** + * Malin Head height + * - **CRS-VERTCRS** [5731] + * - **Area**: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `55.43,-10.56,51.39,-5.34` + */ +export const EPSG_5731 = '+vunits=m +no_defs +type=crs'; + +/** + * Sao Tome + * - **CRS-GEOGCRS** [4823] + * - **Area**: Sao Tome and Principe - onshore - Sao Tome. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `0.46,6.41,-0.04,6.82` + */ +export const EPSG_4823 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * WGS 1984 Stereographic North Pole + * - **CRS-PROJCRS** [102018] + * - **Area**: World - north of 0~N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,0,180` + */ +export const EPSG_102018 = + '+proj=stere +lat_0=90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Washington (m) + * - **CRS-PROJCRS** [8103] + * - **Area**: United States (USA) - Wisconsin - Washington county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `43.55,-88.42,43.19,-88.03` + */ +export const EPSG_8103 = + '+proj=tmerc +lat_0=42.9180555555556 +lon_0=-88.0638888888889 +k=1.00003738 +x_0=120091.4415 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Neptune - Nereid + * - **CRS-GEOGCRS** [104965] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104965 = '+proj=longlat +R=170000 +no_defs +type=crs'; + +/** + * SIRGAS-Chile 2002 / UTM zone 19S + * - **CRS-PROJCRS** [5361] + * - **Area**: Chile - 72°W to 66°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-17.5,-72,-59.87,-66` + */ +export const EPSG_5361 = '+proj=utm +zone=19 +south +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SIRGAS 2000 + * - **CRS-GEOG3DCRS** [4989] + * - **Area**: Latin America - Central America and South America - onshore and offshore. Brazil - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_4989 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * Macao 2008 Macao Grid + * - **CRS-PROJCRS** [102448] + * - **Area**: Macao + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.22,113.52,22.1,113.6` + */ +export const EPSG_102448 = + '+proj=tmerc +lat_0=22.2123972222222 +lon_0=113.536469444444 +k=1 +x_0=20000 +y_0=20000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS IV + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10165] + * - **Area**: Japan - onshore - Shikoku - Kagawa-ken; Ehime-ken; Tokushima-ken; Kochi-ken. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `34.45,131.95,32.69,134.81` + */ +export const EPSG_10165 = + '+proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NZGD49 / Karamea Circuit + * - **CRS-PROJCRS** [27216] + * - **Area**: New Zealand - South Island - Karamea meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-40.75,171.96,-41.49,172.7` + */ +export const EPSG_27216 = + '+proj=tmerc +lat_0=-41.2899115277778 +lon_0=172.109028194444 +k=1 +x_0=300000 +y_0=700000 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / Gauss-Kruger zone 29 + * - **CRS-PROJCRS** [20029] + * - **Area**: Russian Federation - onshore between 168°E and 174°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.19,168,54.45,174` + */ +export const EPSG_20029 = + '+proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 4 (E-N) + * - **CRS-PROJCRS** [5674] + * - **Area**: Czechia - west of 13°30'E. Germany - states of former East Germany onshore - between 10°30'E and 13°30'E - Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `54.74,10.5,48.97,13.5` + */ +export const EPSG_5674 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGFG95 + * - **CRS-GCENCRS** [4966] + * - **Area**: French Guiana - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `8.88,-54.61,2.11,-49.45` + */ +export const EPSG_4966 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger zone 19 + * - **CRS-PROJCRS** [28419] + * - **Area**: Russian Federation - onshore between 108°E and 114°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.81,108,49.14,114` + */ +export const EPSG_28419 = + '+proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Colorado Central + * - **CRS-PROJCRS** [26954] + * - **Area**: United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.09,-109.06,38.14,-102.04` + */ +export const EPSG_26954 = + '+proj=lcc +lat_0=37.8333333333333 +lon_0=-105.5 +lat_1=39.75 +lat_2=38.45 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * S-JTSK/05 (Ferro) / Modified Krovak + * - **CRS-PROJCRS** [5224] + * - **Area**: Czechia. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `51.06,12.09,48.58,18.86` + */ +export const EPSG_5224 = 'null'; + +/** + * NAD27 / New Mexico West + * - **CRS-PROJCRS** [32014] + * - **Area**: United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra; Valencia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `37,-109.06,31.33,-106.32` + */ +export const EPSG_32014 = + '+proj=tmerc +lat_0=31 +lon_0=-107.833333333333 +k=0.999916667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * ETRF2000-PL + EVRF2007-PL height + * - **CRS-COMPOUNDCRS** [9657] + * - **Area**: Poland - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `54.89,14.14,49,24.15` + */ +export const EPSG_9657 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * SIRGAS-CON SIR17P01 + * - **CRS-GCENCRS** [8945] + * - **Area**: Latin America - Central America and South America, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.72,-122.19,-59.87,-25.28` + */ +export const EPSG_8945 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * GR96 / EPSG Arctic zone 4-24 + * - **CRS-PROJCRS** [6058] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `77.84,-26,72.83,-2` + */ +export const EPSG_6058 = + '+proj=lcc +lat_0=75.3644033055556 +lon_0=-14 +lat_1=77 +lat_2=73.6666666666667 +x_0=24500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 44N + * - **CRS-PROJCRS** [32444] + * - **Area**: Between 78°E and 84°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,78,0,84` + */ +export const EPSG_32444 = + '+proj=utm +zone=44 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Texas Central (ftUS) + * - **CRS-PROJCRS** [2918] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_2918 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=699999.999898399 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 104-30 + * - **CRS-PROJCRS** [9207] + * - **Area**: Vietnam - Ca Mau and Kien Giang provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `10.55,103.4,8.33,105.54` + */ +export const EPSG_9207 = + '+proj=tmerc +lat_0=0 +lon_0=104.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Arizona West + * - **CRS-PROJCRS** [6408] + * - **Area**: United States (USA) - Arizona - counties of La Paz; Mohave; Yuma. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37,-114.81,32.05,-112.52` + */ +export const EPSG_6408 = + '+proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / Gauss-Kruger zone 18 + * - **CRS-PROJCRS** [2332] + * - **Area**: China - onshore between 102°E and 108°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `42.47,102,21.53,108` + */ +export const EPSG_2332 = + '+proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Arizona Central + * - **CRS-PROJCRS** [2762] + * - **Area**: United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `37.01,-113.35,31.33,-110.44` + */ +export const EPSG_2762 = + '+proj=tmerc +lat_0=31 +lon_0=-111.916666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Marinette (m) + * - **CRS-PROJCRS** [7560] + * - **Area**: United States (USA) - Wisconsin - Marinette county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.8,-88.43,44.96,-87.48` + */ +export const EPSG_7560 = + '+proj=tmerc +lat_0=44.6916666666667 +lon_0=-87.7111111111111 +k=1.0000234982 +x_0=238658.8794 +y_0=0.0032 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Kalianpur 1975 / UTM zone 43N + * - **CRS-PROJCRS** [24343] + * - **Area**: India - mainland onshore between 72°E and 78°E. + * - **Unit**: `metre` + * - **Accuracy**: `22` + * - **BBOX**: `35.51,72,8.02,78.01` + */ +export const EPSG_24343 = + '+proj=utm +zone=43 +a=6377299.151 +rf=300.8017255 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Idaho Central (ftUS) + * - **CRS-PROJCRS** [3523] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_3523 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GDA94 / CIG94 + * - **CRS-PROJCRS** [6721] + * - **Area**: Christmas Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-10.36,105.48,-10.63,105.77` + */ +export const EPSG_6721 = + '+proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.00002514 +x_0=50000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * fk89 / Faroe Lambert FK89 + * - **CRS-PROJCRS** [3173] + * - **Area**: Faroe Islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `62.41,-7.49,61.33,-6.33` + */ +export const EPSG_3173 = + 'PROJCS["fk89 / Faroe Lambert FK89",GEOGCS["fk89",DATUM["fk89",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","6753"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4753"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",62],PARAMETER["Longitude of natural origin",-9],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",700000],PARAMETER["False northing",700000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3173"]]'; + +/** + * Mexico ITRF2008 / UTM zone 16N + * - **CRS-PROJCRS** [6371] + * - **Area**: Mexico east of 90°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `25.77,-90,17.81,-84.64` + */ +export const EPSG_6371 = + '+proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / California zone 1 + * - **CRS-PROJCRS** [3489] + * - **Area**: United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,39.59,-119.99` + */ +export const EPSG_3489 = + '+proj=lcc +lat_0=39.3333333333333 +lon_0=-122 +lat_1=41.6666666666667 +lat_2=40 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * HKPD depth + * - **CRS-VERTCRS** [7976] + * - **Area**: China - Hong Kong - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `22.56,113.82,22.19,114.39` + */ +export const EPSG_7976 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 21N + CGVD2013 height + * - **CRS-COMPOUNDCRS** [6664] + * - **Area**: Canada between 60°W and 54°W - Newfoundland and Labrador; Nunavut; Quebec. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `84,-60,38.56,-54` + */ +export const EPSG_6664 = '+proj=utm +zone=21 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * ISN93 + * - **CRS-GEOGCRS** [4659] + * - **Area**: Iceland - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `69.59,-30.87,59.96,-5.55` + */ +export const EPSG_4659 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 21E + * - **CRS-PROJCRS** [21004] + * - **Area**: Russian Federation - onshore west of 24°E - Kaliningrad. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `55.32,19.57,54.32,22.87` + */ +export const EPSG_21004 = + '+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alabama West + * - **CRS-PROJCRS** [3466] + * - **Area**: 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**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `35.02,-88.48,30.14,-86.3` + */ +export const EPSG_3466 = + '+proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / UTM zone 28N + * - **CRS-PROJCRS** [32628] + * - **Area**: Between 18°W and 12°W, northern hemisphere between equator and 84°N, onshore and offshore. Gambia. Greenland. Guinea. Guinea-Bissau. Iceland. Ireland - offshore Porcupine Basin. Mauritania. Morocco. Senegal. Sierra Leone. Western Sahara. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-18,0,-12` + */ +export const EPSG_32628 = '+proj=utm +zone=28 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Arc 1950 + * - **CRS-GEOGCRS** [4209] + * - **Area**: Botswana; Malawi; Zambia; Zimbabwe. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `44` + * - **BBOX**: `-8.19,19.99,-26.88,35.93` + */ +export const EPSG_4209 = + '+proj=longlat +a=6378249.145 +rf=293.4663077 +towgs84=-143,-90,-294,0,0,0,0 +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger CM 81E + * - **CRS-PROJCRS** [21454] + * - **Area**: China - between 78°E and 84°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `47.23,77.98,29.16,84` + */ +export const EPSG_21454 = + '+proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Minna / Nigeria West Belt + * - **CRS-PROJCRS** [26391] + * - **Area**: Nigeria - onshore west of 6°30'E, onshore and offshore shelf. + * - **Unit**: `metre` + * - **Accuracy**: `15` + * - **BBOX**: `13.9,2.69,3.57,6.5` + */ +export const EPSG_26391 = + '+proj=tmerc +lat_0=4 +lon_0=4.5 +k=0.99975 +x_0=230738.26 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS South Carolina + * - **CRS-PROJCRS** [103520] + * - **Area**: USA - South Carolina + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.21,-83.36,32.05,-78.52` + */ +export const EPSG_103520 = + '+proj=lcc +lat_0=31.8333333333333 +lon_0=-81 +lat_1=32.5 +lat_2=34.8333333333333 +x_0=609600 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Moznet / UTM zone 36S + * - **CRS-PROJCRS** [3036] + * - **Area**: Mozambique - west of 36°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-11.41,30.21,-27.58,36` + */ +export const EPSG_3036 = + '+proj=utm +zone=36 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / TM35FIN(N,E) + * - **CRS-PROJCRS** [5048] + * - **Area**: Finland - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `70.09,19.08,58.84,31.59` + */ +export const EPSG_5048 = + '+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGTAAF07 / UTM zone 38S + * - **CRS-PROJCRS** [7075] + * - **Area**: French Southern Territories - Crozet offshore west of 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-43.12,45.37,-49.38,48.01` + */ +export const EPSG_7075 = + '+proj=utm +zone=38 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / NCRS Las Vegas (ftUS) + * - **CRS-PROJCRS** [8380] + * - **Area**: United States (USA) - Nevada - Las Vegas area below approximately 3000 feet. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8380 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.0001 +x_0=99999.9999898399 +y_0=200000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * HULLEE13 Grid + ODN height + * - **CRS-COMPOUNDCRS** [9968] + * - **Area**: United Kingdom (UK) - on or related to the rail route from the Morley tunnel through Leeds to Hull. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9,-1.7,53.6,-0.27` + */ +export const EPSG_9968 = + '+proj=tmerc +lat_0=53.75 +lon_0=-0.95 +k=1 +x_0=140859.7394 +y_0=247512.2812 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS PR & St. Croix (Feet) + * - **CRS-PROJCRS** [102761] + * - **Area**: Caribbean - Puerto Rico and US Virgin Islands + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `21.86,-68.49,14.92,-63.88` + */ +export const EPSG_102761 = + '+proj=lcc +lat_0=17.8333333333333 +lon_0=-66.4333333333333 +lat_1=18.0333333333333 +lat_2=18.4333333333333 +x_0=200000 +y_0=200000 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / Texas Central (ftUS) + * - **CRS-PROJCRS** [2277] + * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `32.27,-106.66,29.78,-93.5` + */ +export const EPSG_2277 = + '+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=699999.999898399 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * RGNC15 + * - **CRS-GEOG3DCRS** [10309] + * - **Area**: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-14.83,156.25,-26.45,174.28` + */ +export const EPSG_10309 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * ID74 / UTM zone 50S + * - **CRS-PROJCRS** [23890] + * - **Area**: Indonesia - onshore south of equator and between 114°E and 120°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `0,114,-10.15,120` + */ +export const EPSG_23890 = + '+proj=utm +zone=50 +south +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E + * - **CRS-PROJCRS** [2627] + * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `76.26,151.5,46.72,154.5` + */ +export const EPSG_2627 = + '+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NZGD2000 / Taranaki 2000 + * - **CRS-PROJCRS** [2109] + * - **Area**: New Zealand - North Island - Taranaki meridional circuit area. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-38.4,173.68,-39.78,175.44` + */ +export const EPSG_2109 = + '+proj=tmerc +lat_0=-39.1355555555556 +lon_0=174.227777777778 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Saturn - Hyperion + * - **CRS-GEOGCRS** [104932] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104932 = '+proj=longlat +R=133000 +no_defs +type=crs'; + +/** + * Black Sea depth + * - **CRS-VERTCRS** [5336] + * - **Area**: Georgia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.59,38.97,41.04,46.72` + */ +export const EPSG_5336 = '+vunits=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger zone 42 + * - **CRS-PROJCRS** [2559] + * - **Area**: Russian Federation - onshore between 124°30'E and 127°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `74,124.5,49.88,127.5` + */ +export const EPSG_2559 = + '+proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Langlade (ftUS) + * - **CRS-PROJCRS** [8154] + * - **Area**: United States (USA) - Wisconsin - Langlade county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.48,-89.43,45.02,-88.63` + */ +export const EPSG_8154 = + '+proj=lcc +lat_1=45.1542371052778 +lat_0=45.1542371052778 +lon_0=-89.0333333333333 +k_0=1.0000627024 +x_0=198425.196850394 +y_0=105279.782880366 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Saturn - Phoebe IAU 2015 + * - **CRS-GEOGCRS** [104898] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104898 = '+proj=longlat +R=106500 +no_defs +type=crs'; + +/** + * Nelson 1955 height + * - **CRS-VERTCRS** [5766] + * - **Area**: New Zealand - South Island - north of approximately 42°20'S - Nelson vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-40.44,171.82,-42.44,174.46` + */ +export const EPSG_5766 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Pendleton-La Grande zone (ft) + * - **CRS-PROJCRS** [6849] + * - **Area**: United States (USA) - Oregon - Pendleton-La Grande area. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `45.64,-118.64,45.13,-118.09` + */ +export const EPSG_6849 = + '+proj=tmerc +lat_0=45.0833333333333 +lon_0=-118.333333333333 +k=1.000175 +x_0=30000.00001512 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / UTM zone 11N + * - **CRS-PROJCRS** [3718] + * - **Area**: United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `49.01,-120,30.88,-114` + */ +export const EPSG_3718 = + '+proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 56S + * - **CRS-PROJCRS** [32556] + * - **Area**: Between 150°E and 156°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,150,-80,156` + */ +export const EPSG_32556 = + '+proj=utm +zone=56 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Flat Polar Quartic + * - **CRS-PROJCRS** [53045] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53045 = + '+proj=mbtfpq +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 39 + * - **CRS-PROJCRS** [4527] + * - **Area**: China - onshore between 115°30'E and 118°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `49.88,115.5,22.6,118.5` + */ +export const EPSG_4527 = + '+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(CSRS) / Statistics Canada Lambert + * - **CRS-PROJCRS** [3348] + * - **Area**: 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` + * - **Accuracy**: `1` + * - **BBOX**: `86.46,-141.01,38.21,-40.73` + */ +export const EPSG_3348 = + '+proj=lcc +lat_0=63.390675 +lon_0=-91.8666666666667 +lat_1=49 +lat_2=77 +x_0=6200000 +y_0=3000000 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Equal Earth Greenwich + * - **CRS-PROJCRS** [8857] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8857 = + '+proj=eqearth +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / Australian Centre for Remote Sensing Lambert + * - **CRS-PROJCRS** [4462] + * - **Area**: Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-9.86,112.85,-43.7,153.69` + */ +export const EPSG_4462 = + '+proj=lcc +lat_0=-27 +lon_0=132 +lat_1=-18 +lat_2=-36 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 13N + * - **CRS-PROJCRS** [32413] + * - **Area**: Between 108°W and 102°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-108,0,-102` + */ +export const EPSG_32413 = + '+proj=utm +zone=13 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Kousseri + * - **CRS-GEOGCRS** [4198] + * - **Area**: Cameroon - N'Djamena area. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `5` + * - **BBOX**: `12.77,14.17,11.7,15.09` + */ +export const EPSG_4198 = + '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-104.4,-136.6,201.2,0,0,0,0 +no_defs +type=crs'; + +/** + * Tapi Aike / Argentina 2 + * - **CRS-PROJCRS** [9250] + * - **Area**: Argentina - Santa Cruz province south of approximately 50°20'S and east of 70°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `5` + * - **BBOX**: `-50.33,-70.5,-52.43,-68.3` + */ +export const EPSG_9250 = + '+proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-192.26,65.72,132.08,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Graciosa Base SW 1948 + * - **CRS-GEOGCRS** [37241] + * - **Area**: Portugal - Azores C - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.14,-28.9,38.32,-26.97` + */ +export const EPSG_37241 = '+proj=longlat +ellps=intl +no_defs +type=crs'; + +/** + * NAD27 / Utah Central + * - **CRS-PROJCRS** [32043] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_32043 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=39.0166666666667 +lat_2=40.65 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * CR-SIRGAS / CRTM05 + DACR52 height + * - **CRS-COMPOUNDCRS** [8912] + * - **Area**: Costa Rica - onshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `11.22,-85.97,7.98,-82.53` + */ +export const EPSG_8912 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Jupiter - Metis IAU 2015 + * - **CRS-GEOGCRS** [104877] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104877 = '+proj=longlat +R=21500 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v4 / UTM zone 13N + * - **CRS-PROJCRS** [22413] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_22413 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * TUREF / 3-degree Gauss-Kruger zone 13 + * - **CRS-PROJCRS** [5273] + * - **Area**: Türkiye (Turkey) - between 37°30'E and 40°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `41.19,37.5,36.66,40.5` + */ +export const EPSG_5273 = + '+proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * KOC WD depth + * - **CRS-VERTCRS** [5789] + * - **Area**: Kuwait - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `30.09,46.54,28.53,48.48` + */ +export const EPSG_5789 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 3N + * - **CRS-PROJCRS** [26903] + * - **Area**: United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_26903 = + '+proj=utm +zone=3 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Tananarive / Laborde Grid + * - **CRS-PROJCRS** [8441] + * - **Area**: Madagascar - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-11.89,43.18,-25.64,50.56` + */ +export const EPSG_8441 = + '+proj=labrd +lat_0=-18.9 +lon_0=46.4372291666667 +azi=18.9 +k=0.9995 +x_0=400000 +y_0=800000 +ellps=intl +towgs84=-198.383,-240.517,-107.909,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Michigan East + * - **CRS-PROJCRS** [5623] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.04,-84.87,41.69,-82.13` + */ +export const EPSG_5623 = + '+proj=tmerc +lat_0=41.5 +lon_0=-83.6666666666667 +k=0.999942857 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * Australian Antarctic + * - **CRS-GEOG3DCRS** [4931] + * - **Area**: Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `-60,45,-90,160` + */ +export const EPSG_4931 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * SRGI2013 + INAGeoid2020 v1 height + * - **CRS-COMPOUNDCRS** [9529] + * - **Area**: Indonesia - onshore and offshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `7.79,92.01,-13.95,141.46` + */ +export const EPSG_9529 = '+proj=longlat +ellps=WGS84 +vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Wisconsin CRS Lafayette (US feet) + * - **CRS-PROJCRS** [103432] + * - **Area**: USA - Wisconsin + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.31,-92.89,42.48,-86.25` + */ +export const EPSG_103432 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.74015748 +y_0=45830.2948437897 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Kentucky North + * - **CRS-PROJCRS** [26779] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `39.15,-85.96,37.71,-82.47` + */ +export const EPSG_26779 = + '+proj=lcc +lat_0=37.5 +lon_0=-84.25 +lat_1=37.9666666666667 +lat_2=38.9666666666667 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * PRS92 / Philippines zone 4 + * - **CRS-PROJCRS** [3124] + * - **Area**: 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` + * - **Accuracy**: `0.05` + * - **BBOX**: `22.18,121.74,3.44,124.29` + */ +export const EPSG_3124 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06 +units=m +no_defs +type=crs'; + +/** + * Gall Stereographic + * - **CRS-PROJCRS** [54016] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_54016 = + '+proj=gall +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 1984 Guatemala TM + * - **CRS-PROJCRS** [103598] + * - **Area**: Guatemala + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `17.83,-94.57,10.6,-88.16` + */ +export const EPSG_103598 = + '+proj=tmerc +lat_0=0 +lon_0=-90.5 +k=0.9998 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * WGS 84 / North Pole LAEA Atlantic + * - **CRS-PROJCRS** [3574] + * - **Area**: Northern hemisphere - north of 45°N, including Arctic. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,45,180` + */ +export const EPSG_3574 = + '+proj=laea +lat_0=90 +lon_0=-40 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Clark (m) + * - **CRS-PROJCRS** [7537] + * - **Area**: United States (USA) - Wisconsin - Clark county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.04,-90.93,44.42,-90.31` + */ +export const EPSG_7537 = + '+proj=tmerc +lat_0=43.6 +lon_0=-90.7083333333333 +k=1.0000463003 +x_0=199949.1989 +y_0=0.0086 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Costa Rica TM 90 + * - **CRS-PROJCRS** [102223] + * - **Area**: Costa Rica + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `11.77,-90.45,2.15,-81.43` + */ +export const EPSG_102223 = + '+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9996 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Riley-Lakeview zone (ft) + * - **CRS-PROJCRS** [8338] + * - **Area**: United States (USA) - Oregon - Riley-Lakeview area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.45,-120.97,41.88,-119.15` + */ +export const EPSG_8338 = + '+proj=tmerc +lat_0=41.75 +lon_0=-120.333333333333 +k=1.000215 +x_0=70000.00001496 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * TWD67 / TM2 zone 119 + * - **CRS-PROJCRS** [3827] + * - **Area**: Taiwan, Republic of China - onshore - Penghu (Pescadores) Islands. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.82,119.25,23.13,119.78` + */ +export const EPSG_3827 = + '+proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E + * - **CRS-PROJCRS** [2735] + * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `73.59,127.5,42.67,130.5` + */ +export const EPSG_2735 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 Fargo Ground Coordinate System (US Feet) + * - **CRS-PROJCRS** [102389] + * - **Area**: USA - North Dakota - Fargo + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47,-96.93,46.7,-96.75` + */ +export const EPSG_102389 = + '+proj=omerc +no_uoff +lat_0=46.9916361111111 +lonc=-96.8888638888889 +alpha=2.63389226 +gamma=0 +k=1.000038773618 +x_0=874578.083820168 +y_0=-5077268.7778918 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / North Carolina (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8768] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `36.59,-84.33,33.83,-75.38` + */ +export const EPSG_8768 = + '+proj=lcc +lat_0=33.75 +lon_0=-79 +lat_1=36.1666666666667 +lat_2=34.3333333333333 +x_0=609601.219202438 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger zone 41 + * - **CRS-PROJCRS** [2365] + * - **Area**: China - onshore between 121°30'E and 124°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.56,121.5,28.22,124.5` + */ +export const EPSG_2365 = + '+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 1 + * - **CRS-PROJCRS** [102366] + * - **Area**: USA - Alaska - Panhandle + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `60.35,-141,54.61,-129.99` + */ +export const EPSG_102366 = + '+proj=omerc +no_uoff +lat_0=57 +lonc=-133.666666666667 +alpha=-36.8698976458333 +gamma=-36.8698976458333 +k=0.9999 +x_0=5000000 +y_0=-5000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 36 + * - **CRS-PROJCRS** [2670] + * - **Area**: Russian Federation - onshore between 106°30'E and 109°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `78.4,106.5,49.25,109.5` + */ +export const EPSG_2670 = + '+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * LUREF / Luxembourg TM (3D) + * - **CRS-PROJCRS** [9895] + * - **Area**: Luxembourg. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.19,5.73,49.44,6.53` + */ +export const EPSG_9895 = + '+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +units=m +no_defs +type=crs'; + +/** + * NAD83 / Vermont (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8787] + * - **Area**: United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.03,-73.44,42.72,-71.5` + */ +export const EPSG_8787 = + '+proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * ATS77 / UTM zone 20N + * - **CRS-PROJCRS** [2220] + * - **Area**: Canada - New Brunswick and Nova Scotia east of 66°W; Prince Edward Island. + * - **Unit**: `metre` + * - **Accuracy**: `1.5` + * - **BBOX**: `47.98,-66,43.41,-59.73` + */ +export const EPSG_2220 = + '+proj=utm +zone=20 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Wyoming I East + * - **CRS-PROJCRS** [103577] + * - **Area**: USA - Wyoming - SPCS - E + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_103577 = + '+proj=tmerc +lat_0=40.5 +lon_0=-105.166666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Porto Santo 1995 / UTM zone 28N + * - **CRS-PROJCRS** [3061] + * - **Area**: Portugal - Madeira, Porto Santo and Desertas islands - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `33.15,-17.31,32.35,-16.23` + */ +export const EPSG_3061 = + '+proj=utm +zone=28 +ellps=intl +towgs84=-210.502,-66.902,-48.476,-2.094,15.067,5.817,0.485 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Oregon Bend-Burns zone (ft) + * - **CRS-PROJCRS** [6799] + * - **Area**: United States (USA) - Oregon - Bend-Burns area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `44.28,-120.95,43.34,-118.8` + */ +export const EPSG_6799 = + '+proj=lcc +lat_1=43.6666666666667 +lat_0=43.6666666666667 +lon_0=-119.75 +k_0=1.0002 +x_0=119999.99999952 +y_0=59999.99999976 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Pereira urban grid + * - **CRS-PROJCRS** [6263] + * - **Area**: Colombia - Pereira city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `4.87,-75.77,4.78,-75.64` + */ +export const EPSG_6263 = + '+proj=col_urban +lat_0=4.81359361111111 +lon_0=-75.6939513888889 +x_0=1153492.012 +y_0=1024195.255 +h_0=1500 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Mower + * - **CRS-GEOGCRS** [104748] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104748 = '+proj=longlat +a=6378521.049 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(HARN) / Nevada West (ftUS) + * - **CRS-PROJCRS** [3431] + * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42,-120,36.95,-116.99` + */ +export const EPSG_3431 = + '+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.00001016 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * ETRF92 + * - **CRS-GEOG3DCRS** [7921] + * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `84.73,-16.1,32.88,40.18` + */ +export const EPSG_7921 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83(PA11) / Hawaii zone 3 (ftUS) + * - **CRS-PROJCRS** [6633] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `null` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_6633 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * NAD27 / Missouri East + * - **CRS-PROJCRS** [26796] + * - **Area**: United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.61,-91.97,35.98,-89.1` + */ +export const EPSG_26796 = + '+proj=tmerc +lat_0=35.8333333333333 +lon_0=-90.5 +k=0.999933333 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * OSGB 1936 National Highways B15H3 + * - **CRS-PROJCRS** [112059] + * - **Area**: UK - Highways England - B15 + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `53.9351,-3.1882,52.0434,-2.6416` + */ +export const EPSG_112059 = + '+proj=tmerc +lat_0=49 +lon_0=-2 +k=1.0000167565995 +x_0=88036.5772555427 +y_0=111046.13722006 +ellps=airy +units=m +no_defs +type=crs'; + +/** + * Pampa del Castillo + * - **CRS-GEOGCRS** [4161] + * - **Area**: Argentina - Chibut province south of approximately 42°30'S and Santa Cruz province north of approximately 50°20'S. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `2.5` + * - **BBOX**: `-42.49,-73.59,-50.34,-65.47` + */ +export const EPSG_4161 = + '+proj=longlat +ellps=intl +towgs84=-233.43,6.65,173.64,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(CSRS)v8 / UTM zone 13N + * - **CRS-PROJCRS** [22813] + * - **Area**: Canada between 108°W and 102°W onshore and offshore - Northwest Territories, Nunavut, Saskatchewan. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `84,-108,48.99,-102` + */ +export const EPSG_22813 = '+proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * MVGC height + * - **CRS-VERTCRS** [8841] + * - **Area**: Saudi Arabia - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.51,16.37,55.67` + */ +export const EPSG_8841 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Lincoln (meter) + * - **CRS-PROJCRS** [103648] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_103648 = + '+proj=lcc +lat_0=44.1966666666667 +lon_0=-96.2666666666667 +lat_1=44.2833333333333 +lat_2=44.6166666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378643.579 +rf=298.257222100883 +units=m +no_defs +type=crs'; + +/** + * WGS 84 (G2139) + * - **CRS-GCENCRS** [9753] + * - **Area**: World. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_9753 = '+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New Hampshire + * - **CRS-PROJCRS** [32110] + * - **Area**: United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `45.31,-72.56,42.69,-70.63` + */ +export const EPSG_32110 = + '+proj=tmerc +lat_0=42.5 +lon_0=-71.6666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * CGCS2000 / 3-degree Gauss-Kruger zone 43 + * - **CRS-PROJCRS** [4531] + * - **Area**: China - between 127°30'E and 130°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `50.25,127.5,41.37,130.5` + */ +export const EPSG_4531 = + '+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * HS2-VRF height + * - **CRS-VERTCRS** [9303] + * - **Area**: United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `53.3,-2.75,51.45,0` + */ +export const EPSG_9303 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 40S + * - **CRS-PROJCRS** [32540] + * - **Area**: Between 54°E and 60°E, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,54,-80,60` + */ +export const EPSG_32540 = + '+proj=utm +zone=40 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * Wellington 1953 height + * - **CRS-VERTCRS** [5770] + * - **Area**: New Zealand - North Island - Wellington vertical CRS area. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-40.12,174.52,-41.67,176.55` + */ +export const EPSG_5770 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Oconto (ftUS) + * - **CRS-PROJCRS** [8142] + * - **Area**: United States (USA) - Wisconsin - Oconto county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.38,-88.69,44.67,-87.76` + */ +export const EPSG_8142 = + '+proj=tmerc +lat_0=44.3972222222222 +lon_0=-87.9083333333333 +k=1.0000236869 +x_0=182880.367589535 +y_0=0.00335280670561341 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Zone Guam + * - **CRS-PROJCRS** [65161] + * - **Area**: Guam + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `15.91,141.19,10.95,148.18` + */ +export const EPSG_65161 = + '+proj=poly +lat_0=13.4724663527778 +lon_0=144.748750705556 +x_0=50000 +y_0=50000 +datum=NAD83 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Teranet Ontario Lambert + * - **CRS-PROJCRS** [5320] + * - **Area**: Canada - Ontario. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `56.9,-95.16,41.67,-74.35` + */ +export const EPSG_5320 = + '+proj=lcc +lat_0=0 +lon_0=-84 +lat_1=44.5 +lat_2=54.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Jupiter - Thebe + * - **CRS-GEOGCRS** [104924] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104924 = '+proj=longlat +R=49300 +no_defs +type=crs'; + +/** + * NAD83 / Minnesota Central (ftUS) + * - **CRS-PROJCRS** [26850] + * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `47.48,-96.86,45.28,-92.29` + */ +export const EPSG_26850 = + '+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000.00001016 +y_0=99999.9999898399 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) UTM zone 9N + * - **CRS-PROJCRS** [102409] + * - **Area**: USA - 132~W to 126~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `56.84,-132,35.38,-126` + */ +export const EPSG_102409 = '+proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * KGD2002 + * - **CRS-GEOG3DCRS** [4927] + * - **Area**: Republic of Korea (South Korea) - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `40.27,122.71,28.6,134.28` + */ +export const EPSG_4927 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * REGCAN95 / LAEA Europe + * - **CRS-PROJCRS** [5635] + * - **Area**: Spain - Canary Islands onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.76,-21.93,24.6,-11.75` + */ +export const EPSG_5635 = + '+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Green and Lafayette (ftUS) + * - **CRS-PROJCRS** [7608] + * - **Area**: United States (USA) - Wisconsin - counties of Green and Lafayette. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.86,-90.43,42.5,-89.36` + */ +export const EPSG_7608 = + '+proj=lcc +lat_1=42.6375622769444 +lat_0=42.6375622769444 +lon_0=-89.8388888888889 +k_0=1.0000390487 +x_0=170078.74015748 +y_0=45830.2948437897 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * PSAD56 / UTM zone 22S + * - **CRS-PROJCRS** [24882] + * - **Area**: Brazil - offshore shelf - Amazon cone. + * - **Unit**: `metre` + * - **Accuracy**: `42` + * - **BBOX**: `5.6,-51.64,-1.05,-48` + */ +export const EPSG_24882 = + '+proj=utm +zone=22 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / UTM zone 15N + * - **CRS-PROJCRS** [26915] + * - **Area**: North America - between 96°W and 90°W - onshore and offshore. Canada - Manitoba; Nunavut; Ontario. United States (USA) - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `84,-96,25.61,-90` + */ +export const EPSG_26915 = + '+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / InGCS Adams (ftUS) + * - **CRS-PROJCRS** [7258] + * - **Area**: United States (USA) - Indiana - Adams county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `40.93,-85.08,40.56,-84.8` + */ +export const EPSG_7258 = + '+proj=tmerc +lat_0=40.55 +lon_0=-84.95 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Ain el Abd / UTM zone 38N + * - **CRS-PROJCRS** [20438] + * - **Area**: Kuwait - west of 48°E. Saudi Arabia - between of 42°E and 48°E. + * - **Unit**: `metre` + * - **Accuracy**: `18` + * - **BBOX**: `31.15,42,16.37,48.01` + */ +export const EPSG_20438 = + '+proj=utm +zone=38 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * TWVD 2001 height + * - **CRS-VERTCRS** [8904] + * - **Area**: Taiwan, Republic of China - onshore - Taiwan Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `25.34,119.99,21.87,122.06` + */ +export const EPSG_8904 = '+vunits=m +no_defs +type=crs'; + +/** + * NAD27 / Wyoming East + * - **CRS-PROJCRS** [32055] + * - **Area**: United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.01,-106.33,40.99,-104.05` + */ +export const EPSG_32055 = + '+proj=tmerc +lat_0=40.6666666666667 +lon_0=-105.166666666667 +k=0.999941177 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * S-42 Hungary + * - **CRS-GEOGCRS** [37257] + * - **Area**: Hungary + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `48.58,16.11,45.74,22.9` + */ +export const EPSG_37257 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * NAD83(CSRS) / UTM zone 18N + * - **CRS-PROJCRS** [2959] + * - **Area**: Canada between 78°W and 72°W, onshore and offshore south of 84°N - Nunavut, Ontario and Quebec. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `84,-78,43.63,-72` + */ +export const EPSG_2959 = + '+proj=utm +zone=18 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 5N + * - **CRS-PROJCRS** [32405] + * - **Area**: Between 156°W and 150°W, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,-156,0,-150` + */ +export const EPSG_32405 = + '+proj=utm +zone=5 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / Idaho Central (ftUS) + * - **CRS-PROJCRS** [6449] + * - **Area**: United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `45.7,-115.3,41.99,-112.67` + */ +export const EPSG_6449 = + '+proj=tmerc +lat_0=41.6666666666667 +lon_0=-114 +k=0.999947368 +x_0=500000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * GSK-2011 / GSK 3GK zone 29 + * - **CRS-PROJCRS** [21229] + * - **Area**: Russian Federation - onshore between 85°30'E and 88°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.16,85.5,49.07,88.5` + */ +export const EPSG_21229 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Xian 1980 / 3-degree Gauss-Kruger CM 84E + * - **CRS-PROJCRS** [2373] + * - **Area**: China - between 82°30'E and 85°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.23,82.5,28.26,85.5` + */ +export const EPSG_2373 = + '+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=IAU76 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Hawaii Zone 5 (Feet) + * - **CRS-PROJCRS** [102665] + * - **Area**: USA - Hawaii - Niihau - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `22.07,-160.3,21.73,-159.99` + */ +export const EPSG_102665 = + '+proj=tmerc +lat_0=21.6666666666667 +lon_0=-160.166666666667 +k=1 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * WGS 1984 / GTM 2010 + * - **CRS-PROJCRS** [103977] + * - **Area**: Gabon - onshore + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `2.32,8.65,-3.98,14.52` + */ +export const EPSG_103977 = + '+proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=500000 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 55 + * - **CRS-PROJCRS** [2689] + * - **Area**: Russian Federation - onshore between 163°30'E and 166°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `69.82,163.5,54.69,166.5` + */ +export const EPSG_2689 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E + * - **CRS-PROJCRS** [2723] + * - **Area**: Russian Federation - onshore between 91°30'E and 94°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.26,91.5,50.16,94.5` + */ +export const EPSG_2723 = + '+proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * Old Hawaiian / Hawaii zone 2 + * - **CRS-PROJCRS** [3562] + * - **Area**: United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `0.2` + * - **BBOX**: `21.26,-157.36,20.45,-155.93` + */ +export const EPSG_3562 = + '+proj=tmerc +lat_0=20.3333333333333 +lon_0=-156.666666666667 +k=0.999966667 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +units=us-ft +no_defs +type=crs'; + +/** + * JGD2000 / UTM zone 52N + * - **CRS-PROJCRS** [3098] + * - **Area**: Japan - between 126°E and 132°E, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `38.63,126,21.12,132` + */ +export const EPSG_3098 = + '+proj=utm +zone=52 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * ETRS89 / ETRS-GK25FIN + * - **CRS-PROJCRS** [3132] + * - **Area**: Finland - onshore between 24°30'E and 25°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `68.9,24.5,59.94,25.5` + */ +export const EPSG_3132 = + '+proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / UTM zone 1N + * - **CRS-PROJCRS** [6330] + * - **Area**: United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `63.21,-180,47.88,-173.99` + */ +export const EPSG_6330 = + '+proj=utm +zone=1 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Kentucky South + * - **CRS-PROJCRS** [26780] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `38.17,-89.57,36.49,-81.95` + */ +export const EPSG_26780 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-85.75 +lat_1=36.7333333333333 +lat_2=37.9333333333333 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * SAD69 + * - **CRS-GEOGCRS** [4618] + * - **Area**: Brazil - onshore and offshore. In rest of South America - onshore north of approximately 45°S and Tierra del Fuego. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `19` + * - **BBOX**: `12.52,-91.72,-55.96,-25.28` + */ +export const EPSG_4618 = + '+proj=longlat +ellps=aust_SA +towgs84=-57,1,-41,0,0,0,0 +no_defs +type=crs'; + +/** + * NAD83(2011) / Utah Central (ftUS) + * - **CRS-PROJCRS** [6625] + * - **Area**: United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.08,-114.05,38.49,-109.04` + */ +export const EPSG_6625 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-111.5 +lat_1=40.65 +lat_2=39.0166666666667 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(HARN) / Kansas North (ftUS) + * - **CRS-PROJCRS** [3427] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `40.01,-102.06,38.52,-94.58` + */ +export const EPSG_3427 = + '+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Beijing 1954 / Gauss-Kruger zone 15 + * - **CRS-PROJCRS** [21415] + * - **Area**: China - between 84°E and 90°E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `49.18,84,27.32,90` + */ +export const EPSG_21415 = + '+proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * PSAD56 + * - **CRS-GEOGCRS** [4248] + * - **Area**: Aruba - onshore; Bolivia; Bonaire - onshore; Brazil - offshore - Amazon Cone shelf; Chile - onshore north of 43°30'S; Curacao - onshore; Ecuador - mainland onshore; Guyana - onshore; Peru - onshore; Venezuela - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `42` + * - **BBOX**: `12.68,-81.41,-43.5,-47.99` + */ +export const EPSG_4248 = + '+proj=longlat +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +no_defs +type=crs'; + +/** + * MAGNA-SIRGAS / Yopal urban grid + * - **CRS-PROJCRS** [6275] + * - **Area**: Colombia - Yopal city. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `5.37,-72.43,5.3,-72.35` + */ +export const EPSG_6275 = + '+proj=col_urban +lat_0=5.35392722222222 +lon_0=-72.4200402777778 +x_0=851184.177 +y_0=1083954.137 +h_0=300 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Maine CS2000 West + * - **CRS-PROJCRS** [3077] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `46.58,-71.09,43.07,-69.6` + */ +export const EPSG_3077 = + '+proj=tmerc +lat_0=42.8333333333333 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * WGS 72 / UTM zone 39N + * - **CRS-PROJCRS** [32239] + * - **Area**: Between 48°E and 54°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,48,0,54` + */ +export const EPSG_32239 = + '+proj=utm +zone=39 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Virginia North (US Feet) + * - **CRS-PROJCRS** [103561] + * - **Area**: USA - Virginia - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `39.46,-80.06,37.77,-76.51` + */ +export const EPSG_103561 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-78.5 +lat_1=38.0333333333333 +lat_2=39.2 +x_0=3500000.00000001 +y_0=2000000 +ellps=GRS80 +units=us-ft +no_defs +type=crs'; + +/** + * RGSPM06 (lon-lat) + * - **CRS-GEOG3DCRS** [7034] + * - **Area**: St Pierre and Miquelon - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `47.37,-57.1,43.41,-55.9` + */ +export const EPSG_7034 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * NAD83 / Florida East (ftUS) + * - **CRS-PROJCRS** [2236] + * - **Area**: United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `30.83,-82.33,24.41,-79.97` + */ +export const EPSG_2236 = + '+proj=tmerc +lat_0=24.3333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS North Dakota N (Feet) + * - **CRS-PROJCRS** [102720] + * - **Area**: USA - North Dakota - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-104.07,47.15,-96.83` + */ +export const EPSG_102720 = + '+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=47.4333333333333 +lat_2=48.7333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * DB_REF2003 zone 3 + * - **CRS-COMPOUNDCRS** [9929] + * - **Area**: Germany - onshore between 7°30'E and 10°30'E. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `55.09,7.5,47.27,10.51` + */ +export const EPSG_9929 = + '+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs +type=crs'; + +/** + * NAD83 / Washington South (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8791] + * - **Area**: United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `47.61,-124.4,45.54,-116.91` + */ +export const EPSG_8791 = + '+proj=lcc +lat_0=45.3333333333333 +lon_0=-120.5 +lat_1=47.3333333333333 +lat_2=45.8333333333333 +x_0=500000.0001016 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD83(CSRS)v2 / PEI Stereographic + * - **CRS-PROJCRS** [22239] + * - **Area**: Canada - Prince Edward Island. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `47.09,-64.49,45.9,-61.9` + */ +export const EPSG_22239 = + '+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * ETRS89 + CD Norway depth + * - **CRS-COMPOUNDCRS** [9883] + * - **Area**: Norway - inshore and nearshore. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.39,4.08,57.75,31.77` + */ +export const EPSG_9883 = '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs'; + +/** + * Ocotepeque 1935 / Guatemala Sur + * - **CRS-PROJCRS** [5459] + * - **Area**: Guatemala - south of 15°51'30"N. + * - **Unit**: `metre` + * - **Accuracy**: `14` + * - **BBOX**: `15.86,-92.29,13.69,-88.19` + */ +export const EPSG_5459 = + '+proj=lcc +lat_1=14.9 +lat_0=14.9 +lon_0=-90.3333333333333 +k_0=0.99989906 +x_0=500000 +y_0=325992.681 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1995 / 3-degree Gauss-Kruger zone 32 + * - **CRS-PROJCRS** [2666] + * - **Area**: Russian Federation - onshore between 94°30'E and 97°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `81.35,94.5,49.73,97.5` + */ +export const EPSG_2666 = + '+proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Alaska Zone 5 + * - **CRS-PROJCRS** [102370] + * - **Area**: USA - Alaska - 156~W to 152~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `71.28,-156,55.72,-151.86` + */ +export const EPSG_102370 = + '+proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN Corrected) + * - **CRS-GEOGCRS** [8545] + * - **Area**: Puerto Rico and US Virgin Islands - onshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `18.57,-67.97,17.62,-64.51` + */ +export const EPSG_8545 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * 4 Vesta 2015 + * - **CRS-GEOGCRS** [104973] + * - **Area**: Body + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_104973 = '+proj=longlat +R=255000 +no_defs +type=crs'; + +/** + * NAD83(HARN) / WISCRS Taylor (m) + * - **CRS-PROJCRS** [8115] + * - **Area**: United States (USA) - Wisconsin - Taylor county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.39,-90.93,45.03,-90.04` + */ +export const EPSG_8115 = + '+proj=lcc +lat_1=45.1778220858333 +lat_0=45.1778220858333 +lon_0=-90.4833333333333 +k_0=1.0000597566 +x_0=187147.5744 +y_0=107746.7522 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / Gauss-Kruger CM 165E + * - **CRS-PROJCRS** [2518] + * - **Area**: Russian Federation - onshore between 162°E and 168°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `70.03,162,54.47,168` + */ +export const EPSG_2518 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(CORS96) / Oregon Columbia River West zone (m) + * - **CRS-PROJCRS** [6808] + * - **Area**: United States (USA) - Oregon - Columbia River area west of approximately 121°30'W. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.56,-124.33,45.17,-121.47` + */ +export const EPSG_6808 = + '+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000 +y_0=-3000000 +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * Hon Dau 1992 height + * - **CRS-VERTCRS** [5727] + * - **Area**: Vietnam - mainland onshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `23.4,102.14,8.33,109.53` + */ +export const EPSG_5727 = '+vunits=m +no_defs +type=crs'; + +/** + * WGS 84 / IBCSO Polar Stereographic + * - **CRS-PROJCRS** [9354] + * - **Area**: Southern hemisphere - south of 50°S onshore and offshore, including Antarctica. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-50,-180,-90,180` + */ +export const EPSG_9354 = + '+proj=stere +lat_0=-90 +lat_ts=-65 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs'; + +/** + * Mercator + * - **CRS-PROJCRS** [53004] + * - **Area**: World + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_53004 = + '+proj=merc +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 17S + * - **CRS-PROJCRS** [32517] + * - **Area**: Between 84°W and 78°W, southern hemisphere between 80°S and equator, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `0,-84,-80,-78` + */ +export const EPSG_32517 = + '+proj=utm +zone=17 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Hawaii zone 3 (ftUS) + * - **CRS-PROJCRS** [3759] + * - **Area**: United States (USA) - Hawaii - Oahu - onshore. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `21.75,-158.33,21.2,-157.61` + */ +export const EPSG_3759 = + '+proj=tmerc +lat_0=21.1666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / ICS83-Sterling (ftUS) + * - **CRS-PROJCRS** [23306] + * - **Area**: United States (USA) - Illinois - counties of Henry and Whiteside. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `41.94,-90.44,41.14,-89.62` + */ +export const EPSG_23306 = + '+proj=lcc +lat_1=41.55 +lat_0=41.55 +lon_0=-90.05 +k_0=1.00002 +x_0=2050088.9001778 +y_0=230124.46024892 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * Barbados 1938 / British West Indies Grid + * - **CRS-PROJCRS** [21291] + * - **Area**: Barbados - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `13.39,-59.71,13,-59.37` + */ +export const EPSG_21291 = + '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=31.95,300.99,419.19,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * MTRF-2000 + * - **CRS-GCENCRS** [8816] + * - **Area**: Saudi Arabia - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `32.16,34.44,16.29,55.67` + */ +export const EPSG_8816 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD27 / California Albers + * - **CRS-PROJCRS** [3309] + * - **Area**: United States (USA) - California. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `42.01,-124.45,32.53,-114.12` + */ +export const EPSG_3309 = + '+proj=aea +lat_0=0 +lon_0=-120 +lat_1=34 +lat_2=40.5 +x_0=0 +y_0=-4000000 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs'; + +/** + * NAD83 / Virginia South + * - **CRS-PROJCRS** [32147] + * - **Area**: United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `38.28,-83.68,36.54,-75.31` + */ +export const EPSG_32147 = + '+proj=lcc +lat_0=36.3333333333333 +lon_0=-78.5 +lat_1=37.9666666666667 +lat_2=36.7666666666667 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * St. Lawrence Island + * - **CRS-GEOGCRS** [4136] + * - **Area**: United States (USA) - Alaska - St Lawrence Island. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `1.5` + * - **BBOX**: `63.84,-171.97,62.89,-168.59` + */ +export const EPSG_4136 = 'null'; + +/** + * NAD83 / BLM 3N (ftUS) + * - **CRS-PROJCRS** [4423] + * - **Area**: United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS). + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `74.29,-168,49.52,-161.99` + */ +export const EPSG_4423 = + '+proj=tmerc +lat_0=0 +lon_0=-165 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * MSK 1942 (Mongolian Pulkovo 1942) + * - **CRS-GEOGCRS** [104135] + * - **Area**: Mongolia + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `52.15,87.76,41.58,119.94` + */ +export const EPSG_104135 = '+proj=longlat +ellps=krass +no_defs +type=crs'; + +/** + * VN-2000 / TM-3 106-00 + * - **CRS-PROJCRS** [9211] + * - **Area**: Vietnam - Hoa Binh, Quang Binh and Tuyen Quang provinces. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `22.7,104.83,16.92,107.03` + */ +export const EPSG_9211 = + '+proj=tmerc +lat_0=0 +lon_0=106 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,-0.00928836,0.01975479,-0.00427372,0.252906278 +units=m +no_defs +type=crs'; + +/** + * WGS 72BE / UTM zone 52N + * - **CRS-PROJCRS** [32452] + * - **Area**: Between 126°E and 132°E, northern hemisphere between equator and 84°N, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `84,126,0,132` + */ +export const EPSG_32452 = + '+proj=utm +zone=52 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs'; + +/** + * SREF98 + * - **CRS-GCENCRS** [4073] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_4073 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * New Beijing / Gauss-Kruger CM 135E + * - **CRS-PROJCRS** [4589] + * - **Area**: China - east of 132°E. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `48.4,132,45.02,134.77` + */ +export const EPSG_4589 = + '+proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs'; + +/** + * NAD27 / Montana Central + * - **CRS-PROJCRS** [32002] + * - **Area**: United States (USA) - Montana - counties of Cascade; Dawson; Fergus; Garfield; Judith Basin; Lake; Lewis and Clark; McCone; Meagher; Mineral; Missoula; Petroleum; Powell; Prairie; Richland; Sanders; Wibaux. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `48.26,-116.06,46.17,-104.04` + */ +export const EPSG_32002 = + '+proj=lcc +lat_0=45.8333333333333 +lon_0=-109.5 +lat_1=47.8833333333333 +lat_2=46.45 +x_0=609601.219202438 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD83 / California zone 2 + * - **CRS-PROJCRS** [26942] + * - **Area**: United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `40.16,-124.06,38.02,-119.54` + */ +export const EPSG_26942 = + '+proj=lcc +lat_0=37.6666666666667 +lon_0=-122 +lat_1=39.8333333333333 +lat_2=38.3333333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * RGR92 + * - **CRS-GCENCRS** [4970] + * - **Area**: Reunion - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `-18.28,51.83,-24.72,58.24` + */ +export const EPSG_4970 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NZGD49 / New Zealand Map Grid + * - **CRS-PROJCRS** [27200] + * - **Area**: New Zealand - North Island, South Island, Stewart Island - onshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-34.1,166.37,-47.33,178.63` + */ +export const EPSG_27200 = + '+proj=nzmg +lat_0=-41 +lon_0=173 +x_0=2510000 +y_0=6023150 +ellps=intl +nadgrids=nzgd2kgrid0005.gsb +units=m +no_defs +type=crs'; + +/** + * MSL height (ft) + * - **CRS-VERTCRS** [8050] + * - **Area**: World. + * - **Unit**: `foot` + * - **Accuracy**: `null` + * - **BBOX**: `90,-180,-90,180` + */ +export const EPSG_8050 = '+vunits=ft +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS XII + JGD2011 (vertical) height + * - **CRS-COMPOUNDCRS** [10173] + * - **Area**: Japan - onshore - Hokkaido between approximately 141°E and 143°E - Sapporo city; Asahikawa city; Wakkanai city; Rumoi city; Bibai city; Yubari city; Iwamizawa city; Tomakomai city; Muroran city; Shibetsu city; Nayoro city; Ashibetsu city; Akabira city; Mikasa city; Takikawa city; Sunagawa city; Ebetsu city; Chitose city; Utashinai city; Fukagawa city; Monbetsu city; Furano city; Noboribetsu city; Eniwa city; Ishikari-shicho; Monbetsu-gun of Abashiri-shicho; Kamikawa-shicho; Soya-shicho; Hidaka-shicho; Iburi-shicho (except Usu-gun and Abuta-gun); Sorachi-shicho; Rumoi-shicho. + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `45.54,141,42.15,143.61` + */ +export const EPSG_10173 = + '+proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs'; + +/** + * Mexico ITRF2008 / UTM zone 12N + * - **CRS-PROJCRS** [6367] + * - **Area**: Mexico between 114°W and 108°W, onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `32.27,-114,15.09,-108` + */ +export const EPSG_6367 = + '+proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NEA74 Noumea / Noumea Lambert + * - **CRS-PROJCRS** [3165] + * - **Area**: New Caledonia - Grande Terre - Noumea district. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `-22.19,166.35,-22.37,166.54` + */ +export const EPSG_3165 = + '+proj=lcc +lat_0=-22.26969175 +lon_0=166.44242575 +lat_1=-22.24469175 +lat_2=-22.29469175 +x_0=0.66 +y_0=1.02 +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD27 / Alaska zone 8 + * - **CRS-PROJCRS** [26738] + * - **Area**: United States (USA) - Alaska onshore north of 54°30'N and between 168°W and 164°W. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `69.05,-168.26,54.34,-164` + */ +export const EPSG_26738 = + '+proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 (CORS96) SPCS Montana (Intl Feet) + * - **CRS-PROJCRS** [103473] + * - **Area**: USA - Montana + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.01,-116.07,44.35,-104.04` + */ +export const EPSG_103473 = + '+proj=lcc +lat_0=44.25 +lon_0=-109.5 +lat_1=45 +lat_2=49 +x_0=599999.999999999 +y_0=0 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * M'poraloko / UTM zone 32S + * - **CRS-PROJCRS** [26692] + * - **Area**: Gabon - west of 12°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `0.5` + * - **BBOX**: `2.32,7.03,-6.37,12.01` + */ +export const EPSG_26692 = + '+proj=utm +zone=32 +south +ellps=clrk80ign +towgs84=-80.7,-132.5,41.1,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * GDA94 / MGA zone 47 + * - **CRS-PROJCRS** [6737] + * - **Area**: Cocos (Keeling) Islands - onshore and offshore east of 96°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.47,96,-15.56,100.34` + */ +export const EPSG_6737 = + '+proj=utm +zone=47 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / CS63 zone X1 + * - **CRS-PROJCRS** [7825] + * - **Area**: Ukraine - west of 25°E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `51.92,22.15,47.71,25.01` + */ +export const EPSG_7825 = + '+proj=tmerc +lat_0=0.0833333333333333 +lon_0=23.5 +k=1 +x_0=1300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Indiana West (ftUS) + * - **CRS-PROJCRS** [3535] + * - **Area**: 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` + * - **Accuracy**: `2` + * - **BBOX**: `41.77,-88.1,37.77,-86.24` + */ +export const EPSG_3535 = + '+proj=tmerc +lat_0=37.5 +lon_0=-87.0833333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * KOSOVAREF01 + * - **CRS-GCENCRS** [9138] + * - **Area**: Kosovo. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `43.25,19.97,41.85,21.8` + */ +export const EPSG_9138 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * SRB_ETRS89 + * - **CRS-GCENCRS** [8683] + * - **Area**: Serbia including Vojvodina. + * - **Unit**: `metre` + * - **Accuracy**: `null` + * - **BBOX**: `46.19,18.81,42.23,23.01` + */ +export const EPSG_8683 = '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Taylor (m) + * - **CRS-PROJCRS** [7576] + * - **Area**: United States (USA) - Wisconsin - Taylor county. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `45.39,-90.93,45.03,-90.04` + */ +export const EPSG_7576 = + '+proj=lcc +lat_1=45.1778220858333 +lat_0=45.1778220858333 +lon_0=-90.4833333333333 +k_0=1.0000597566 +x_0=187147.5744 +y_0=107746.7522 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(HARN) / Colorado South + * - **CRS-PROJCRS** [2774] + * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `38.68,-109.06,36.98,-102.04` + */ +export const EPSG_2774 = + '+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / NCRS Las Vegas (m) + * - **CRS-PROJCRS** [8379] + * - **Area**: United States (USA) - Nevada - Las Vegas area below approximately 3000 feet. + * - **Unit**: `metre` + * - **Accuracy**: `4` + * - **BBOX**: `36.43,-115.5,35.88,-114.71` + */ +export const EPSG_8379 = + '+proj=tmerc +lat_0=36.25 +lon_0=-114.966666666667 +k=1.0001 +x_0=100000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * DGN95 / UTM zone 49N + * - **CRS-PROJCRS** [23869] + * - **Area**: Indonesia - north of equator and between 108°E and 114°E - onshore and offshore. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `7.37,108,0,114` + */ +export const EPSG_23869 = + '+proj=utm +zone=49 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83(2011) / RMTCRS Bobcat (ft) + * - **CRS-PROJCRS** [7126] + * - **Area**: United States (USA) - Montana - Three Forks area. + * - **Unit**: `foot` + * - **Accuracy**: `2` + * - **BBOX**: `46.59,-112.34,45.36,-110.75` + */ +export const EPSG_7126 = + '+proj=lcc +lat_1=46.25 +lat_0=46.25 +lon_0=-111.25 +k_0=1.000185 +x_0=99999.9999996 +y_0=99999.9999996 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs'; + +/** + * ED50 / TM42 + * - **CRS-PROJCRS** [2324] + * - **Area**: Türkiye (Turkey) - between 40°30'E and 43°30'E, onshore. + * - **Unit**: `metre` + * - **Accuracy**: `10` + * - **BBOX**: `41.6,40.5,37.02,43.5` + */ +export const EPSG_2324 = + '+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD83 / Georgia West (ftUS) + NAVD88 height (ftUS) + * - **CRS-COMPOUNDCRS** [8729] + * - **Area**: 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**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `35.01,-85.61,30.62,-82.99` + */ +export const EPSG_8729 = + '+proj=tmerc +lat_0=30 +lon_0=-84.1666666666667 +k=0.9999 +x_0=699999.9998984 +y_0=0 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs'; + +/** + * NAD 1983 SPCS Alaska 2 (Feet) + * - **CRS-PROJCRS** [102632] + * - **Area**: USA - Alaska - 144~W to 141~W + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `70.16,-144.01,59.72,-140.98` + */ +export const EPSG_102632 = + '+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000.000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs +type=crs'; + +/** + * Cape / Lo21 + * - **CRS-PROJCRS** [22281] + * - **Area**: South Africa - onshore between 20°E and 22°E. + * - **Unit**: `metre` + * - **Accuracy**: `9` + * - **BBOX**: `-24.76,19.99,-34.88,22.01` + */ +export const EPSG_22281 = + '+proj=tmerc +axis=wsu +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E + * - **CRS-PROJCRS** [2631] + * - **Area**: Russian Federation - onshore between 163°30'E and 166°30'E. + * - **Unit**: `metre` + * - **Accuracy**: `4.5` + * - **BBOX**: `69.82,163.5,54.69,166.5` + */ +export const EPSG_2631 = + '+proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs'; + +/** + * AGD66 / AMG zone 53 + * - **CRS-PROJCRS** [20253] + * - **Area**: Australia - onshore and offshore between 132°E and 138°E. + * - **Unit**: `metre` + * - **Accuracy**: `3` + * - **BBOX**: `-8.88,132,-40.71,138.01` + */ +export const EPSG_20253 = + '+proj=utm +zone=53 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,-0.303,-0.446,-0.234,-0.29 +units=m +no_defs +type=crs'; + +/** + * NAD83 / New York Central (ftUS) + * - **CRS-PROJCRS** [2261] + * - **Area**: United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates. + * - **Unit**: `US survey foot` + * - **Accuracy**: `4` + * - **BBOX**: `44.41,-77.75,41.99,-75.06` + */ +export const EPSG_2261 = + '+proj=tmerc +lat_0=40 +lon_0=-76.5833333333333 +k=0.9999375 +x_0=249999.9998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / WISCRS Dane (ftUS) + * - **CRS-PROJCRS** [7599] + * - **Area**: United States (USA) - Wisconsin - Dane county. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `43.3,-89.84,42.84,-89` + */ +export const EPSG_7599 = + '+proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.4222222222222 +k_0=1.0000384786 +x_0=247193.294386589 +y_0=146591.989636779 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * NAD83(2011) / IaRCS zone 7 + * - **CRS-PROJCRS** [7063] + * - **Area**: United States (USA) - Iowa - counties of Adair; Audubon; Carroll; Cass; Greene; Guthrie. + * - **Unit**: `US survey foot` + * - **Accuracy**: `2` + * - **BBOX**: `42.22,-95.16,41.15,-94.16` + */ +export const EPSG_7063 = + '+proj=tmerc +lat_0=40.25 +lon_0=-94.6333333333333 +k=1.000045 +x_0=5334010.66802133 +y_0=2072644.14528829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs'; + +/** + * IGRS + * - **CRS-GEOGCRS** [3889] + * - **Area**: Iraq - onshore and offshore. + * - **Unit**: `degree (supplier to define representation)` + * - **Accuracy**: `null` + * - **BBOX**: `37.39,38.79,29.06,48.75` + */ +export const EPSG_3889 = '+proj=longlat +ellps=GRS80 +no_defs +type=crs'; + +/** + * RT90 5 gon V + * - **CRS-PROJCRS** [3020] + * - **Area**: Sweden - communes between approximately 12°26'E and 14°40'E. See information source for map. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `64.39,11.81,55.28,15.44` + */ +export const EPSG_3020 = + '+proj=tmerc +lat_0=0 +lon_0=13.5582777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 HARN Adj. Minnesota Carver + * - **CRS-GEOGCRS** [104709] + * - **Area**: USA - Minnesota + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `49.38,-97.22,43.49,-89.49` + */ +export const EPSG_104709 = '+proj=longlat +a=6378400.653 +rf=298.257222100883 +no_defs +type=crs'; + +/** + * NAD83(NSRS2007) / Alaska zone 3 + * - **CRS-PROJCRS** [3470] + * - **Area**: United States (USA) - Alaska - between 148°W and 144°W. + * - **Unit**: `metre` + * - **Accuracy**: `2` + * - **BBOX**: `70.38,-148,59.72,-144` + */ +export const EPSG_3470 = + '+proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * NAD 1983 2011 SPCS Utah North (Intl Feet) + * - **CRS-PROJCRS** [103166] + * - **Area**: USA - Utah - SPCS - N + * - **Unit**: `null` + * - **Accuracy**: `null` + * - **BBOX**: `42.01,-114.04,40.55,-109.04` + */ +export const EPSG_103166 = + '+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=40.7166666666667 +lat_2=41.7833333333333 +x_0=500000 +y_0=1000000 +ellps=GRS80 +units=ft +no_defs +type=crs'; + +/** + * GSK-2011 / Gauss-Kruger CM 69E + * - **CRS-PROJCRS** [21012] + * - **Area**: Russian Federation - onshore between 66°E and 72°E . + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `77.07,66,54.1,72` + */ +export const EPSG_21012 = + '+proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; + +/** + * JGD2011 / Japan Plane Rectangular CS IV + * - **CRS-PROJCRS** [6672] + * - **Area**: Japan - onshore - Shikoku - Kagawa-ken; Ehime-ken; Tokushima-ken; Kochi-ken. + * - **Unit**: `metre` + * - **Accuracy**: `1` + * - **BBOX**: `34.45,131.95,32.69,134.81` + */ +export const EPSG_6672 = + '+proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs'; diff --git a/src/proj4/projections/robin.ts b/src/proj4/projections/robin.ts index b6c76ed9..95829174 100644 --- a/src/proj4/projections/robin.ts +++ b/src/proj4/projections/robin.ts @@ -226,7 +226,7 @@ function newtonRapshon( iters: number, ): number { let x = start; - for (; iters; --iters) { + for (; iters !== 0; --iters) { const upd = fDf(x); x -= upd; if (abs(upd) < max_err) { diff --git a/src/proj4/projections/sinu.ts b/src/proj4/projections/sinu.ts index afc99c01..bde82f37 100644 --- a/src/proj4/projections/sinu.ts +++ b/src/proj4/projections/sinu.ts @@ -107,11 +107,11 @@ export class Sinusoidal extends ProjectionBase implements ProjectionTransform { -----------------*/ lon = adjustLon(lon - this.long0); if (this.sphere) { - if (!this.m) { + if (this.m !== 0) { lat = this.n !== 1 ? asin(this.n * sin(lat)) : lat; } else { const k = this.n * sin(lat); - for (let i = 20; i; --i) { + for (let i = 20; i !== 0; --i) { const V = (this.m * lat + sin(lat) - k) / (this.m + cos(lat)); lat -= V; if (abs(V) < EPSLN) { @@ -144,7 +144,7 @@ export class Sinusoidal extends ProjectionBase implements ProjectionTransform { if (this.sphere) { lat /= this.Cy; lon = lon / (this.Cx * (this.m + cos(lat))); - if (this.m) { + if (this.m !== 0) { lat = asinz((this.m * lat + sin(lat)) / this.n); } else if (this.n !== 1) { lat = asinz(sin(lat) / this.n); diff --git a/src/proj4/projections/sterea.ts b/src/proj4/projections/sterea.ts index 27c49395..ba59b2df 100644 --- a/src/proj4/projections/sterea.ts +++ b/src/proj4/projections/sterea.ts @@ -70,7 +70,7 @@ export class StereographicNorthPole extends GaussKruger implements ProjectionTra constructor(params?: ProjectionParams) { super(params); - if (!this.rc) throw new Error('rc must be defined'); + if (this.rc === undefined) throw new Error('rc must be defined'); this.sinc0 = sin(this.phic0); this.cosc0 = cos(this.phic0); this.R2 = 2 * this.rc; @@ -98,12 +98,13 @@ export class StereographicNorthPole extends GaussKruger implements ProjectionTra * @param p - StereographicNorthPole point */ inverse(p: VectorPoint): void { - let sinc, cosc, lon, lat, rho; + let sinc, cosc, lon, lat; p.x = (p.x - this.x0) / this.a; p.y = (p.y - this.y0) / this.a; p.x /= this.k0; p.y /= this.k0; - if ((rho = hypot(p.x, p.y))) { + const rho = hypot(p.x, p.y); + if (rho !== 0) { const c = 2 * atan2(rho, this.R2); sinc = sin(c); cosc = cos(c); diff --git a/src/proj4/projections/tmerc.ts b/src/proj4/projections/tmerc.ts index 6eef125c..23f878e8 100644 --- a/src/proj4/projections/tmerc.ts +++ b/src/proj4/projections/tmerc.ts @@ -65,7 +65,7 @@ export class TransverseMercator extends ProjectionBase implements ProjectionTran this.long0 = this.long0 !== undefined ? this.long0 : 0; this.lat0 = this.lat0 !== undefined ? this.lat0 : 0; - if (this.es) { + if (this.es !== 0) { this.en = pjEnfn(this.es); this.ml0 = pjMlfn(this.lat0, sin(this.lat0), cos(this.lat0), this.en); } diff --git a/src/proj4/transformer.ts b/src/proj4/transformer.ts index f75b2cc3..be6aa08b 100644 --- a/src/proj4/transformer.ts +++ b/src/proj4/transformer.ts @@ -1,9 +1,14 @@ -import { parseProjStr } from './parseCode'; +import * as EPSG_Codes from './projections/references'; +import { parseProj } from './parseCode'; import { ALL_DEFINITIONS, DEFAULT_DEFINITIONS, WGS84 } from './projections'; import { checkNotWGS, datumTransform } from './datum'; import type { VectorPoint } from 's2-tools/geometry'; -import type { ProjectionTransform, ProjectionTransformDefinition } from './projections'; +import type { + ProjectionParams, + ProjectionTransform, + ProjectionTransformDefinition, +} from './projections'; /** * A Transformer class contains all projections necessary for converting coordinates from one @@ -12,6 +17,8 @@ import type { ProjectionTransform, ProjectionTransformDefinition } from './proje * Both forward and inverse projections are default set to wgs84. */ export class Transformer { + // EPSG code definitions + epsgs = new Map(); // Definitions are descriptions of projections definitions = new Map(); // source and destination projections @@ -24,21 +31,21 @@ export class Transformer { * @param sourceCode - convenience: if provided, we run `this.setSource(sourceCode)` immediately * @param destCode - convenience: if provided, we run `this.setDestination(destCode)` immediately */ - constructor(sourceCode?: string, destCode?: string) { + constructor(sourceCode?: string | ProjectionParams, destCode?: string | ProjectionParams) { for (const def of DEFAULT_DEFINITIONS) this.insertDefinition(def); // defaults to a standard WGS84 lon-lat projection transform this.source = this.destination = this.wgs84 = this.#buildTransformer(WGS84); - if (sourceCode) this.setSource(sourceCode); - if (destCode) this.setDestination(destCode); + if (sourceCode !== undefined) this.setSource(sourceCode); + if (destCode !== undefined) this.setDestination(destCode); } /** @param sourceCode - can be a name or a coded definition */ - setSource(sourceCode: string): void { + setSource(sourceCode: string | ProjectionParams): void { this.source = this.#buildTransformer(sourceCode); } /** @param destCode - can be a name or a coded definition */ - setDestination(destCode: string): void { + setDestination(destCode: string | ProjectionParams): void { this.destination = this.#buildTransformer(destCode); } @@ -46,8 +53,9 @@ export class Transformer { * @param code - can be a WKT object or proj4 encoded string * @returns - A ready to use ProjectionTransform */ - #buildTransformer(code: string): ProjectionTransform { - const params = parseProjStr(code); + #buildTransformer(code: string | ProjectionParams): ProjectionTransform { + code = this.#parseEPSGCode(code); + const params = parseProj(code); // search let def: ProjectionTransformDefinition | undefined; for (const name of [params.projName, params.name]) { @@ -58,6 +66,22 @@ export class Transformer { return new def(params); } + /** + * Attempt to parse the EPSG code if epsg codes are loaded and return the definition + * @param code - a string or params with the EPSG code set in projName + * @returns - if no EPSG code is found, returns the original code. Otherwise returns the EPSG definition + */ + #parseEPSGCode(code: string | ProjectionParams): string | ProjectionParams { + if (typeof code === 'string' && this.epsgs.has(code)) return this.epsgs.get(code)!; + else if ( + typeof code === 'object' && + typeof code.projName === 'string' && + this.epsgs.has(code.projName) + ) + return this.epsgs.get(code.projName)!; + else return code; + } + /** * @param def - a class that may be instatiated with future setSource and setDestination * @param names - optionally add projection reference names to add lookups to the definition @@ -67,6 +91,14 @@ export class Transformer { for (const name of names) this.definitions.set(name.toLowerCase(), def); } + /** + * @param code - EPSG code to insert e.g. "EPSG_4326" (uses underscore instead of colon) + * @param value - the EPSG definition which is either a WKT string object or proj4 encoded string + */ + insertEPSGCode(code: string, value: string): void { + this.epsgs.set(code, value); + } + /** * @param p - vector point currently in the "source" projection * @param enforceAxis - enforce axis ensures axis consistency relative to the final projection @@ -98,9 +130,10 @@ export class Transformer { dest: ProjectionTransform, enforceAxis: boolean, ): VectorPoint { - const hasZ = sourcePoint.z !== undefined; // Workaround for datum shifts towgs84, if either source or destination projection is not wgs84 let res = { ...sourcePoint }; + if (src === dest) return res; + const hasZ = sourcePoint.z !== undefined; if (checkNotWGS(src, dest)) { const wgs84 = this.wgs84; res = this.#transformPoint(res, src, wgs84, enforceAxis); @@ -108,11 +141,9 @@ export class Transformer { } // STEP 1: SOURCE -> WGS84 // if needed, adjust axis - if (enforceAxis && src.axis !== 'enu') { - adjustAxis(res, src, true); - } + if (enforceAxis && src.axis !== 'enu') adjustAxis(res, src, true); // adjust for meters if necessary - if (src.name !== 'longlat' && src.projName !== 'longlat' && src.toMeter) { + if (src.name !== 'longlat' && src.projName !== 'longlat' && src.toMeter !== undefined) { res.x *= src.toMeter; res.y *= src.toMeter; } @@ -125,22 +156,18 @@ export class Transformer { // STEP 2: MID-POINT. Convert datums if needed, and if possible. datumTransform(res, src, dest); - // console.log('STEP 2: MID DATUM B', res); - // STEP 3: WGS84 -> DEST // Adjust for the prime meridian if necessary res.x -= dest.fromGreenwich; // transform forward dest.forward(res); // adjust for meters if necessary - if (dest.name !== 'longlat' && dest.projName !== 'longlat' && dest.toMeter) { + if (dest.name !== 'longlat' && dest.projName !== 'longlat' && dest.toMeter !== undefined) { res.x /= dest.toMeter; res.y /= dest.toMeter; } // if needed, adjust axis - if (enforceAxis && dest.axis !== 'enu') { - adjustAxis(res, dest, true); - } + if (enforceAxis && dest.axis !== 'enu') adjustAxis(res, dest, true); if (!hasZ) delete res.z; @@ -153,6 +180,11 @@ export function injectAllDefinitions(transformer: Transformer) { for (const proj of ALL_DEFINITIONS) transformer.insertDefinition(proj); } +/** @param transformer - the transformer to inject EPSG codes to */ +export function injectAllEPSGCodes(transformer: Transformer) { + for (const [key, value] of Object.entries(EPSG_Codes)) transformer.insertEPSGCode(key, value); +} + /** * @param point - the vector point to adjust * @param prj - the projection diff --git a/src/proj4/util/match.ts b/src/proj4/util/match.ts index 420d8837..936a4372 100644 --- a/src/proj4/util/match.ts +++ b/src/proj4/util/match.ts @@ -5,7 +5,7 @@ */ export default function match(obj: Record, key?: string): T | undefined { if (key === undefined) return; - if (obj[key]) return obj[key]; + if (obj[key] !== undefined) return obj[key]; const keys = Object.keys(obj); const ignoredChar = /[\s_\-/()]/g; const lkey = key.toLowerCase().replace(ignoredChar, ''); diff --git a/src/readers/csv/index.ts b/src/readers/csv/index.ts index a08f6218..4fb0766b 100644 --- a/src/readers/csv/index.ts +++ b/src/readers/csv/index.ts @@ -17,8 +17,8 @@ export interface CSVReaderOptions { /** Parse (Geo|S2)JSON from a file that is in the CSV format */ export class CSVReader implements FeatureIterator { - #delimiter = ','; - #lineDelimiter = '\n'; + #delimiter: string; + #lineDelimiter: string; #lonKey = 'lon'; #latKey = 'lat'; #heightKey?: string; @@ -32,11 +32,11 @@ export class CSVReader implements FeatureIterator { public reader: Reader, options?: CSVReaderOptions, ) { - if (options?.delimiter) this.#delimiter = options.delimiter; - if (options?.lineDelimiter) this.#lineDelimiter = options.lineDelimiter; - if (options?.lonKey) this.#lonKey = options.lonKey; - if (options?.latKey) this.#latKey = options.latKey; - if (options?.heightKey) this.#heightKey = options.heightKey; + this.#delimiter = options?.delimiter ?? ','; + this.#lineDelimiter = options?.lineDelimiter ?? '\n'; + this.#lonKey = options?.lonKey ?? 'lon'; + this.#latKey = options?.latKey ?? 'lat'; + this.#heightKey = options?.heightKey; } /** @@ -93,7 +93,7 @@ export class CSVReader implements FeatureIterator { if (field === this.#lonKey) coordinates.x = parseFloat(value); else if (field === this.#latKey) coordinates.y = parseFloat(value); - else if (this.#heightKey && field === this.#heightKey) { + else if (this.#heightKey !== undefined && field === this.#heightKey) { is3D = true; coordinates.z = parseFloat(value); } else properties[field] = value; diff --git a/src/readers/geotiff/color.ts b/src/readers/geotiff/color.ts new file mode 100644 index 00000000..21948686 --- /dev/null +++ b/src/readers/geotiff/color.ts @@ -0,0 +1,214 @@ +import { EXTRA_SAMPLES_VALUES, PHOTOMETRIC_INTERPRETATIONS } from './constants'; + +import type { Raster } from './image'; + +/** + * @param pi - photometric interpretation + * @param bitsPerSample + * @param extraSamples + */ +export function buildSamples( + pi?: number, + bitsPerSample: number[] = [], + extraSamples: number = 0, +): number[] { + let samples: number[]; + if (pi === PHOTOMETRIC_INTERPRETATIONS.RGB) { + samples = [0, 1, 2, 3]; + // support alpha if it exists + if (!(extraSamples === EXTRA_SAMPLES_VALUES.Unspecified)) { + samples = []; + for (let i = 0; i < bitsPerSample.length; i += 1) { + samples.push(i); + } + } + } else { + switch (pi) { + case PHOTOMETRIC_INTERPRETATIONS.WhiteIsZero: + case PHOTOMETRIC_INTERPRETATIONS.BlackIsZero: + case PHOTOMETRIC_INTERPRETATIONS.Palette: + samples = [0]; + break; + case PHOTOMETRIC_INTERPRETATIONS.CMYK: + samples = [0, 1, 2, 3]; + break; + case PHOTOMETRIC_INTERPRETATIONS.YCbCr: + case PHOTOMETRIC_INTERPRETATIONS.CIELab: + case PHOTOMETRIC_INTERPRETATIONS.ICCLab: + samples = [0, 1, 2]; + break; + default: + throw new Error('Invalid or unsupported photometric interpretation.'); + } + } + + return samples; +} + +/** + * TODO: ICCLAB, ITULAB + * @param pi - photometric interpretation + * @param rasterData + * @param max + * @param colorMap + */ +export function convertColorSpace( + pi: number | undefined, + rasterData: Raster, + max: number, + colorMap: number[] = [], +): void { + if (pi === PHOTOMETRIC_INTERPRETATIONS.RGB) { + return; + } else if (pi === PHOTOMETRIC_INTERPRETATIONS.WhiteIsZero) { + fromWhiteIsZero(rasterData, max); + } else if (pi === PHOTOMETRIC_INTERPRETATIONS.BlackIsZero) { + fromBlackIsZero(rasterData, max); + } else if (pi === PHOTOMETRIC_INTERPRETATIONS.Palette) { + fromPalette(rasterData, colorMap); + } else if (pi === PHOTOMETRIC_INTERPRETATIONS.CMYK) { + fromCMYK(rasterData); + } else if (pi === PHOTOMETRIC_INTERPRETATIONS.YCbCr) { + fromYCbCr(rasterData); + } else if (pi === PHOTOMETRIC_INTERPRETATIONS.CIELab) { + fromCIELab(rasterData); + } else { + throw new Error(`Unsupported photometric interpretation ${pi}.`); + } +} + +/** + * @param raster + * @param max + */ +export function fromWhiteIsZero(raster: Raster, max: number): void { + const { width, height, data } = raster; + const rbgdata = new Uint8Array(width * height * 3); + let value: number; + for (let i = 0, j = 0; i < data.length; ++i, j += 3) { + value = 256 - (data[i] / max) * 256; + rbgdata[j] = value; + rbgdata[j + 1] = value; + rbgdata[j + 2] = value; + } + raster.data = rbgdata; +} + +/** + * @param raster + * @param max + */ +export function fromBlackIsZero(raster: Raster, max: number): void { + const { width, height, data } = raster; + const rbgdata = new Uint8Array(width * height * 3); + let value: number; + for (let i = 0, j = 0; i < data.length; ++i, j += 3) { + value = (data[i] / max) * 256; + rbgdata[j] = value; + rbgdata[j + 1] = value; + rbgdata[j + 2] = value; + } + raster.data = rbgdata; +} + +/** + * @param raster + * @param colorMap + */ +export function fromPalette(raster: Raster, colorMap: number[]): void { + const { width, height, data } = raster; + const rbgdata = new Uint8Array(width * height * 3); + const greenOffset = colorMap.length / 3; + const blueOffset = (colorMap.length / 3) * 2; + let mapIndex: number; + for (let i = 0, j = 0; i < data.length; ++i, j += 3) { + mapIndex = data[i]; + rbgdata[j] = (colorMap[mapIndex] / 65536) * 256; + rbgdata[j + 1] = (colorMap[mapIndex + greenOffset] / 65536) * 256; + rbgdata[j + 2] = (colorMap[mapIndex + blueOffset] / 65536) * 256; + } + raster.data = rbgdata; +} + +/** + * @param cmykRaster + * @param raster + */ +export function fromCMYK(raster: Raster): void { + const { width, height, data } = raster; + const rbgdata = new Uint8Array(width * height * 3); + let c: number, m: number, y: number, k: number; + for (let i = 0, j = 0; i < data.length; i += 4, j += 3) { + c = data[i]; + m = data[i + 1]; + y = data[i + 2]; + k = data[i + 3]; + + rbgdata[j] = 255 * ((255 - c) / 256) * ((255 - k) / 256); + rbgdata[j + 1] = 255 * ((255 - m) / 256) * ((255 - k) / 256); + rbgdata[j + 2] = 255 * ((255 - y) / 256) * ((255 - k) / 256); + } + raster.data = rbgdata; +} + +/** + * @param raster + */ +export function fromYCbCr(raster: Raster): void { + const { width, height, data } = raster; + const rbgdata = new Uint8ClampedArray(width * height * 3); + let y: number, cb: number, cr: number; + for (let i = 0, j = 0; i < data.length; i += 3, j += 3) { + y = data[i]; + cb = data[i + 1]; + cr = data[i + 2]; + + rbgdata[j] = y + 1.402 * (cr - 0x80); + rbgdata[j + 1] = y - 0.34414 * (cb - 0x80) - 0.71414 * (cr - 0x80); + rbgdata[j + 2] = y + 1.772 * (cb - 0x80); + } + raster.data = rbgdata; +} + +const Xn = 0.95047; +const Yn = 1.0; +const Zn = 1.08883; + +/** + * https://github.com/antimatter15/rgb-lab/blob/master/color.js + * @param cieLabRaster + * @param raster + */ +export function fromCIELab(raster: Raster): void { + const { width, height, data } = raster; + const rbgdata = new Uint8Array(width * height * 3); + + let L: number, a_: number, b_: number; + let x: number, y: number, z: number; + let r: number, g: number, b: number; + for (let i = 0, j = 0; i < data.length; i += 3, j += 3) { + L = data[i + 0]; + a_ = (data[i + 1] << 24) >> 24; // conversion from uint8 to int8 + b_ = (data[i + 2] << 24) >> 24; // same + y = (L + 16) / 116; + x = a_ / 500 + y; + z = y - b_ / 200; + + x = Xn * (x * x * x > 0.008856 ? x * x * x : (x - 16 / 116) / 7.787); + y = Yn * (y * y * y > 0.008856 ? y * y * y : (y - 16 / 116) / 7.787); + z = Zn * (z * z * z > 0.008856 ? z * z * z : (z - 16 / 116) / 7.787); + + r = x * 3.2406 + y * -1.5372 + z * -0.4986; + g = x * -0.9689 + y * 1.8758 + z * 0.0415; + b = x * 0.0557 + y * -0.204 + z * 1.057; + + r = r > 0.0031308 ? 1.055 * r ** (1 / 2.4) - 0.055 : 12.92 * r; + g = g > 0.0031308 ? 1.055 * g ** (1 / 2.4) - 0.055 : 12.92 * g; + b = b > 0.0031308 ? 1.055 * b ** (1 / 2.4) - 0.055 : 12.92 * b; + + rbgdata[j] = Math.max(0, Math.min(1, r)) * 255; + rbgdata[j + 1] = Math.max(0, Math.min(1, g)) * 255; + rbgdata[j + 2] = Math.max(0, Math.min(1, b)) * 255; + } + raster.data = rbgdata; +} diff --git a/src/readers/geotiff/compression/basedecoder.ts b/src/readers/geotiff/compression/basedecoder.ts deleted file mode 100644 index 7d7c04de..00000000 --- a/src/readers/geotiff/compression/basedecoder.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { applyPredictor } from '../predictor'; - -/** - * - */ -export default class BaseDecoder { - /** - * @param fileDirectory - * @param buffer - */ - async decode(fileDirectory, buffer) { - const decoded = await this.decodeBlock(buffer); - const predictor = fileDirectory.Predictor || 1; - if (predictor !== 1) { - const isTiled = !fileDirectory.StripOffsets; - const tileWidth = isTiled ? fileDirectory.TileWidth : fileDirectory.ImageWidth; - const tileHeight = isTiled - ? fileDirectory.TileLength - : fileDirectory.RowsPerStrip || fileDirectory.ImageLength; - return applyPredictor( - decoded, - predictor, - tileWidth, - tileHeight, - fileDirectory.BitsPerSample, - fileDirectory.PlanarConfiguration, - ); - } - return decoded; - } -} diff --git a/src/readers/geotiff/compression/deflate.ts b/src/readers/geotiff/compression/deflate.ts deleted file mode 100644 index 7245ffd3..00000000 --- a/src/readers/geotiff/compression/deflate.ts +++ /dev/null @@ -1,14 +0,0 @@ -import BaseDecoder from './basedecoder'; -import { inflate } from 'pako'; - -/** - * - */ -export default class DeflateDecoder extends BaseDecoder { - /** - * @param buffer - */ - decodeBlock(buffer: ArrayBuffer): ArrayBuffer { - return inflate(new Uint8Array(buffer)).buffer; - } -} diff --git a/src/readers/geotiff/compression/index.ts b/src/readers/geotiff/compression/index.ts deleted file mode 100644 index cf20586f..00000000 --- a/src/readers/geotiff/compression/index.ts +++ /dev/null @@ -1,43 +0,0 @@ -const registry = new Map(); - -/** - * @param cases - * @param importFn - */ -export function addDecoder(cases, importFn) { - if (!Array.isArray(cases)) { - cases = [cases]; - } - cases.forEach((c) => registry.set(c, importFn)); -} - -/** - * @param fileDirectory - */ -export async function getDecoder(fileDirectory) { - const importFn = registry.get(fileDirectory.Compression); - if (!importFn) { - throw new Error(`Unknown compression method identifier: ${fileDirectory.Compression}`); - } - const Decoder = await importFn(); - return new Decoder(fileDirectory); -} - -// Add default decoders to registry (end-user may override with other implementations) -addDecoder([undefined, 1], () => import('./raw.js').then((m) => m.default)); -addDecoder(5, () => import('../../../util/lzw.js').then((m) => m.default)); -addDecoder(6, () => { - throw new Error('old style JPEG compression is not supported.'); -}); -addDecoder(7, () => import('./jpeg.js').then((m) => m.default)); -addDecoder([8, 32946], () => import('./deflate.js').then((m) => m.default)); -addDecoder(32773, () => import('./packbits.js').then((m) => m.default)); -addDecoder(34887, () => - import('./lerc.js') - .then(async (m) => { - await m.zstd.init(); - return m; - }) - .then((m) => m.default), -); -addDecoder([7, 50001], () => import('./webimage.js').then((m) => m.default)); diff --git a/src/readers/geotiff/compression/packbits.ts b/src/readers/geotiff/compression/packbits.ts deleted file mode 100644 index e12d5914..00000000 --- a/src/readers/geotiff/compression/packbits.ts +++ /dev/null @@ -1,32 +0,0 @@ -import BaseDecoder from './basedecoder'; - -/** - * - */ -export default class PackbitsDecoder extends BaseDecoder { - /** - * @param buffer - */ - decodeBlock(buffer: ArrayBufferLike): ArrayBufferLike { - const dataView = new DataView(buffer); - const out = []; - - for (let i = 0; i < buffer.byteLength; ++i) { - let header = dataView.getInt8(i); - if (header < 0) { - const next = dataView.getUint8(i + 1); - header = -header; - for (let j = 0; j <= header; ++j) { - out.push(next); - } - i += 1; - } else { - for (let j = 0; j <= header; ++j) { - out.push(dataView.getUint8(i + j + 1)); - } - i += header + 1; - } - } - return new Uint8Array(out).buffer; - } -} diff --git a/src/readers/geotiff/compression/raw.ts b/src/readers/geotiff/compression/raw.ts deleted file mode 100644 index aee9dab0..00000000 --- a/src/readers/geotiff/compression/raw.ts +++ /dev/null @@ -1,13 +0,0 @@ -import BaseDecoder from './basedecoder'; - -/** - * - */ -export default class RawDecoder extends BaseDecoder { - /** - * @param buffer - */ - decodeBlock(buffer) { - return buffer; - } -} diff --git a/src/readers/geotiff/globals.ts b/src/readers/geotiff/constants.ts similarity index 52% rename from src/readers/geotiff/globals.ts rename to src/readers/geotiff/constants.ts index 8ba86c3a..357b20de 100644 --- a/src/readers/geotiff/globals.ts +++ b/src/readers/geotiff/constants.ts @@ -115,13 +115,132 @@ export const FIELD_TAG_NAMES = { 0x85d8: 'ModelTransformation', 0x87af: 'GeoKeyDirectory', 0x87b0: 'GeoDoubleParams', - 0x87b1: 'GeoAsciiParams', + 0x87b1: 'GeoAsciiParams', // 34737 // LERC 0xc5f2: 'LercParameters', }; -export const fieldTagTypes = { +/** + * + */ +export interface TagNames { + // TIFF Baseline + Artist?: string; + BitsPerSample?: number[]; + CellLength?: number; + CellWidth?: number; + ColorMap?: number[]; + Compression?: number; + Copyright?: string; + DateTime?: number; + ExtraSamples?: number[]; + FillOrder?: number; + FreeByteCounts?: number[]; + // 0x0120: 'FreeOffsets'; + // 0x0123: 'GrayResponseCurve'; + // 0x0122: 'GrayResponseUnit'; + // 0x013c: 'HostComputer'; + ImageDescription?: string; + ImageLength?: number; + ImageWidth?: number; + // 0x010f: 'Make'; + // 0x0119: 'MaxSampleValue'; + // 0x0118: 'MinSampleValue'; + // 0x0110: 'Model'; + // 0x00fe: 'NewSubfileType'; + // 0x0112: 'Orientation'; + PhotometricInterpretation?: number; + PlanarConfiguration?: number; + ResolutionUnit?: number; + RowsPerStrip?: number; + SamplesPerPixel?: number; + // 0x0131: 'Software'; + StripByteCounts?: number[]; + StripOffsets?: number[]; + // 0x00ff: 'SubfileType'; + // 0x0107: 'Threshholding'; + XResolution?: [number, number]; + YResolution?: [number, number]; + // // TIFF Extended + // 0x0146: 'BadFaxLines'; + // 0x0147: 'CleanFaxData'; + // 0x0157: 'ClipPath'; + // 0x0148: 'ConsecutiveBadFaxLines'; + // 0x01b1: 'Decode'; + // 0x01b2: 'DefaultImageColor'; + // 0x010d: 'DocumentName'; + // 0x0150: 'DotRange'; + // 0x0141: 'HalftoneHints'; + // 0x015a: 'Indexed'; + JPEGTables?: number[]; + // 0x011d: 'PageName'; + // 0x0129: 'PageNumber'; + Predictor?: number; + // 0x013f: 'PrimaryChromaticities'; + // 0x0214: 'ReferenceBlackWhite'; + SampleFormat?: number[]; + // 0x0154: 'SMinSampleValue'; + // 0x0155: 'SMaxSampleValue'; + // 0x022f: 'StripRowCounts'; + // 0x014a: 'SubIFDs'; + // 0x0124: 'T4Options'; + // 0x0125: 'T6Options'; + // 0x0145: 'TileByteCounts'; + TileByteCounts?: number[]; + TileLength?: number; + TileOffsets?: number[]; + TileWidth?: number; + // 0x012d: 'TransferFunction'; + // 0x013e: 'WhitePoint'; + // 0x0158: 'XClipPathUnits'; + // 0x011e: 'XPosition'; + // 0x0211: 'YCbCrCoefficients'; + // 0x0213: 'YCbCrPositioning'; + // 0x0212: 'YCbCrSubSampling'; + // 0x0159: 'YClipPathUnits'; + // 0x011f: 'YPosition'; + // // EXIF + // 0x9202: 'ApertureValue'; + // 0xa001: 'ColorSpace'; + // 0x9004: 'DateTimeDigitized'; + // 0x9003: 'DateTimeOriginal'; + // 0x8769: 'Exif IFD'; + // 0x9000: 'ExifVersion'; + // 0x829a: 'ExposureTime'; + // 0xa300: 'FileSource'; + // 0x9209: 'Flash'; + // 0xa000: 'FlashpixVersion'; + // 0x829d: 'FNumber'; + // 0xa420: 'ImageUniqueID'; + // 0x9208: 'LightSource'; + // 0x927c: 'MakerNote'; + // 0x9201: 'ShutterSpeedValue'; + // 0x9286: 'UserComment'; + // // IPTC + // 0x83bb: 'IPTC'; + // // ICC + // 0x8773: 'ICC Profile'; + // // XMP + // 0x02bc: 'XMP'; + // // GDAL + // 0xa480: 'GDAL_METADATA'; + // 0xa481: 'GDAL_NODATA'; + // // Photoshop + // 0x8649: 'Photoshop'; + // // GeoTiff + // 0x830e: 'ModelPixelScale'; + // 0x8482: 'ModelTiepoint'; + // 0x85d8: 'ModelTransformation'; + ModelTransformation?: number[]; + // 0x87af: 'GeoKeyDirectory'; + // 0x87b0: 'GeoDoubleParams'; + GeoAsciiParams?: string; + // // LERC + // 0xc5f2: 'LercParameters'; +} + +export const FIELD_TAG_TYPES = { 256: 'SHORT', 257: 'SHORT', 258: 'SHORT', @@ -231,26 +350,27 @@ export const PHOTOMETRIC_INTERPRETATIONS = { CIELab: 8, ICCLab: 9, + ITULab: 10, }; -export const ExtraSamplesValues = { +export const EXTRA_SAMPLES_VALUES = { Unspecified: 0, Assocalpha: 1, Unassalpha: 2, }; -export const LercParameters = { +export const LERC_PARAMETERS = { Version: 0, AddCompression: 1, }; -export const LercAddCompression = { +export const LERC_ADD_COMPRESSION = { None: 0, Deflate: 1, Zstandard: 2, }; -export const geoKeyNames = { +export const GEO_KEY_NAMES = { 1024: 'GTModelTypeGeoKey', 1025: 'GTRasterTypeGeoKey', 1026: 'GTCitationGeoKey', @@ -300,6 +420,62 @@ export const geoKeyNames = { 4099: 'VerticalUnitsGeoKey', }; +/** + * https://docs.ogc.org/is/19-008r4/19-008r4.html#_map_projection_methods + * https://docs.ogc.org/is/19-008r4/19-008r4.html#_map_projection_parameters + * https://docs.ogc.org/is/19-008r4/19-008r4.html#section-D-3 + * https://docs.ogc.org/is/19-008r4/19-008r4.html#_summary_of_geokey_ids_and_names + */ +export interface GeoKeyDirectory { + GTModelTypeGeoKey?: number; // SHORT (1024) + GTRasterTypeGeoKey?: number; // SHORT (1025) + GTCitationGeoKey?: string; // ASCII (1026) + GeographicTypeGeoKey?: number; // SHORT (2048) + GeogCitationGeoKey?: string; // ASCII (2049) + GeogGeodeticDatumGeoKey?: number; // SHORT (2050) + GeogPrimeMeridianGeoKey?: number; // SHORT (2051) + GeogLinearUnitsGeoKey?: number; // SHORT (2052) + GeogLinearUnitSizeGeoKey?: number; // DOUBLE (2053) + GeogAngularUnitsGeoKey?: number; // SHORT (2054) + GeogAngularUnitSizeGeoKey?: number; // DOUBLE (2055) + GeogEllipsoidGeoKey?: number; // SHORT (2056) + GeogSemiMajorAxisGeoKey?: number; // DOUBLE (2057) + GeogSemiMinorAxisGeoKey?: number; // DOUBLE (2058) + GeogInvFlatteningGeoKey?: number; // DOUBLE (2059) + GeogAzimuthUnitsGeoKey?: number; // SHORT (2060) + GeogPrimeMeridianLongGeoKey?: number; // DOUBLE (2061) + GeogTOWGS84GeoKey?: number[]; // DOUBLE (2062) + ProjectedCSTypeGeoKey?: number; // SHORT (3072) + PCSCitationGeoKey?: string; // ASCII (3073) + ProjectionGeoKey?: number; // SHORT (3074) + ProjCoordTransGeoKey?: number; // SHORT (3075) + ProjLinearUnitsGeoKey?: number; // SHORT (3076) + ProjLinearUnitSizeGeoKey?: number; // DOUBLE (3077) + ProjStdParallel1GeoKey?: number; // DOUBLE (3078) + ProjStdParallel2GeoKey?: number; // DOUBLE (3079) + ProjNatOriginLongGeoKey?: number; // DOUBLE (3080) + ProjNatOriginLatGeoKey?: number; // DOUBLE (3081) + ProjFalseEastingGeoKey?: number; // DOUBLE (3082) + ProjFalseNorthingGeoKey?: number; // DOUBLE (3083) + ProjFalseOriginLongGeoKey?: number; // DOUBLE (3084) + ProjFalseOriginLatGeoKey?: number; // DOUBLE (3085) + ProjFalseOriginEastingGeoKey?: number; // DOUBLE (3086) + ProjFalseOriginNorthingGeoKey?: number; // DOUBLE (3087) + ProjCenterLongGeoKey?: number; // DOUBLE (3088) + ProjCenterLatGeoKey?: number; // DOUBLE (3089) + ProjCenterEastingGeoKey?: number; // DOUBLE (3090) + ProjCenterNorthingGeoKey?: number; // DOUBLE (3091) + ProjScaleAtNatOriginGeoKey?: number; // DOUBLE (3092) + ProjScaleAtCenterGeoKey?: number; // DOUBLE (3093) + ProjAzimuthAngleGeoKey?: number; // DOUBLE (3094) + ProjStraightVertPoleLongGeoKey?: number; // DOUBLE (3095) + ProjRectifiedGridAngleGeoKey?: number; // DOUBLE (3096) + VerticalCSTypeGeoKey?: number; // SHORT (4096) + VerticalCitationGeoKey?: string; // ASCII (4097) + VerticalDatumGeoKey?: number; // SHORT (4098) + VerticalUnitsGeoKey?: number; // SHORT (4099) +} + // export const geoKeys = {}; // for (const key in geoKeyNames) { // geoKeys[geoKeyNames[key]] = parseInt(key, 10); diff --git a/src/readers/geotiff/dataslice.ts b/src/readers/geotiff/dataslice.ts deleted file mode 100644 index bed120bb..00000000 --- a/src/readers/geotiff/dataslice.ts +++ /dev/null @@ -1,192 +0,0 @@ -/** - * - */ -export default class DataSlice { - #dataView: DataView; - #sliceOffset: number; - #littleEndian: boolean; - #bigTiff: boolean; - - /** - * @param arrayBuffer - * @param sliceOffset - * @param littleEndian - * @param bigTiff - */ - constructor( - arrayBuffer: ArrayBufferLike, - sliceOffset: number, - littleEndian: boolean, - bigTiff: boolean, - ) { - this.#dataView = new DataView(arrayBuffer); - this.#sliceOffset = sliceOffset; - this.#littleEndian = littleEndian; - this.#bigTiff = bigTiff; - } - - /** - * - */ - get sliceOffset() { - return this.#sliceOffset; - } - - /** - * - */ - get sliceTop() { - return this.#sliceOffset + this.buffer.byteLength; - } - - /** - * - */ - get littleEndian() { - return this.#littleEndian; - } - - /** - * - */ - get bigTiff() { - return this.#bigTiff; - } - - /** - * - */ - get buffer() { - return this.#dataView.buffer; - } - - /** - * @param offset - * @param length - */ - covers(offset: number, length: number): boolean { - return this.sliceOffset <= offset && this.sliceTop >= offset + length; - } - - /** - * @param offset - */ - readUint8(offset: number): number { - return this.#dataView.getUint8(offset - this.#sliceOffset); - } - - /** - * @param offset - */ - readInt8(offset: number): number { - return this.#dataView.getInt8(offset - this.#sliceOffset); - } - - /** - * @param offset - */ - readUint16(offset: number) { - return this.#dataView.getUint16(offset - this.#sliceOffset, this.#littleEndian); - } - - /** - * @param offset - */ - readInt16(offset: number) { - return this.#dataView.getInt16(offset - this.#sliceOffset, this.#littleEndian); - } - - /** - * @param offset - */ - readUint32(offset: number) { - return this.#dataView.getUint32(offset - this.#sliceOffset, this.#littleEndian); - } - - /** - * @param offset - */ - readInt32(offset: number) { - return this.#dataView.getInt32(offset - this.#sliceOffset, this.#littleEndian); - } - - /** - * @param offset - */ - readFloat32(offset: number) { - return this.#dataView.getFloat32(offset - this.#sliceOffset, this.#littleEndian); - } - - /** - * @param offset - */ - readFloat64(offset: number) { - return this.#dataView.getFloat64(offset - this.#sliceOffset, this.#littleEndian); - } - - /** - * @param offset - */ - readUint64(offset: number) { - const left = this.readUint32(offset); - const right = this.readUint32(offset + 4); - let combined; - if (this.#littleEndian) { - combined = left + 2 ** 32 * right; - if (!Number.isSafeInteger(combined)) { - throw new Error( - `${combined} exceeds MAX_SAFE_INTEGER. ` + - 'Precision may be lost. Please report if you get this message to https://github.com/geotiffjs/geotiff.js/issues', - ); - } - return combined; - } - combined = 2 ** 32 * left + right; - if (!Number.isSafeInteger(combined)) { - throw new Error( - `${combined} exceeds MAX_SAFE_INTEGER. ` + - 'Precision may be lost. Please report if you get this message to https://github.com/geotiffjs/geotiff.js/issues', - ); - } - - return combined; - } - - /** - * adapted from https://stackoverflow.com/a/55338384/8060591 - * @param offset - */ - readInt64(offset: number) { - let value = 0; - const isNegative = (this.#dataView.getUint8(offset + (this.#littleEndian ? 7 : 0)) & 0x80) > 0; - let carrying = true; - for (let i = 0; i < 8; i++) { - let byte = this.#dataView.getUint8(offset + (this.#littleEndian ? i : 7 - i)); - if (isNegative) { - if (carrying) { - if (byte !== 0x00) { - byte = ~(byte - 1) & 0xff; - carrying = false; - } - } else { - byte = ~byte & 0xff; - } - } - value += byte * 256 ** i; - } - if (isNegative) { - value = -value; - } - return value; - } - - /** - * @param offset - */ - readOffset(offset: number) { - if (this.#bigTiff) { - return this.readUint64(offset); - } - return this.readUint32(offset); - } -} diff --git a/src/readers/geotiff/decode.ts b/src/readers/geotiff/decode.ts deleted file mode 100644 index f6769c44..00000000 --- a/src/readers/geotiff/decode.ts +++ /dev/null @@ -1,74 +0,0 @@ -import { applyPredictor } from './predictor'; - -/** - * @param fileDirectory - * @param buffer - */ -export async function decode(fileDirectory, buffer) { - const decoded = await this.decodeBlock(buffer); - const predictor = fileDirectory.Predictor || 1; - if (predictor !== 1) { - const isTiled = !fileDirectory.StripOffsets; - const tileWidth = isTiled ? fileDirectory.TileWidth : fileDirectory.ImageWidth; - const tileHeight = isTiled - ? fileDirectory.TileLength - : fileDirectory.RowsPerStrip || fileDirectory.ImageLength; - return applyPredictor( - decoded, - predictor, - tileWidth, - tileHeight, - fileDirectory.BitsPerSample, - fileDirectory.PlanarConfiguration, - ); - } - return decoded; -} - -/** Assumes inputs like 'image/png' */ -export interface BlobOptions { - type?: string; -} - -/** - * @param fileDirectory - * @param buffer - * @param options - */ -export async function decodeImage( - buffer: ArrayBufferLike, - options: BlobOptions = {}, -): Promise { - const blob = new Blob([buffer as ArrayBuffer], options); // e.g. { type: 'image/png' } - const imageBitmap = await createImageBitmap(blob); - // Create OffscreenCanvas and draw - const canvas: OffscreenCanvas = new OffscreenCanvas(imageBitmap.width, imageBitmap.height); - const ctx = canvas.getContext('2d'); - if (!ctx) throw new Error('Could not get 2d context'); - ctx.drawImage(imageBitmap, 0, 0); - - return ctx.getImageData(0, 0, canvas.width, canvas.height); -} - -/** - * @param buffer - an array of packed bits in a block - * @returns the decoded array - */ -export function decodePackedBitsBlock(buffer: ArrayBufferLike): ArrayBufferLike { - const dataView = new DataView(buffer); - const out = []; - - for (let i = 0; i < buffer.byteLength; ++i) { - let header = dataView.getInt8(i); - if (header < 0) { - const next = dataView.getUint8(i + 1); - header = -header; - for (let j = 0; j <= header; ++j) out.push(next); - i += 1; - } else { - for (let j = 0; j <= header; ++j) out.push(dataView.getUint8(i + j + 1)); - i += header + 1; - } - } - return new Uint8Array(out).buffer; -} diff --git a/src/readers/geotiff/decoder.ts b/src/readers/geotiff/decoder.ts new file mode 100644 index 00000000..8016350e --- /dev/null +++ b/src/readers/geotiff/decoder.ts @@ -0,0 +1,76 @@ +import { jpegDecoder } from './jpeg'; +import { decompressStream, lzwDecoder } from 's2-tools/util'; + +/** What to expect from the decoder */ +export type Decoder = + | ((buffer: ArrayBufferLike, tables?: number[]) => Promise) + | ((buffer: ArrayBufferLike, tables?: number[]) => ArrayBufferLike); + +/** + * @param compression - the encoded compression value + * @returns the decoder function matching the given compression value + */ +export function getDecoder(compression = 1): Decoder { + if (compression === 1) return rawDecoder; + else if (compression === 5) return lzwDecoder; + else if (compression === 7) return jpegDecoder; + else if ([6, 7, 50001].includes(compression)) return imageDecoder; + else if ([8, 32946].includes(compression)) return deflateDecoder; + else if (compression === 32773) return packbitsDecoder; + throw new Error(`Unsupported compression: ${compression}`); +} + +/** + * @param buffer + */ +async function deflateDecoder(buffer: ArrayBufferLike): Promise { + return (await decompressStream(new Uint8Array(buffer))).buffer; +} + +/** + * @param buffer + */ +function rawDecoder(buffer: ArrayBufferLike): ArrayBufferLike { + return buffer; +} +/** + * @param fileDirectory + * @param buffer + * @param options + * @param jpegTables + */ +async function imageDecoder(buffer: ArrayBufferLike): Promise { + const blob = new Blob([buffer as ArrayBuffer]); // e.g. { type: 'image/png' } + const imageBitmap = await createImageBitmap(blob); + // Create OffscreenCanvas and draw + const canvas: OffscreenCanvas = new OffscreenCanvas(imageBitmap.width, imageBitmap.height); + const ctx = canvas.getContext('2d'); + if (ctx === null) throw new Error('Could not get 2d context'); + ctx.drawImage(imageBitmap, 0, 0); + + const imageData = ctx.getImageData(0, 0, imageBitmap.width, imageBitmap.height); + return imageData.data.buffer; +} + +/** + * @param buffer - an array of packed bits in a block + * @returns the decoded array + */ +function packbitsDecoder(buffer: ArrayBufferLike): ArrayBufferLike { + const dataView = new DataView(buffer); + const out = []; + + for (let i = 0; i < buffer.byteLength; ++i) { + let header = dataView.getInt8(i); + if (header < 0) { + const next = dataView.getUint8(i + 1); + header = -header; + for (let j = 0; j <= header; ++j) out.push(next); + i += 1; + } else { + for (let j = 0; j <= header; ++j) out.push(dataView.getUint8(i + j + 1)); + i += header + 1; + } + } + return new Uint8Array(out).buffer; +} diff --git a/src/readers/geotiff/geotiff.ts b/src/readers/geotiff/geotiff.ts deleted file mode 100644 index 24320bb7..00000000 --- a/src/readers/geotiff/geotiff.ts +++ /dev/null @@ -1,765 +0,0 @@ -import DataSlice from './dataslice'; -import GeoTIFFImage from './geotiffimage'; - -import { makeBufferSource } from './source/arraybuffer'; -import { makeFileReaderSource } from './source/filereader'; -import { makeFileSource } from './source/file'; -import { makeCustomSource, makeRemoteSource } from './source/remote'; - -import { ARRAY_FIELDS, FIELD_TAG_NAMES, FIELD_TYPES, geoKeyNames } from './globals'; - -/** - * @param fieldType - */ -function getFieldTypeLength(fieldType): 1 | 2 | 4 | 8 { - switch (fieldType) { - case FIELD_TYPES.BYTE: - case FIELD_TYPES.ASCII: - case FIELD_TYPES.SBYTE: - case FIELD_TYPES.UNDEFINED: - return 1; - case FIELD_TYPES.SHORT: - case FIELD_TYPES.SSHORT: - return 2; - case FIELD_TYPES.LONG: - case FIELD_TYPES.SLONG: - case FIELD_TYPES.FLOAT: - case FIELD_TYPES.IFD: - return 4; - case FIELD_TYPES.RATIONAL: - case FIELD_TYPES.SRATIONAL: - case FIELD_TYPES.DOUBLE: - case FIELD_TYPES.LONG8: - case FIELD_TYPES.SLONG8: - case FIELD_TYPES.IFD8: - return 8; - default: - throw new RangeError(`Invalid field type: ${fieldType}`); - } -} - -/** - * @param fileDirectory - */ -function parseGeoKeyDirectory(fileDirectory) { - const rawGeoKeyDirectory = fileDirectory.GeoKeyDirectory; - if (!rawGeoKeyDirectory) { - return null; - } - - const geoKeyDirectory = {}; - for (let i = 4; i <= rawGeoKeyDirectory[3] * 4; i += 4) { - const key = geoKeyNames[rawGeoKeyDirectory[i]]; - const location = rawGeoKeyDirectory[i + 1] ? FIELD_TAG_NAMES[rawGeoKeyDirectory[i + 1]] : null; - const count = rawGeoKeyDirectory[i + 2]; - const offset = rawGeoKeyDirectory[i + 3]; - - let value = null; - if (!location) { - value = offset; - } else { - value = fileDirectory[location]; - if (typeof value === 'undefined' || value === null) { - throw new Error(`Could not get value of geoKey '${key}'.`); - } else if (typeof value === 'string') { - value = value.substring(offset, offset + count - 1); - } else if (value.subarray) { - value = value.subarray(offset, offset + count); - if (count === 1) { - value = value[0]; - } - } - } - geoKeyDirectory[key] = value; - } - return geoKeyDirectory; -} - -/** - * @param dataSlice - * @param fieldType - * @param count - * @param offset - */ -function getValues(dataSlice, fieldType, count, offset) { - let values = null; - let readMethod = null; - const fieldTypeLength = getFieldTypeLength(fieldType); - - switch (fieldType) { - case FIELD_TYPES.BYTE: - case FIELD_TYPES.ASCII: - case FIELD_TYPES.UNDEFINED: - values = new Uint8Array(count); - readMethod = dataSlice.readUint8; - break; - case FIELD_TYPES.SBYTE: - values = new Int8Array(count); - readMethod = dataSlice.readInt8; - break; - case FIELD_TYPES.SHORT: - values = new Uint16Array(count); - readMethod = dataSlice.readUint16; - break; - case FIELD_TYPES.SSHORT: - values = new Int16Array(count); - readMethod = dataSlice.readInt16; - break; - case FIELD_TYPES.LONG: - case FIELD_TYPES.IFD: - values = new Uint32Array(count); - readMethod = dataSlice.readUint32; - break; - case FIELD_TYPES.SLONG: - values = new Int32Array(count); - readMethod = dataSlice.readInt32; - break; - case FIELD_TYPES.LONG8: - case FIELD_TYPES.IFD8: - values = new Array(count); - readMethod = dataSlice.readUint64; - break; - case FIELD_TYPES.SLONG8: - values = new Array(count); - readMethod = dataSlice.readInt64; - break; - case FIELD_TYPES.RATIONAL: - values = new Uint32Array(count * 2); - readMethod = dataSlice.readUint32; - break; - case FIELD_TYPES.SRATIONAL: - values = new Int32Array(count * 2); - readMethod = dataSlice.readInt32; - break; - case FIELD_TYPES.FLOAT: - values = new Float32Array(count); - readMethod = dataSlice.readFloat32; - break; - case FIELD_TYPES.DOUBLE: - values = new Float64Array(count); - readMethod = dataSlice.readFloat64; - break; - default: - throw new RangeError(`Invalid field type: ${fieldType}`); - } - - // normal fields - if (!(fieldType === FIELD_TYPES.RATIONAL || fieldType === FIELD_TYPES.SRATIONAL)) { - for (let i = 0; i < count; ++i) { - values[i] = readMethod.call(dataSlice, offset + i * fieldTypeLength); - } - } else { - // RATIONAL or SRATIONAL - for (let i = 0; i < count; i += 2) { - values[i] = readMethod.call(dataSlice, offset + i * fieldTypeLength); - values[i + 1] = readMethod.call(dataSlice, offset + (i * fieldTypeLength + 4)); - } - } - - if (fieldType === FIELD_TYPES.ASCII) { - return new TextDecoder('utf-8').decode(values); - } - return values; -} - -/** - * Data class to store the parsed file directory, geo key directory and - * offset to the next IFD - */ -class ImageFileDirectory { - /** - * @param fileDirectory - * @param geoKeyDirectory - * @param nextIFDByteOffset - */ - constructor(fileDirectory, geoKeyDirectory, nextIFDByteOffset) { - this.fileDirectory = fileDirectory; - this.geoKeyDirectory = geoKeyDirectory; - this.nextIFDByteOffset = nextIFDByteOffset; - } -} - -/** - * Error class for cases when an IFD index was requested, that does not exist - * in the file. - */ -export class GeoTIFFImageIndexError extends Error { - /** - * @param index - */ - constructor(index) { - super(`No image at index ${index}`); - this.index = index; - } -} - -/** - * - */ -class GeoTIFFBase { - /** - * (experimental) Reads raster data from the best fitting image. This function uses - * the image with the lowest resolution that is still a higher resolution than the - * requested resolution. - * When specified, the `bbox` option is translated to the `window` option and the - * `resX` and `resY` to `width` and `height` respectively. - * Then, the [readRasters]{@link GeoTIFFImage#readRasters} method of the selected - * image is called and the result returned. - * @see GeoTIFFImage.readRasters - * @param [options] optional parameters - * @returns the decoded array(s), with `height` and `width`, as a promise - */ - async readRasters(options = {}) { - const { window: imageWindow, width, height } = options; - let { resX, resY, bbox } = options; - - const firstImage = await this.getImage(); - let usedImage = firstImage; - const imageCount = await this.getImageCount(); - const imgBBox = firstImage.getBoundingBox(); - - if (imageWindow && bbox) { - throw new Error('Both "bbox" and "window" passed.'); - } - - // if width/height is passed, transform it to resolution - if (width || height) { - // if we have an image window (pixel coordinates), transform it to a BBox - // using the origin/resolution of the first image. - if (imageWindow) { - const [oX, oY] = firstImage.getOrigin(); - const [rX, rY] = firstImage.getResolution(); - - bbox = [ - oX + imageWindow[0] * rX, - oY + imageWindow[1] * rY, - oX + imageWindow[2] * rX, - oY + imageWindow[3] * rY, - ]; - } - - // if we have a bbox (or calculated one) - - const usedBBox = bbox || imgBBox; - - if (width) { - if (resX) { - throw new Error('Both width and resX passed'); - } - resX = (usedBBox[2] - usedBBox[0]) / width; - } - if (height) { - if (resY) { - throw new Error('Both width and resY passed'); - } - resY = (usedBBox[3] - usedBBox[1]) / height; - } - } - - // if resolution is set or calculated, try to get the image with the worst acceptable resolution - if (resX || resY) { - const allImages = []; - for (let i = 0; i < imageCount; ++i) { - const image = await this.getImage(i); - const { SubfileType: subfileType, NewSubfileType: newSubfileType } = image.fileDirectory; - if (i === 0 || subfileType === 2 || newSubfileType & 1) { - allImages.push(image); - } - } - - allImages.sort((a, b) => a.getWidth() - b.getWidth()); - for (let i = 0; i < allImages.length; ++i) { - const image = allImages[i]; - const imgResX = (imgBBox[2] - imgBBox[0]) / image.getWidth(); - const imgResY = (imgBBox[3] - imgBBox[1]) / image.getHeight(); - - usedImage = image; - if ((resX && resX > imgResX) || (resY && resY > imgResY)) { - break; - } - } - } - - let wnd = imageWindow; - if (bbox) { - const [oX, oY] = firstImage.getOrigin(); - const [imageResX, imageResY] = usedImage.getResolution(firstImage); - - wnd = [ - Math.round((bbox[0] - oX) / imageResX), - Math.round((bbox[1] - oY) / imageResY), - Math.round((bbox[2] - oX) / imageResX), - Math.round((bbox[3] - oY) / imageResY), - ]; - wnd = [ - Math.min(wnd[0], wnd[2]), - Math.min(wnd[1], wnd[3]), - Math.max(wnd[0], wnd[2]), - Math.max(wnd[1], wnd[3]), - ]; - } - - return usedImage.readRasters({ ...options, window: wnd }); - } -} - -/** - * [cache=false] whether or not decoded tiles shall be cached. - */ - -/** - * The abstraction for a whole GeoTIFF file. - */ -class GeoTIFF extends GeoTIFFBase { - /** - * @param source The datasource to read from. - * @param littleEndian Whether the image uses little endian. - * @param bigTiff Whether the image uses bigTIFF conventions. - * @param firstIFDOffset The numeric byte-offset from the start of the image - * to the first IFD. - * @param [options] further options. - */ - constructor(source, littleEndian, bigTiff, firstIFDOffset, options = {}) { - super(); - this.source = source; - this.littleEndian = littleEndian; - this.bigTiff = bigTiff; - this.firstIFDOffset = firstIFDOffset; - this.cache = options.cache || false; - this.ifdRequests = []; - this.ghostValues = null; - } - - /** - * @param offset - * @param size - */ - async getSlice(offset, size) { - const fallbackSize = this.bigTiff ? 4048 : 1024; - return new DataSlice( - ( - await this.source.fetch([ - { - offset, - length: typeof size !== 'undefined' ? size : fallbackSize, - }, - ]) - )[0], - offset, - this.littleEndian, - this.bigTiff, - ); - } - - /** - * Instructs to parse an image file directory at the given file offset. - * As there is no way to ensure that a location is indeed the start of an IFD, - * this function must be called with caution (e.g only using the IFD offsets from - * the headers or other IFDs). - * @param offset the offset to parse the IFD at - * @returns the parsed IFD - */ - async parseFileDirectoryAt(offset) { - const entrySize = this.bigTiff ? 20 : 12; - const offsetSize = this.bigTiff ? 8 : 2; - - let dataSlice = await this.getSlice(offset); - const numDirEntries = this.bigTiff - ? dataSlice.readUint64(offset) - : dataSlice.readUint16(offset); - - // if the slice does not cover the whole IFD, request a bigger slice, where the - // whole IFD fits: num of entries + n x tag length + offset to next IFD - const byteSize = numDirEntries * entrySize + (this.bigTiff ? 16 : 6); - if (!dataSlice.covers(offset, byteSize)) { - dataSlice = await this.getSlice(offset, byteSize); - } - - const fileDirectory = {}; - - // loop over the IFD and create a file directory object - let i = offset + (this.bigTiff ? 8 : 2); - for (let entryCount = 0; entryCount < numDirEntries; i += entrySize, ++entryCount) { - const fieldTag = dataSlice.readUint16(i); - const fieldType = dataSlice.readUint16(i + 2); - const typeCount = this.bigTiff ? dataSlice.readUint64(i + 4) : dataSlice.readUint32(i + 4); - - let fieldValues; - let value; - const fieldTypeLength = getFieldTypeLength(fieldType); - const valueOffset = i + (this.bigTiff ? 12 : 8); - - // check whether the value is directly encoded in the tag or refers to a - // different external byte range - if (fieldTypeLength * typeCount <= (this.bigTiff ? 8 : 4)) { - fieldValues = getValues(dataSlice, fieldType, typeCount, valueOffset); - } else { - // resolve the reference to the actual byte range - const actualOffset = dataSlice.readOffset(valueOffset); - const length = getFieldTypeLength(fieldType) * typeCount; - - // check, whether we actually cover the referenced byte range; if not, - // request a new slice of bytes to read from it - if (dataSlice.covers(actualOffset, length)) { - fieldValues = getValues(dataSlice, fieldType, typeCount, actualOffset); - } else { - const fieldDataSlice = await this.getSlice(actualOffset, length); - fieldValues = getValues(fieldDataSlice, fieldType, typeCount, actualOffset); - } - } - - // unpack single values from the array - if ( - typeCount === 1 && - ARRAY_FIELDS.indexOf(fieldTag) === -1 && - !(fieldType === FIELD_TYPES.RATIONAL || fieldType === FIELD_TYPES.SRATIONAL) - ) { - value = fieldValues[0]; - } else { - value = fieldValues; - } - - // write the tags value to the file directly - fileDirectory[FIELD_TAG_NAMES[fieldTag]] = value; - } - const geoKeyDirectory = parseGeoKeyDirectory(fileDirectory); - const nextIFDByteOffset = dataSlice.readOffset(offset + offsetSize + entrySize * numDirEntries); - - return new ImageFileDirectory(fileDirectory, geoKeyDirectory, nextIFDByteOffset); - } - - /** - * @param index - */ - async requestIFD(index) { - // see if we already have that IFD index requested. - if (this.ifdRequests[index]) { - // attach to an already requested IFD - return this.ifdRequests[index]; - } else if (index === 0) { - // special case for index 0 - this.ifdRequests[index] = this.parseFileDirectoryAt(this.firstIFDOffset); - return this.ifdRequests[index]; - } else if (!this.ifdRequests[index - 1]) { - // if the previous IFD was not yet loaded, load that one first - // this is the recursive call. - try { - this.ifdRequests[index - 1] = this.requestIFD(index - 1); - } catch (e) { - // if the previous one already was an index error, rethrow - // with the current index - if (e instanceof GeoTIFFImageIndexError) { - throw new GeoTIFFImageIndexError(index); - } - // rethrow anything else - throw e; - } - } - // if the previous IFD was loaded, we can finally fetch the one we are interested in. - // we need to wrap this in an IIFE, otherwise this.ifdRequests[index] would be delayed - this.ifdRequests[index] = (async () => { - const previousIfd = await this.ifdRequests[index - 1]; - if (previousIfd.nextIFDByteOffset === 0) { - throw new GeoTIFFImageIndexError(index); - } - return this.parseFileDirectoryAt(previousIfd.nextIFDByteOffset); - })(); - return this.ifdRequests[index]; - } - - /** - * Get the n-th internal subfile of an image. By default, the first is returned. - * @param [index] the index of the image to return. - * @returns the image at the given index - */ - async getImage(index = 0): Promise { - const ifd = await this.requestIFD(index); - return new GeoTIFFImage( - ifd.fileDirectory, - ifd.geoKeyDirectory, - this.dataView, - this.littleEndian, - this.cache, - this.source, - ); - } - - /** - * Returns the count of the internal subfiles. - * @returns the number of internal subfile images - */ - async getImageCount() { - let index = 0; - // loop until we run out of IFDs - let hasNext = true; - while (hasNext) { - try { - await this.requestIFD(index); - ++index; - } catch (e) { - if (e instanceof GeoTIFFImageIndexError) { - hasNext = false; - } else { - throw e; - } - } - } - return index; - } - - /** - * Get the values of the COG ghost area as a parsed map. - * See https://gdal.org/drivers/raster/cog.html#header-ghost-area for reference - * @returns the parsed ghost area or null, if no such area was found - */ - async getGhostValues() { - const offset = this.bigTiff ? 16 : 8; - if (this.ghostValues) { - return this.ghostValues; - } - const detectionString = 'GDAL_STRUCTURAL_METADATA_SIZE='; - const heuristicAreaSize = detectionString.length + 100; - let slice = await this.getSlice(offset, heuristicAreaSize); - if (detectionString === getValues(slice, FIELD_TYPES.ASCII, detectionString.length, offset)) { - const valuesString = getValues(slice, FIELD_TYPES.ASCII, heuristicAreaSize, offset); - const firstLine = valuesString.split('\n')[0]; - const metadataSize = Number(firstLine.split('=')[1].split(' ')[0]) + firstLine.length; - if (metadataSize > heuristicAreaSize) { - slice = await this.getSlice(offset, metadataSize); - } - const fullString = getValues(slice, FIELD_TYPES.ASCII, metadataSize, offset); - this.ghostValues = {}; - fullString - .split('\n') - .filter((line) => line.length > 0) - .map((line) => line.split('=')) - .forEach(([key, value]) => { - this.ghostValues[key] = value; - }); - } - return this.ghostValues; - } - - /** - * Parse a (Geo)TIFF file from the given source. - * @param source The source of data to parse from. - * @param [options] Additional options. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - */ - static async fromSource(source, options, signal) { - const headerData = (await source.fetch([{ offset: 0, length: 1024 }], signal))[0]; - const dataView = new DataView(headerData); - - const BOM = dataView.getUint16(0, false); - let littleEndian; - if (BOM === 0x4949) { - littleEndian = true; - } else if (BOM === 0x4d4d) { - littleEndian = false; - } else { - throw new TypeError('Invalid byte order value.'); - } - - const magicNumber = dataView.getUint16(2, littleEndian); - let bigTiff; - if (magicNumber === 42) { - bigTiff = false; - } else if (magicNumber === 43) { - bigTiff = true; - const offsetByteSize = dataView.getUint16(4, littleEndian); - if (offsetByteSize !== 8) { - throw new Error('Unsupported offset byte-size.'); - } - } else { - throw new TypeError('Invalid magic number.'); - } - - const firstIFDOffset = bigTiff - ? dataView.getUint64(8, littleEndian) - : dataView.getUint32(4, littleEndian); - return new GeoTIFF(source, littleEndian, bigTiff, firstIFDOffset, options); - } - - /** - * Closes the underlying file buffer - * N.B. After the GeoTIFF has been completely processed it needs - * to be closed but only if it has been constructed from a file. - */ - close() { - if (typeof this.source.close === 'function') { - return this.source.close(); - } - return false; - } -} - -/** - * Wrapper for GeoTIFF files that have external overviews. - */ -export class MultiGeoTIFF extends GeoTIFFBase { - /** - * Construct a new MultiGeoTIFF from a main and several overview files. - * @param mainFile The main GeoTIFF file. - * @param overviewFiles An array of overview files. - */ - constructor(mainFile, overviewFiles) { - super(); - this.mainFile = mainFile; - this.overviewFiles = overviewFiles; - this.imageFiles = [mainFile].concat(overviewFiles); - - this.fileDirectoriesPerFile = null; - this.fileDirectoriesPerFileParsing = null; - this.imageCount = null; - } - - /** - * - */ - async parseFileDirectoriesPerFile() { - const requests = [this.mainFile.parseFileDirectoryAt(this.mainFile.firstIFDOffset)].concat( - this.overviewFiles.map((file) => file.parseFileDirectoryAt(file.firstIFDOffset)), - ); - - this.fileDirectoriesPerFile = await Promise.all(requests); - return this.fileDirectoriesPerFile; - } - - /** - * Get the n-th internal subfile of an image. By default, the first is returned. - * @param [index] the index of the image to return. - * @returns the image at the given index - */ - async getImage(index = 0) { - await this.getImageCount(); - await this.parseFileDirectoriesPerFile(); - let visited = 0; - let relativeIndex = 0; - for (let i = 0; i < this.imageFiles.length; i++) { - const imageFile = this.imageFiles[i]; - for (let ii = 0; ii < this.imageCounts[i]; ii++) { - if (index === visited) { - const ifd = await imageFile.requestIFD(relativeIndex); - return new GeoTIFFImage( - ifd.fileDirectory, - ifd.geoKeyDirectory, - imageFile.dataView, - imageFile.littleEndian, - imageFile.cache, - imageFile.source, - ); - } - visited++; - relativeIndex++; - } - relativeIndex = 0; - } - - throw new RangeError('Invalid image index'); - } - - /** - * Returns the count of the internal subfiles. - * @returns the number of internal subfile images - */ - async getImageCount() { - if (this.imageCount !== null) { - return this.imageCount; - } - const requests = [this.mainFile.getImageCount()].concat( - this.overviewFiles.map((file) => file.getImageCount()), - ); - this.imageCounts = await Promise.all(requests); - this.imageCount = this.imageCounts.reduce((count, ifds) => count + ifds, 0); - return this.imageCount; - } -} - -/** - * Creates a new GeoTIFF from a remote URL. - * @param url The URL to access the image from - * @param [options] Additional options to pass to the source. - * See {@link makeRemoteSource} for details. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns The resulting GeoTIFF file. - */ -export async function fromUrl(url, options = {}, signal) { - return GeoTIFF.fromSource(makeRemoteSource(url, options), signal); -} - -/** - * Creates a new GeoTIFF from a custom {@link BaseClient}. - * @param client The client. - * @param [options] Additional options to pass to the source. - * See {@link makeRemoteSource} for details. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns The resulting GeoTIFF file. - */ -export async function fromCustomClient(client, options = {}, signal) { - return GeoTIFF.fromSource(makeCustomSource(client, options), signal); -} - -/** - * Construct a new GeoTIFF from an - * [ArrayBuffer]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer}. - * @param arrayBuffer The data to read the file from. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns The resulting GeoTIFF file. - */ -export async function fromArrayBuffer(arrayBuffer, signal) { - return GeoTIFF.fromSource(makeBufferSource(arrayBuffer), signal); -} - -/** - * Construct a GeoTIFF from a local file path. This uses the node - * [filesystem API]{@link https://nodejs.org/api/fs.html} and is - * not available on browsers. - * - * N.B. After the GeoTIFF has been completely processed it needs - * to be closed but only if it has been constructed from a file. - * @param path The file path to read from. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns The resulting GeoTIFF file. - */ -export async function fromFile(path, signal) { - return GeoTIFF.fromSource(makeFileSource(path), signal); -} - -/** - * Construct a GeoTIFF from an HTML - * [Blob]{@link https://developer.mozilla.org/en-US/docs/Web/API/Blob} or - * [File]{@link https://developer.mozilla.org/en-US/docs/Web/API/File} - * object. - * @param blob The Blob or File object to read from. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns The resulting GeoTIFF file. - */ -export async function fromBlob(blob, signal) { - return GeoTIFF.fromSource(makeFileReaderSource(blob), signal); -} - -/** - * Construct a MultiGeoTIFF from the given URLs. - * @param mainUrl The URL for the main file. - * @param overviewUrls An array of URLs for the overview images. - * @param [options] Additional options to pass to the source. - * See [makeRemoteSource]{@link module:source.makeRemoteSource} - * for details. - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns The resulting MultiGeoTIFF file. - */ -export async function fromUrls(mainUrl, overviewUrls = [], options = {}, signal) { - const mainFile = await GeoTIFF.fromSource(makeRemoteSource(mainUrl, options), signal); - const overviewFiles = await Promise.all( - overviewUrls.map((url) => GeoTIFF.fromSource(makeRemoteSource(url, options))), - ); - - return new MultiGeoTIFF(mainFile, overviewFiles); -} diff --git a/src/readers/geotiff/geotiffimage.ts b/src/readers/geotiff/geotiffimage.ts deleted file mode 100644 index dacae0ed..00000000 --- a/src/readers/geotiff/geotiffimage.ts +++ /dev/null @@ -1,1039 +0,0 @@ -// import { getFloat16 } from '@petamoriken/float16'; -import { findTagsByName, getAttribute } from 's2-tools/readers/xml'; - -import { getDecoder } from './compression/index'; -import { ExtraSamplesValues, PHOTOMETRIC_INTERPRETATIONS } from './globals'; -import { - fromBlackIsZero, - fromCIELab, - fromCMYK, - fromPalette, - fromWhiteIsZero, - fromYCbCr, -} from './raster/color'; -import { resample, resampleInterleaved } from './resample'; - -/** - * [window=whole window] the subset to read data from in pixels. - * [bbox=whole image] the subset to read data from in - * geographical coordinates. - * [samples=all samples] the selection of samples to read from. Default is all samples. - * [interleave=false] whether the data shall be read - * in one single array or separate - * arrays. - * [pool=null] The optional decoder pool to use. - * [width] The desired width of the output. When the width is not the - * same as the images, resampling will be performed. - * [height] The desired height of the output. When the width is not the - * same as the images, resampling will be performed. - * [resampleMethod='nearest'] The desired resampling method. - * [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * [fillValue] The value to use for parts of the image - * outside of the images extent. When multiple - * samples are requested, an array of fill values - * can be passed. - */ - -/** - * @param array - * @param start - * @param end - */ -function sum(array: number[], start: number, end: number) { - let s = 0; - for (let i = start; i < end; ++i) s += array[i]; - return s; -} - -/** - * @param format - * @param bitsPerSample - * @param size - */ -function arrayForType(format, bitsPerSample, size) { - switch (format) { - case 1: // unsigned integer data - if (bitsPerSample <= 8) { - return new Uint8Array(size); - } else if (bitsPerSample <= 16) { - return new Uint16Array(size); - } else if (bitsPerSample <= 32) { - return new Uint32Array(size); - } - break; - case 2: // twos complement signed integer data - if (bitsPerSample === 8) { - return new Int8Array(size); - } else if (bitsPerSample === 16) { - return new Int16Array(size); - } else if (bitsPerSample === 32) { - return new Int32Array(size); - } - break; - case 3: // floating point data - switch (bitsPerSample) { - case 16: - case 32: - return new Float32Array(size); - case 64: - return new Float64Array(size); - default: - break; - } - break; - default: - break; - } - throw Error('Unsupported data format/bitsPerSample'); -} - -/** - * @param format - * @param bitsPerSample - */ -function needsNormalization(format, bitsPerSample) { - if ((format === 1 || format === 2) && bitsPerSample <= 32 && bitsPerSample % 8 === 0) { - return false; - } else if ( - format === 3 && - (bitsPerSample === 16 || bitsPerSample === 32 || bitsPerSample === 64) - ) { - return false; - } - return true; -} - -/** - * @param inBuffer - * @param format - * @param planarConfiguration - * @param samplesPerPixel - * @param bitsPerSample - * @param tileWidth - * @param tileHeight - */ -function normalizeArray( - inBuffer, - format, - planarConfiguration, - samplesPerPixel, - bitsPerSample, - tileWidth, - tileHeight, -) { - // const inByteArray = new Uint8Array(inBuffer); - const view = new DataView(inBuffer); - const outSize = - planarConfiguration === 2 ? tileHeight * tileWidth : tileHeight * tileWidth * samplesPerPixel; - const samplesToTransfer = planarConfiguration === 2 ? 1 : samplesPerPixel; - const outArray = arrayForType(format, bitsPerSample, outSize); - // let pixel = 0; - - const bitMask = parseInt('1'.repeat(bitsPerSample), 2); - - if (format === 1) { - // unsigned integer - // translation of https://github.com/OSGeo/gdal/blob/master/gdal/frmts/gtiff/geotiff.cpp#L7337 - let pixelBitSkip; - // let sampleBitOffset = 0; - if (planarConfiguration === 1) { - pixelBitSkip = samplesPerPixel * bitsPerSample; - // sampleBitOffset = (samplesPerPixel - 1) * bitsPerSample; - } else { - pixelBitSkip = bitsPerSample; - } - - // Bits per line rounds up to next byte boundary. - let bitsPerLine = tileWidth * pixelBitSkip; - if ((bitsPerLine & 7) !== 0) { - bitsPerLine = (bitsPerLine + 7) & ~7; - } - - for (let y = 0; y < tileHeight; ++y) { - const lineBitOffset = y * bitsPerLine; - for (let x = 0; x < tileWidth; ++x) { - const pixelBitOffset = lineBitOffset + x * samplesToTransfer * bitsPerSample; - for (let i = 0; i < samplesToTransfer; ++i) { - const bitOffset = pixelBitOffset + i * bitsPerSample; - const outIndex = (y * tileWidth + x) * samplesToTransfer + i; - - const byteOffset = Math.floor(bitOffset / 8); - const innerBitOffset = bitOffset % 8; - if (innerBitOffset + bitsPerSample <= 8) { - outArray[outIndex] = - (view.getUint8(byteOffset) >> (8 - bitsPerSample - innerBitOffset)) & bitMask; - } else if (innerBitOffset + bitsPerSample <= 16) { - outArray[outIndex] = - (view.getUint16(byteOffset) >> (16 - bitsPerSample - innerBitOffset)) & bitMask; - } else if (innerBitOffset + bitsPerSample <= 24) { - const raw = (view.getUint16(byteOffset) << 8) | view.getUint8(byteOffset + 2); - outArray[outIndex] = (raw >> (24 - bitsPerSample - innerBitOffset)) & bitMask; - } else { - outArray[outIndex] = - (view.getUint32(byteOffset) >> (32 - bitsPerSample - innerBitOffset)) & bitMask; - } - - // let outWord = 0; - // for (let bit = 0; bit < bitsPerSample; ++bit) { - // if (inByteArray[bitOffset >> 3] - // & (0x80 >> (bitOffset & 7))) { - // outWord |= (1 << (bitsPerSample - 1 - bit)); - // } - // ++bitOffset; - // } - - // outArray[outIndex] = outWord; - // outArray[pixel] = outWord; - // pixel += 1; - } - // bitOffset = bitOffset + pixelBitSkip - bitsPerSample; - } - } - } else if (format === 3) { - // floating point - // Float16 is handled elsewhere - // normalize 16/24 bit floats to 32 bit floats in the array - // console.time(); - // if (bitsPerSample === 16) { - // for (let byte = 0, outIndex = 0; byte < inBuffer.byteLength; byte += 2, ++outIndex) { - // outArray[outIndex] = getFloat16(view, byte); - // } - // } - // console.timeEnd() - } - - return outArray.buffer; -} - -/** - * GeoTIFF sub-file image. - */ -export default class GeoTIFFImage { - /** - * @param fileDirectory The parsed file directory - * @param geoKeys The parsed geo-keys - * @param dataView The DataView for the underlying file. - * @param littleEndian Whether the file is encoded in little or big endian - * @param cache Whether or not decoded tiles shall be cached - * @param source The datasource to read from - */ - constructor(fileDirectory, geoKeys, dataView, littleEndian, cache, source) { - this.fileDirectory = fileDirectory; - this.geoKeys = geoKeys; - this.dataView = dataView; - this.littleEndian = littleEndian; - this.tiles = cache ? {} : null; - this.isTiled = !fileDirectory.StripOffsets; - const planarConfiguration = fileDirectory.PlanarConfiguration; - this.planarConfiguration = typeof planarConfiguration === 'undefined' ? 1 : planarConfiguration; - if (this.planarConfiguration !== 1 && this.planarConfiguration !== 2) { - throw new Error('Invalid planar configuration.'); - } - - this.source = source; - } - - /** - * Returns the associated parsed file directory. - * @returns the parsed file directory - */ - getFileDirectory() { - return this.fileDirectory; - } - - /** - * Returns the associated parsed geo keys. - * @returns the parsed geo keys - */ - getGeoKeys() { - return this.geoKeys; - } - - /** - * Returns the width of the image. - * @returns the width of the image - */ - getWidth() { - return this.fileDirectory.ImageWidth; - } - - /** - * Returns the height of the image. - * @returns the height of the image - */ - getHeight() { - return this.fileDirectory.ImageLength; - } - - /** - * Returns the number of samples per pixel. - * @returns the number of samples per pixel - */ - getSamplesPerPixel() { - return typeof this.fileDirectory.SamplesPerPixel !== 'undefined' - ? this.fileDirectory.SamplesPerPixel - : 1; - } - - /** - * Returns the width of each tile. - * @returns the width of each tile - */ - getTileWidth() { - return this.isTiled ? this.fileDirectory.TileWidth : this.getWidth(); - } - - /** - * Returns the height of each tile. - * @returns the height of each tile - */ - getTileHeight() { - if (this.isTiled) { - return this.fileDirectory.TileLength; - } - if (typeof this.fileDirectory.RowsPerStrip !== 'undefined') { - return Math.min(this.fileDirectory.RowsPerStrip, this.getHeight()); - } - return this.getHeight(); - } - - /** - * - */ - getBlockWidth() { - return this.getTileWidth(); - } - - /** - * @param y - */ - getBlockHeight(y) { - if (this.isTiled || (y + 1) * this.getTileHeight() <= this.getHeight()) { - return this.getTileHeight(); - } else { - return this.getHeight() - y * this.getTileHeight(); - } - } - - /** - * Calculates the number of bytes for each pixel across all samples. Only full - * bytes are supported, an exception is thrown when this is not the case. - * @returns the bytes per pixel - */ - getBytesPerPixel() { - let bytes = 0; - for (let i = 0; i < this.fileDirectory.BitsPerSample.length; ++i) { - bytes += this.getSampleByteSize(i); - } - return bytes; - } - - /** - * @param i - */ - getSampleByteSize(i) { - if (i >= this.fileDirectory.BitsPerSample.length) { - throw new RangeError(`Sample index ${i} is out of range.`); - } - return Math.ceil(this.fileDirectory.BitsPerSample[i] / 8); - } - - /** - * @param sampleIndex - */ - getReaderForSample(sampleIndex) { - const format = this.fileDirectory.SampleFormat - ? this.fileDirectory.SampleFormat[sampleIndex] - : 1; - const bitsPerSample = this.fileDirectory.BitsPerSample[sampleIndex]; - switch (format) { - case 1: // unsigned integer data - if (bitsPerSample <= 8) { - return DataView.prototype.getUint8; - } else if (bitsPerSample <= 16) { - return DataView.prototype.getUint16; - } else if (bitsPerSample <= 32) { - return DataView.prototype.getUint32; - } - break; - case 2: // twos complement signed integer data - if (bitsPerSample <= 8) { - return DataView.prototype.getInt8; - } else if (bitsPerSample <= 16) { - return DataView.prototype.getInt16; - } else if (bitsPerSample <= 32) { - return DataView.prototype.getInt32; - } - break; - case 3: - switch (bitsPerSample) { - case 16: - return function (offset, littleEndian) { - // TODO: Dataview has this function (or polyfilled) - return getFloat16(this, offset, littleEndian); - }; - case 32: - return DataView.prototype.getFloat32; - case 64: - return DataView.prototype.getFloat64; - default: - break; - } - break; - default: - break; - } - throw Error('Unsupported data format/bitsPerSample'); - } - - /** - * @param sampleIndex - */ - getSampleFormat(sampleIndex = 0) { - return this.fileDirectory.SampleFormat ? this.fileDirectory.SampleFormat[sampleIndex] : 1; - } - - /** - * @param sampleIndex - */ - getBitsPerSample(sampleIndex = 0) { - return this.fileDirectory.BitsPerSample[sampleIndex]; - } - - /** - * @param sampleIndex - * @param size - */ - getArrayForSample(sampleIndex, size) { - const format = this.getSampleFormat(sampleIndex); - const bitsPerSample = this.getBitsPerSample(sampleIndex); - return arrayForType(format, bitsPerSample, size); - } - - /** - * Returns the decoded strip or tile. - * @param x the strip or tile x-offset - * @param y the tile y-offset (0 for stripped images) - * @param sample the sample to get for separated samples - * @param poolOrDecoder the decoder or decoder pool - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns - */ - async getTileOrStrip(x, y, sample, poolOrDecoder, signal) { - const numTilesPerRow = Math.ceil(this.getWidth() / this.getTileWidth()); - const numTilesPerCol = Math.ceil(this.getHeight() / this.getTileHeight()); - let index; - const { tiles } = this; - if (this.planarConfiguration === 1) { - index = y * numTilesPerRow + x; - } else if (this.planarConfiguration === 2) { - index = sample * numTilesPerRow * numTilesPerCol + y * numTilesPerRow + x; - } - - let offset; - let byteCount; - if (this.isTiled) { - offset = this.fileDirectory.TileOffsets[index]; - byteCount = this.fileDirectory.TileByteCounts[index]; - } else { - offset = this.fileDirectory.StripOffsets[index]; - byteCount = this.fileDirectory.StripByteCounts[index]; - } - const slice = (await this.source.fetch([{ offset, length: byteCount }], signal))[0]; - - let request; - if (tiles === null || !tiles[index]) { - // resolve each request by potentially applying array normalization - request = (async () => { - let data = await poolOrDecoder.decode(this.fileDirectory, slice); - const sampleFormat = this.getSampleFormat(); - const bitsPerSample = this.getBitsPerSample(); - if (needsNormalization(sampleFormat, bitsPerSample)) { - data = normalizeArray( - data, - sampleFormat, - this.planarConfiguration, - this.getSamplesPerPixel(), - bitsPerSample, - this.getTileWidth(), - this.getBlockHeight(y), - ); - } - return data; - })(); - - // set the cache - if (tiles !== null) { - tiles[index] = request; - } - } else { - // get from the cache - request = tiles[index]; - } - - // cache the tile request - return { x, y, sample, data: await request }; - } - - /** - * Internal read function. - * @param imageWindow The image window in pixel coordinates - * @param samples The selected samples (0-based indices) - * @param valueArrays The array(s) to write into - * @param interleave Whether or not to write in an interleaved manner - * @param poolOrDecoder the decoder or decoder pool - * @param width the width of window to be read into - * @param height the height of window to be read into - * @param resampleMethod the resampling method to be used when interpolating - * @param [signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns - */ - async _readRaster( - imageWindow, - samples, - valueArrays, - interleave, - poolOrDecoder, - width, - height, - resampleMethod, - signal, - ) { - const tileWidth = this.getTileWidth(); - const tileHeight = this.getTileHeight(); - const imageWidth = this.getWidth(); - const imageHeight = this.getHeight(); - - const minXTile = Math.max(Math.floor(imageWindow[0] / tileWidth), 0); - const maxXTile = Math.min( - Math.ceil(imageWindow[2] / tileWidth), - Math.ceil(imageWidth / tileWidth), - ); - const minYTile = Math.max(Math.floor(imageWindow[1] / tileHeight), 0); - const maxYTile = Math.min( - Math.ceil(imageWindow[3] / tileHeight), - Math.ceil(imageHeight / tileHeight), - ); - const windowWidth = imageWindow[2] - imageWindow[0]; - - let bytesPerPixel = this.getBytesPerPixel(); - - const srcSampleOffsets = []; - const sampleReaders = []; - for (let i = 0; i < samples.length; ++i) { - if (this.planarConfiguration === 1) { - srcSampleOffsets.push(sum(this.fileDirectory.BitsPerSample, 0, samples[i]) / 8); - } else { - srcSampleOffsets.push(0); - } - sampleReaders.push(this.getReaderForSample(samples[i])); - } - - const promises = []; - const { littleEndian } = this; - - for (let yTile = minYTile; yTile < maxYTile; ++yTile) { - for (let xTile = minXTile; xTile < maxXTile; ++xTile) { - let getPromise; - if (this.planarConfiguration === 1) { - getPromise = this.getTileOrStrip(xTile, yTile, 0, poolOrDecoder, signal); - } - for (let sampleIndex = 0; sampleIndex < samples.length; ++sampleIndex) { - const si = sampleIndex; - const sample = samples[sampleIndex]; - if (this.planarConfiguration === 2) { - bytesPerPixel = this.getSampleByteSize(sample); - getPromise = this.getTileOrStrip(xTile, yTile, sample, poolOrDecoder, signal); - } - const promise = getPromise.then((tile) => { - const buffer = tile.data; - const dataView = new DataView(buffer); - const blockHeight = this.getBlockHeight(tile.y); - const firstLine = tile.y * tileHeight; - const firstCol = tile.x * tileWidth; - const lastLine = firstLine + blockHeight; - const lastCol = (tile.x + 1) * tileWidth; - const reader = sampleReaders[si]; - - const ymax = Math.min( - blockHeight, - blockHeight - (lastLine - imageWindow[3]), - imageHeight - firstLine, - ); - const xmax = Math.min( - tileWidth, - tileWidth - (lastCol - imageWindow[2]), - imageWidth - firstCol, - ); - - for (let y = Math.max(0, imageWindow[1] - firstLine); y < ymax; ++y) { - for (let x = Math.max(0, imageWindow[0] - firstCol); x < xmax; ++x) { - const pixelOffset = (y * tileWidth + x) * bytesPerPixel; - const value = reader.call( - dataView, - pixelOffset + srcSampleOffsets[si], - littleEndian, - ); - let windowCoordinate; - if (interleave) { - windowCoordinate = - (y + firstLine - imageWindow[1]) * windowWidth * samples.length + - (x + firstCol - imageWindow[0]) * samples.length + - si; - valueArrays[windowCoordinate] = value; - } else { - windowCoordinate = - (y + firstLine - imageWindow[1]) * windowWidth + x + firstCol - imageWindow[0]; - valueArrays[si][windowCoordinate] = value; - } - } - } - }); - promises.push(promise); - } - } - } - await Promise.all(promises); - - if ( - (width && imageWindow[2] - imageWindow[0] !== width) || - (height && imageWindow[3] - imageWindow[1] !== height) - ) { - let resampled; - if (interleave) { - resampled = resampleInterleaved( - valueArrays, - imageWindow[2] - imageWindow[0], - imageWindow[3] - imageWindow[1], - width, - height, - samples.length, - resampleMethod, - ); - } else { - resampled = resample( - valueArrays, - imageWindow[2] - imageWindow[0], - imageWindow[3] - imageWindow[1], - width, - height, - resampleMethod, - ); - } - resampled.width = width; - resampled.height = height; - return resampled; - } - - valueArrays.width = width || imageWindow[2] - imageWindow[0]; - valueArrays.height = height || imageWindow[3] - imageWindow[1]; - - return valueArrays; - } - - /** - * Reads raster data from the image. This function reads all selected samples - * into separate arrays of the correct type for that sample or into a single - * combined array when `interleave` is set. When provided, only a subset - * of the raster is read for each sample. - * @param [options] optional parameters - * @param options.window - * @param options.samples - * @param options.interleave - * @param options.pool - * @param options.width - * @param options.height - * @param options.resampleMethod - * @param options.fillValue - * @param options.signal - * @returns the decoded arrays as a promise - */ - async readRasters({ - window: wnd, - samples = [], - interleave, - pool = null, - width, - height, - resampleMethod, - fillValue, - signal, - } = {}) { - const imageWindow = wnd || [0, 0, this.getWidth(), this.getHeight()]; - - // check parameters - if (imageWindow[0] > imageWindow[2] || imageWindow[1] > imageWindow[3]) { - throw new Error('Invalid subsets'); - } - - const imageWindowWidth = imageWindow[2] - imageWindow[0]; - const imageWindowHeight = imageWindow[3] - imageWindow[1]; - const numPixels = imageWindowWidth * imageWindowHeight; - const samplesPerPixel = this.getSamplesPerPixel(); - - if (!samples || !samples.length) { - for (let i = 0; i < samplesPerPixel; ++i) { - samples.push(i); - } - } else { - for (let i = 0; i < samples.length; ++i) { - if (samples[i] >= samplesPerPixel) { - return Promise.reject(new RangeError(`Invalid sample index '${samples[i]}'.`)); - } - } - } - let valueArrays; - if (interleave) { - const format = this.fileDirectory.SampleFormat - ? Math.max.apply(null, this.fileDirectory.SampleFormat) - : 1; - const bitsPerSample = Math.max.apply(null, this.fileDirectory.BitsPerSample); - valueArrays = arrayForType(format, bitsPerSample, numPixels * samples.length); - if (fillValue) { - valueArrays.fill(fillValue); - } - } else { - valueArrays = []; - for (let i = 0; i < samples.length; ++i) { - const valueArray = this.getArrayForSample(samples[i], numPixels); - if (Array.isArray(fillValue) && i < fillValue.length) { - valueArray.fill(fillValue[i]); - } else if (fillValue && !Array.isArray(fillValue)) { - valueArray.fill(fillValue); - } - valueArrays.push(valueArray); - } - } - - const poolOrDecoder = pool || (await getDecoder(this.fileDirectory)); - - const result = await this._readRaster( - imageWindow, - samples, - valueArrays, - interleave, - poolOrDecoder, - width, - height, - resampleMethod, - signal, - ); - return result; - } - - /** - * Reads raster data from the image as RGB. The result is always an - * interleaved typed array. - * Colorspaces other than RGB will be transformed to RGB, color maps expanded. - * When no other method is applicable, the first sample is used to produce a - * grayscale image. - * When provided, only a subset of the raster is read for each sample. - * @param [options] optional parameters - * @param [options.window] the subset to read data from in pixels. - * @param [options.interleave] whether the data shall be read - * in one single array or separate - * arrays. - * @param [options.pool] The optional decoder pool to use. - * @param [options.width] The desired width of the output. When the width is no the - * same as the images, resampling will be performed. - * @param [options.height] The desired height of the output. When the width is no the - * same as the images, resampling will be performed. - * @param [options.resampleMethod] The desired resampling method. - * @param [options.enableAlpha] Enable reading alpha channel if present. - * @param [options.signal] An AbortSignal that may be signalled if the request is - * to be aborted - * @returns the RGB array as a Promise - */ - async readRGB({ - window, - interleave = true, - pool = null, - width, - height, - resampleMethod, - enableAlpha = false, - signal, - } = {}) { - const imageWindow = window || [0, 0, this.getWidth(), this.getHeight()]; - - // check parameters - if (imageWindow[0] > imageWindow[2] || imageWindow[1] > imageWindow[3]) { - throw new Error('Invalid subsets'); - } - - const pi = this.fileDirectory.PhotometricInterpretation; - - if (pi === PHOTOMETRIC_INTERPRETATIONS.RGB) { - let s = [0, 1, 2]; - if (!(this.fileDirectory.ExtraSamples === ExtraSamplesValues.Unspecified) && enableAlpha) { - s = []; - for (let i = 0; i < this.fileDirectory.BitsPerSample.length; i += 1) { - s.push(i); - } - } - return this.readRasters({ - window, - interleave, - samples: s, - pool, - width, - height, - resampleMethod, - signal, - }); - } - - let samples; - switch (pi) { - case PHOTOMETRIC_INTERPRETATIONS.WhiteIsZero: - case PHOTOMETRIC_INTERPRETATIONS.BlackIsZero: - case PHOTOMETRIC_INTERPRETATIONS.Palette: - samples = [0]; - break; - case PHOTOMETRIC_INTERPRETATIONS.CMYK: - samples = [0, 1, 2, 3]; - break; - case PHOTOMETRIC_INTERPRETATIONS.YCbCr: - case PHOTOMETRIC_INTERPRETATIONS.CIELab: - samples = [0, 1, 2]; - break; - default: - throw new Error('Invalid or unsupported photometric interpretation.'); - } - - const subOptions = { - window: imageWindow, - interleave: true, - samples, - pool, - width, - height, - resampleMethod, - signal, - }; - const { fileDirectory } = this; - const raster = await this.readRasters(subOptions); - - const max = 2 ** this.fileDirectory.BitsPerSample[0]; - let data; - switch (pi) { - case PHOTOMETRIC_INTERPRETATIONS.WhiteIsZero: - data = fromWhiteIsZero(raster, max); - break; - case PHOTOMETRIC_INTERPRETATIONS.BlackIsZero: - data = fromBlackIsZero(raster, max); - break; - case PHOTOMETRIC_INTERPRETATIONS.Palette: - data = fromPalette(raster, fileDirectory.ColorMap); - break; - case PHOTOMETRIC_INTERPRETATIONS.CMYK: - data = fromCMYK(raster); - break; - case PHOTOMETRIC_INTERPRETATIONS.YCbCr: - data = fromYCbCr(raster); - break; - case PHOTOMETRIC_INTERPRETATIONS.CIELab: - data = fromCIELab(raster); - break; - default: - throw new Error('Unsupported photometric interpretation.'); - } - - // if non-interleaved data is requested, we must split the channels - // into their respective arrays - if (!interleave) { - const red = new Uint8Array(data.length / 3); - const green = new Uint8Array(data.length / 3); - const blue = new Uint8Array(data.length / 3); - for (let i = 0, j = 0; i < data.length; i += 3, ++j) { - red[j] = data[i]; - green[j] = data[i + 1]; - blue[j] = data[i + 2]; - } - data = [red, green, blue]; - } - - data.width = raster.width; - data.height = raster.height; - return data; - } - - /** - * Returns an array of tiepoints. - * @returns - */ - getTiePoints() { - if (!this.fileDirectory.ModelTiepoint) { - return []; - } - - const tiePoints = []; - for (let i = 0; i < this.fileDirectory.ModelTiepoint.length; i += 6) { - tiePoints.push({ - i: this.fileDirectory.ModelTiepoint[i], - j: this.fileDirectory.ModelTiepoint[i + 1], - k: this.fileDirectory.ModelTiepoint[i + 2], - x: this.fileDirectory.ModelTiepoint[i + 3], - y: this.fileDirectory.ModelTiepoint[i + 4], - z: this.fileDirectory.ModelTiepoint[i + 5], - }); - } - return tiePoints; - } - - /** - * Returns the parsed GDAL metadata items. - * - * If sample is passed to null, dataset-level metadata will be returned. - * Otherwise only metadata specific to the provided sample will be returned. - * @param [sample] The sample index. - * @returns - */ - getGDALMetadata(sample = null) { - const metadata = {}; - if (!this.fileDirectory.GDAL_METADATA) { - return null; - } - const string = this.fileDirectory.GDAL_METADATA; - - let items = findTagsByName(string, 'Item'); - - if (sample === null) { - items = items.filter((item) => getAttribute(item, 'sample') === undefined); - } else { - items = items.filter((item) => Number(getAttribute(item, 'sample')) === sample); - } - - for (let i = 0; i < items.length; ++i) { - const item = items[i]; - metadata[getAttribute(item, 'name')] = item.inner; - } - return metadata; - } - - /** - * Returns the GDAL nodata value - * @returns - */ - getGDALNoData() { - if (!this.fileDirectory.GDAL_NODATA) { - return null; - } - const string = this.fileDirectory.GDAL_NODATA; - return Number(string.substring(0, string.length - 1)); - } - - /** - * Returns the image origin as a XYZ-vector. When the image has no affine - * transformation, then an exception is thrown. - * @returns The origin as a vector - */ - getOrigin() { - const tiePoints = this.fileDirectory.ModelTiepoint; - const modelTransformation = this.fileDirectory.ModelTransformation; - if (tiePoints && tiePoints.length === 6) { - return [tiePoints[3], tiePoints[4], tiePoints[5]]; - } - if (modelTransformation) { - return [modelTransformation[3], modelTransformation[7], modelTransformation[11]]; - } - throw new Error('The image does not have an affine transformation.'); - } - - /** - * Returns the image resolution as a XYZ-vector. When the image has no affine - * transformation, then an exception is thrown. - * @param [referenceImage] A reference image to calculate the resolution from - * in cases when the current image does not have the - * required tags on its own. - * @returns The resolution as a vector - */ - getResolution(referenceImage = null) { - const modelPixelScale = this.fileDirectory.ModelPixelScale; - const modelTransformation = this.fileDirectory.ModelTransformation; - - if (modelPixelScale) { - return [modelPixelScale[0], -modelPixelScale[1], modelPixelScale[2]]; - } - if (modelTransformation) { - if (modelTransformation[1] === 0 && modelTransformation[4] === 0) { - return [modelTransformation[0], -modelTransformation[5], modelTransformation[10]]; - } - return [ - Math.sqrt( - modelTransformation[0] * modelTransformation[0] + - modelTransformation[4] * modelTransformation[4], - ), - -Math.sqrt( - modelTransformation[1] * modelTransformation[1] + - modelTransformation[5] * modelTransformation[5], - ), - modelTransformation[10], - ]; - } - - if (referenceImage) { - const [refResX, refResY, refResZ] = referenceImage.getResolution(); - return [ - (refResX * referenceImage.getWidth()) / this.getWidth(), - (refResY * referenceImage.getHeight()) / this.getHeight(), - (refResZ * referenceImage.getWidth()) / this.getWidth(), - ]; - } - - throw new Error('The image does not have an affine transformation.'); - } - - /** - * Returns whether or not the pixels of the image depict an area (or point). - * @returns Whether the pixels are a point - */ - pixelIsArea() { - return this.geoKeys.GTRasterTypeGeoKey === 1; - } - - /** - * Returns the image bounding box as an array of 4 values: min-x, min-y, - * max-x and max-y. When the image has no affine transformation, then an - * exception is thrown. - * @param [tilegrid] If true return extent for a tilegrid - * without adjustment for ModelTransformation. - * @returns The bounding box - */ - getBoundingBox(tilegrid = false) { - const height = this.getHeight(); - const width = this.getWidth(); - - if (this.fileDirectory.ModelTransformation && !tilegrid) { - const [a, b, c, d, e, f, g, h] = this.fileDirectory.ModelTransformation; - - const corners = [ - [0, 0], - [0, height], - [width, 0], - [width, height], - ]; - - const projected = corners.map(([I, J]) => [d + a * I + b * J, h + e * I + f * J]); - - const xs = projected.map((pt) => pt[0]); - const ys = projected.map((pt) => pt[1]); - - return [Math.min(...xs), Math.min(...ys), Math.max(...xs), Math.max(...ys)]; - } else { - const origin = this.getOrigin(); - const resolution = this.getResolution(); - - const x1 = origin[0]; - const y1 = origin[1]; - - const x2 = x1 + resolution[0] * width; - const y2 = y1 + resolution[1] * height; - - return [Math.min(x1, x2), Math.min(y1, y2), Math.max(x1, x2), Math.max(y1, y2)]; - } - } -} diff --git a/src/readers/geotiff/header.ts b/src/readers/geotiff/header.ts new file mode 100644 index 00000000..a73e5025 --- /dev/null +++ b/src/readers/geotiff/header.ts @@ -0,0 +1,392 @@ +// https://docs.ogc.org/is/19-008r4/19-008r4.html#_requirements_class_tiff +import { ARRAY_FIELDS, FIELD_TAG_NAMES, FIELD_TYPES, GEO_KEY_NAMES } from './constants'; + +import type { Reader } from '..'; +import type { GeoKeyDirectory, TagNames } from './constants'; + +/** + * Container to store the parsed file directory, geo key directory and + * offset to the next IFD + */ +export interface ImageFileDirectory extends TagNames { + geoKeyDirectory?: GeoKeyDirectory; + pixelScale?: [x: number, y: number, z: number]; + tiepoint?: number[]; +} + +/** + * + */ +interface KeyValue { + key: keyof ImageFileDirectory; + value: undefined | number | number[] | string; +} + +/** + * + */ +export class GeoTIFFHeaderReader { + #littleEndian = true; + #bigTiff = false; + imageDirectories: ImageFileDirectory[] = []; + /** @param reader - the geotiff reader to parse data from */ + constructor(public reader: Reader) { + this.#readheader(); + } + + /** @returns - the number of images in the GeoTIFF */ + get length(): number { + return this.imageDirectories.length; + } + + /** @returns - the littleEndian flag */ + get littleEndian(): boolean { + return this.#littleEndian; + } + + /** @returns - the bigTIFF flag */ + get bigTiff(): boolean { + return this.#bigTiff; + } + + /** parses the header data to begin parsing the GeoTIFF */ + #readheader() { + const { reader } = this; + // pull the endianess from the header + const BOM = reader.getUint16(0, false); + if (BOM === 0x4949) { + this.#littleEndian = true; + } else if (BOM === 0x4d4d) { + this.#littleEndian = false; + } else { + throw new TypeError('Invalid byte order value.'); + } + + const magicNumber = reader.getUint16(2, this.littleEndian); + if (magicNumber === 42) { + this.#bigTiff = false; + } else if (magicNumber === 43) { + this.#bigTiff = true; + const offsetByteSize = reader.getUint16(4, this.littleEndian); + if (offsetByteSize !== 8) { + throw new Error('Unsupported offset byte-size.'); + } + } else { + throw new TypeError('Invalid magic number.'); + } + + const firstIFDOffset = this.bigTiff + ? Number(reader.getBigUint64(8, this.littleEndian)) + : reader.getUint32(4, this.littleEndian); + + this.#getImageMetadata(firstIFDOffset); + } + + /** + * Reads the value of the tag at the given offset (16 bits if not bigTIFF) + * @param offset - the offset to read the tag from + * @returns - the value of the tag + */ + #readTag(offset: number): number { + const { reader, bigTiff, littleEndian } = this; + return bigTiff + ? Number(reader.getBigUint64(offset, littleEndian)) + : reader.getUint16(offset, littleEndian); + } + + /** + * Reads the value of the tag at the given offset (32 bits if not bigTIFF) + * @param offset - the offset to read the tag from + * @returns - the value of the tag + */ + #readOffset(offset: number): number { + const { reader, bigTiff, littleEndian } = this; + return bigTiff + ? Number(reader.getBigUint64(offset, littleEndian)) + : reader.getUint32(offset, littleEndian); + } + + /** + * Instructs to parse an image file directory at the given file offset. + * As there is no way to ensure that a location is indeed the start of an IFD, + * this function must be called with caution (e.g only using the IFD offsets from + * the headers or other IFDs). + * @param firstOffset - the offset to begin parsing the IFDs (Image File Directory) at. + */ + #getImageMetadata(firstOffset: number): void { + const { reader, bigTiff, littleEndian } = this; + const entrySize = bigTiff ? 20 : 12; + const offsetSize = bigTiff ? 8 : 2; + let offset = firstOffset; + + let ifdOffset = firstOffset; + while (ifdOffset !== 0) { + const ifd: ImageFileDirectory = {}; + const numDirEntries = this.#readTag(offset); + + let i = offset + offsetSize; + let geokeyDirOffset: number | undefined = undefined; + let prevTag = 0; + for (let entryCount = 0; entryCount < numDirEntries; i += entrySize, entryCount++) { + const fieldTag = reader.getUint16(i, littleEndian); + if (fieldTag < prevTag) throw new Error(`Invalid IFD, ${fieldTag} < ${prevTag}`); + prevTag = fieldTag; + if (fieldTag === 33550) { + // PixelScaleTag + ifd.pixelScale = this.#getPixelScale(i); + } else if (fieldTag === 33922) { + // TiepointTag + ifd.tiepoint = this.#getTiepoint(i); + } else if (fieldTag === 34735) { + // GeoKeyDirectory - map to use after all keys are cached. + geokeyDirOffset = i; + } else { + const { key, value } = this.#getKeyValue(fieldTag, i); + // @ts-expect-error - its ok to set the key-value pair. + ifd[key] = value; + } + // NOTE: Technically geotiffs support column encoding of double and ascii values. Seems like it's not common enough to use though + // else if (fieldTag === 34736) { + // // location of DoubleValues + // } else if (fieldTag === 34737) { + // // location of ASCIIValues + // } + } + // Validate it has a TransformationTag or a TiepointTag before storing + if (geokeyDirOffset === undefined) + console.info('No GeoKeyDirectory found. May contain errors'); + else ifd.geoKeyDirectory = this.#getGeoKeyDirectory(geokeyDirOffset, ifd); + if (ifd.tiepoint === undefined && ifd.ModelTransformation === undefined) + console.info('No ModelTiepoint or ModelTransformation found. May contain errors'); + if (Object.keys(ifd).length > 0) this.imageDirectories.push(ifd); + else break; + // increment offset and check for the next IFD + // 814 + offset += offsetSize + entrySize * numDirEntries; + ifdOffset = this.#readTag(offset); + offset += offsetSize; + } + } + + /** + * @param offset + */ + #getPixelScale(offset: number): [x: number, y: number, z: number] { + const { reader, littleEndian, bigTiff } = this; + const fieldType = reader.getUint16(offset + 2, littleEndian); + if (fieldType !== 12) + throw new Error(`Invalid GeoKeyDirectory type ${reader.getUint16(offset + 2)}`); + const numKeys = this.#readOffset(offset + 4); + if (numKeys !== 3) throw new Error(`Invalid GeoKeyDirectory numKeys ${numKeys}`); + const valueOffset = this.#readOffset(offset + (bigTiff ? 12 : 8)); + + const xscale = reader.getFloat64(valueOffset, littleEndian); + const yscale = reader.getFloat64(valueOffset + 8, littleEndian); + const zscale = reader.getFloat64(valueOffset + 16, littleEndian); + + return [xscale, yscale, zscale]; + } + + /** + * https://docs.ogc.org/is/19-008r4/19-008r4.html#_geokey_directory_test + * @param offset - the offset to begin parsing the IFDs (GeoKeyDirectory) at. + * @param fileDir - the parsed ImageFileDirectory thus far + * @returns the parsed GeoKeyDirectory + */ + #getGeoKeyDirectory(offset: number, fileDir: ImageFileDirectory): GeoKeyDirectory { + const { reader, bigTiff } = this; + + const numKeys = this.#readOffset(offset + 4); + const valueOffset = this.#readOffset(offset + (bigTiff ? 12 : 8)); + const rawGeoKeys = new Uint16Array(reader.slice(valueOffset, valueOffset + numKeys * 2).buffer); + const geoKeyDirectory = parseRawGeoKeys(rawGeoKeys, fileDir); + // Validate that there is a GTModelType GeoKey in the GeoKey Directory + if (geoKeyDirectory.GTModelTypeGeoKey === undefined) { + throw new Error(`Missing "GTModelTypeGeoKey" in GeoKeyDirectory`); + } + + return geoKeyDirectory; + } + + /** + * @param offset - the offset to begin parsing the IFDs (TiepointTag) at. + * @returns the parsed Tiepoint + */ + #getTiepoint(offset: number): number[] { + const { reader, bigTiff, littleEndian } = this; + // Validate that Bytes 2-3 = 12 (Double) + const fieldType = reader.getUint16(offset + 2, littleEndian); + if (fieldType !== 12) throw new Error(`Invalid TiepointTag type ${fieldType}`); + // get size to the value in Bytes 4-7 + const count = this.#readOffset(offset + 4); + // Set TagValue to the value in Bytes 8-11 + const valueOffset = this.#readOffset(offset + (bigTiff ? 12 : 8)); + const tiepoint: number[] = []; + for (let i = 0; i < count; i++) { + tiepoint.push(reader.getFloat64(valueOffset + i * 8, littleEndian)); + } + return tiepoint; + } + + /** + * @param fieldTag - the tag to read + * @param offset - the current offset in the IFD header data + */ + #getKeyValue(fieldTag: number, offset: number): KeyValue { + const { reader, littleEndian } = this; + const fieldType = reader.getUint16(offset + 2, littleEndian); + const typeCount = this.#readOffset(offset + 4); + + const fieldTypeLength = getFieldTypeLength(fieldType as keyof typeof FIELD_TAG_NAMES); + const valueOffset = offset + (this.bigTiff ? 12 : 8); + const actualOffset = + fieldTypeLength * typeCount <= (this.bigTiff ? 8 : 4) + ? valueOffset + : this.#readOffset(valueOffset); + const value = this.#getValue(fieldTag, fieldType, typeCount, actualOffset); + + // write the tags value to the file directly + return { + key: FIELD_TAG_NAMES[fieldTag as keyof typeof FIELD_TAG_NAMES] as keyof ImageFileDirectory, + value, + }; + } + + /** + * @param fieldTag + * @param fieldType + * @param typeCount + * @param valueOffset + * @param fieldTypeLength + */ + #getValue( + fieldTag: number, + fieldType: number, + typeCount: number, + valueOffset: number, + ): undefined | number | number[] | string { + const { reader, littleEndian } = this; + const res: number[] = []; + // console.log('GET VALUE', fieldTag, fieldType, typeCount, valueOffset); + if (fieldType === FIELD_TYPES.ASCII) { + return reader.parseString(valueOffset, typeCount); + } else if (fieldType === FIELD_TYPES.BYTE || fieldType === FIELD_TYPES.UNDEFINED) { + for (let i = 0; i < typeCount; i++) res.push(reader.getUint8(valueOffset + i)); + } else if (fieldType === FIELD_TYPES.SBYTE) { + for (let i = 0; i < typeCount; i++) res.push(reader.getInt8(valueOffset + i)); + } else if (fieldType === FIELD_TYPES.SHORT) { + for (let i = 0; i < typeCount; i++) + res.push(reader.getUint16(valueOffset + i * 2, littleEndian)); + } else if (fieldType === FIELD_TYPES.SSHORT) { + for (let i = 0; i < typeCount; i++) + res.push(reader.getInt16(valueOffset + i * 2, littleEndian)); + } else if (fieldType === FIELD_TYPES.LONG) { + for (let i = 0; i < typeCount; i++) + res.push(reader.getUint32(valueOffset + i * 4, littleEndian)); + } else if (fieldType === FIELD_TYPES.SLONG) { + for (let i = 0; i < typeCount; i++) + res.push(reader.getInt32(valueOffset + i * 4, littleEndian)); + } else if (fieldType === FIELD_TYPES.FLOAT) { + for (let i = 0; i < typeCount; i++) + res.push(reader.getFloat32(valueOffset + i * 4, littleEndian)); + } else if (fieldType === FIELD_TYPES.RATIONAL) { + typeCount *= 2; + for (let i = 0; i < typeCount; i += 2) { + res.push(reader.getUint32(valueOffset + i * 4, littleEndian)); + res.push(reader.getUint32(valueOffset + i * 4 + 4, littleEndian)); + } + } else if (fieldType === FIELD_TYPES.SRATIONAL) { + typeCount *= 2; + for (let i = 0; i < typeCount; i += 2) { + res.push(reader.getInt32(valueOffset + i * 4, littleEndian)); + res.push(reader.getInt32(valueOffset + i * 4 + 4, littleEndian)); + } + } else if (fieldType === FIELD_TYPES.DOUBLE) { + for (let i = 0; i < typeCount; i++) + res.push(reader.getFloat64(valueOffset + i * 8, littleEndian)); + } else if (fieldType === FIELD_TYPES.LONG8) { + for (let i = 0; i < typeCount; i++) + res.push(Number(reader.getBigUint64(valueOffset + i * 8, littleEndian))); + } else if (fieldType === FIELD_TYPES.SLONG8) { + for (let i = 0; i < typeCount; i++) + res.push(Number(reader.getBigInt64(valueOffset + i * 8, littleEndian))); + } + + // unpack single values from the array + if ( + typeCount === 1 && + ARRAY_FIELDS.indexOf(fieldTag) === -1 && + !(fieldType === FIELD_TYPES.RATIONAL || fieldType === FIELD_TYPES.SRATIONAL) + ) { + return res[0]; + } else { + return res; + } + } +} + +/** + * @param fieldType + */ +function getFieldTypeLength(fieldType: keyof typeof FIELD_TAG_NAMES): 1 | 2 | 4 | 8 { + switch (fieldType) { + case FIELD_TYPES.BYTE: + case FIELD_TYPES.ASCII: + case FIELD_TYPES.SBYTE: + case FIELD_TYPES.UNDEFINED: + return 1; + case FIELD_TYPES.SHORT: + case FIELD_TYPES.SSHORT: + return 2; + case FIELD_TYPES.LONG: + case FIELD_TYPES.SLONG: + case FIELD_TYPES.FLOAT: + case FIELD_TYPES.IFD: + return 4; + case FIELD_TYPES.RATIONAL: + case FIELD_TYPES.SRATIONAL: + case FIELD_TYPES.DOUBLE: + case FIELD_TYPES.LONG8: + case FIELD_TYPES.SLONG8: + case FIELD_TYPES.IFD8: + return 8; + default: + throw new RangeError(`Invalid field type: ${fieldType}`); + } +} + +/** + * @param rawGeoKeys + * @param fileDir + */ +function parseRawGeoKeys(rawGeoKeys: Uint16Array, fileDir: ImageFileDirectory): GeoKeyDirectory { + const geoKeyDirectory: GeoKeyDirectory = {}; + for (let i = 4; i <= rawGeoKeys[3] * 4; i += 4) { + const geoKey = rawGeoKeys[i]; + const key = GEO_KEY_NAMES[geoKey as keyof typeof GEO_KEY_NAMES]; + const location = + rawGeoKeys[i + 1] !== 0 + ? FIELD_TAG_NAMES[rawGeoKeys[i + 1] as keyof typeof FIELD_TAG_NAMES] + : null; + const count = rawGeoKeys[i + 2]; + const offset = rawGeoKeys[i + 3]; + + let value: null | string | number | number[] = null; + if (location === null) { + value = offset; + } else { + value = fileDir[location as keyof ImageFileDirectory] as string | number | number[]; + if (typeof value === 'undefined' || value === null) { + throw new Error(`Could not get value of geoKey '${key}' at location '${location}'.`); + } else if (typeof value === 'string') { + value = value.substring(offset, offset + count - 1); + } else if (Array.isArray(value)) { + value = value.slice(offset, offset + count); + if (count === 1) value = value[0]; + } + } + // @ts-expect-error - value assignment is ok here + geoKeyDirectory[key] = value; + } + return geoKeyDirectory; +} diff --git a/src/readers/geotiff/image.ts b/src/readers/geotiff/image.ts new file mode 100644 index 00000000..5cb3c846 --- /dev/null +++ b/src/readers/geotiff/image.ts @@ -0,0 +1,574 @@ +import { applyPredictor } from './predictor'; +import { buildTransform } from './proj'; +import { getDecoder } from './decoder'; +import { buildSamples, convertColorSpace } from './color'; +import { needsNormalization, normalizeArray, sum, toArrayType } from './imageUtil'; + +import type { Reader } from '..'; +import type { Transformer } from '../../proj4'; +import type { ArrayTypes, Decoder, ImageFileDirectory } from '.'; +import type { + Properties, + VectorMultiPoint, + VectorMultiPointGeometry, + VectorPoint, +} from 's2-tools/geometry'; + +/** Metadata for a GeoTIFF image */ +export interface GeoTIFFMetadata { + height: number; + width: number; + alpha: boolean; +} + +/** + * + */ +export interface VectorMultiPointResult { + geometry: VectorMultiPointGeometry; + width: number; + height: number; + alpha: boolean; +} + +/** An RGBA color */ +export interface RGBA extends Properties { + r: number; + g: number; + b: number; + a: number; +} + +/** Raster data */ +export interface Raster { + width: number; + height: number; + data: ArrayTypes; + alpha: boolean; +} + +/** A tiepoint structured for decoding images */ +export interface TiePoint { + i: number; + j: number; + k: number; + x: number; + y: number; + z: number; +} + +/** A Container for a GeoTIFF image */ +export class GeoTIFFImage { + #reader: Reader; + #imageDirectory: ImageFileDirectory; + #littleEndian: boolean; + #isTiled = false; + #planarConfiguration = 1; + #transformer?: Transformer; + /** + * @param reader + * @param imageDirectory + * @param littleEndian + */ + constructor(reader: Reader, imageDirectory: ImageFileDirectory, littleEndian: boolean) { + this.#reader = reader; + this.#imageDirectory = imageDirectory; + this.#littleEndian = littleEndian; + if (imageDirectory.StripOffsets === undefined) this.#isTiled = true; + if (imageDirectory.PlanarConfiguration !== undefined) + this.#planarConfiguration = imageDirectory.PlanarConfiguration; + } + + /** Build a transformer if it doesn't exist. */ + getTransformer(): Transformer { + if (this.#transformer === undefined) + this.#transformer = buildTransform(this.#imageDirectory.geoKeyDirectory); + return this.#transformer; + } + + /** + * + */ + get width(): number { + return this.#imageDirectory.ImageWidth ?? 0; + } + + /** + * + */ + get height(): number { + return this.#imageDirectory.ImageLength ?? 0; + } + + /** + * + */ + get tileWidth(): number { + return this.#isTiled ? (this.#imageDirectory.TileWidth ?? 0) : this.width; + } + + /** + * + */ + get tileHeight(): number { + const { TileLength, RowsPerStrip } = this.#imageDirectory; + return this.#isTiled ? (TileLength ?? 0) : Math.min(this.height, RowsPerStrip ?? Infinity); + } + + /** + * + */ + get blockWidth(): number { + return this.tileWidth; + } + + /** + * @param y + */ + getBlockHeight(y: number): number { + if (this.#isTiled || (y + 1) * this.tileHeight <= this.height) { + return this.tileHeight; + } else { + return this.height - y * this.tileHeight; + } + } + + /** + * Calculates the number of bytes for each pixel across all samples. Only full + * bytes are supported, an exception is thrown when this is not the case. + * @returns the bytes per pixel + */ + get bytesPerPixel(): number { + const bitsPerSample = this.#imageDirectory.BitsPerSample ?? []; + let bytes = 0; + for (let i = 0; i < bitsPerSample.length; ++i) { + bytes += Math.ceil(bitsPerSample[i] / 8); + } + return bytes; + } + + /** + * Returns the number of samples per pixel. + * @returns the number of samples per pixel + */ + get samplesPerPixel() { + const { SamplesPerPixel } = this.#imageDirectory; + return SamplesPerPixel !== undefined ? SamplesPerPixel : 1; + } + + /** + * @param sampleIndex + */ + getSampleFormat(sampleIndex = 0): number { + const { SampleFormat } = this.#imageDirectory; + return Array.isArray(SampleFormat) ? SampleFormat[sampleIndex] : 1; + } + + /** + * @param sampleIndex + */ + getBitsPerSample(sampleIndex = 0): number { + const { BitsPerSample } = this.#imageDirectory; + return (BitsPerSample ?? [])[sampleIndex]; + } + + /** + * @param raster + * @param sampleIndex + */ + rasterToArrayType(raster: number[]): ArrayTypes { + const format = this.getSampleFormat(); + const bitsPerSample = this.getBitsPerSample(); + return toArrayType(raster, format, bitsPerSample); + } + + /** + * Returns an array of tiepoints. + * @returns - An array of tiepoints + */ + get tiePoints(): TiePoint[] { + const tiepoint = this.#imageDirectory.tiepoint ?? []; + const tiePoints = []; + for (let i = 0; i < tiepoint.length; i += 6) { + tiePoints.push({ + i: tiepoint[i], + j: tiepoint[i + 1], + k: tiepoint[i + 2], + x: tiepoint[i + 3], + y: tiepoint[i + 4], + z: tiepoint[i + 5], + }); + } + return tiePoints; + } + + /** + * Returns the image origin as a XYZ-vector. When the image has no affine + * transformation, then an exception is thrown. + * @returns The origin as a vector + */ + get origin(): VectorPoint { + const { tiepoint, ModelTransformation: transform } = this.#imageDirectory; + if (Array.isArray(tiepoint) && tiepoint.length === 6) { + return { x: tiepoint[3], y: tiepoint[4], z: tiepoint[5] }; + } else if (transform !== undefined) { + return { x: transform[3], y: transform[7], z: transform[11] }; + } + throw new Error('The image does not have an affine transformation.'); + } + + /** + * Returns the image origin as a XYZ-vector in lon-lat space. When the image has no affine + * transformation, then an exception is thrown. + * @returns The origin as a lon-lat vector + */ + get originLL(): VectorPoint { + const { origin } = this; + const transfomer = this.getTransformer(); + return transfomer.forward(origin); + } + + /** + * Returns the image resolution as a XYZ-vector. When the image has no affine + * transformation, then an exception is thrown. in cases when the current image does + * not have the required tags on its own. + * @returns The resolution as a vector + */ + get resolution(): VectorPoint { + const { sqrt } = Math; + const { pixelScale, ModelTransformation: transform } = this.#imageDirectory; + + if (Array.isArray(pixelScale)) { + return { x: pixelScale[0], y: -pixelScale[1], z: pixelScale[2] }; + } + if (transform !== undefined) { + if (transform[1] === 0 && transform[4] === 0) { + return { x: transform[0], y: -transform[5], z: transform[10] }; + } + return { + x: sqrt(transform[0] * transform[0] + transform[4] * transform[4]), + y: -sqrt(transform[1] * transform[1] + transform[5] * transform[5]), + z: transform[10], + }; + } + + throw new Error('The image does not have an affine transformation.'); + } + + /** + * Returns the image resolution as a XYZ-vector in lon-lat space. When the image has no affine + * transformation, then an exception is thrown. in cases when the current image does not + * have the required tags on its own. + * @returns The resolution as a lon-lat vector + */ + get resolutionLL(): VectorPoint { + const { resolution } = this; + const transfomer = this.getTransformer(); + return transfomer.forward(resolution); + } + + /** + * Returns whether or not the pixels of the image depict an area (or point). + * @returns Whether the pixels are a point + */ + get pixelIsArea(): boolean { + return this.#imageDirectory.geoKeyDirectory?.GTRasterTypeGeoKey === 1; + } + + /** + * Returns the image bounding box as an array of 4 values: min-x, min-y, + * max-x and max-y. When the image has no affine transformation, then an + * exception is thrown. + * @param transform - apply affine transformation or proj4 transformation + * @returns The bounding box + */ + getBoundingBox(transform = true): [minX: number, minY: number, maxX: number, maxY: number] { + const { height, width } = this; + const { ModelTransformation } = this.#imageDirectory; + + if (ModelTransformation !== undefined && transform) { + const [a, b, _c, d, e, f, _g, h] = ModelTransformation; + + const corners = [ + [0, 0], + [0, height], + [width, 0], + [width, height], + ]; + + const projected = corners.map(([I, J]) => [d + a * I + b * J, h + e * I + f * J]); + + const xs = projected.map((pt) => pt[0]); + const ys = projected.map((pt) => pt[1]); + + return [Math.min(...xs), Math.min(...ys), Math.max(...xs), Math.max(...ys)]; + } else { + const { x: x1, y: y1 } = this.origin; + const { x: r1, y: r2 } = this.resolution; + const x2 = x1 + r1 * width; + const y2 = y1 + r2 * height; + const minX = Math.min(x1, x2); + const minY = Math.min(y1, y2); + const maxX = Math.max(x1, x2); + const maxY = Math.max(y1, y2); + + if (transform) { + const transformer = this.getTransformer(); + const { x: tminX, y: tminY } = transformer.forward({ x: minX, y: minY }); + const { x: tmaxX, y: tmaxY } = transformer.forward({ x: maxX, y: maxY }); + return [tminX, tminY, tmaxX, tmaxY]; + } else { + return [minX, minY, maxX, maxY]; + } + } + } + + /** + * @param samples - Samples to read + */ + async rasterData(samples: number[] = []): Promise { + const { tileWidth, tileHeight, width, height, samplesPerPixel } = this; + const bitsPerSample = this.#imageDirectory.BitsPerSample ?? []; + const decodeFn = getDecoder(this.#imageDirectory.Compression); + if (samples.length === 0) samples = [...Array(samplesPerPixel).keys()]; + let bytesPerPixel = this.bytesPerPixel; + + const srcSampleOffsets: number[] = []; + const sampleReaders: ((offset: number, littleEndian: boolean) => number)[] = []; + for (let i = 0; i < samples.length; ++i) { + if (this.#planarConfiguration === 1) { + srcSampleOffsets.push(sum(bitsPerSample, 0, samples[i]) / 8); + } else { + srcSampleOffsets.push(0); + } + sampleReaders.push(this.getReaderForSample(samples[i])); + } + + const res: number[] = Array(width * height * samplesPerPixel); + const maxXTile = Math.ceil(width / tileWidth); + const maxYTile = Math.ceil(height / tileHeight); + for (let yTile = 0; yTile < maxYTile; ++yTile) { + for (let xTile = 0; xTile < maxXTile; ++xTile) { + let data: ArrayBufferLike | undefined; + if (this.#planarConfiguration === 1) { + data = await this.getTileOrStrip(xTile, yTile, 0, decodeFn); + } + for (let sampleIndex = 0; sampleIndex < samples.length; ++sampleIndex) { + const si = sampleIndex; + const sample = samples[sampleIndex]; + if (this.#planarConfiguration === 2) { + bytesPerPixel = Math.ceil(bitsPerSample[sample] / 8); + data = await this.getTileOrStrip(xTile, yTile, sample, decodeFn); + } + if (data === undefined) throw new Error('data failed to load'); + const dataView = new DataView(data); + const blockHeight = this.getBlockHeight(yTile); + const firstLine = yTile * tileHeight; + const firstCol = xTile * tileWidth; + const lastLine = firstLine + blockHeight; + const lastCol = (xTile + 1) * tileWidth; + const reader = sampleReaders[si]; + + const ymax = Math.min(blockHeight, blockHeight - (lastLine - height), height - firstLine); + const xmax = Math.min(tileWidth, tileWidth - (lastCol - width), width - firstCol); + + for (let y = 0; y < ymax; ++y) { + for (let x = 0; x < xmax; ++x) { + const pixelOffset = (y * tileWidth + x) * bytesPerPixel; + const value = reader.call( + dataView, + pixelOffset + srcSampleOffsets[si], + this.#littleEndian, + ); + const windowCoordinate = + (y + firstLine) * width * samples.length + (x + firstCol) * samples.length + si; + res[windowCoordinate] = value; + } + } + } + } + } + + return { data: this.rasterToArrayType(res), width, height, alpha: false }; + } + + /** + * + */ + async getRGBA(): Promise { + const bitsPerSample = this.#imageDirectory.BitsPerSample ?? [0]; + const extraSamples = (this.#imageDirectory.ExtraSamples ?? [0])[0]; + const pi = this.#imageDirectory.PhotometricInterpretation; + const samples = buildSamples(pi, bitsPerSample, extraSamples); + + const rasterData = await this.rasterData(samples); + const max = 2 ** this.getBitsPerSample(); + convertColorSpace(pi, rasterData, max, this.#imageDirectory.ColorMap); + rasterData.alpha = extraSamples !== 0; + + return rasterData; + } + + /** + * Build a vector feature from the image + * @returns - The vector feature with rgba values incoded into the points + */ + async getMultiPointVector(): Promise { + const transformer = this.getTransformer(); + const { width, height, alpha, data } = await this.getRGBA(); + const [minX, minY, maxX, maxY] = this.getBoundingBox(false); + const coordinates: VectorMultiPoint = []; + const rgbaStride = alpha ? 4 : 3; + const boundX = minX === maxX ? 1 : maxX - minX; + const boundY = minY === maxY ? 1 : maxY - minY; + const areaXStride = this.pixelIsArea ? (0.5 / width) * boundX : 0; + const areaYStride = this.pixelIsArea ? (0.5 / height) * boundY : 0; + const pixelXStride = width === 1 ? 1 : width - 1; + const pixelYStride = height === 1 ? 1 : height - 1; + + for (let y = 0; y < height; y++) { + for (let x = 0; x < width; x++) { + // Adjust xPos and yPos relative to the bounding box + const xPos = minX + (x / pixelXStride) * boundX + areaXStride; + const yPos = minY + (y / pixelYStride) * boundY + areaYStride; + // Extract RGBA values + const r = data[y * width * rgbaStride + x * rgbaStride]; + const g = data[y * width * rgbaStride + x * rgbaStride + 1]; + const b = data[y * width * rgbaStride + x * rgbaStride + 2]; + const a = alpha ? data[y * width * rgbaStride + x * rgbaStride + 3] : 255; + // find the lon-lat coordinates of the point + const { x: lon, y: lat } = transformer.forward({ x: xPos, y: yPos }); + // Add point to coordinates array + coordinates.push({ + x: lon, + y: lat, + m: { r, g, b, a }, + }); + } + } + + return { + geometry: { + type: 'MultiPoint', + is3D: false, + coordinates, + }, + width, + height, + alpha, + }; + } + + /** + * @param sampleIndex + */ + getReaderForSample(sampleIndex: number): (offset: number, littleEndian: boolean) => number { + const bitsPerSample = (this.#imageDirectory.BitsPerSample ?? [])[sampleIndex]; + const format = + this.#imageDirectory.SampleFormat !== undefined + ? this.#imageDirectory.SampleFormat[sampleIndex] + : 1; + switch (format) { + case 1: // unsigned integer data + if (bitsPerSample <= 8) { + return DataView.prototype.getUint8; + } else if (bitsPerSample <= 16) { + return DataView.prototype.getUint16; + } else if (bitsPerSample <= 32) { + return DataView.prototype.getUint32; + } + break; + case 2: // twos complement signed integer data + if (bitsPerSample <= 8) { + return DataView.prototype.getInt8; + } else if (bitsPerSample <= 16) { + return DataView.prototype.getInt16; + } else if (bitsPerSample <= 32) { + return DataView.prototype.getInt32; + } + break; + case 3: + switch (bitsPerSample) { + case 16: + // @ts-expect-error - getFloat16 is polyfilled + return DataView.prototype.getFloat16; + case 32: + return DataView.prototype.getFloat32; + case 64: + return DataView.prototype.getFloat64; + default: + break; + } + break; + } + throw Error('Unsupported data format/bitsPerSample'); + } + + /** + * @param x + * @param y + * @param sample + * @param decodeFn + */ + async getTileOrStrip( + x: number, + y: number, + sample: number, + decodeFn: Decoder, + ): Promise { + const { TileOffsets, TileByteCounts, StripOffsets, StripByteCounts } = this.#imageDirectory; + const numTilesPerRow = Math.ceil(this.width / this.tileWidth); + const numTilesPerCol = Math.ceil(this.height / this.tileHeight); + const index = + this.#planarConfiguration === 1 + ? y * numTilesPerRow + x + : this.#planarConfiguration === 2 + ? sample * numTilesPerRow * numTilesPerCol + y * numTilesPerRow + x + : 0; + + const offset = this.#isTiled ? (TileOffsets ?? [])[index] : (StripOffsets ?? [])[index]; + const byteCount = this.#isTiled + ? (TileByteCounts ?? [])[index] + : (StripByteCounts ?? [])[index]; + const slice = this.#reader.slice(offset, offset + byteCount).buffer; + let data = await decodeFn(slice, this.#imageDirectory.JPEGTables); + data = this.maybeApplyPredictor(data); + const sampleFormat = this.getSampleFormat(); + const bitsPerSample = this.getBitsPerSample(); + if (needsNormalization(sampleFormat, bitsPerSample)) { + data = normalizeArray( + data, + sampleFormat, + this.#planarConfiguration, + this.samplesPerPixel, + bitsPerSample, + this.tileWidth, + this.getBlockHeight(y), + ); + } + return data; + } + + /** + * @param data + */ + maybeApplyPredictor(data: ArrayBufferLike): ArrayBufferLike { + const predictor = this.#imageDirectory.Predictor ?? 1; + if (predictor === 1) { + return data; + } else { + const tileWidth = this.#isTiled ? this.tileWidth : this.width; + const tileHeight = this.#isTiled + ? this.tileHeight + : (this.#imageDirectory.RowsPerStrip ?? this.height); + return applyPredictor( + data, + predictor, + tileWidth, + tileHeight, + this.#imageDirectory.BitsPerSample ?? [], + this.#planarConfiguration, + ); + } + } +} diff --git a/src/readers/geotiff/imageUtil.ts b/src/readers/geotiff/imageUtil.ts new file mode 100644 index 00000000..5ac3b709 --- /dev/null +++ b/src/readers/geotiff/imageUtil.ts @@ -0,0 +1,202 @@ +/** Types of outputs */ +export type ArrayTypes = + | Uint8ClampedArray + | Uint8Array + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | Float32Array + | Float64Array; + +/** + * @param format + * @param bitsPerSample + */ +function arrayType(format: number, bitsPerSample: number) { + switch (format) { + case 1: // unsigned integer data + if (bitsPerSample <= 8) { + return Uint8Array; + } else if (bitsPerSample <= 16) { + return Uint16Array; + } else if (bitsPerSample <= 32) { + return Uint32Array; + } + break; + case 2: // twos complement signed integer data + if (bitsPerSample === 8) { + return Int8Array; + } else if (bitsPerSample === 16) { + return Int16Array; + } else if (bitsPerSample === 32) { + return Int32Array; + } + break; + case 3: // floating point data + switch (bitsPerSample) { + case 16: + case 32: + return Float32Array; + case 64: + return Float64Array; + default: + break; + } + break; + default: + break; + } + throw Error('Unsupported data format/bitsPerSample'); +} + +/** + * @param raster + * @param format + * @param bitsPerSample + */ +export function toArrayType(raster: number[], format: number, bitsPerSample: number) { + const constructor = arrayType(format, bitsPerSample); + return new constructor(raster); +} + +/** + * @param format + * @param bitsPerSample + * @param size + */ +export function arrayForType(format: number, bitsPerSample: number, size: number) { + const constructor = arrayType(format, bitsPerSample); + return new constructor(size); +} + +/** + * @param array - An array of numbers + * @param start - Start index + * @param end - End index + * @returns The sum + */ +export function sum(array: number[], start: number, end: number): number { + let s = 0; + for (let i = start; i < end; ++i) s += array[i]; + return s; +} + +/** + * @param format + * @param bitsPerSample + */ +export function needsNormalization(format: number, bitsPerSample: number): boolean { + if ((format === 1 || format === 2) && bitsPerSample <= 32 && bitsPerSample % 8 === 0) { + return false; + } else if ( + format === 3 && + (bitsPerSample === 16 || bitsPerSample === 32 || bitsPerSample === 64) + ) { + return false; + } + return true; +} + +/** + * @param inBuffer + * @param format + * @param planarConfiguration + * @param samplesPerPixel + * @param bitsPerSample + * @param tileWidth + * @param tileHeight + */ +export function normalizeArray( + inBuffer: ArrayBufferLike, + format: number, + planarConfiguration: number, + samplesPerPixel: number, + bitsPerSample: number, + tileWidth: number, + tileHeight: number, +): ArrayBufferLike { + // const inByteArray = new Uint8Array(inBuffer); + const view = new DataView(inBuffer); + const outSize = + planarConfiguration === 2 ? tileHeight * tileWidth : tileHeight * tileWidth * samplesPerPixel; + const samplesToTransfer = planarConfiguration === 2 ? 1 : samplesPerPixel; + const outArray = arrayForType(format, bitsPerSample, outSize); + // let pixel = 0; + + const bitMask = parseInt('1'.repeat(bitsPerSample), 2); + + if (format === 1) { + // unsigned integer + // translation of https://github.com/OSGeo/gdal/blob/master/gdal/frmts/gtiff/geotiff.cpp#L7337 + let pixelBitSkip; + // let sampleBitOffset = 0; + if (planarConfiguration === 1) { + pixelBitSkip = samplesPerPixel * bitsPerSample; + // sampleBitOffset = (samplesPerPixel - 1) * bitsPerSample; + } else { + pixelBitSkip = bitsPerSample; + } + + // Bits per line rounds up to next byte boundary. + let bitsPerLine = tileWidth * pixelBitSkip; + if ((bitsPerLine & 7) !== 0) { + bitsPerLine = (bitsPerLine + 7) & ~7; + } + + for (let y = 0; y < tileHeight; ++y) { + const lineBitOffset = y * bitsPerLine; + for (let x = 0; x < tileWidth; ++x) { + const pixelBitOffset = lineBitOffset + x * samplesToTransfer * bitsPerSample; + for (let i = 0; i < samplesToTransfer; ++i) { + const bitOffset = pixelBitOffset + i * bitsPerSample; + const outIndex = (y * tileWidth + x) * samplesToTransfer + i; + + const byteOffset = Math.floor(bitOffset / 8); + const innerBitOffset = bitOffset % 8; + if (innerBitOffset + bitsPerSample <= 8) { + outArray[outIndex] = + (view.getUint8(byteOffset) >> (8 - bitsPerSample - innerBitOffset)) & bitMask; + } else if (innerBitOffset + bitsPerSample <= 16) { + outArray[outIndex] = + (view.getUint16(byteOffset) >> (16 - bitsPerSample - innerBitOffset)) & bitMask; + } else if (innerBitOffset + bitsPerSample <= 24) { + const raw = (view.getUint16(byteOffset) << 8) | view.getUint8(byteOffset + 2); + outArray[outIndex] = (raw >> (24 - bitsPerSample - innerBitOffset)) & bitMask; + } else { + outArray[outIndex] = + (view.getUint32(byteOffset) >> (32 - bitsPerSample - innerBitOffset)) & bitMask; + } + + // let outWord = 0; + // for (let bit = 0; bit < bitsPerSample; ++bit) { + // if (inByteArray[bitOffset >> 3] + // & (0x80 >> (bitOffset & 7))) { + // outWord |= (1 << (bitsPerSample - 1 - bit)); + // } + // ++bitOffset; + // } + + // outArray[outIndex] = outWord; + // outArray[pixel] = outWord; + // pixel += 1; + } + // bitOffset = bitOffset + pixelBitSkip - bitsPerSample; + } + } + } else if (format === 3) { + // floating point + // Float16 is handled elsewhere + // normalize 16/24 bit floats to 32 bit floats in the array + // console.time(); + // if (bitsPerSample === 16) { + // for (let byte = 0, outIndex = 0; byte < inBuffer.byteLength; byte += 2, ++outIndex) { + // outArray[outIndex] = getFloat16(view, byte); + // } + // } + // console.timeEnd() + } + + return outArray.buffer; +} diff --git a/src/readers/geotiff/index.ts b/src/readers/geotiff/index.ts new file mode 100644 index 00000000..5664b01e --- /dev/null +++ b/src/readers/geotiff/index.ts @@ -0,0 +1,54 @@ +// https://docs.ogc.org/is/19-008r4/19-008r4.html#_requirements_class_tiff +import '../../util/polyfills/dataview'; +import { GeoTIFFHeaderReader } from './header'; +import { GeoTIFFImage } from './image'; + +import type { Reader } from '..'; +import type { GeoTIFFMetadata, RGBA } from './image'; +import type { Properties, VectorFeature, VectorMultiPointGeometry } from 's2-tools/geometry'; + +export * from './color'; +export * from './constants'; +export * from './decoder'; +export * from './header'; +export * from './image'; +export * from './imageUtil'; +export * from './predictor'; + +/** + * + */ +export class GeoTIFFReader extends GeoTIFFHeaderReader { + /** @param reader - the geotiff reader to parse data from */ + constructor(reader: Reader) { + super(reader); + } + + /** + * Get the n-th internal subfile of an image. By default, the first is returned. + * @param index - the index of the image to get [Default=0] + * @returns - the image at the given index + */ + getImage(index = 0): GeoTIFFImage { + if (index >= this.length) throw new Error('Index out of bounds.'); + return new GeoTIFFImage(this.reader, this.imageDirectories[index], this.littleEndian); + } + + /** + * Iterate through each image and return a vector feature + * @yields {VectorFeature} + */ + async *[Symbol.asyncIterator](): AsyncGenerator< + VectorFeature + > { + for (let i = 0; i < this.length; i++) { + const { geometry, width, height, alpha } = await this.getImage(i).getMultiPointVector(); + yield { + type: 'VectorFeature', + geometry, + properties: {}, + metadata: { width, height, alpha }, + }; + } + } +} diff --git a/src/readers/geotiff/jpeg.ts b/src/readers/geotiff/jpeg.ts new file mode 100644 index 00000000..87ad46d7 --- /dev/null +++ b/src/readers/geotiff/jpeg.ts @@ -0,0 +1,1026 @@ +/* -*- tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- / +/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ +/* + Copyright 2011 notmasteryet + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + +// - The JPEG specification can be found in the ITU CCITT Recommendation T.81 +// (www.w3.org/Graphics/JPEG/itu-t81.pdf) +// - The JFIF specification can be found in the JPEG File Interchange Format +// (www.w3.org/Graphics/JPEG/jfif3.pdf) +// - The Adobe Application-Specific JPEG markers in the Supporting the DCT Filters +// in PostScript Level 2, Technical Note #5116 +// (partners.adobe.com/public/developer/en/ps/sdk/5116.DCT_Filter.pdf) + +const dctZigZag = new Int32Array([ + 0, 1, 8, 16, 9, 2, 3, 10, 17, 24, 32, 25, 18, 11, 4, 5, 12, 19, 26, 33, 40, 48, 41, 34, 27, 20, + 13, 6, 7, 14, 21, 28, 35, 42, 49, 56, 57, 50, 43, 36, 29, 22, 15, 23, 30, 37, 44, 51, 58, 59, 52, + 45, 38, 31, 39, 46, 53, 60, 61, 54, 47, 55, 62, 63, +]); + +const dctCos1 = 4017; // cos(pi/16) +const dctSin1 = 799; // sin(pi/16) +const dctCos3 = 3406; // cos(3*pi/16) +const dctSin3 = 2276; // sin(3*pi/16) +const dctCos6 = 1567; // cos(6*pi/16) +const dctSin6 = 3784; // sin(6*pi/16) +const dctSqrt2 = 5793; // sqrt(2) +const dctSqrt1d2 = 2896; // sqrt(2) / 2 + +/** + * @param codeLengths + * @param values + */ +function buildHuffmanTable(codeLengths: number[], values: number[]) { + let k = 0; + const code: { children: number[]; index: number }[] = []; + let length = 16; + while (length > 0 && !codeLengths[length - 1]) { + --length; + } + code.push({ children: [], index: 0 }); + + let p = code[0]; + let q; + for (let i = 0; i < length; i++) { + for (let j = 0; j < codeLengths[i]; j++) { + p = code.pop(); + p.children[p.index] = values[k]; + while (p.index > 0) { + p = code.pop(); + } + p.index++; + code.push(p); + while (code.length <= i) { + code.push((q = { children: [], index: 0 })); + p.children[p.index] = q.children; + p = q; + } + k++; + } + if (i + 1 < length) { + // p here points to last code + code.push((q = { children: [], index: 0 })); + p.children[p.index] = q.children; + p = q; + } + } + return code[0].children; +} + +/** + * @param data + * @param initialOffset + * @param frame + * @param components + * @param resetInterval + * @param spectralStart + * @param spectralEnd + * @param successivePrev + * @param successive + */ +function decodeScan( + data, + initialOffset, + frame, + components, + resetInterval, + spectralStart, + spectralEnd, + successivePrev, + successive, +) { + const { mcusPerLine, progressive } = frame; + + const startOffset = initialOffset; + let offset = initialOffset; + let bitsData = 0; + let bitsCount = 0; + /** + * + */ + function readBit() { + if (bitsCount > 0) { + bitsCount--; + return (bitsData >> bitsCount) & 1; + } + bitsData = data[offset++]; + if (bitsData === 0xff) { + const nextByte = data[offset++]; + if (nextByte) { + throw new Error(`unexpected marker: ${((bitsData << 8) | nextByte).toString(16)}`); + } + // unstuff 0 + } + bitsCount = 7; + return bitsData >>> 7; + } + /** + * @param tree + */ + function decodeHuffman(tree) { + let node = tree; + let bit; + while ((bit = readBit()) !== null) { + node = node[bit]; + if (typeof node === 'number') { + return node; + } + if (typeof node !== 'object') { + throw new Error('invalid huffman sequence'); + } + } + return null; + } + /** + * @param initialLength + */ + function receive(initialLength) { + let length = initialLength; + let n = 0; + while (length > 0) { + const bit = readBit(); + if (bit === null) { + return undefined; + } + n = (n << 1) | bit; + --length; + } + return n; + } + /** + * @param length + */ + function receiveAndExtend(length) { + const n = receive(length); + if (n >= 1 << (length - 1)) { + return n; + } + return n + (-1 << length) + 1; + } + /** + * @param component + * @param zz + */ + function decodeBaseline(component, zz) { + const t = decodeHuffman(component.huffmanTableDC); + const diff = t === 0 ? 0 : receiveAndExtend(t); + component.pred += diff; + zz[0] = component.pred; + let k = 1; + while (k < 64) { + const rs = decodeHuffman(component.huffmanTableAC); + const s = rs & 15; + const r = rs >> 4; + if (s === 0) { + if (r < 15) { + break; + } + k += 16; + } else { + k += r; + const z = dctZigZag[k]; + zz[z] = receiveAndExtend(s); + k++; + } + } + } + /** + * @param component + * @param zz + */ + function decodeDCFirst(component, zz) { + const t = decodeHuffman(component.huffmanTableDC); + const diff = t === 0 ? 0 : receiveAndExtend(t) << successive; + component.pred += diff; + zz[0] = component.pred; + } + /** + * @param component + * @param zz + */ + function decodeDCSuccessive(component, zz) { + zz[0] |= readBit() << successive; + } + let eobrun = 0; + /** + * @param component + * @param zz + */ + function decodeACFirst(component, zz) { + if (eobrun > 0) { + eobrun--; + return; + } + let k = spectralStart; + const e = spectralEnd; + while (k <= e) { + const rs = decodeHuffman(component.huffmanTableAC); + const s = rs & 15; + const r = rs >> 4; + if (s === 0) { + if (r < 15) { + eobrun = receive(r) + (1 << r) - 1; + break; + } + k += 16; + } else { + k += r; + const z = dctZigZag[k]; + zz[z] = receiveAndExtend(s) * (1 << successive); + k++; + } + } + } + let successiveACState = 0; + let successiveACNextValue; + /** + * @param component + * @param zz + */ + function decodeACSuccessive(component, zz) { + let k = spectralStart; + const e = spectralEnd; + let r = 0; + while (k <= e) { + const z = dctZigZag[k]; + const direction = zz[z] < 0 ? -1 : 1; + switch (successiveACState) { + case 0: { + // initial state + const rs = decodeHuffman(component.huffmanTableAC); + const s = rs & 15; + r = rs >> 4; + if (s === 0) { + if (r < 15) { + eobrun = receive(r) + (1 << r); + successiveACState = 4; + } else { + r = 16; + successiveACState = 1; + } + } else { + if (s !== 1) { + throw new Error('invalid ACn encoding'); + } + successiveACNextValue = receiveAndExtend(s); + successiveACState = r ? 2 : 3; + } + continue; + } + case 1: // skipping r zero items + case 2: + if (zz[z]) { + zz[z] += (readBit() << successive) * direction; + } else { + r--; + if (r === 0) { + successiveACState = successiveACState === 2 ? 3 : 0; + } + } + break; + case 3: // set value for a zero item + if (zz[z]) { + zz[z] += (readBit() << successive) * direction; + } else { + zz[z] = successiveACNextValue << successive; + successiveACState = 0; + } + break; + case 4: // eob + if (zz[z]) { + zz[z] += (readBit() << successive) * direction; + } + break; + default: + break; + } + k++; + } + if (successiveACState === 4) { + eobrun--; + if (eobrun === 0) { + successiveACState = 0; + } + } + } + /** + * @param component + * @param decodeFunction + * @param mcu + * @param row + * @param col + */ + function decodeMcu(component, decodeFunction, mcu, row, col) { + const mcuRow = (mcu / mcusPerLine) | 0; + const mcuCol = mcu % mcusPerLine; + const blockRow = mcuRow * component.v + row; + const blockCol = mcuCol * component.h + col; + decodeFunction(component, component.blocks[blockRow][blockCol]); + } + /** + * @param component + * @param decodeFunction + * @param mcu + */ + function decodeBlock(component, decodeFunction, mcu) { + const blockRow = (mcu / component.blocksPerLine) | 0; + const blockCol = mcu % component.blocksPerLine; + decodeFunction(component, component.blocks[blockRow][blockCol]); + } + + const componentsLength = components.length; + let component; + let i; + let j; + let k; + let n; + let decodeFn; + if (progressive) { + if (spectralStart === 0) { + decodeFn = successivePrev === 0 ? decodeDCFirst : decodeDCSuccessive; + } else { + decodeFn = successivePrev === 0 ? decodeACFirst : decodeACSuccessive; + } + } else { + decodeFn = decodeBaseline; + } + + let mcu = 0; + let marker; + let mcuExpected; + if (componentsLength === 1) { + mcuExpected = components[0].blocksPerLine * components[0].blocksPerColumn; + } else { + mcuExpected = mcusPerLine * frame.mcusPerColumn; + } + + const usedResetInterval = resetInterval || mcuExpected; + + while (mcu < mcuExpected) { + // reset interval stuff + for (i = 0; i < componentsLength; i++) { + components[i].pred = 0; + } + eobrun = 0; + + if (componentsLength === 1) { + component = components[0]; + for (n = 0; n < usedResetInterval; n++) { + decodeBlock(component, decodeFn, mcu); + mcu++; + } + } else { + for (n = 0; n < usedResetInterval; n++) { + for (i = 0; i < componentsLength; i++) { + component = components[i]; + const { h, v } = component; + for (j = 0; j < v; j++) { + for (k = 0; k < h; k++) { + decodeMcu(component, decodeFn, mcu, j, k); + } + } + } + mcu++; + + // If we've reached our expected MCU's, stop decoding + if (mcu === mcuExpected) { + break; + } + } + } + + // find marker + bitsCount = 0; + marker = (data[offset] << 8) | data[offset + 1]; + if (marker < 0xff00) { + throw new Error('marker was not found'); + } + + if (marker >= 0xffd0 && marker <= 0xffd7) { + // RSTx + offset += 2; + } else { + break; + } + } + + return offset - startOffset; +} + +/** + * @param frame + * @param component + */ +function buildComponentData(frame, component) { + const lines = []; + const { blocksPerLine, blocksPerColumn } = component; + const samplesPerLine = blocksPerLine << 3; + const R = new Int32Array(64); + const r = new Uint8Array(64); + + // A port of poppler's IDCT method which in turn is taken from: + // Christoph Loeffler, Adriaan Ligtenberg, George S. Moschytz, + // "Practical Fast 1-D DCT Algorithms with 11 Multiplications", + // IEEE Intl. Conf. on Acoustics, Speech & Signal Processing, 1989, + // 988-991. + /** + * @param zz + * @param dataOut + * @param dataIn + */ + function quantizeAndInverse(zz, dataOut, dataIn) { + const qt = component.quantizationTable; + let v0; + let v1; + let v2; + let v3; + let v4; + let v5; + let v6; + let v7; + let t; + const p = dataIn; + let i; + + // dequant + for (i = 0; i < 64; i++) { + p[i] = zz[i] * qt[i]; + } + + // inverse DCT on rows + for (i = 0; i < 8; ++i) { + const row = 8 * i; + + // check for all-zero AC coefficients + if ( + p[1 + row] === 0 && + p[2 + row] === 0 && + p[3 + row] === 0 && + p[4 + row] === 0 && + p[5 + row] === 0 && + p[6 + row] === 0 && + p[7 + row] === 0 + ) { + t = (dctSqrt2 * p[0 + row] + 512) >> 10; + p[0 + row] = t; + p[1 + row] = t; + p[2 + row] = t; + p[3 + row] = t; + p[4 + row] = t; + p[5 + row] = t; + p[6 + row] = t; + p[7 + row] = t; + continue; + } + + // stage 4 + v0 = (dctSqrt2 * p[0 + row] + 128) >> 8; + v1 = (dctSqrt2 * p[4 + row] + 128) >> 8; + v2 = p[2 + row]; + v3 = p[6 + row]; + v4 = (dctSqrt1d2 * (p[1 + row] - p[7 + row]) + 128) >> 8; + v7 = (dctSqrt1d2 * (p[1 + row] + p[7 + row]) + 128) >> 8; + v5 = p[3 + row] << 4; + v6 = p[5 + row] << 4; + + // stage 3 + t = (v0 - v1 + 1) >> 1; + v0 = (v0 + v1 + 1) >> 1; + v1 = t; + t = (v2 * dctSin6 + v3 * dctCos6 + 128) >> 8; + v2 = (v2 * dctCos6 - v3 * dctSin6 + 128) >> 8; + v3 = t; + t = (v4 - v6 + 1) >> 1; + v4 = (v4 + v6 + 1) >> 1; + v6 = t; + t = (v7 + v5 + 1) >> 1; + v5 = (v7 - v5 + 1) >> 1; + v7 = t; + + // stage 2 + t = (v0 - v3 + 1) >> 1; + v0 = (v0 + v3 + 1) >> 1; + v3 = t; + t = (v1 - v2 + 1) >> 1; + v1 = (v1 + v2 + 1) >> 1; + v2 = t; + t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12; + v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12; + v7 = t; + t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12; + v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12; + v6 = t; + + // stage 1 + p[0 + row] = v0 + v7; + p[7 + row] = v0 - v7; + p[1 + row] = v1 + v6; + p[6 + row] = v1 - v6; + p[2 + row] = v2 + v5; + p[5 + row] = v2 - v5; + p[3 + row] = v3 + v4; + p[4 + row] = v3 - v4; + } + + // inverse DCT on columns + for (i = 0; i < 8; ++i) { + const col = i; + + // check for all-zero AC coefficients + if ( + p[1 * 8 + col] === 0 && + p[2 * 8 + col] === 0 && + p[3 * 8 + col] === 0 && + p[4 * 8 + col] === 0 && + p[5 * 8 + col] === 0 && + p[6 * 8 + col] === 0 && + p[7 * 8 + col] === 0 + ) { + t = (dctSqrt2 * dataIn[i + 0] + 8192) >> 14; + p[0 * 8 + col] = t; + p[1 * 8 + col] = t; + p[2 * 8 + col] = t; + p[3 * 8 + col] = t; + p[4 * 8 + col] = t; + p[5 * 8 + col] = t; + p[6 * 8 + col] = t; + p[7 * 8 + col] = t; + continue; + } + + // stage 4 + v0 = (dctSqrt2 * p[0 * 8 + col] + 2048) >> 12; + v1 = (dctSqrt2 * p[4 * 8 + col] + 2048) >> 12; + v2 = p[2 * 8 + col]; + v3 = p[6 * 8 + col]; + v4 = (dctSqrt1d2 * (p[1 * 8 + col] - p[7 * 8 + col]) + 2048) >> 12; + v7 = (dctSqrt1d2 * (p[1 * 8 + col] + p[7 * 8 + col]) + 2048) >> 12; + v5 = p[3 * 8 + col]; + v6 = p[5 * 8 + col]; + + // stage 3 + t = (v0 - v1 + 1) >> 1; + v0 = (v0 + v1 + 1) >> 1; + v1 = t; + t = (v2 * dctSin6 + v3 * dctCos6 + 2048) >> 12; + v2 = (v2 * dctCos6 - v3 * dctSin6 + 2048) >> 12; + v3 = t; + t = (v4 - v6 + 1) >> 1; + v4 = (v4 + v6 + 1) >> 1; + v6 = t; + t = (v7 + v5 + 1) >> 1; + v5 = (v7 - v5 + 1) >> 1; + v7 = t; + + // stage 2 + t = (v0 - v3 + 1) >> 1; + v0 = (v0 + v3 + 1) >> 1; + v3 = t; + t = (v1 - v2 + 1) >> 1; + v1 = (v1 + v2 + 1) >> 1; + v2 = t; + t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12; + v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12; + v7 = t; + t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12; + v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12; + v6 = t; + + // stage 1 + p[0 * 8 + col] = v0 + v7; + p[7 * 8 + col] = v0 - v7; + p[1 * 8 + col] = v1 + v6; + p[6 * 8 + col] = v1 - v6; + p[2 * 8 + col] = v2 + v5; + p[5 * 8 + col] = v2 - v5; + p[3 * 8 + col] = v3 + v4; + p[4 * 8 + col] = v3 - v4; + } + + // convert to 8-bit integers + for (i = 0; i < 64; ++i) { + const sample = 128 + ((p[i] + 8) >> 4); + if (sample < 0) { + dataOut[i] = 0; + } else if (sample > 0xff) { + dataOut[i] = 0xff; + } else { + dataOut[i] = sample; + } + } + } + + for (let blockRow = 0; blockRow < blocksPerColumn; blockRow++) { + const scanLine = blockRow << 3; + for (let i = 0; i < 8; i++) { + lines.push(new Uint8Array(samplesPerLine)); + } + for (let blockCol = 0; blockCol < blocksPerLine; blockCol++) { + quantizeAndInverse(component.blocks[blockRow][blockCol], r, R); + + let offset = 0; + const sample = blockCol << 3; + for (let j = 0; j < 8; j++) { + const line = lines[scanLine + j]; + for (let i = 0; i < 8; i++) { + line[sample + i] = r[offset++]; + } + } + } + } + return lines; +} + +/** + * + */ +class JpegStreamReader { + /** + * + */ + constructor() { + this.jfif = null; + this.adobe = null; + + this.quantizationTables = []; + this.huffmanTablesAC = []; + this.huffmanTablesDC = []; + this.resetFrames(); + } + + /** + * + */ + resetFrames() { + this.frames = []; + } + + /** + * @param data + */ + parse(data) { + let offset = 0; + // const { length } = data; + /** + * + */ + function readUint16() { + const value = (data[offset] << 8) | data[offset + 1]; + offset += 2; + return value; + } + /** + * + */ + function readDataBlock() { + const length = readUint16(); + const array = data.subarray(offset, offset + length - 2); + offset += array.length; + return array; + } + /** + * @param frame + */ + function prepareComponents(frame) { + let maxH = 0; + let maxV = 0; + let component; + let componentId; + for (componentId in frame.components) { + if (frame.components.hasOwnProperty(componentId)) { + component = frame.components[componentId]; + if (maxH < component.h) { + maxH = component.h; + } + if (maxV < component.v) { + maxV = component.v; + } + } + } + const mcusPerLine = Math.ceil(frame.samplesPerLine / 8 / maxH); + const mcusPerColumn = Math.ceil(frame.scanLines / 8 / maxV); + for (componentId in frame.components) { + if (frame.components.hasOwnProperty(componentId)) { + component = frame.components[componentId]; + const blocksPerLine = Math.ceil( + (Math.ceil(frame.samplesPerLine / 8) * component.h) / maxH, + ); + const blocksPerColumn = Math.ceil((Math.ceil(frame.scanLines / 8) * component.v) / maxV); + const blocksPerLineForMcu = mcusPerLine * component.h; + const blocksPerColumnForMcu = mcusPerColumn * component.v; + const blocks = []; + for (let i = 0; i < blocksPerColumnForMcu; i++) { + const row = []; + for (let j = 0; j < blocksPerLineForMcu; j++) { + row.push(new Int32Array(64)); + } + blocks.push(row); + } + component.blocksPerLine = blocksPerLine; + component.blocksPerColumn = blocksPerColumn; + component.blocks = blocks; + } + } + frame.maxH = maxH; + frame.maxV = maxV; + frame.mcusPerLine = mcusPerLine; + frame.mcusPerColumn = mcusPerColumn; + } + + let fileMarker = readUint16(); + if (fileMarker !== 0xffd8) { + // SOI (Start of Image) + throw new Error('SOI not found'); + } + + fileMarker = readUint16(); + while (fileMarker !== 0xffd9) { + // EOI (End of image) + switch (fileMarker) { + case 0xff00: + break; + case 0xffe0: // APP0 (Application Specific) + case 0xffe1: // APP1 + case 0xffe2: // APP2 + case 0xffe3: // APP3 + case 0xffe4: // APP4 + case 0xffe5: // APP5 + case 0xffe6: // APP6 + case 0xffe7: // APP7 + case 0xffe8: // APP8 + case 0xffe9: // APP9 + case 0xffea: // APP10 + case 0xffeb: // APP11 + case 0xffec: // APP12 + case 0xffed: // APP13 + case 0xffee: // APP14 + case 0xffef: // APP15 + case 0xfffe: { + // COM (Comment) + const appData = readDataBlock(); + + if (fileMarker === 0xffe0) { + if ( + appData[0] === 0x4a && + appData[1] === 0x46 && + appData[2] === 0x49 && + appData[3] === 0x46 && + appData[4] === 0 + ) { + // 'JFIF\x00' + this.jfif = { + version: { major: appData[5], minor: appData[6] }, + densityUnits: appData[7], + xDensity: (appData[8] << 8) | appData[9], + yDensity: (appData[10] << 8) | appData[11], + thumbWidth: appData[12], + thumbHeight: appData[13], + thumbData: appData.subarray(14, 14 + 3 * appData[12] * appData[13]), + }; + } + } + // TODO APP1 - Exif + if (fileMarker === 0xffee) { + if ( + appData[0] === 0x41 && + appData[1] === 0x64 && + appData[2] === 0x6f && + appData[3] === 0x62 && + appData[4] === 0x65 && + appData[5] === 0 + ) { + // 'Adobe\x00' + this.adobe = { + version: appData[6], + flags0: (appData[7] << 8) | appData[8], + flags1: (appData[9] << 8) | appData[10], + transformCode: appData[11], + }; + } + } + break; + } + + case 0xffdb: { + // DQT (Define Quantization Tables) + const quantizationTablesLength = readUint16(); + const quantizationTablesEnd = quantizationTablesLength + offset - 2; + while (offset < quantizationTablesEnd) { + const quantizationTableSpec = data[offset++]; + const tableData = new Int32Array(64); + if (quantizationTableSpec >> 4 === 0) { + // 8 bit values + for (let j = 0; j < 64; j++) { + const z = dctZigZag[j]; + tableData[z] = data[offset++]; + } + } else if (quantizationTableSpec >> 4 === 1) { + // 16 bit + for (let j = 0; j < 64; j++) { + const z = dctZigZag[j]; + tableData[z] = readUint16(); + } + } else { + throw new Error('DQT: invalid table spec'); + } + this.quantizationTables[quantizationTableSpec & 15] = tableData; + } + break; + } + + case 0xffc0: // SOF0 (Start of Frame, Baseline DCT) + case 0xffc1: // SOF1 (Start of Frame, Extended DCT) + case 0xffc2: { + // SOF2 (Start of Frame, Progressive DCT) + readUint16(); // skip data length + const frame = { + extended: fileMarker === 0xffc1, + progressive: fileMarker === 0xffc2, + precision: data[offset++], + scanLines: readUint16(), + samplesPerLine: readUint16(), + components: {}, + componentsOrder: [], + }; + + const componentsCount = data[offset++]; + let componentId; + // let maxH = 0; + // let maxV = 0; + for (let i = 0; i < componentsCount; i++) { + componentId = data[offset]; + const h = data[offset + 1] >> 4; + const v = data[offset + 1] & 15; + const qId = data[offset + 2]; + frame.componentsOrder.push(componentId); + frame.components[componentId] = { + h, + v, + quantizationIdx: qId, + }; + offset += 3; + } + prepareComponents(frame); + this.frames.push(frame); + break; + } + + case 0xffc4: { + // DHT (Define Huffman Tables) + const huffmanLength = readUint16(); + for (let i = 2; i < huffmanLength; ) { + const huffmanTableSpec = data[offset++]; + const codeLengths = new Uint8Array(16); + let codeLengthSum = 0; + for (let j = 0; j < 16; j++, offset++) { + codeLengths[j] = data[offset]; + codeLengthSum += codeLengths[j]; + } + const huffmanValues = new Uint8Array(codeLengthSum); + for (let j = 0; j < codeLengthSum; j++, offset++) { + huffmanValues[j] = data[offset]; + } + i += 17 + codeLengthSum; + + if (huffmanTableSpec >> 4 === 0) { + this.huffmanTablesDC[huffmanTableSpec & 15] = buildHuffmanTable( + codeLengths, + huffmanValues, + ); + } else { + this.huffmanTablesAC[huffmanTableSpec & 15] = buildHuffmanTable( + codeLengths, + huffmanValues, + ); + } + } + break; + } + + case 0xffdd: // DRI (Define Restart Interval) + readUint16(); // skip data length + this.resetInterval = readUint16(); + break; + + case 0xffda: { + // SOS (Start of Scan) + readUint16(); // skip length + const selectorsCount = data[offset++]; + const components = []; + const frame = this.frames[0]; + for (let i = 0; i < selectorsCount; i++) { + const component = frame.components[data[offset++]]; + const tableSpec = data[offset++]; + component.huffmanTableDC = this.huffmanTablesDC[tableSpec >> 4]; + component.huffmanTableAC = this.huffmanTablesAC[tableSpec & 15]; + components.push(component); + } + const spectralStart = data[offset++]; + const spectralEnd = data[offset++]; + const successiveApproximation = data[offset++]; + const processed = decodeScan( + data, + offset, + frame, + components, + this.resetInterval, + spectralStart, + spectralEnd, + successiveApproximation >> 4, + successiveApproximation & 15, + ); + offset += processed; + break; + } + + case 0xffff: // Fill bytes + if (data[offset] !== 0xff) { + // Avoid skipping a valid marker. + offset--; + } + break; + + default: + if (data[offset - 3] === 0xff && data[offset - 2] >= 0xc0 && data[offset - 2] <= 0xfe) { + // could be incorrect encoding -- last 0xFF byte of the previous + // block was eaten by the encoder + offset -= 3; + break; + } + throw new Error(`unknown JPEG marker ${fileMarker.toString(16)}`); + } + fileMarker = readUint16(); + } + } + + /** + * + */ + getResult() { + const { frames } = this; + if (this.frames.length === 0) { + throw new Error('no frames were decoded'); + } else if (this.frames.length > 1) { + console.warn('more than one frame is not supported'); + } + + // set each frame's components quantization table + for (let i = 0; i < this.frames.length; i++) { + const cp = this.frames[i].components; + for (const j of Object.keys(cp)) { + cp[j].quantizationTable = this.quantizationTables[cp[j].quantizationIdx]; + delete cp[j].quantizationIdx; + } + } + + const frame = frames[0]; + const { components, componentsOrder } = frame; + const outComponents = []; + const width = frame.samplesPerLine; + const height = frame.scanLines; + + for (let i = 0; i < componentsOrder.length; i++) { + const component = components[componentsOrder[i]]; + outComponents.push({ + lines: buildComponentData(frame, component), + scaleX: component.h / frame.maxH, + scaleY: component.v / frame.maxV, + }); + } + + const out = new Uint8Array(width * height * outComponents.length); + let oi = 0; + for (let y = 0; y < height; ++y) { + for (let x = 0; x < width; ++x) { + for (let i = 0; i < outComponents.length; ++i) { + const component = outComponents[i]; + out[oi] = component.lines[0 | (y * component.scaleY)][0 | (x * component.scaleX)]; + ++oi; + } + } + } + return out; + } +} + +/** + * @param buffer + * @param jpegTables + */ +export function jpegDecoder(buffer: ArrayBufferLike, jpegTables?: number[]): ArrayBufferLike { + const reader = new JpegStreamReader(); + if (jpegTables !== undefined) reader.parse(new Uint8Array(jpegTables)); + reader.parse(new Uint8Array(buffer)); + const res = reader.getResult(); + return res.buffer; +} diff --git a/src/readers/geotiff/predictor.ts b/src/readers/geotiff/predictor.ts index 0b15754a..04c318c3 100644 --- a/src/readers/geotiff/predictor.ts +++ b/src/readers/geotiff/predictor.ts @@ -2,7 +2,7 @@ * @param row * @param stride */ -function decodeRowAcc(row, stride) { +function decodeRowAcc(row: Uint8Array | Uint16Array | Uint32Array, stride: number): void { let length = row.length - stride; let offset = 0; do { @@ -20,7 +20,11 @@ function decodeRowAcc(row, stride) { * @param stride * @param bytesPerSample */ -function decodeRowFloatingPoint(row, stride, bytesPerSample) { +function decodeRowFloatingPoint( + row: Uint8Array | Uint16Array | Uint32Array, + stride: number, + bytesPerSample: number, +) { let index = 0; let count = row.length; const wc = count / bytesPerSample; @@ -50,14 +54,14 @@ function decodeRowFloatingPoint(row, stride, bytesPerSample) { * @param planarConfiguration */ export function applyPredictor( - block, - predictor, - width, - height, - bitsPerSample, - planarConfiguration, + block: ArrayBufferLike, + predictor: number, + width: number, + height: number, + bitsPerSample: number[], + planarConfiguration: number, ) { - if (!predictor || predictor === 1) { + if (predictor === 0 || predictor === 1) { return block; } @@ -106,7 +110,7 @@ export function applyPredictor( default: throw new Error(`Predictor 2 not allowed with ${bitsPerSample[0]} bits per sample.`); } - decodeRowAcc(row, stride, bytesPerSample); + decodeRowAcc(row, stride); } else if (predictor === 3) { // horizontal floating point row = new Uint8Array( diff --git a/src/readers/geotiff/proj.ts b/src/readers/geotiff/proj.ts new file mode 100644 index 00000000..27a4c535 --- /dev/null +++ b/src/readers/geotiff/proj.ts @@ -0,0 +1,282 @@ +import { + D2R, + FT_TO_M, + GRD2R, + MIN2R, + SEC2R, + Transformer, + US_FT_TO_M, + US_MOD_FT_TO_M, + injectAllDefinitions, + injectAllEPSGCodes, +} from '../../proj4'; + +import type { DatumParams } from '..'; +import type { GeoKeyDirectory } from '.'; +import type { ProjectionParams } from '../../proj4'; + +/** + * @param geoKeys + */ +export function buildTransform(geoKeys?: GeoKeyDirectory): Transformer { + const params = buildParams(geoKeys); + const transformer = new Transformer(); + injectAllDefinitions(transformer); + injectAllEPSGCodes(transformer); + if (params !== undefined) transformer.setSource(params); + return transformer; +} + +/** + * NOTE: This project assumes ProjectionGeoKey and ProjectedCSTypeGeoKey will always be + * set to 32767. This means the projection is user defined. Other mappings are waaay + * too complicated. + * @param geoKeys - the geo-keys pulled from the image metadata + * @returns - the projection parameters. If nothing is returned a lon-lat system is already in place + */ +function buildParams(geoKeys?: GeoKeyDirectory): ProjectionParams | undefined { + const { + GTModelTypeGeoKey, // http://geotiff.maptools.org/spec/geotiff6.html#6.3.1.1 + // GTRasterTypeGeoKey, // http://geotiff.maptools.org/spec/geotiff6.html#6.3.1.2 (used at a higher level) + GTCitationGeoKey, + // GeographicTypeGeoKey, // http://geotiff.maptools.org/spec/geotiff6.html#6.3.2.1 + GeogCitationGeoKey, + // Unimplemented: a DATUM based lookup system + // GeogGeodeticDatumGeoKey, // http://geotiff.maptools.org/spec/geotiff6.html#6.3.2.2 + GeogPrimeMeridianGeoKey, + GeogLinearUnitsGeoKey, + // GeogLinearUnitSizeGeoKey, + GeogAngularUnitsGeoKey, + // GeogAngularUnitSizeGeoKey, + GeogEllipsoidGeoKey, + GeogSemiMajorAxisGeoKey, + GeogSemiMinorAxisGeoKey, + GeogInvFlatteningGeoKey, + GeogAzimuthUnitsGeoKey, + GeogPrimeMeridianLongGeoKey, + GeogTOWGS84GeoKey, + ProjectedCSTypeGeoKey, + // PCSCitationGeoKey, -> documentation flag (unused) + ProjectionGeoKey, + ProjCoordTransGeoKey, + ProjLinearUnitsGeoKey, + // ProjLinearUnitSizeGeoKey, + ProjStdParallel1GeoKey, + ProjStdParallel2GeoKey, + ProjNatOriginLongGeoKey, + ProjNatOriginLatGeoKey, + ProjFalseEastingGeoKey, + ProjFalseNorthingGeoKey, + ProjFalseOriginLongGeoKey, + ProjFalseOriginLatGeoKey, + ProjFalseOriginEastingGeoKey, + ProjFalseOriginNorthingGeoKey, + ProjCenterLongGeoKey, + ProjCenterLatGeoKey, + ProjCenterEastingGeoKey, + ProjCenterNorthingGeoKey, + ProjScaleAtNatOriginGeoKey, + ProjScaleAtCenterGeoKey, + ProjAzimuthAngleGeoKey, + ProjStraightVertPoleLongGeoKey, + ProjRectifiedGridAngleGeoKey, + VerticalCSTypeGeoKey, + // VerticalCitationGeoKey, - documentation flag (unused) + // VerticalDatumGeoKey, - this was never implemented by geotiff + VerticalUnitsGeoKey, + } = geoKeys ?? {}; + + if (GTModelTypeGeoKey === 2) return undefined; // already in WGS84 + + const toMeter = buildToMeter( + ProjLinearUnitsGeoKey ?? VerticalUnitsGeoKey ?? GeogLinearUnitsGeoKey, + ); + + return { + name: GTCitationGeoKey, + projName: + fromEPSGKey(ProjectedCSTypeGeoKey ?? VerticalCSTypeGeoKey ?? ProjectionGeoKey) ?? + buildProjName(ProjCoordTransGeoKey), + datumCode: GeogCitationGeoKey, + ellps: buildEllps(GeogEllipsoidGeoKey), + a: GeogSemiMajorAxisGeoKey, + b: GeogSemiMinorAxisGeoKey, + rf: GeogInvFlatteningGeoKey, + alpha: GeogAzimuthUnitsGeoKey ?? getAngle(ProjAzimuthAngleGeoKey, GeogAngularUnitsGeoKey), + x0: + (ProjFalseEastingGeoKey ?? ProjFalseOriginEastingGeoKey ?? ProjCenterEastingGeoKey ?? 0) * + (toMeter ?? 1), + y0: + (ProjFalseNorthingGeoKey ?? ProjFalseOriginNorthingGeoKey ?? ProjCenterNorthingGeoKey ?? 0) * + (toMeter ?? 1), + lat0: (ProjStdParallel1GeoKey ?? ProjNatOriginLatGeoKey ?? ProjFalseOriginLatGeoKey ?? 0) * D2R, + lat1: (ProjStdParallel1GeoKey ?? 0) * D2R, + lat2: (ProjStdParallel2GeoKey ?? 0) * D2R, + long0: + (ProjFalseOriginLongGeoKey ?? + ProjNatOriginLongGeoKey ?? + ProjStraightVertPoleLongGeoKey ?? + 0) * D2R, + longc: (ProjCenterLongGeoKey ?? 0) * D2R, + lamc: (ProjCenterLatGeoKey ?? 0) * D2R, + datumParams: GeogTOWGS84GeoKey as DatumParams | undefined, + fromGreenwich: (GeogPrimeMeridianLongGeoKey ?? GeogPrimeMeridianGeoKey ?? 0) * D2R, + // NOTE: There might be other cases that cause sphere to be true + sphere: GTModelTypeGeoKey === 3 || ProjCoordTransGeoKey === 6 ? true : false, + k0: ProjScaleAtNatOriginGeoKey ?? ProjScaleAtCenterGeoKey, + rectifiedGridAngle: ProjRectifiedGridAngleGeoKey, + toMeter, + }; +} + +/** + * http://geotiff.maptools.org/spec/geotiff6.html#6.3.2.1 + * http://geotiff.maptools.org/spec/geotiff6.html#6.3.3.1 + * @param id + */ +function fromEPSGKey(id?: number): string | undefined { + // 32767 is a user-defined code + if (id === undefined || id === 32767) return undefined; + return `EPSG_${id}`; +} + +/** + * http://geotiff.maptools.org/spec/geotiff6.html#6.3.1.4 + * @param angle + * @param units + */ +function getAngle(angle?: number, units?: number): undefined | number { + if (angle === undefined) return undefined; + if (units === 9001) { + return angle; + } else if (units === 9002) { + return angle * D2R; + } else if (units === 9003) { + return angle * MIN2R; + } else if (units === 9004) { + return angle * SEC2R; + } else if (units === 9005 || units === 9006) { + // GRD2R and GON2R are the same + return angle * GRD2R; + } + // Note: unsupported: + // Angular_DMS = 9107 + // Angular_DMS_Hemisphere = 9108 + return undefined; +} + +/** + * http://geotiff.maptools.org/spec/geotiff6.html#6.3.3.3 + * @param key + */ +function buildProjName(key?: number): string | undefined { + if (key === 1) + return 'tmerc'; // Transverse_Mercator, GaussBoaga; GaussKruger + else if (key === 2) + return 'etmerc'; // TransvMercator_Modified_Alaska, AlaskaConformal + else if (key === 3) + return 'omerc'; // ObliqueMercator, ObliqueMercator_Hotine + else if (key === 4) + return 'omerc'; // ObliqueMercator_Laborde + else if (key === 5) + return 'omerc'; // ObliqueMercator_Rosenmund + else if (key === 6) + return 'omerc'; // ObliqueMercator_Spherical + else if (key === 7) + return 'merc'; // Mercator + else if (key === 8) + return 'lcc'; // LambertConfConic_2SP + else if (key === 9) + return 'lcc'; // LambertConfConic_Helmert + else if (key === 10) + return 'laea'; // LambertAzimEqualArea + else if (key === 11) + return 'aea'; // AlbersEqualArea + else if (key === 12) + return 'aeqd'; // AzimuthalEquidistant + else if (key === 13) + return 'eqdc'; // EquidistantConic + else if (key === 14) + return 'stere'; // Stereographic + else if (key === 15) + return 'stere'; // PolarStereographic + else if (key === 16) + return 'sterea'; // ObliqueStereographic + else if (key === 17) + return 'eqc'; // Equirectangular + else if (key === 18) + return 'cass'; // CassiniSoldner, TransvEquidistCylindrical + else if (key === 19) + return 'gnom'; // Gnomonic + else if (key === 20) + return 'mill'; // MillerCylindrical + else if (key === 21) + return 'ortho'; // Orthographic + else if (key === 22) + return 'poly'; // Polyconic + else if (key === 23) + return 'robin'; // Robinson + else if (key === 24) + return 'sinu'; // Sinusoidal + else if (key === 25) + return 'vandg'; // VanDerGrinten + else if (key === 26) + return 'nzmg'; // NewZealandMapGrid + else if (key === 27) return 'etmerc'; // TransvMercator_SouthOriented + return undefined; +} + +/** + * @param key + */ +function buildEllps(key?: number): string | undefined { + if (key === 7001) return 'airy'; + else if (key === 7002) return 'mod_airy'; + else if (key === 7003) return 'aust_SA'; + else if (key === 7004) return 'bessel'; + else if (key === 7005) return 'mod_bessel'; + else if (key === 7006) return 'bess_nam'; + else if (key === 7007) return 'clrk58'; + else if (key === 7008) return 'clrk66'; + else if (key === 7009) return 'clrk80mich'; + else if (key === 7010) return 'clrk80ben'; + else if (key === 7011) return 'clrk80ign'; + else if (key === 7012) return 'clrk80rgs'; + else if (key === 7013) return 'clrk80arc'; + else if (key === 7014) return 'clrk80sga'; + else if (key === 7015) return 'evrst30'; + else if (key === 7016) return 'evrstSS'; + else if (key === 7017) return 'evrst75'; + else if (key === 7018) return 'evrst30_mod'; + else if (key === 7019) return 'GRS80'; + else if (key === 7020) return 'helmert'; + else if (key === 7021) return 'indonesian'; + else if (key === 7022) return 'intl24'; + else if (key === 7023) return 'intl67'; + else if (key === 7024) return 'krass'; + else if (key === 7025) return 'NWL9D'; + else if (key === 7026) return 'NWL10D'; + else if (key === 7027) return 'plessis'; + else if (key === 7028) return 'struve'; + else if (key === 7029) return 'WARO'; + else if (key === 7030) return 'WGS84'; + else if (key === 7031) return 'GEM10C'; + else if (key === 7032) return 'OSU86F'; + else if (key === 7033) return 'OSU91A'; + else if (key === 7034) return 'clrk80'; + else if (key === 7035) return 'SPHERE'; + else return undefined; +} + +/** + * http://geotiff.maptools.org/spec/geotiff6.html#6.3.1.3 + * @param key + */ +function buildToMeter(key?: number): number | undefined { + if (key === 9001) + return 1; // already in meters + else if (key === 9002) return FT_TO_M; + else if (key === 9003) return US_FT_TO_M; + else if (key === 9004) return US_MOD_FT_TO_M; + // others are unsupported +} diff --git a/src/readers/geotiff/raster/color.ts b/src/readers/geotiff/raster/color.ts deleted file mode 100644 index 3c00a52b..00000000 --- a/src/readers/geotiff/raster/color.ts +++ /dev/null @@ -1,133 +0,0 @@ -import type { Raster } from '.'; - -/** - * @param raster - * @param max - */ -export function fromWhiteIsZero(raster: Raster, max: number): Uint8Array { - const { width, height, data } = raster; - const rgbRaster = new Uint8Array(width * height * 3); - let value; - for (let i = 0, j = 0; i < raster.length; ++i, j += 3) { - value = 256 - (data[i] / max) * 256; - rgbRaster[j] = value; - rgbRaster[j + 1] = value; - rgbRaster[j + 2] = value; - } - return rgbRaster; -} - -/** - * @param raster - * @param max - */ -export function fromBlackIsZero(raster: Raster, max: number): Uint8Array { - const { width, height, data } = raster; - const rgbRaster = new Uint8Array(width * height * 3); - let value; - for (let i = 0, j = 0; i < raster.length; ++i, j += 3) { - value = (data[i] / max) * 256; - rgbRaster[j] = value; - rgbRaster[j + 1] = value; - rgbRaster[j + 2] = value; - } - return rgbRaster; -} - -/** - * @param raster - * @param colorMap - */ -export function fromPalette(raster: Raster, colorMap: number[]): Uint8Array { - const { width, height, data } = raster; - const rgbRaster = new Uint8Array(width * height * 3); - const greenOffset = colorMap.length / 3; - const blueOffset = (colorMap.length / 3) * 2; - for (let i = 0, j = 0; i < raster.length; ++i, j += 3) { - const mapIndex = data[i]; - rgbRaster[j] = (colorMap[mapIndex] / 65536) * 256; - rgbRaster[j + 1] = (colorMap[mapIndex + greenOffset] / 65536) * 256; - rgbRaster[j + 2] = (colorMap[mapIndex + blueOffset] / 65536) * 256; - } - return rgbRaster; -} - -/** - * @param cmykRaster - */ -export function fromCMYK(cmykRaster: Raster): Uint8Array { - const { width, height, data } = cmykRaster; - const rgbRaster = new Uint8Array(width * height * 3); - for (let i = 0, j = 0; i < cmykRaster.length; i += 4, j += 3) { - const c = data[i]; - const m = data[i + 1]; - const y = data[i + 2]; - const k = data[i + 3]; - - rgbRaster[j] = 255 * ((255 - c) / 256) * ((255 - k) / 256); - rgbRaster[j + 1] = 255 * ((255 - m) / 256) * ((255 - k) / 256); - rgbRaster[j + 2] = 255 * ((255 - y) / 256) * ((255 - k) / 256); - } - return rgbRaster; -} - -/** - * @param yCbCrRaster - */ -export function fromYCbCr(yCbCrRaster: Raster): Uint8ClampedArray { - const { width, height, data } = yCbCrRaster; - const rgbRaster = new Uint8ClampedArray(width * height * 3); - for (let i = 0, j = 0; i < yCbCrRaster.length; i += 3, j += 3) { - const y = data[i]; - const cb = data[i + 1]; - const cr = data[i + 2]; - - rgbRaster[j] = y + 1.402 * (cr - 0x80); - rgbRaster[j + 1] = y - 0.34414 * (cb - 0x80) - 0.71414 * (cr - 0x80); - rgbRaster[j + 2] = y + 1.772 * (cb - 0x80); - } - return rgbRaster; -} - -const Xn = 0.95047; -const Yn = 1.0; -const Zn = 1.08883; - -/** - * https://github.com/antimatter15/rgb-lab/blob/master/color.js - * @param cieLabRaster - */ -export function fromCIELab(cieLabRaster: Raster): Uint8Array { - const { width, height, data } = cieLabRaster; - const rgbRaster = new Uint8Array(width * height * 3); - - for (let i = 0, j = 0; i < cieLabRaster.length; i += 3, j += 3) { - const L = data[i + 0]; - const a_ = (data[i + 1] << 24) >> 24; // conversion from uint8 to int8 - const b_ = (data[i + 2] << 24) >> 24; // same - - let y = (L + 16) / 116; - let x = a_ / 500 + y; - let z = y - b_ / 200; - let r; - let g; - let b; - - x = Xn * (x * x * x > 0.008856 ? x * x * x : (x - 16 / 116) / 7.787); - y = Yn * (y * y * y > 0.008856 ? y * y * y : (y - 16 / 116) / 7.787); - z = Zn * (z * z * z > 0.008856 ? z * z * z : (z - 16 / 116) / 7.787); - - r = x * 3.2406 + y * -1.5372 + z * -0.4986; - g = x * -0.9689 + y * 1.8758 + z * 0.0415; - b = x * 0.0557 + y * -0.204 + z * 1.057; - - r = r > 0.0031308 ? 1.055 * r ** (1 / 2.4) - 0.055 : 12.92 * r; - g = g > 0.0031308 ? 1.055 * g ** (1 / 2.4) - 0.055 : 12.92 * g; - b = b > 0.0031308 ? 1.055 * b ** (1 / 2.4) - 0.055 : 12.92 * b; - - rgbRaster[j] = Math.max(0, Math.min(1, r)) * 255; - rgbRaster[j + 1] = Math.max(0, Math.min(1, g)) * 255; - rgbRaster[j + 2] = Math.max(0, Math.min(1, b)) * 255; - } - return rgbRaster; -} diff --git a/src/readers/geotiff/raster/index.ts b/src/readers/geotiff/raster/index.ts deleted file mode 100644 index aa2a0413..00000000 --- a/src/readers/geotiff/raster/index.ts +++ /dev/null @@ -1,20 +0,0 @@ -export * from './color'; - -/** Raster container with convenience methods */ -export class Raster { - /** - * @param data - the image data - * @param width - the image width - * @param height - the image height - */ - constructor( - public data: Uint8Array, - public width: number, - public height: number, - ) {} - - /** @returns the length of the data */ - get length() { - return this.data.length; - } -} diff --git a/src/readers/geotiff/resample.ts b/src/readers/geotiff/resample.ts deleted file mode 100644 index 73a8a3fd..00000000 --- a/src/readers/geotiff/resample.ts +++ /dev/null @@ -1,271 +0,0 @@ -/** - * @param array - * @param width - * @param height - * @param samplesPerPixel - */ -function copyNewSize( - array: number[], - width: number, - height: number, - samplesPerPixel = 1, -): number[] { - return new (Object.getPrototypeOf(array).constructor)(width * height * samplesPerPixel); -} - -/** - * Resample the input arrays using nearest neighbor value selection. - * @param valueArrays The input arrays to resample - * @param inWidth The width of the input rasters - * @param inHeight The height of the input rasters - * @param outWidth The desired width of the output rasters - * @param outHeight The desired height of the output rasters - * @returns The resampled rasters - */ -export function resampleNearest( - valueArrays: number[][], - inWidth: number, - inHeight: number, - outWidth: number, - outHeight: number, -): number[][] { - const relX = inWidth / outWidth; - const relY = inHeight / outHeight; - return valueArrays.map((array) => { - const newArray = copyNewSize(array, outWidth, outHeight); - for (let y = 0; y < outHeight; ++y) { - const cy = Math.min(Math.round(relY * y), inHeight - 1); - for (let x = 0; x < outWidth; ++x) { - const cx = Math.min(Math.round(relX * x), inWidth - 1); - const value = array[cy * inWidth + cx]; - newArray[y * outWidth + x] = value; - } - } - return newArray; - }); -} - -/** - * simple linear interpolation, code from: - * https://en.wikipedia.org/wiki/Linear_interpolation#Programming_language_support - * @param v0 - * @param v1 - * @param t - */ -function lerp(v0: number, v1: number, t: number): number { - return (1 - t) * v0 + t * v1; -} - -/** - * Resample the input arrays using bilinear interpolation. - * @param valueArrays The input arrays to resample - * @param inWidth The width of the input rasters - * @param inHeight The height of the input rasters - * @param outWidth The desired width of the output rasters - * @param outHeight The desired height of the output rasters - * @returns The resampled rasters - */ -export function resampleBilinear( - valueArrays: number[][], - inWidth: number, - inHeight: number, - outWidth: number, - outHeight: number, -): number[][] { - const relX = inWidth / outWidth; - const relY = inHeight / outHeight; - - return valueArrays.map((array) => { - const newArray = copyNewSize(array, outWidth, outHeight); - for (let y = 0; y < outHeight; ++y) { - const rawY = relY * y; - - const yl = Math.floor(rawY); - const yh = Math.min(Math.ceil(rawY), inHeight - 1); - - for (let x = 0; x < outWidth; ++x) { - const rawX = relX * x; - const tx = rawX % 1; - - const xl = Math.floor(rawX); - const xh = Math.min(Math.ceil(rawX), inWidth - 1); - - const ll = array[yl * inWidth + xl]; - const hl = array[yl * inWidth + xh]; - const lh = array[yh * inWidth + xl]; - const hh = array[yh * inWidth + xh]; - - const value = lerp(lerp(ll, hl, tx), lerp(lh, hh, tx), rawY % 1); - newArray[y * outWidth + x] = value; - } - } - return newArray; - }); -} - -/** - * - */ -export type Method = 'nearest' | 'bilinear' | 'linear'; - -/** - * Resample the input arrays using the selected resampling method. - * @param valueArrays The input arrays to resample - * @param inWidth The width of the input rasters - * @param inHeight The height of the input rasters - * @param outWidth The desired width of the output rasters - * @param outHeight The desired height of the output rasters - * @param [method] The desired resampling method - * @returns The resampled rasters - */ -export function resample( - valueArrays: number[][], - inWidth: number, - inHeight: number, - outWidth: number, - outHeight: number, - method: Method = 'nearest', -): number[][] { - switch (method) { - case 'nearest': - return resampleNearest(valueArrays, inWidth, inHeight, outWidth, outHeight); - case 'bilinear': - case 'linear': - return resampleBilinear(valueArrays, inWidth, inHeight, outWidth, outHeight); - default: - throw new Error(`Unsupported resampling method: '${method}'`); - } -} - -/** - * Resample the pixel interleaved input array using nearest neighbor value selection. - * @param valueArrays The input arrays to resample - * @param valueArray - * @param inWidth The width of the input rasters - * @param inHeight The height of the input rasters - * @param outWidth The desired width of the output rasters - * @param outHeight The desired height of the output rasters - * @param samples The number of samples per pixel for pixel - * interleaved data - * @returns The resampled raster - */ -export function resampleNearestInterleaved( - valueArray: number[], - inWidth: number, - inHeight: number, - outWidth: number, - outHeight: number, - samples: number, -): number[] { - const relX = inWidth / outWidth; - const relY = inHeight / outHeight; - - const newArray = copyNewSize(valueArray, outWidth, outHeight, samples); - for (let y = 0; y < outHeight; ++y) { - const cy = Math.min(Math.round(relY * y), inHeight - 1); - for (let x = 0; x < outWidth; ++x) { - const cx = Math.min(Math.round(relX * x), inWidth - 1); - for (let i = 0; i < samples; ++i) { - const value = valueArray[cy * inWidth * samples + cx * samples + i]; - newArray[y * outWidth * samples + x * samples + i] = value; - } - } - } - return newArray; -} - -/** - * Resample the pixel interleaved input array using bilinear interpolation. - * @param valueArrays The input arrays to resample - * @param valueArray - * @param inWidth The width of the input rasters - * @param inHeight The height of the input rasters - * @param outWidth The desired width of the output rasters - * @param outHeight The desired height of the output rasters - * @param samples The number of samples per pixel for pixel - * interleaved data - * @returns The resampled raster - */ -export function resampleBilinearInterleaved( - valueArray: number[], - inWidth: number, - inHeight: number, - outWidth: number, - outHeight: number, - samples: number, -): number[] { - const relX = inWidth / outWidth; - const relY = inHeight / outHeight; - const newArray = copyNewSize(valueArray, outWidth, outHeight, samples); - for (let y = 0; y < outHeight; ++y) { - const rawY = relY * y; - - const yl = Math.floor(rawY); - const yh = Math.min(Math.ceil(rawY), inHeight - 1); - - for (let x = 0; x < outWidth; ++x) { - const rawX = relX * x; - const tx = rawX % 1; - - const xl = Math.floor(rawX); - const xh = Math.min(Math.ceil(rawX), inWidth - 1); - - for (let i = 0; i < samples; ++i) { - const ll = valueArray[yl * inWidth * samples + xl * samples + i]; - const hl = valueArray[yl * inWidth * samples + xh * samples + i]; - const lh = valueArray[yh * inWidth * samples + xl * samples + i]; - const hh = valueArray[yh * inWidth * samples + xh * samples + i]; - - const value = lerp(lerp(ll, hl, tx), lerp(lh, hh, tx), rawY % 1); - newArray[y * outWidth * samples + x * samples + i] = value; - } - } - } - return newArray; -} - -/** - * Resample the pixel interleaved input array using the selected resampling method. - * @param valueArray The input array to resample - * @param inWidth The width of the input rasters - * @param inHeight The height of the input rasters - * @param outWidth The desired width of the output rasters - * @param outHeight The desired height of the output rasters - * @param samples The number of samples per pixel for pixel - * interleaved data - * @param [method] The desired resampling method - * @returns The resampled rasters - */ -export function resampleInterleaved( - valueArray: number[], - inWidth: number, - inHeight: number, - outWidth: number, - outHeight: number, - samples: number, - method: Method = 'nearest', -): number[] { - switch (method) { - case 'nearest': - return resampleNearestInterleaved( - valueArray, - inWidth, - inHeight, - outWidth, - outHeight, - samples, - ); - case 'bilinear': - case 'linear': - return resampleBilinearInterleaved( - valueArray, - inWidth, - inHeight, - outWidth, - outHeight, - samples, - ); - default: - throw new Error(`Unsupported resampling method: '${method}'`); - } -} diff --git a/src/readers/geotiff/source/blockedsource.ts b/src/readers/geotiff/source/blockedsource.ts deleted file mode 100644 index a879b9fa..00000000 --- a/src/readers/geotiff/source/blockedsource.ts +++ /dev/null @@ -1,299 +0,0 @@ -import Cache from 's2-tools/dataStructures/cache'; -import { BaseSource } from './basesource'; -import { wait, zip } from '../utils'; - -/** A Block is a storage unit explaining a block of data and may contain the data itself */ -class Block { - /** - * @param offset - byte offset - * @param length - byte length - * @param [data] - the actual data - */ - constructor( - public offset: number, - public length: number, - public data?: ArrayBufferLike, - ) {} - - /** @returns the top byte border */ - get top() { - return this.offset + this.length; - } -} - -/** - * - */ -class BlockGroup { - /** - * @param offset - * @param length - * @param blockIds - */ - constructor(offset, length, blockIds) { - this.offset = offset; - this.length = length; - this.blockIds = blockIds; - } -} - -/** - * - */ -export class BlockedSource extends BaseSource { - /** - * @param source The underlying source that shall be blocked and cached - * @param options - * @param [options.blockSize] - * @param [options.cacheSize] - */ - constructor(source, { blockSize = 65536, cacheSize = 100 } = {}) { - super(); - this.source = source; - this.blockSize = blockSize; - - // this.blockCache = new Cache({ - // maxSize: cacheSize, - // /** - // * @param blockId - // * @param block - // */ - // onEviction: (blockId, block) => { - // this.evictedBlocks.set(blockId, block); - // }, - // }); - this.blockCache = new Cache(cacheSize, (blockId, block) => { - this.evictedBlocks.set(blockId, block); - }); - - this.evictedBlocks = new Map(); - - // mapping blockId -> Block instance - this.blockRequests = new Map(); - - // set of blockIds missing for the current requests - this.blockIdsToFetch = new Set(); - - this.abortedBlockIds = new Set(); - } - - /** - * - */ - get fileSize() { - return this.source.fileSize; - } - - /** - * @param slices - * @param signal - */ - async fetch(slices, signal) { - const blockRequests = []; - const missingBlockIds = []; - const allBlockIds = []; - this.evictedBlocks.clear(); - - for (const { offset, length } of slices) { - let top = offset + length; - - const { fileSize } = this; - if (fileSize !== null) { - top = Math.min(top, fileSize); - } - - const firstBlockOffset = Math.floor(offset / this.blockSize) * this.blockSize; - - for (let current = firstBlockOffset; current < top; current += this.blockSize) { - const blockId = Math.floor(current / this.blockSize); - if (!this.blockCache.has(blockId) && !this.blockRequests.has(blockId)) { - this.blockIdsToFetch.add(blockId); - missingBlockIds.push(blockId); - } - if (this.blockRequests.has(blockId)) { - blockRequests.push(this.blockRequests.get(blockId)); - } - allBlockIds.push(blockId); - } - } - - // allow additional block requests to accumulate - await wait(); - this.fetchBlocks(signal); - - // Gather all of the new requests that this fetch call is contributing to `fetch`. - const missingRequests = []; - for (const blockId of missingBlockIds) { - // The requested missing block could already be in the cache - // instead of having its request still be outstanding. - if (this.blockRequests.has(blockId)) { - missingRequests.push(this.blockRequests.get(blockId)); - } - } - - // Actually await all pending requests that are needed for this `fetch`. - await Promise.allSettled(blockRequests); - await Promise.allSettled(missingRequests); - - // Perform retries if a block was interrupted by a previous signal - const abortedBlockRequests = []; - const abortedBlockIds = allBlockIds.filter( - (id) => this.abortedBlockIds.has(id) || !this.blockCache.has(id), - ); - abortedBlockIds.forEach((id) => this.blockIdsToFetch.add(id)); - // start the retry of some blocks if required - if (abortedBlockIds.length > 0 && signal && !signal.aborted) { - this.fetchBlocks(null); - for (const blockId of abortedBlockIds) { - const block = this.blockRequests.get(blockId); - if (!block) { - throw new Error(`Block ${blockId} is not in the block requests`); - } - abortedBlockRequests.push(block); - } - await Promise.allSettled(abortedBlockRequests); - } - - // throw an abort error - if (signal && signal.aborted) { - throw new AbortError('Request was aborted'); - } - - const blocks = allBlockIds.map((id) => this.blockCache.get(id) || this.evictedBlocks.get(id)); - const failedBlocks = blocks.filter((i) => !i); - if (failedBlocks.length) { - throw new AggregateError(failedBlocks, 'Request failed'); - } - - // create a final Map, with all required blocks for this request to satisfy - const requiredBlocks = new Map(zip(allBlockIds, blocks)); - - // TODO: satisfy each slice - return this.readSliceData(slices, requiredBlocks); - } - - /** - * @param signal - */ - fetchBlocks(signal) { - // check if we still need to - if (this.blockIdsToFetch.size > 0) { - const groups = this.groupBlocks(this.blockIdsToFetch); - - // start requesting slices of data - const groupRequests = this.source.fetch(groups, signal); - - for (let groupIndex = 0; groupIndex < groups.length; ++groupIndex) { - const group = groups[groupIndex]; - - for (const blockId of group.blockIds) { - // make an async IIFE for each block - this.blockRequests.set( - blockId, - (async () => { - try { - const response = (await groupRequests)[groupIndex]; - const blockOffset = blockId * this.blockSize; - const o = blockOffset - response.offset; - const t = Math.min(o + this.blockSize, response.data.byteLength); - const data = response.data.slice(o, t); - const block = new Block(blockOffset, data.byteLength, data, blockId); - this.blockCache.set(blockId, block); - this.abortedBlockIds.delete(blockId); - } catch (err) { - if (err.name === 'AbortError') { - // store the signal here, we need it to determine later if an - // error was caused by this signal - err.signal = signal; - this.blockCache.delete(blockId); - this.abortedBlockIds.add(blockId); - } else { - throw err; - } - } finally { - this.blockRequests.delete(blockId); - } - })(), - ); - } - } - this.blockIdsToFetch.clear(); - } - } - - /** - * @param blockIds - * @returns - */ - groupBlocks(blockIds) { - const sortedBlockIds = Array.from(blockIds).sort((a, b) => a - b); - if (sortedBlockIds.length === 0) { - return []; - } - let current = []; - let lastBlockId = null; - const groups = []; - - for (const blockId of sortedBlockIds) { - if (lastBlockId === null || lastBlockId + 1 === blockId) { - current.push(blockId); - lastBlockId = blockId; - } else { - groups.push( - new BlockGroup(current[0] * this.blockSize, current.length * this.blockSize, current), - ); - current = [blockId]; - lastBlockId = blockId; - } - } - - groups.push( - new BlockGroup(current[0] * this.blockSize, current.length * this.blockSize, current), - ); - - return groups; - } - - /** - * @param slices - * @param blocks - */ - readSliceData(slices, blocks) { - return slices.map((slice) => { - let top = slice.offset + slice.length; - if (this.fileSize !== null) { - top = Math.min(this.fileSize, top); - } - const blockIdLow = Math.floor(slice.offset / this.blockSize); - const blockIdHigh = Math.floor(top / this.blockSize); - const sliceData = new ArrayBuffer(slice.length); - const sliceView = new Uint8Array(sliceData); - - for (let blockId = blockIdLow; blockId <= blockIdHigh; ++blockId) { - const block = blocks.get(blockId); - const delta = block.offset - slice.offset; - const topDelta = block.top - top; - let blockInnerOffset = 0; - let rangeInnerOffset = 0; - let usedBlockLength; - - if (delta < 0) { - blockInnerOffset = -delta; - } else if (delta > 0) { - rangeInnerOffset = delta; - } - - if (topDelta < 0) { - usedBlockLength = block.length - blockInnerOffset; - } else { - usedBlockLength = top - block.offset - blockInnerOffset; - } - - const blockView = new Uint8Array(block.data, blockInnerOffset, usedBlockLength); - sliceView.set(blockView, rangeInnerOffset); - } - - return sliceData; - }); - } -} diff --git a/src/readers/geotiff/source/fetch.ts b/src/readers/geotiff/source/fetch.ts deleted file mode 100644 index dc0fa2bc..00000000 --- a/src/readers/geotiff/source/fetch.ts +++ /dev/null @@ -1,68 +0,0 @@ -import { BaseClient, BaseResponse } from './client/base'; - -/** - * - */ -class FetchResponse extends BaseResponse { - /** - * BaseResponse facade for fetch API Response - * @param response - */ - constructor(response) { - super(); - this.response = response; - } - - /** - * - */ - get status() { - return this.response.status; - } - - /** - * @param name - */ - getHeader(name) { - return this.response.headers.get(name); - } - - /** - * - */ - async getData() { - const data = this.response.arrayBuffer - ? await this.response.arrayBuffer() - : (await this.response.buffer()).buffer; - return data; - } -} - -/** - * - */ -export class FetchClient extends BaseClient { - /** - * @param url - * @param credentials - */ - constructor(url, credentials) { - super(url); - this.credentials = credentials; - } - - /** - * @param [options] - * @param options.headers - * @param options.signal - * @returns - */ - async request({ headers, signal } = {}) { - const response = await fetch(this.url, { - headers, - credentials: this.credentials, - signal, - }); - return new FetchResponse(response); - } -} diff --git a/src/readers/geotiff/source/httputils.ts b/src/readers/geotiff/source/httputils.ts deleted file mode 100644 index 428c1e4c..00000000 --- a/src/readers/geotiff/source/httputils.ts +++ /dev/null @@ -1,146 +0,0 @@ -const CRLFCRLF = '\r\n\r\n'; - -/* - * Shim for 'Object.fromEntries' - */ -/** - * @param items - */ -function itemsToObject(items) { - if (typeof Object.fromEntries !== 'undefined') { - return Object.fromEntries(items); - } - const obj = {}; - for (const [key, value] of items) { - obj[key.toLowerCase()] = value; - } - return obj; -} - -/** - * Parse HTTP headers from a given string. - * @param text the text to parse the headers from - * @returns the parsed headers with lowercase keys - */ -function parseHeaders(text) { - const items = text.split('\r\n').map((line) => { - const kv = line.split(':').map((str) => str.trim()); - kv[0] = kv[0].toLowerCase(); - return kv; - }); - - return itemsToObject(items); -} - -/** - * Parse a 'Content-Type' header value to the content-type and parameters - * @param rawContentType the raw string to parse from - * @returns the parsed content type with the fields: type and params - */ -export function parseContentType(rawContentType) { - const [type, ...rawParams] = rawContentType.split(';').map((s) => s.trim()); - const paramsItems = rawParams.map((param) => param.split('=')); - return { type, params: itemsToObject(paramsItems) }; -} - -/** - * Parse a 'Content-Range' header value to its start, end, and total parts - * @param rawContentRange the raw string to parse from - * @returns the parsed parts - */ -export function parseContentRange(rawContentRange) { - let start; - let end; - let total; - - if (rawContentRange) { - [, start, end, total] = rawContentRange.match(/bytes (\d+)-(\d+)\/(\d+)/); - start = parseInt(start, 10); - end = parseInt(end, 10); - total = parseInt(total, 10); - } - - return { start, end, total }; -} - -/** - * Parses a list of byteranges from the given 'multipart/byteranges' HTTP response. - * Each item in the list has the following properties: - * - headers: the HTTP headers - * - data: the sliced ArrayBuffer for that specific part - * - offset: the offset of the byterange within its originating file - * - length: the length of the byterange - * @param responseArrayBuffer the response to be parsed and split - * @param boundary the boundary string used to split the sections - * @returns the parsed byteranges - */ -export function parseByteRanges(responseArrayBuffer, boundary) { - let offset = null; - const decoder = new TextDecoder('ascii'); - const out = []; - - const startBoundary = `--${boundary}`; - const endBoundary = `${startBoundary}--`; - - // search for the initial boundary, may be offset by some bytes - // TODO: more efficient to check for `--` in bytes directly - for (let i = 0; i < 10; ++i) { - const text = decoder.decode(new Uint8Array(responseArrayBuffer, i, startBoundary.length)); - if (text === startBoundary) { - offset = i; - } - } - - if (offset === null) { - throw new Error('Could not find initial boundary'); - } - - while (offset < responseArrayBuffer.byteLength) { - const text = decoder.decode( - new Uint8Array( - responseArrayBuffer, - offset, - Math.min(startBoundary.length + 1024, responseArrayBuffer.byteLength - offset), - ), - ); - - // break if we arrived at the end - if (text.length === 0 || text.startsWith(endBoundary)) { - break; - } - - // assert that we are actually dealing with a byterange and are at the correct offset - if (!text.startsWith(startBoundary)) { - throw new Error('Part does not start with boundary'); - } - - // get a substring from where we read the headers - const innerText = text.substr(startBoundary.length + 2); - - if (innerText.length === 0) { - break; - } - - // find the double linebreak that denotes the end of the headers - const endOfHeaders = innerText.indexOf(CRLFCRLF); - - // parse the headers to get the content range size - const headers = parseHeaders(innerText.substr(0, endOfHeaders)); - const { start, end, total } = parseContentRange(headers['content-range']); - - // calculate the length of the slice and the next offset - const startOfData = offset + startBoundary.length + endOfHeaders + CRLFCRLF.length; - const length = parseInt(end, 10) + 1 - parseInt(start, 10); - out.push({ - headers, - data: responseArrayBuffer.slice(startOfData, startOfData + length), - offset: start, - length, - fileSize: total, - }); - - offset = startOfData + length + 4; - } - - return out; -} diff --git a/src/readers/geotiff/source/remote.ts b/src/readers/geotiff/source/remote.ts deleted file mode 100644 index af0822e7..00000000 --- a/src/readers/geotiff/source/remote.ts +++ /dev/null @@ -1,219 +0,0 @@ -import { parseByteRanges, parseContentRange, parseContentType } from './httputils'; -import { BaseSource } from './basesource'; -import { BlockedSource } from './blockedsource'; - -import { FetchClient } from './fetch'; - -/** - * - */ -class RemoteSource extends BaseSource { - /** - * @param client - * @param headers - * @param maxRanges - * @param allowFullFile - */ - constructor(client, headers, maxRanges, allowFullFile) { - super(); - this.client = client; - this.headers = headers; - this.maxRanges = maxRanges; - this.allowFullFile = allowFullFile; - this._fileSize = null; - } - - /** - * @param slices - * @param signal - */ - async fetch(slices, signal) { - // if we allow multi-ranges, split the incoming request into that many sub-requests - // and join them afterwards - if (this.maxRanges >= slices.length) { - return this.fetchSlices(slices, signal); - } else if (this.maxRanges > 0 && slices.length > 1) { - // TODO: split into multiple multi-range requests - // const subSlicesRequests = []; - // for (let i = 0; i < slices.length; i += this.maxRanges) { - // subSlicesRequests.push( - // this.fetchSlices(slices.slice(i, i + this.maxRanges), signal), - // ); - // } - // return (await Promise.all(subSlicesRequests)).flat(); - } - - // otherwise make a single request for each slice - return Promise.all(slices.map((slice) => this.fetchSlice(slice, signal))); - } - - /** - * @param slices - * @param signal - */ - async fetchSlices(slices, signal) { - const response = await this.client.request({ - headers: { - ...this.headers, - Range: `bytes=${slices - .map(({ offset, length }) => `${offset}-${offset + length}`) - .join(',')}`, - }, - signal, - }); - - if (!response.ok) { - throw new Error('Error fetching data.'); - } else if (response.status === 206) { - const { type, params } = parseContentType(response.getHeader('content-type')); - if (type === 'multipart/byteranges') { - const byteRanges = parseByteRanges(await response.getData(), params.boundary); - this._fileSize = byteRanges[0].fileSize || null; - return byteRanges; - } - - const data = await response.getData(); - - const { start, end, total } = parseContentRange(response.getHeader('content-range')); - this._fileSize = total || null; - const first = [ - { - data, - offset: start, - length: end - start, - }, - ]; - - if (slices.length > 1) { - // we requested more than one slice, but got only the first - // unfortunately, some HTTP Servers don't support multi-ranges - // and return only the first - - // get the rest of the slices and fetch them iteratively - const others = await Promise.all( - slices.slice(1).map((slice) => this.fetchSlice(slice, signal)), - ); - return first.concat(others); - } - return first; - } else { - if (!this.allowFullFile) { - throw new Error('Server responded with full file'); - } - const data = await response.getData(); - this._fileSize = data.byteLength; - return [ - { - data, - offset: 0, - length: data.byteLength, - }, - ]; - } - } - - /** - * @param slice - * @param signal - */ - async fetchSlice(slice, signal) { - const { offset, length } = slice; - const response = await this.client.request({ - headers: { - ...this.headers, - Range: `bytes=${offset}-${offset + length}`, - }, - signal, - }); - - // check the response was okay and if the server actually understands range requests - if (!response.ok) { - throw new Error('Error fetching data.'); - } else if (response.status === 206) { - const data = await response.getData(); - - const { total } = parseContentRange(response.getHeader('content-range')); - this._fileSize = total || null; - return { - data, - offset, - length, - }; - } else { - if (!this.allowFullFile) { - throw new Error('Server responded with full file'); - } - - const data = await response.getData(); - - this._fileSize = data.byteLength; - return { - data, - offset: 0, - length: data.byteLength, - }; - } - } - - /** - * - */ - get fileSize() { - return this._fileSize; - } -} - -/** - * @param source - * @param root0 - * @param root0.blockSize - * @param root0.cacheSize - */ -function maybeWrapInBlockedSource(source, { blockSize, cacheSize }) { - if (blockSize === null) { - return source; - } - return new BlockedSource(source, { blockSize, cacheSize }); -} - -/** - * @param url - * @param root0 - * @param root0.headers - * @param root0.credentials - * @param root0.maxRanges - * @param root0.allowFullFile - */ -export function makeFetchSource( - url, - { headers = {}, credentials, maxRanges = 0, allowFullFile = false, ...blockOptions } = {}, -) { - const client = new FetchClient(url, credentials); - const source = new RemoteSource(client, headers, maxRanges, allowFullFile); - return maybeWrapInBlockedSource(source, blockOptions); -} - -/** - * @param client - * @param root0 - * @param root0.headers - * @param root0.maxRanges - * @param root0.allowFullFile - */ -export function makeCustomSource( - client, - { headers = {}, maxRanges = 0, allowFullFile = false, ...blockOptions } = {}, -) { - const source = new RemoteSource(client, headers, maxRanges, allowFullFile); - return maybeWrapInBlockedSource(source, blockOptions); -} - -/** - * @param url - * @param options - * @param options.forceXHR - * @param clientOptions - */ -export function makeRemoteSource(url, clientOptions = {}) { - return makeFetchSource(url, clientOptions); -} diff --git a/src/readers/geotiff/utils.ts b/src/readers/geotiff/utils.ts deleted file mode 100644 index d74d81c0..00000000 --- a/src/readers/geotiff/utils.ts +++ /dev/null @@ -1,177 +0,0 @@ -/** - * @param target - * @param source - */ -export function assign(target, source) { - for (const key in source) { - if (source.hasOwnProperty(key)) { - target[key] = source[key]; - } - } -} - -/** - * @param iterable - * @param length - */ -export function chunk(iterable, length) { - const results = []; - const lengthOfIterable = iterable.length; - for (let i = 0; i < lengthOfIterable; i += length) { - const chunked = []; - for (let ci = i; ci < i + length; ci++) { - chunked.push(iterable[ci]); - } - results.push(chunked); - } - return results; -} - -/** - * @param string - * @param expectedEnding - */ -export function endsWith(string, expectedEnding) { - if (string.length < expectedEnding.length) { - return false; - } - const actualEnding = string.substr(string.length - expectedEnding.length); - return actualEnding === expectedEnding; -} - -/** - * @param iterable - * @param func - */ -export function forEach(iterable, func) { - const { length } = iterable; - for (let i = 0; i < length; i++) { - func(iterable[i], i); - } -} - -/** - * @param oldObj - */ -export function invert(oldObj) { - const newObj = {}; - for (const key in oldObj) { - if (oldObj.hasOwnProperty(key)) { - const value = oldObj[key]; - newObj[value] = key; - } - } - return newObj; -} - -/** - * @param n - */ -export function range(n: number): number[] { - const results = []; - for (let i = 0; i < n; i++) { - results.push(i); - } - return results; -} - -/** - * @param numTimes - * @param func - */ -export function times(numTimes: number, func: (i: number) => number): number[] { - const results = []; - for (let i = 0; i < numTimes; i++) { - results.push(func(i)); - } - return results; -} - -/** - * @param iterable - */ -export function toArray(iterable) { - const results = []; - const { length } = iterable; - for (let i = 0; i < length; i++) { - results.push(iterable[i]); - } - return results; -} - -/** - * @param input - */ -export function toArrayRecursively(input) { - if (input.length) { - return toArray(input).map(toArrayRecursively); - } - return input; -} - -// copied from https://github.com/academia-de-codigo/parse-content-range-header/blob/master/index.js -/** - * @param headerValue - */ -export function parseContentRange(headerValue) { - if (!headerValue) { - return null; - } - - if (typeof headerValue !== 'string') { - throw new Error('invalid argument'); - } - - /** - * @param number - */ - const parseInt = (number) => Number.parseInt(number, 10); - - // Check for presence of unit - let matches = headerValue.match(/^(\w*) /); - const unit = matches && matches[1]; - - // check for start-end/size header format - matches = headerValue.match(/(\d+)-(\d+)\/(\d+|\*)/); - if (matches) { - return { - unit, - first: parseInt(matches[1]), - last: parseInt(matches[2]), - length: matches[3] === '*' ? null : parseInt(matches[3]), - }; - } - - // check for size header format - matches = headerValue.match(/(\d+|\*)/); - if (matches) { - return { - unit, - first: null, - last: null, - length: matches[1] === '*' ? null : parseInt(matches[1]), - }; - } - - return null; -} - -/* - * Promisified wrapper around 'setTimeout' to allow 'await' - */ -/** - * @param milliseconds - */ -export async function wait(milliseconds) { - return new Promise((resolve) => setTimeout(resolve, milliseconds)); -} - -/** - * @param a - * @param b - */ -export function zip(a: Iterable | T[], b: Iterable | T[]): T[][] { - const A = Array.isArray(a) ? a : Array.from(a); - const B = Array.isArray(b) ? b : Array.from(b); - return A.map((k, i) => [k, B[i]]); -} diff --git a/src/readers/index.ts b/src/readers/index.ts index bb42aa80..77c1bc6d 100644 --- a/src/readers/index.ts +++ b/src/readers/index.ts @@ -90,6 +90,6 @@ export class BufferReader extends DataView implements Reader { * @returns - the ranged buffer */ async getRange(offset: number, length: number): Promise { - return new Uint8Array(this.buffer).slice(offset, offset + length); + return await new Uint8Array(this.buffer).slice(offset, offset + length); } } diff --git a/src/readers/json/index.ts b/src/readers/json/index.ts index 0f2124b5..b5441c4d 100644 --- a/src/readers/json/index.ts +++ b/src/readers/json/index.ts @@ -100,7 +100,7 @@ export class JSONReader { public reader: Reader, chunkSize?: number, ) { - if (chunkSize) this.#chunkSize = chunkSize; + if (chunkSize !== undefined) this.#chunkSize = chunkSize; this.#length = reader.byteLength; } diff --git a/src/readers/mmap.ts b/src/readers/mmap.ts index 3f0eca86..015d346e 100644 --- a/src/readers/mmap.ts +++ b/src/readers/mmap.ts @@ -165,6 +165,6 @@ export default class MMapReader implements Reader { * @returns - the ranged buffer */ async getRange(offset: number, length: number): Promise { - return this.#buffer.slice(offset, offset + length); + return await this.#buffer.slice(offset, offset + length); } } diff --git a/src/readers/nadgrid.ts b/src/readers/nadgrid.ts index 9e5ca27f..74477682 100644 --- a/src/readers/nadgrid.ts +++ b/src/readers/nadgrid.ts @@ -113,7 +113,7 @@ export class NadGrid { * Iterate over all features in the shapefile * @yields {VectorFeature} */ - *iterate(): IterableIterator> { + *[Symbol.iterator](): Generator> { for (const feature of this.features) yield feature; } diff --git a/src/readers/osm/index.ts b/src/readers/osm/index.ts index 933c6445..a0ea0515 100644 --- a/src/readers/osm/index.ts +++ b/src/readers/osm/index.ts @@ -142,14 +142,13 @@ export class OSMReader implements FeatureIterator { /** * */ - // async *iterate(): AsyncGenerator> { async *[Symbol.asyncIterator](): AsyncGenerator> { this.#offset = 0; // skip the header - await this.#next(); + this.#next(); while (true) { - const blob = await this.#next(); + const blob = this.#next(); if (blob === undefined) break; const pb = await this.#readBlob(blob); for (const pg of pb.primitiveGroups) { @@ -169,9 +168,9 @@ export class OSMReader implements FeatureIterator { /** * */ - async getHeader(): Promise { + getHeader(): OSMHeader { this.#offset = 0; - const blobHeader = await this.#next(); + const blobHeader = this.#next(); if (blobHeader === undefined) throw new Error('Header not found'); const headerBlock = new HeaderBlock(new Protobuf(new Uint8Array(blobHeader.buffer))); @@ -182,7 +181,7 @@ export class OSMReader implements FeatureIterator { * @param isHeader * @param offset */ - async #next(): Promise { + #next(): undefined | DataView { const { reader } = this; // if we've already read all the data, return null if (this.#offset >= reader.byteLength) return; diff --git a/src/readers/osm/info.ts b/src/readers/osm/info.ts index f3ada085..06aa6171 100644 --- a/src/readers/osm/info.ts +++ b/src/readers/osm/info.ts @@ -38,7 +38,7 @@ export class Info { public primitiveBlock: PrimitiveBlock, pbf?: Protobuf, ) { - if (pbf) pbf.readMessage(this.#readLayer, this); + if (pbf !== undefined) pbf.readMessage(this.#readLayer, this); } /** diff --git a/src/readers/pmtiles/reader.ts b/src/readers/pmtiles/reader.ts index a1fa1974..113bae9a 100644 --- a/src/readers/pmtiles/reader.ts +++ b/src/readers/pmtiles/reader.ts @@ -211,7 +211,7 @@ export class S2PMTilesReader { async function decompress(data: Uint8Array, compression: Compression): Promise { switch (compression) { case Compression.Gzip: - return decompressGzip(data); + return await decompressGzip(data); case Compression.Brotli: throw new Error('Brotli decompression not implemented'); case Compression.Zstd: diff --git a/src/readers/shapefile/dbf.ts b/src/readers/shapefile/dbf.ts index a7c9221e..7dd295f7 100644 --- a/src/readers/shapefile/dbf.ts +++ b/src/readers/shapefile/dbf.ts @@ -71,7 +71,7 @@ export default class DataBaseFile { const res: Properties[] = []; for (let i = 0; i < records; i++) { const properties = this.getProperties(i); - if (properties) res.push(properties); + if (properties !== undefined) res.push(properties); } return res; } diff --git a/src/readers/shapefile/file.ts b/src/readers/shapefile/file.ts index 02271eca..d05acf52 100644 --- a/src/readers/shapefile/file.ts +++ b/src/readers/shapefile/file.ts @@ -69,12 +69,13 @@ export async function fromDefinition( defs?: ProjectionTransformDefinition[], ): Promise { const { shp, dbf, prj, cpg } = def; - const encoding = cpg ? await readFile(cpg, { encoding: 'utf8' }) : 'utf8'; - const transform = prj ? new Transformer(await readFile(prj, { encoding: 'utf8' })) : undefined; + const encoding = cpg !== undefined ? await readFile(cpg, { encoding: 'utf8' }) : 'utf8'; + const transform = + prj !== undefined ? new Transformer(await readFile(prj, { encoding: 'utf8' })) : undefined; const dbfReader = dbf !== undefined ? new FileReader(dbf) : undefined; const databaseFile = dbfReader !== undefined ? new DataBaseFile(dbfReader, encoding) : undefined; - if (transform && defs) { + if (transform !== undefined && defs !== undefined) { for (const def of defs) transform.insertDefinition(def); } diff --git a/src/readers/shapefile/index.ts b/src/readers/shapefile/index.ts index 6ce657bd..f12bd224 100644 --- a/src/readers/shapefile/index.ts +++ b/src/readers/shapefile/index.ts @@ -37,7 +37,7 @@ export async function fromGzip( } else if (item.filename.endsWith('prj')) { const data = await item.read(); transform = new Transformer(new TextDecoder('utf8').decode(data)); - if (defs) { + if (defs !== undefined) { for (const def of defs) transform.insertDefinition(def); } } @@ -63,7 +63,7 @@ export async function fromURL(url: string): Promise { * @returns - raw data of a shapefile OR a gzipped folder that may include the dbf, prj, and/or cpg */ async function fetchShapefile(url: string): Promise { - return fetch(url) + return await fetch(url) .then(async (res) => { if (!res.ok) throw new Error(`Failed to fetch data from ${url}`); return await res.arrayBuffer(); diff --git a/src/readers/shapefile/mmap.ts b/src/readers/shapefile/mmap.ts index f64d3396..313d01dc 100644 --- a/src/readers/shapefile/mmap.ts +++ b/src/readers/shapefile/mmap.ts @@ -54,8 +54,9 @@ export async function fromPath(input: string) { */ export async function fromDefinition(def: Definition): Promise { const { shp, dbf, prj, cpg } = def; - const encoding = cpg ? await readFile(cpg, { encoding: 'utf8' }) : 'utf8'; - const transform = prj ? new Transformer(await readFile(prj, { encoding: 'utf8' })) : undefined; + const encoding = cpg !== undefined ? await readFile(cpg, { encoding: 'utf8' }) : 'utf8'; + const transform = + prj !== undefined ? new Transformer(await readFile(prj, { encoding: 'utf8' })) : undefined; const dbfReader = dbf !== undefined ? new MMapReader(dbf) : undefined; const databaseFile = dbfReader !== undefined ? new DataBaseFile(dbfReader, encoding) : undefined; diff --git a/src/readers/shapefile/shp.ts b/src/readers/shapefile/shp.ts index 64b3c818..5a802a09 100644 --- a/src/readers/shapefile/shp.ts +++ b/src/readers/shapefile/shp.ts @@ -195,7 +195,7 @@ export default class Shapefile implements FeatureIterator { const point: VectorPoint = { x: data.getFloat64(offset, true), y: data.getFloat64(offset + 8, true), - z: offset3D ? data.getFloat64(offset3D, true) : undefined, + z: offset3D !== undefined ? data.getFloat64(offset3D, true) : undefined, }; return this.transform?.forward(point) ?? point; } diff --git a/src/readers/wkt/geometry.ts b/src/readers/wkt/geometry.ts index d0e478e7..93ba108c 100644 --- a/src/readers/wkt/geometry.ts +++ b/src/readers/wkt/geometry.ts @@ -120,7 +120,7 @@ function parseWKTMultiPolygon(wktStr: string, is3D: boolean): VectorGeometry { function parseWKTArray(wktStr: string): WKTArray { const res: WKTArray = []; _parseWKTArray(wktStr, res); - return res.length ? (res[0] as WKTArray) : res; + return res.length > 0 ? (res[0] as WKTArray) : res; } // always return the endBracketIndex if we hit it @@ -132,7 +132,7 @@ function parseWKTArray(wktStr: string): WKTArray { */ function _parseWKTArray(wktStr: string, res: WKTArray): string { // first get the array name and build the residual - while (wktStr.length) { + while (wktStr.length > 0) { let commaIndex = wktStr.indexOf(','); let startBracketIndex = wktStr.indexOf('('); const endBracketIndex = wktStr.indexOf(')'); @@ -168,5 +168,5 @@ function _parseWKTArray(wktStr: string, res: WKTArray): string { */ function buildPoint(str: string): VectorPoint { const [x, y, z] = cleanString(str).split(' '); - return { x: +x, y: +y, z: z ? +z : undefined }; + return { x: Number(x), y: Number(y), z: z !== undefined ? Number(z) : undefined }; } diff --git a/src/readers/wkt/object.ts b/src/readers/wkt/object.ts index 2fff7f48..44aa8ff4 100644 --- a/src/readers/wkt/object.ts +++ b/src/readers/wkt/object.ts @@ -25,7 +25,7 @@ export function parseWKTObject(wktStr: string): WKTObject { */ function _parseWKTObject(wktStr: string, res: WKTObject): string { // first get the object name and build the residual - while (wktStr.length) { + while (wktStr.length > 0) { let commaIndex = wktStr.indexOf(','); let startBracketIndex = wktStr.indexOf('['); const endBracketIndex = wktStr.indexOf(']'); diff --git a/src/readers/wkt/projection.ts b/src/readers/wkt/projection.ts index c4b265d5..5c660223 100644 --- a/src/readers/wkt/projection.ts +++ b/src/readers/wkt/projection.ts @@ -269,7 +269,7 @@ function buildSpheroid(input: WKTObject): Spheroid { * @param input */ function buildAuthority(input?: WKTValue): Authority { - return { EPSG: (input ? input[1] : '') as string }; + return { EPSG: (input !== undefined ? input[1] : '') as string }; } /** @@ -292,7 +292,7 @@ function updateProj(wkt: WKTCRS): void { wkt.local = true; } // improve axis definitions - if (wkt.AXIS) { + if (wkt.AXIS !== undefined) { let axisOrder = ''; for (let i = 0, ii = wkt.AXIS.length; i < ii; ++i) { const axis = [wkt.AXIS[i][0].toLowerCase(), wkt.AXIS[i][1].toLowerCase()]; @@ -326,12 +326,12 @@ function updateProj(wkt: WKTCRS): void { } } // unit adjustments - if (wkt.UNIT) { + if (wkt.UNIT !== undefined) { wkt.units = wkt.UNIT.name?.toLowerCase(); if (wkt.units === 'metre') wkt.units = 'meter'; if (wkt.UNIT.convert !== undefined) { if (wkt.type === 'GEOGCS') { - if (wkt.DATUM && wkt.DATUM.SPHEROID) { + if (wkt.DATUM !== undefined && wkt.DATUM.SPHEROID !== undefined) { wkt.to_meter = wkt.UNIT.convert * wkt.DATUM.SPHEROID.a; } } else { @@ -343,11 +343,11 @@ function updateProj(wkt: WKTCRS): void { if (wkt.type === 'GEOGCS') { geogcs = wkt as GeoGCS; } - if (geogcs) { + if (geogcs !== undefined) { //if(wkt.GEOGCS.PRIMEM&&wkt.GEOGCS.PRIMEM.convert){ // wkt.from_greenwich=wkt.GEOGCS.PRIMEM.convert*D2R; //} - if (geogcs.DATUM) { + if (geogcs.DATUM !== undefined) { wkt.datumCode = geogcs.DATUM.name?.toLowerCase(); } else { wkt.datumCode = geogcs.name?.toLowerCase(); @@ -373,10 +373,10 @@ function updateProj(wkt: WKTCRS): void { if (wkt.datumCode?.slice(-8) === '_jakarta') { wkt.datumCode = wkt.datumCode.slice(0, -8); } - if (~(wkt.datumCode?.indexOf('belge') ?? -1)) { + if (~(wkt.datumCode?.indexOf('belge') ?? -1) !== 0) { wkt.datumCode = 'rnb72'; } - if (geogcs.DATUM && geogcs.DATUM.SPHEROID) { + if (geogcs.DATUM?.SPHEROID !== undefined) { wkt.ellps = geogcs.DATUM.SPHEROID.name.replace('_19', '').replace(/[Cc]larke_18/, 'clrk'); if (wkt.ellps.toLowerCase().slice(0, 13) === 'international') { wkt.ellps = 'intl'; @@ -386,29 +386,29 @@ function updateProj(wkt: WKTCRS): void { wkt.rf = geogcs.DATUM.SPHEROID.rf; } - if (geogcs.DATUM && geogcs.DATUM.TOWGS84) { + if (geogcs.DATUM?.TOWGS84 !== undefined) { wkt.datum_params = geogcs.DATUM.TOWGS84; } - if (~(wkt.datumCode?.indexOf('osgb_1936') ?? -1)) { + if (~(wkt.datumCode?.indexOf('osgb_1936') ?? -1) !== 0) { wkt.datumCode = 'osgb36'; } - if (~(wkt.datumCode?.indexOf('osni_1952') ?? -1)) { + if (~(wkt.datumCode?.indexOf('osni_1952') ?? -1) !== 0) { wkt.datumCode = 'osni52'; } if ( - ~(wkt.datumCode?.indexOf('tm65') ?? -1) || - ~(wkt.datumCode?.indexOf('geodetic_datum_of_1965') ?? -1) + ~(wkt.datumCode?.indexOf('tm65') ?? -1) !== 0 || + ~(wkt.datumCode?.indexOf('geodetic_datum_of_1965') ?? -1) !== 0 ) { wkt.datumCode = 'ire65'; } if (wkt.datumCode === 'ch1903+') { wkt.datumCode = 'ch1903'; } - if (~(wkt.datumCode?.indexOf('israel') ?? -1)) { + if (~(wkt.datumCode?.indexOf('israel') ?? -1) !== 0) { wkt.datumCode = 'isr93'; } } - if (wkt.b && !isFinite(wkt.b)) { + if (wkt.b !== undefined && !isFinite(wkt.b)) { wkt.b = wkt.a; } /** @@ -473,13 +473,17 @@ function updateProj(wkt: WKTCRS): void { } // update lat_ts and lat0 for polar stereographic if ( - !wkt.lat_ts && - wkt.lat1 && + wkt.lat_ts === undefined && + wkt.lat1 !== undefined && ['Stereographic_South_Pole', 'Polar Stereographic (variant B)'].includes(wkt.projName ?? '') ) { wkt.lat0 = degToRad(wkt.lat1 > 0 ? 90 : -90); wkt.lat_ts = wkt.latTs = wkt.lat1; - } else if (!wkt.lat_ts && wkt.lat0 && wkt.projName === 'Polar_Stereographic') { + } else if ( + wkt.lat_ts === undefined && + wkt.lat0 !== undefined && + wkt.projName === 'Polar_Stereographic' + ) { wkt.lat_ts = wkt.latTs = wkt.lat0; wkt.lat0 = degToRad(wkt.lat0 > 0 ? 90 : -90); } @@ -500,6 +504,6 @@ function remap( ): void { if (input[to] === undefined && input[from] !== undefined) { // @ts-expect-error - its ok to remap the key - input[to] = updateFun ? updateFun(input[from] as number) : input[from]; + input[to] = updateFun !== undefined ? updateFun(input[from] as number) : input[from]; } } diff --git a/src/readers/xml/parsing.ts b/src/readers/xml/parsing.ts index 390d52e8..1a9f3fc4 100644 --- a/src/readers/xml/parsing.ts +++ b/src/readers/xml/parsing.ts @@ -21,7 +21,7 @@ export type Path = Array | ReadonlyArray; export function countSubstring(string: string, substring: string): number { const pattern = new RegExp(substring, 'g'); const match = string.match(pattern); - return match ? match.length : 0; + return match !== null ? match.length : 0; } /** @@ -31,10 +31,10 @@ export function countSubstring(string: string, substring: string): number { * @returns the first tag with the given name */ export function findTagByName(xml: string, tagName: string, options?: Options): Tag | undefined { - const debug = (options && options.debug) ?? false; - const nested = !(options && options.nested === false); + const debug = options?.debug ?? false; + const nested = !(options?.nested === false); - const startIndex = (options && options.startIndex) ?? 0; + const startIndex = options?.startIndex ?? 0; if (debug) console.info('[xml-utils] starting findTagByName with', tagName, ' and ', options); @@ -94,7 +94,7 @@ export function findTagByName(xml: string, tagName: string, options?: Options): * @returns the first tag with the given path */ export function findTagByPath(xml: string, path: Path, options?: Options): Tag | undefined { - const debug = (options && options.debug) ?? false; + const debug = options?.debug ?? false; const found = findTagsByPath(xml, path, { debug, returnOnFirst: true }); if (Array.isArray(found) && found.length === 1) return found[0]; else return undefined; @@ -108,11 +108,12 @@ export function findTagByPath(xml: string, path: Path, options?: Options): Tag | */ export function findTagsByName(xml: string, tagName: string, options?: Options): Tag[] { const tags = []; - const debug = (options && options.debug) ?? false; - const nested = options && typeof options.nested === 'boolean' ? options.nested : true; - let startIndex = (options && options.startIndex) ?? 0; - let tag; - while ((tag = findTagByName(xml, tagName, { debug, startIndex }))) { + const debug = options?.debug ?? false; + const nested = options?.nested ?? true; + let startIndex = options?.startIndex ?? 0; + while (true) { + const tag = findTagByName(xml, tagName, { debug, startIndex }); + if (tag === undefined) break; if (nested) { startIndex = tag.start + 1 + tagName.length; } else { @@ -131,9 +132,9 @@ export function findTagsByName(xml: string, tagName: string, options?: Options): * @returns all tags with the given path */ export function findTagsByPath(xml: string, path: Path, options?: Options): Tag[] { - const debug = (options && options.debug) ?? false; + const debug = options?.debug ?? false; if (debug) console.info('[xml-utils] starting findTagsByPath with: ', xml.substring(0, 500)); - const returnOnFirst = (options && options.returnOnFirst) ?? false; + const returnOnFirst = options?.returnOnFirst ?? false; if (Array.isArray(path) === false) throw new Error('[xml-utils] path should be an array'); @@ -197,7 +198,7 @@ export function getAttribute( attributeName: string, options?: Options, ): string | undefined { - const debug = (options && options.debug) ?? false; + const debug = options?.debug ?? false; if (debug) console.info('[xml-utils] getting ' + attributeName + ' in ' + tag); const xml = typeof tag === 'object' ? tag.outer : tag; @@ -214,7 +215,7 @@ export function getAttribute( const re = new RegExp(pattern); const match = re.exec(opening); if (debug) console.info('[xml-utils] match:', match); - if (match) return match[1]; + if (match !== null) return match[1]; } } @@ -227,7 +228,7 @@ export function getAttribute( export function indexOfMatchEnd(xml: string, pattern: string, startIndex: number): number { const re = new RegExp(pattern); const match = re.exec(xml.slice(startIndex)); - if (match) return startIndex + match.index + match[0].length - 1; + if (match !== null) return startIndex + match.index + match[0].length - 1; else return -1; } @@ -240,7 +241,7 @@ export function indexOfMatchEnd(xml: string, pattern: string, startIndex: number export function indexOfMatch(xml: string, pattern: string, startIndex: number): number { const re = new RegExp(pattern); const match = re.exec(xml.slice(startIndex)); - if (match) return startIndex + match.index; + if (match !== null) return startIndex + match.index; else return -1; } @@ -259,9 +260,10 @@ export function removeComments(xml: string): string { * @returns the xml without the given tag */ export function removeTagsByName(xml: string, tagName: string, options?: Options) { - const debug = (options && options.debug) ?? false; - let tag; - while ((tag = findTagByName(xml, tagName, { debug }))) { + const debug = options?.debug ?? false; + while (true) { + const tag = findTagByName(xml, tagName, { debug }); + if (tag === undefined) break; xml = xml.substring(0, tag.start) + xml.substring(tag.end); if (debug) console.info('[xml-utils] removed:', tag); } diff --git a/src/tools/delaunator.ts b/src/tools/delaunator.ts index 8c199ef6..7e606f18 100644 --- a/src/tools/delaunator.ts +++ b/src/tools/delaunator.ts @@ -163,7 +163,9 @@ export default class Delaunator { // order collinear points by dx (or dy if all x are identical) // and return the list as a hull for (let i = 0; i < n; i++) { - this.#dists[i] = coords[2 * i] - coords[0] || coords[2 * i + 1] - coords[1]; + const dx = coords[2 * i] - coords[0]; + const dy = coords[2 * i + 1] - coords[1]; + this.#dists[i] = dx > 0 ? dx : dy; } quicksort(this.#ids, this.#dists, 0, n - 1); const hull = new Array(n); diff --git a/src/util/gzip.ts b/src/util/gzip.ts index 7592a571..e2ab708c 100644 --- a/src/util/gzip.ts +++ b/src/util/gzip.ts @@ -92,7 +92,7 @@ export function* iterItems(raw: Uint8Array): Generator { at = centralDirectoryStart; // read central directory - while (fileCount--) { + while (fileCount-- > 0) { const compressionMethod = u16(10); const filenameLength = u16(28); const extraFieldsLength = u16(30); @@ -121,9 +121,9 @@ export function* iterItems(raw: Uint8Array): Generator { * @returns - the decompressed bytes */ read: async () => { - return compressionMethod & 8 + return (compressionMethod & 8) > 0 ? await decompressStream(bytes, 'deflate-raw') - : compressionMethod + : compressionMethod > 0 ? throwCode(1) : bytes; }, diff --git a/src/util/index.ts b/src/util/index.ts index fefb1b27..efae98ca 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -1,4 +1,5 @@ export * from './gzip'; +export * from './lzw'; /** The formats available to DecompressionStream */ export type Format = 'deflate' | 'deflate-raw' | 'gzip'; diff --git a/src/util/lzw.ts b/src/util/lzw.ts index df4bad7d..07dc5646 100644 --- a/src/util/lzw.ts +++ b/src/util/lzw.ts @@ -126,7 +126,7 @@ function decompress(input: ArrayBufferLike): Uint8Array { oldCode = code; } else { const oldVal = getDictionaryReversed(oldCode ?? code); - if (!oldVal) { + if (oldVal.length === 0) { throw new Error( `Bogus entry. Not in dictionary, ${oldCode} / ${dictionaryLength}, position: ${position}`, ); @@ -152,6 +152,6 @@ function decompress(input: ArrayBufferLike): Uint8Array { /** * @param buffer */ -export default function decodeLZW(buffer: ArrayBufferLike): ArrayBufferLike { +export function lzwDecoder(buffer: ArrayBufferLike): ArrayBufferLike { return decompress(buffer).buffer; } diff --git a/src/util/polyfills/dataview.ts b/src/util/polyfills/dataview.ts index 5e16bc79..4b0ae555 100644 --- a/src/util/polyfills/dataview.ts +++ b/src/util/polyfills/dataview.ts @@ -1,4 +1,4 @@ -// DataView Utility functions for float32 to float16 conversion and vice versa +// DataView Utility functions for float16 /** * @param value - the uint32 value @@ -19,7 +19,7 @@ function float32ToFloat16(value: number): number { return sign | fraction; } else if (exponent === 143) { // NaN or Infinity - return sign | 0x7c00 | (fraction ? 1 : 0); + return sign | 0x7c00 | (fraction > 0 ? 1 : 0); } // Normalized number @@ -37,14 +37,14 @@ function float16ToFloat32(hbits: number): number { if (e === 0) { // Subnormal number - return (s ? -1 : 1) * Math.pow(2, -14) * (f / Math.pow(2, 10)); + return (s > 0 ? -1 : 1) * Math.pow(2, -14) * (f / Math.pow(2, 10)); } else if (e === 31) { // NaN or Infinity - return f ? NaN : (s ? -1 : 1) * Infinity; + return f > 0 ? NaN : (s > 0 ? -1 : 1) * Infinity; } // Normalized number - return (s ? -1 : 1) * Math.pow(2, e - 15) * (1 + f / Math.pow(2, 10)); + return (s > 0 ? -1 : 1) * Math.pow(2, e - 15) * (1 + f / Math.pow(2, 10)); } // Polyfill for DataView.getFloat16 and DataView.setFloat16 diff --git a/src/writers/file.ts b/src/writers/file.ts index 3390a2a4..5e94299b 100644 --- a/src/writers/file.ts +++ b/src/writers/file.ts @@ -27,11 +27,14 @@ export default class FileWriter implements Writer { } } - /** @param data - the data to append */ + /** + * @param data - the data to append + * @returns - a promise that resolves when the data is appended + */ async append(data: Uint8Array): Promise { - return new Promise((resolve, reject) => { + return await new Promise((resolve, reject) => { this.#stream.write(data, (err) => { - if (err) reject(err); + if (err instanceof Error) reject(err); else resolve(); }); }); diff --git a/src/writers/index.ts b/src/writers/index.ts index b5301321..8b9127a2 100644 --- a/src/writers/index.ts +++ b/src/writers/index.ts @@ -20,13 +20,14 @@ export interface TileWriter { } /** Buffer writer is used on smaller datasets that are easy to write in memory. Faster then the Filesystem */ -export class BufferWriter { +export class BufferWriter implements Writer { #buffer: number[] = []; #textEncoder = new TextEncoder(); /** @param data - the data to append */ async append(data: Uint8Array): Promise { for (let i = 0; i < data.byteLength; i++) this.#buffer.push(data[i]); + await true; } /** @param string - the string to append */ @@ -52,6 +53,7 @@ export class BufferWriter { for (let i = 0; i < data.byteLength; i++) { this.#buffer[offset + i] = data[i]; } + await true; } /** @returns - the buffer */ diff --git a/src/writers/pmtiles/pmtiles.ts b/src/writers/pmtiles/pmtiles.ts index 1dc0a131..18d89246 100644 --- a/src/writers/pmtiles/pmtiles.ts +++ b/src/writers/pmtiles/pmtiles.ts @@ -184,7 +184,7 @@ export function serializeDir(entries: Entry[]): Uint8Array { for (let i = 0; i < entries.length; i++) writeVarint(entries[i].runLength, data); for (let i = 0; i < entries.length; i++) writeVarint(entries[i].length, data); for (let i = 0; i < entries.length; i++) { - if (i > 0 && entries[i].offset == entries[i - 1].offset + entries[i - 1].length) { + if (i > 0 && entries[i].offset === entries[i - 1].offset + entries[i - 1].length) { writeVarint(0, data); } else { writeVarint(entries[i].offset + 1, data); diff --git a/src/writers/tile.ts b/src/writers/tile.ts index 4183e3c0..530d2fd5 100644 --- a/src/writers/tile.ts +++ b/src/writers/tile.ts @@ -1,4 +1,5 @@ -import { exists, mkdir, writeFile } from 'fs/promises'; +import { existsSync } from 'fs'; +import { mkdir, writeFile } from 'fs/promises'; import type { Metadata } from 's2-tilejson'; import type { TileWriter } from '.'; @@ -14,7 +15,7 @@ export default class LocalTileWriter implements TileWriter { readonly fileType: string = 'vector.pbf', ) { // check that the folder exists - const folderExists = exists(this.path); + const folderExists = existsSync(this.path); if (!folderExists) throw new Error(`Folder ${this.path} does not exist.`); } @@ -28,7 +29,7 @@ export default class LocalTileWriter implements TileWriter { async writeTileXYZ(zoom: number, x: number, y: number, data: Uint8Array): Promise { // if folders don't exist, create it const folders = `${this.path}/${zoom}/${x}`; - if (!exists(folders)) await mkdir(folders, { recursive: true }); + if (!existsSync(folders)) await mkdir(folders, { recursive: true }); await writeFile(`${folders}/${y}.${this.fileType}`, data); } @@ -50,7 +51,7 @@ export default class LocalTileWriter implements TileWriter { ): Promise { // if folders don't exist, create it const folders = `${this.path}/${face}/${zoom}/${x}`; - if (!exists(folders)) await mkdir(folders, { recursive: true }); + if (!existsSync(folders)) await mkdir(folders, { recursive: true }); await writeFile(`${folders}/${y}.${this.fileType}`, data); } diff --git a/tests/readers/geotiff/bigtiff.test.ts b/tests/readers/geotiff/bigtiff.test.ts new file mode 100644 index 00000000..f3ee4a37 --- /dev/null +++ b/tests/readers/geotiff/bigtiff.test.ts @@ -0,0 +1,60 @@ +import FileReader from '../../../src/readers/file'; +import { GeoTIFFReader } from '../../../src/readers/geotiff'; +import { expect, test } from 'bun:test'; + +// import { fromArrayBuffer } from '../../../geotiff/src/geotiff'; +import { fromArrayBuffer } from 'geotiff'; + +import type { ArrayTypes } from '../../../src/readers/geotiff'; + +const testFunc = process.env.FAST_TESTS_ONLY !== undefined ? test.skip : test; + +testFunc('bigtiff.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/bigtiff.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/bigtiff.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('cog.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/cog.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/cog.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); diff --git a/tests/readers/geotiff/fixtures/GA4886_VanderfordGlacier_2022_EGM2008_64m-epsg3031.cog b/tests/readers/geotiff/fixtures/GA4886_VanderfordGlacier_2022_EGM2008_64m-epsg3031.cog deleted file mode 100644 index 4d92c8ce..00000000 Binary files a/tests/readers/geotiff/fixtures/GA4886_VanderfordGlacier_2022_EGM2008_64m-epsg3031.cog and /dev/null differ diff --git a/tests/readers/geotiff/fixtures/abetow-ERD2018-EBIRD_SCIENCE-20191109-a5cf4cb2_hr_2018_abundance_median.tiff b/tests/readers/geotiff/fixtures/abetow-ERD2018-EBIRD_SCIENCE-20191109-a5cf4cb2_hr_2018_abundance_median.tiff deleted file mode 100644 index 53b4d9f1..00000000 Binary files a/tests/readers/geotiff/fixtures/abetow-ERD2018-EBIRD_SCIENCE-20191109-a5cf4cb2_hr_2018_abundance_median.tiff and /dev/null differ diff --git a/tests/readers/geotiff/fixtures/eu_pasture.tiff b/tests/readers/geotiff/fixtures/eu_pasture.tiff deleted file mode 100644 index 0b34053e..00000000 Binary files a/tests/readers/geotiff/fixtures/eu_pasture.tiff and /dev/null differ diff --git a/tests/readers/geotiff/fixtures/lzw_clear_eoi/lzw.tiff b/tests/readers/geotiff/fixtures/lzw_clear_eoi/lzw.tiff deleted file mode 100644 index d48cf02c..00000000 Binary files a/tests/readers/geotiff/fixtures/lzw_clear_eoi/lzw.tiff and /dev/null differ diff --git a/tests/readers/geotiff/fixtures/overviews_external.tiff.ovr b/tests/readers/geotiff/fixtures/overviews_external.tiff.ovr deleted file mode 100644 index 7e490677..00000000 Binary files a/tests/readers/geotiff/fixtures/overviews_external.tiff.ovr and /dev/null differ diff --git a/tests/readers/geotiff/fixtures/projections/GeogAngularUnitsGeoKey_9114.tif b/tests/readers/geotiff/fixtures/projections/GeogAngularUnitsGeoKey_9114.tif new file mode 100644 index 00000000..e15144c1 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/GeogAngularUnitsGeoKey_9114.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/GeogGeodeticDatumGeoKey.tif b/tests/readers/geotiff/fixtures/projections/GeogGeodeticDatumGeoKey.tif new file mode 100644 index 00000000..e34afd85 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/GeogGeodeticDatumGeoKey.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/GeogPrimeMeridianGeoKey.tif b/tests/readers/geotiff/fixtures/projections/GeogPrimeMeridianGeoKey.tif new file mode 100644 index 00000000..7964cb57 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/GeogPrimeMeridianGeoKey.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjLinearUnitsGeoKey_9036.tif b/tests/readers/geotiff/fixtures/projections/ProjLinearUnitsGeoKey_9036.tif new file mode 100644 index 00000000..3169e530 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjLinearUnitsGeoKey_9036.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_2046_transverse_mercator_south_oriented.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_2046_transverse_mercator_south_oriented.tif new file mode 100644 index 00000000..6fd6a90a Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_2046_transverse_mercator_south_oriented.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_27200_new_zealand_mapping_grid.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_27200_new_zealand_mapping_grid.tif new file mode 100644 index 00000000..b41d64c7 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_27200_new_zealand_mapping_grid.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_28191_cassini_soldner.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_28191_cassini_soldner.tif new file mode 100644 index 00000000..4326cab1 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_28191_cassini_soldner.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_29101_polyconic.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_29101_polyconic.tif new file mode 100644 index 00000000..aeda046f Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_29101_polyconic.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3032_polar_stereographic_variant_b.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3032_polar_stereographic_variant_b.tif new file mode 100644 index 00000000..ac344781 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3032_polar_stereographic_variant_b.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3035_lambert_azimuthal_equal_area.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3035_lambert_azimuthal_equal_area.tif new file mode 100644 index 00000000..313911a1 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3035_lambert_azimuthal_equal_area.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3083_albers_equal_area.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3083_albers_equal_area.tif new file mode 100644 index 00000000..813322b0 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3083_albers_equal_area.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3410_lambert_cylindrical_equal_area.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3410_lambert_cylindrical_equal_area.tif new file mode 100644 index 00000000..60725aa7 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3410_lambert_cylindrical_equal_area.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3812_lcc2sp.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3812_lcc2sp.tif new file mode 100644 index 00000000..848afe9c Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3812_lcc2sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3814_transverse_mercator.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3814_transverse_mercator.tif new file mode 100644 index 00000000..497d3f55 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_3814_transverse_mercator.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_4087_equidistant_cylindrical.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_4087_equidistant_cylindrical.tif new file mode 100644 index 00000000..b0188584 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_4087_equidistant_cylindrical.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5329_mercator1sp.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5329_mercator1sp.tif new file mode 100644 index 00000000..a06dd85e Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5329_mercator1sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5456_lcc1sp.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5456_lcc1sp.tif new file mode 100644 index 00000000..64bc4634 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5456_lcc1sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5482_polar_stereographic_variant_a.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5482_polar_stereographic_variant_a.tif new file mode 100644 index 00000000..28b6defb Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5482_polar_stereographic_variant_a.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5588_oblique_stereographic.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5588_oblique_stereographic.tif new file mode 100644 index 00000000..0c0fc433 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5588_oblique_stereographic.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5641_mercator2sp.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5641_mercator2sp.tif new file mode 100644 index 00000000..2bba355f Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_5641_mercator2sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_6808_hotine_oblique_mercator_variant_a.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_6808_hotine_oblique_mercator_variant_a.tif new file mode 100644 index 00000000..1e5e10ea Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_6808_hotine_oblique_mercator_variant_a.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_8065_hotine_oblique_mercator_variant_b.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_8065_hotine_oblique_mercator_variant_b.tif new file mode 100644 index 00000000..32572794 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_8065_hotine_oblique_mercator_variant_b.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_8441_oblique_mercator_laborde.tif b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_8441_oblique_mercator_laborde.tif new file mode 100644 index 00000000..b9c88831 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/ProjectedCSTypeGeoKey_8441_oblique_mercator_laborde.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/albers_equal_area.tif b/tests/readers/geotiff/fixtures/projections/albers_equal_area.tif new file mode 100644 index 00000000..1d5f8633 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/albers_equal_area.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/byte.tif b/tests/readers/geotiff/fixtures/projections/byte.tif new file mode 100644 index 00000000..6fddac12 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/byte.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/byte_v11.tif b/tests/readers/geotiff/fixtures/projections/byte_v11.tif new file mode 100644 index 00000000..e6d8f023 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/byte_v11.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/cassini_soldner.tif b/tests/readers/geotiff/fixtures/projections/cassini_soldner.tif new file mode 100644 index 00000000..54c3dbe1 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/cassini_soldner.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/epsg_27563_allgeokeys.tif b/tests/readers/geotiff/fixtures/projections/epsg_27563_allgeokeys.tif new file mode 100644 index 00000000..da79734d Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/epsg_27563_allgeokeys.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/epsg_27563_only_pcs_code.tif b/tests/readers/geotiff/fixtures/projections/epsg_27563_only_pcs_code.tif new file mode 100644 index 00000000..561c106c Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/epsg_27563_only_pcs_code.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/equidistant_cylindrical.tif b/tests/readers/geotiff/fixtures/projections/equidistant_cylindrical.tif new file mode 100644 index 00000000..308f8704 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/equidistant_cylindrical.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/hotine_oblique_mercator_variant_a.tif b/tests/readers/geotiff/fixtures/projections/hotine_oblique_mercator_variant_a.tif new file mode 100644 index 00000000..6e0a02df Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/hotine_oblique_mercator_variant_a.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/hotine_oblique_mercator_variant_b.tif b/tests/readers/geotiff/fixtures/projections/hotine_oblique_mercator_variant_b.tif new file mode 100644 index 00000000..d8403388 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/hotine_oblique_mercator_variant_b.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/lambert_azimuthal_equal_area.tif b/tests/readers/geotiff/fixtures/projections/lambert_azimuthal_equal_area.tif new file mode 100644 index 00000000..78da3313 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/lambert_azimuthal_equal_area.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/lambert_cylindrical_equal_area.tif b/tests/readers/geotiff/fixtures/projections/lambert_cylindrical_equal_area.tif new file mode 100644 index 00000000..7c87e79a Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/lambert_cylindrical_equal_area.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/lcc1sp.tif b/tests/readers/geotiff/fixtures/projections/lcc1sp.tif new file mode 100644 index 00000000..8324b86a Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/lcc1sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/lcc2sp.tif b/tests/readers/geotiff/fixtures/projections/lcc2sp.tif new file mode 100644 index 00000000..7096c996 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/lcc2sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/mercator1sp.tif b/tests/readers/geotiff/fixtures/projections/mercator1sp.tif new file mode 100644 index 00000000..37f3372c Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/mercator1sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/mercator2sp.tif b/tests/readers/geotiff/fixtures/projections/mercator2sp.tif new file mode 100644 index 00000000..8b49fea3 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/mercator2sp.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/new_zealand_mapping_grid.tif b/tests/readers/geotiff/fixtures/projections/new_zealand_mapping_grid.tif new file mode 100644 index 00000000..dd9a2dec Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/new_zealand_mapping_grid.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/oblique_mercator_laborde.tif b/tests/readers/geotiff/fixtures/projections/oblique_mercator_laborde.tif new file mode 100644 index 00000000..01eb113a Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/oblique_mercator_laborde.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/oblique_stereographic.tif b/tests/readers/geotiff/fixtures/projections/oblique_stereographic.tif new file mode 100644 index 00000000..849ae81b Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/oblique_stereographic.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/pcs_32064.tif b/tests/readers/geotiff/fixtures/projections/pcs_32064.tif new file mode 100644 index 00000000..19ff4f38 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/pcs_32064.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/pixel_is_point_wgs84.tif b/tests/readers/geotiff/fixtures/projections/pixel_is_point_wgs84.tif new file mode 100644 index 00000000..f8a7ab27 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/pixel_is_point_wgs84.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/polar_stereographic_variant_a.tif b/tests/readers/geotiff/fixtures/projections/polar_stereographic_variant_a.tif new file mode 100644 index 00000000..2d510da2 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/polar_stereographic_variant_a.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/polar_stereographic_variant_b.tif b/tests/readers/geotiff/fixtures/projections/polar_stereographic_variant_b.tif new file mode 100644 index 00000000..906b0fdb Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/polar_stereographic_variant_b.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/polyconic.tif b/tests/readers/geotiff/fixtures/projections/polyconic.tif new file mode 100644 index 00000000..a11875b6 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/polyconic.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/transverse_mercator.tif b/tests/readers/geotiff/fixtures/projections/transverse_mercator.tif new file mode 100644 index 00000000..82734481 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/transverse_mercator.tif differ diff --git a/tests/readers/geotiff/fixtures/projections/transverse_mercator_south_oriented.tif b/tests/readers/geotiff/fixtures/projections/transverse_mercator_south_oriented.tif new file mode 100644 index 00000000..1a79cfc6 Binary files /dev/null and b/tests/readers/geotiff/fixtures/projections/transverse_mercator_south_oriented.tif differ diff --git a/tests/readers/geotiff/index.test.ts b/tests/readers/geotiff/index.test.ts new file mode 100644 index 00000000..eb421a43 --- /dev/null +++ b/tests/readers/geotiff/index.test.ts @@ -0,0 +1,390 @@ +import FileReader from '../../../src/readers/file'; +import { GeoTIFFReader } from '../../../src/readers/geotiff'; +import { expect, test } from 'bun:test'; + +// import { fromArrayBuffer } from '../../../geotiff/src/geotiff'; +import { fromArrayBuffer } from 'geotiff'; + +import type { ArrayTypes } from '../../../src/readers/geotiff'; + +const testFunc = process.env.FAST_TESTS_ONLY !== undefined ? test.skip : test; + +testFunc('initial test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/initial.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + expect(geotiffReader.imageDirectories).toEqual([ + { + geoKeyDirectory: { + GTModelTypeGeoKey: 2, + GTRasterTypeGeoKey: 1, + GeogAngularUnitsGeoKey: 9102, + GeogCitationGeoKey: 'WGS 84', + GeographicTypeGeoKey: 4326, + }, + ImageWidth: 539, + ImageLength: 448, + BitsPerSample: [16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16], + Compression: 5, + PhotometricInterpretation: 1, + ImageDescription: + 'ENVISAT-MER_FRS_1PNPDE20060816_090929_000001972050_00222_23322_0058_uint16', + XResolution: [1, 1], + YResolution: [1, 1], + PlanarConfiguration: 1, + ResolutionUnit: 1, + Predictor: 1, + ExtraSamples: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + SampleFormat: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], + SamplesPerPixel: 15, + RowsPerStrip: 1, + StripOffsets: [ + 4158, 4363, 4672, 5277, 6177, 7392, 8977, 10874, 13048, 15482, 18275, 21410, 24813, 28461, + 32464, 36739, 41315, 46136, 51270, 56650, 62263, 68103, 74215, 80558, 87160, 94028, 101171, + 108466, 115959, 123754, 131825, 140046, 148542, 157239, 166221, 175372, 184732, 194212, + 203962, 213959, 224160, 234550, 245161, 255937, 266917, 278024, 289329, 300836, 312518, + 324302, 336317, 348508, 360959, 373507, 386291, 399222, 412344, 425645, 439120, 452792, + 466675, 480746, 495015, 509498, 524062, 538869, 553762, 568884, 584236, 599699, 615427, + 631302, 647416, 663694, 680082, 696612, 713346, 730269, 747238, 764399, 781785, 799252, + 816920, 834628, 852535, 870375, 888297, 906097, 923852, 941444, 958946, 976285, 993890, + 1011543, 1029276, 1046793, 1064259, 1081696, 1099194, 1116715, 1134152, 1151438, 1168812, + 1185999, 1203281, 1220542, 1237814, 1255023, 1272078, 1289221, 1306251, 1323211, 1340259, + 1357244, 1374185, 1391065, 1407941, 1424847, 1441668, 1458459, 1475157, 1492017, 1508882, + 1525743, 1542494, 1559314, 1576109, 1592933, 1609719, 1626517, 1643302, 1660116, 1676982, + 1693826, 1710702, 1727608, 1744533, 1761477, 1778483, 1795479, 1812407, 1829400, 1846364, + 1863289, 1880254, 1897177, 1914020, 1930789, 1947605, 1964423, 1981166, 1997947, 2014703, + 2031504, 2048304, 2065088, 2081804, 2098590, 2115381, 2132176, 2148856, 2165604, 2182365, + 2199140, 2215914, 2232712, 2249518, 2266292, 2283042, 2299795, 2316526, 2333325, 2350071, + 2366840, 2383519, 2400263, 2417027, 2433748, 2450511, 2467292, 2484051, 2500755, 2517469, + 2534314, 2551152, 2567997, 2584831, 2601655, 2618388, 2635143, 2651762, 2668303, 2684807, + 2701258, 2717752, 2734237, 2750659, 2767047, 2783409, 2799730, 2816015, 2832372, 2848643, + 2864836, 2880884, 2897080, 2913092, 2929120, 2945144, 2961085, 2977002, 2992915, 3008922, + 3024938, 3040906, 3056919, 3072976, 3089144, 3105177, 3121282, 3137442, 3153563, 3169539, + 3185558, 3201537, 3217591, 3233714, 3249768, 3265832, 3281875, 3297830, 3313821, 3329711, + 3345640, 3361557, 3377461, 3393330, 3409069, 3424898, 3440613, 3456316, 3472184, 3488007, + 3503815, 3519611, 3535377, 3551122, 3566900, 3582630, 3598375, 3614136, 3629885, 3645582, + 3661309, 3677018, 3692707, 3708432, 3724178, 3739981, 3755759, 3771607, 3787419, 3803186, + 3818973, 3834740, 3850567, 3866379, 3882163, 3897906, 3913654, 3929429, 3945262, 3961077, + 3976814, 3992542, 4008176, 4023822, 4039472, 4055115, 4070704, 4086249, 4101721, 4117238, + 4132702, 4148124, 4163563, 4178996, 4194499, 4209867, 4225316, 4240770, 4256188, 4271564, + 4286848, 4302123, 4317434, 4332703, 4348023, 4363285, 4378536, 4393858, 4409138, 4424490, + 4439894, 4455315, 4470619, 4485813, 4501060, 4516271, 4531432, 4546572, 4561675, 4576886, + 4592019, 4607195, 4622362, 4637445, 4652564, 4667655, 4682668, 4697810, 4712854, 4728126, + 4743373, 4758564, 4773772, 4789019, 4804365, 4819646, 4834923, 4850215, 4865480, 4880766, + 4896040, 4911201, 4926427, 4941779, 4957108, 4972493, 4987921, 5003366, 5018802, 5034218, + 5049663, 5065106, 5080569, 5095981, 5111351, 5126769, 5142248, 5157649, 5173059, 5188337, + 5203624, 5218860, 5234042, 5249134, 5264142, 5279155, 5294127, 5309117, 5324062, 5338965, + 5353862, 5368747, 5383553, 5398392, 5413220, 5428032, 5442814, 5457593, 5472465, 5487119, + 5501604, 5515763, 5529720, 5543314, 5556815, 5570011, 5582789, 5595289, 5607375, 5619175, + 5630701, 5641972, 5652997, 5663903, 5674575, 5685081, 5695471, 5705750, 5715908, 5725908, + 5735704, 5745325, 5754703, 5763889, 5772944, 5781803, 5790390, 5798929, 5807237, 5815331, + 5823239, 5830889, 5838359, 5845615, 5852710, 5859619, 5866374, 5872831, 5879093, 5885166, + 5891029, 5896697, 5902229, 5907522, 5912623, 5917588, 5922356, 5926967, 5931428, 5935709, + 5939798, 5943767, 5947497, 5951148, 5954652, 5957946, 5961078, 5964085, 5966842, 5969450, + 5971914, 5974192, 5976327, 5978253, 5979985, 5981568, 5982988, 5984205, 5985264, 5986164, + 5986879, 5987445, 5987827, 5988067, 5988272, + ], + StripByteCounts: [ + 205, 309, 605, 900, 1215, 1585, 1897, 2174, 2434, 2793, 3135, 3403, 3648, 4003, 4275, 4576, + 4821, 5134, 5380, 5613, 5840, 6112, 6343, 6602, 6868, 7143, 7295, 7493, 7795, 8071, 8221, + 8496, 8697, 8982, 9151, 9360, 9480, 9750, 9997, 10201, 10390, 10611, 10776, 10980, 11107, + 11305, 11507, 11682, 11784, 12015, 12191, 12451, 12548, 12784, 12931, 13122, 13301, 13475, + 13672, 13883, 14071, 14269, 14483, 14564, 14807, 14893, 15122, 15352, 15463, 15728, 15875, + 16114, 16278, 16388, 16530, 16734, 16923, 16969, 17161, 17386, 17467, 17668, 17708, 17907, + 17840, 17922, 17800, 17755, 17592, 17502, 17339, 17605, 17653, 17733, 17517, 17466, 17437, + 17498, 17521, 17437, 17286, 17374, 17187, 17282, 17261, 17272, 17209, 17055, 17143, 17030, + 16960, 17048, 16985, 16941, 16880, 16876, 16906, 16821, 16791, 16698, 16860, 16865, 16861, + 16751, 16820, 16795, 16824, 16786, 16798, 16785, 16814, 16866, 16844, 16876, 16906, 16925, + 16944, 17006, 16996, 16928, 16993, 16964, 16925, 16965, 16923, 16843, 16769, 16816, 16818, + 16743, 16781, 16756, 16801, 16800, 16784, 16716, 16786, 16791, 16795, 16680, 16748, 16761, + 16775, 16774, 16798, 16806, 16774, 16750, 16753, 16731, 16799, 16746, 16769, 16679, 16744, + 16764, 16721, 16763, 16781, 16759, 16704, 16714, 16845, 16838, 16845, 16834, 16824, 16733, + 16755, 16619, 16541, 16504, 16451, 16494, 16485, 16422, 16388, 16362, 16321, 16285, 16357, + 16271, 16193, 16048, 16196, 16012, 16028, 16024, 15941, 15917, 15913, 16007, 16016, 15968, + 16013, 16057, 16168, 16033, 16105, 16160, 16121, 15976, 16019, 15979, 16054, 16123, 16054, + 16064, 16043, 15955, 15991, 15890, 15929, 15917, 15904, 15869, 15739, 15829, 15715, 15703, + 15868, 15823, 15808, 15796, 15766, 15745, 15778, 15730, 15745, 15761, 15749, 15697, 15727, + 15709, 15689, 15725, 15746, 15803, 15778, 15848, 15812, 15767, 15787, 15767, 15827, 15812, + 15784, 15743, 15748, 15775, 15833, 15815, 15737, 15728, 15634, 15646, 15650, 15643, 15589, + 15545, 15472, 15517, 15464, 15422, 15439, 15433, 15503, 15368, 15449, 15454, 15418, 15376, + 15284, 15275, 15311, 15269, 15320, 15262, 15251, 15322, 15280, 15352, 15404, 15421, 15304, + 15194, 15247, 15211, 15161, 15140, 15103, 15211, 15133, 15176, 15167, 15083, 15119, 15091, + 15013, 15142, 15044, 15272, 15247, 15191, 15208, 15247, 15346, 15281, 15277, 15292, 15265, + 15286, 15274, 15161, 15226, 15352, 15329, 15385, 15428, 15445, 15436, 15416, 15445, 15443, + 15463, 15412, 15370, 15418, 15479, 15401, 15410, 15278, 15287, 15236, 15182, 15092, 15008, + 15013, 14972, 14990, 14945, 14903, 14897, 14885, 14806, 14839, 14828, 14812, 14782, 14779, + 14872, 14654, 14485, 14159, 13957, 13594, 13501, 13196, 12778, 12500, 12086, 11800, 11526, + 11271, 11025, 10906, 10672, 10506, 10390, 10279, 10158, 10000, 9796, 9621, 9378, 9186, 9055, + 8859, 8587, 8539, 8308, 8094, 7908, 7650, 7470, 7256, 7095, 6909, 6755, 6457, 6262, 6073, + 5863, 5668, 5532, 5293, 5101, 4965, 4768, 4611, 4461, 4281, 4089, 3969, 3730, 3651, 3504, + 3294, 3132, 3007, 2757, 2608, 2464, 2278, 2135, 1926, 1732, 1583, 1420, 1217, 1059, 900, + 715, 566, 382, 240, 205, 205, + ], + GeoAsciiParams: 'WGS 84|', + tiepoint: [0, 0, 0, 11.361065864562988, 46.25202560424805, 0], + pixelScale: [0.03139662310517357, 0.031362900240700195, 0], + }, + ]); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/initial.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('rgba test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/rgba.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/rgba.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeTrue(); +}); + +testFunc('int32 test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/int32.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/int32.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); +}); + +testFunc('ycbcr test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/ycbcr.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/ycbcr.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('cielab test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/cielab.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/cielab.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('cmyk test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/cmyk.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/cmyk.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('lzw_predictor.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/lzw_predictor.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/lzw_predictor.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('float_n_bit_tiled_16.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/float_n_bit_tiled_16.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/float_n_bit_tiled_16.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('stripped.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/stripped.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/stripped.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('uint32.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/uint32.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/uint32.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); + +testFunc('packbits.tiff test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/packbits.tiff`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/packbits.tiff`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); +}); diff --git a/tests/readers/geotiff/proj4.test.ts b/tests/readers/geotiff/proj4.test.ts new file mode 100644 index 00000000..22dd8677 --- /dev/null +++ b/tests/readers/geotiff/proj4.test.ts @@ -0,0 +1,982 @@ +import FileReader from '../../../src/readers/file'; +import { GeoTIFFReader } from '../../../src/readers/geotiff'; +import { expect, test } from 'bun:test'; + +// import { fromArrayBuffer } from '../../../geotiff/src/geotiff'; +import { fromArrayBuffer } from 'geotiff'; + +import type { ArrayTypes } from '../../../src/readers/geotiff'; + +test('utm.tif test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/utm.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/utm.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([688258.223819, 4539289.697337001, 700411.209419, 4555765.966137]); + + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -78.76218940982291, 40.98307212979634, -78.61248498502884, 41.12847021213023, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([688258.223819, 4539289.697337001, 700411.209419, 4555765.966137]); +}); + +// NOTE: This is our base for all other proj4 tests + +test('pixel_is_point_wgs84.tif test', async (): Promise => { + const fileReader = new FileReader(`${__dirname}/fixtures/projections/pixel_is_point_wgs84.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + + const image = geotiffReader.getImage(); + const raster = await image.rasterData(); + const rgb = await image.getRGBA(); + + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/pixel_is_point_wgs84.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const cmpRaster = await cmpImage.readRasters({ interleave: true }); + expect(raster.data).toEqual(cmpRaster as unknown as ArrayTypes); + expect(raster.width).toEqual(cmpRaster.width); + expect(raster.height).toEqual(cmpRaster.height); + + const cmpRGB = await cmpImage.readRGB({ interleave: true, enableAlpha: true }); + expect(rgb.data).toEqual(cmpRGB as unknown as ArrayTypes); + expect(rgb.width).toEqual(cmpRGB.width); + expect(rgb.height).toEqual(cmpRGB.height); + expect(rgb.alpha).toBeFalse(); + + const bounds = image.getBoundingBox(true); + expect(bounds).toEqual([-1, 49, 3, 53]); + const boundsCmp = cmpImage.getBoundingBox(true); + expect(boundsCmp).toEqual([-1, 49, 3, 53]); + + const vectorFeatures = await Array.fromAsync(geotiffReader); + expect(vectorFeatures).toEqual([ + { + geometry: { + coordinates: [ + { m: { a: 255, b: 0, g: 0, r: 0 }, x: -1, y: 49 }, + { m: { a: 255, b: 0, g: 0, r: 0 }, x: 3, y: 49 }, + { m: { a: 255, b: 0, g: 0, r: 0 }, x: -1, y: 53 }, + { m: { a: 255, b: 0, g: 0, r: 0 }, x: 3, y: 53 }, + ], + is3D: false, + type: 'MultiPoint', + }, + metadata: { + alpha: false, + height: 2, + width: 2, + }, + properties: {}, + type: 'VectorFeature', + }, + ]); +}); + +test('albers_equal_area.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/albers_equal_area.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/albers_equal_area.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -108.87275117545303, 6.173382885196224, -108.87229095452848, 6.17401378974672, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); + + const vectorFeatures = await Array.fromAsync(geotiffReader); + expect(vectorFeatures).toEqual([ + { + geometry: { + coordinates: [ + { m: { a: 255, b: 107, g: 107, r: 107 }, x: -108.87252106555276, y: 6.173698338044412 }, + ], + is3D: false, + type: 'MultiPoint', + }, + metadata: { + alpha: false, + height: 1, + width: 1, + }, + properties: {}, + type: 'VectorFeature', + }, + ]); +}); + +test('mercator1sp.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/mercator1sp.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/mercator1sp.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -27.980082548328227, 25.02030724471789, -27.9795418746082, 25.020799891095436, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); + + const vectorFeatures = await Array.fromAsync(geotiffReader); + expect(vectorFeatures).toEqual([ + { + geometry: { + coordinates: [ + { m: { a: 255, b: 107, g: 107, r: 107 }, x: -27.979812211468207, y: 25.02055356815652 }, + ], + is3D: false, + type: 'MultiPoint', + }, + metadata: { + alpha: false, + height: 1, + width: 1, + }, + properties: {}, + type: 'VectorFeature', + }, + ]); +}); + +test('byte.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/byte.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/byte.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3750120, 441920, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -117.64108762997199, 33.89153016859067, -117.62819018953391, 33.90241956192106, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3750120, 441920, 3751320]); +}); + +test('byte_v11.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/byte_v11.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/byte_v11.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3750120, 441920, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -117.64108762997199, 33.89153016859067, -117.62819018953391, 33.90241956192106, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3750120, 441920, 3751320]); +}); + +test('cassini_soldner.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/cassini_soldner.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/cassini_soldner.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 40.790879898859956, 64.22188358453757, 40.792219231938205, 64.2223720893481, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('epsg_27563_allgeokeys.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/epsg_27563_allgeokeys.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/epsg_27563_allgeokeys.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([ + 827294.1414437726, 523980.63806166063, 827299.1478137725, 523985.64443166065, + ]); + const boundsCorrected = image.getBoundingBox(true); + // https://github.com/OSGeo/libgeotiff/blob/e00dcd652cd99e1ee81bd24a14b998cadab52c60/libgeotiff/test/testlistgeo_out.dist#L2110C47-L2110C74 + // TODO: The link claims the longitude is wrong by roughly 2 degrees. This is 100% an lcc projection inverse problem if it's wrong + expect(boundsCorrected).toEqual([ + 5.321526154745895, 46.97709562609565, 5.321594210778345, 46.97713894791709, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([ + 827294.1414437726, 523980.63806166063, 827299.1478137725, 523985.64443166065, + ]); +}); + +test('epsg_27563_only_pcs_code.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/epsg_27563_only_pcs_code.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/epsg_27563_only_pcs_code.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([ + 827294.1414437726, 523980.63806166063, 827299.1478137725, 523985.64443166065, + ]); + const boundsCorrected = image.getBoundingBox(true); + // https://github.com/OSGeo/libgeotiff/blob/e00dcd652cd99e1ee81bd24a14b998cadab52c60/libgeotiff/test/testlistgeo_out.dist#L2110C47-L2110C74 + // TODO: The link claims the longitude is wrong by roughly 2 degrees. + expect(boundsCorrected).toEqual([ + 5.321526154745895, 46.97709562609565, 5.321594210778345, 46.97713894791709, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([ + 827294.1414437726, 523980.63806166063, 827299.1478137725, 523985.64443166065, + ]); +}); + +test('equidistant_cylindrical.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/equidistant_cylindrical.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/equidistant_cylindrical.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 3.959055120171555, 33.69814192706196, 3.9595941093420266, 33.69868091623243, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('GeogAngularUnitsGeoKey_9114.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/GeogAngularUnitsGeoKey_9114.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/GeogAngularUnitsGeoKey_9114.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([130, 31, 131, 32]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([130, 31, 131, 32]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([130, 31, 131, 32]); +}); + +test('GeogGeodeticDatumGeoKey.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/GeogGeodeticDatumGeoKey.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/GeogGeodeticDatumGeoKey.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([130, 31, 131, 32]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([130, 31, 131, 32]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([130, 31, 131, 32]); +}); + +test('GeogPrimeMeridianGeoKey.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/GeogPrimeMeridianGeoKey.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/GeogPrimeMeridianGeoKey.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([130, 31, 131, 32]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([130, 31, 131, 32]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([130, 31, 131, 32]); +}); + +test('hotine_oblique_mercator_variant_a.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/hotine_oblique_mercator_variant_a.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/hotine_oblique_mercator_variant_a.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -51.85864116709959, 59.421978643657354, -51.85860959263306, 59.42131092467509, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('polyconic.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/polyconic.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/polyconic.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -113.31933294734617, -41.66713783099524, -113.31832403831677, -41.66708033666237, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_2046_transverse_mercator_south_oriented.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_2046_transverse_mercator_south_oriented.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_2046_transverse_mercator_south_oriented.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 19.75705540981311, 33.796319597379416, 19.75773097852268, 33.796833708967974, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_3032_polar_stereographic_variant_b.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3032_polar_stereographic_variant_b.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3032_polar_stereographic_variant_b.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -42.02343167633273, -38.450318233839496, -42.02311520862427, -38.45090518430949, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_3035_lambert_azimuthal_equal_area.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3035_lambert_azimuthal_equal_area.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3035_lambert_azimuthal_equal_area.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -42.96495690856996, 43.598542922816904, -42.96482656961041, 43.59929165328441, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_3083_albers_equal_area.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3083_albers_equal_area.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3083_albers_equal_area.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -108.22504462114269, -4.331739226552316, -108.22461500598334, -4.331064089186024, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_3410_lambert_cylindrical_equal_area.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3410_lambert_cylindrical_equal_area.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3410_lambert_cylindrical_equal_area.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 4.576480467318869, 30.657140786480117, 4.577103513307341, 30.657683994304794, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_3812_lcc2sp.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3812_lcc2sp.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3812_lcc2sp.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -2.8272462789302906, 77.1238801981508, -2.8253915591441183, 77.12438254221291, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_3814_transverse_mercator.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3814_transverse_mercator.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_3814_transverse_mercator.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -90.66656670544788, 54.56296538271008, -90.66565121650869, 54.563511434831334, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_4087_equidistant_cylindrical.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_4087_equidistant_cylindrical.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_4087_equidistant_cylindrical.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 3.959055120171555, 33.69814192706196, 3.9595941093420266, 33.69868091623243, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_5329_mercator1sp.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5329_mercator1sp.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5329_mercator1sp.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 78.82763689611578, 25.019848065873887, 78.82817756983582, 25.02034070564569, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_5456_lcc1sp.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5456_lcc1sp.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5456_lcc1sp.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -84.93299846146739, 40.375665986398914, -84.93239011516971, 40.37613299657465, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_5482_polar_stereographic_variant_a.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5482_polar_stereographic_variant_a.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5482_polar_stereographic_variant_a.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 121.1085356377889, -44.49337154833407, 121.10942192177373, -44.49352843639299, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_5588_oblique_stereographic.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5588_oblique_stereographic.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5588_oblique_stereographic.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -69.08909055988515, 54.00219682088313, -69.08882272890078, 54.0023659994581, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_5641_mercator2sp.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5641_mercator2sp.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_5641_mercator2sp.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -83.98150694017086, -49.058641836811034, -83.98096762466132, -49.05828740676869, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_6808_hotine_oblique_mercator_variant_a.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_6808_hotine_oblique_mercator_variant_a.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_6808_hotine_oblique_mercator_variant_a.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + // TODO: https://github.com/OSGeo/libgeotiff/blob/e00dcd652cd99e1ee81bd24a14b998cadab52c60/libgeotiff/test/testlistgeo_out.dist#L555 + // claims a different result. hotine_oblique_mercator inverse function needs fixing? + expect(boundsCorrected).toEqual([ + -111.49806198380007, 76.25766320050388, -111.49567408556169, 76.25801291448202, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_8065_hotine_oblique_mercator_variant_b.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_8065_hotine_oblique_mercator_variant_b.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_8065_hotine_oblique_mercator_variant_b.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -110.41511644912529, 40.3421828360064, -110.41490098360144, 40.34234597944844, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +// TODO: support 'Laborde Grid' projection +test.skip('ProjectedCSTypeGeoKey_8441_oblique_mercator_laborde.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_8441_oblique_mercator_laborde.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_8441_oblique_mercator_laborde.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -110.41511644912529, 40.3421828360064, -110.41490098360144, 40.34234597944844, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_27200_new_zealand_mapping_grid.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_27200_new_zealand_mapping_grid.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_27200_new_zealand_mapping_grid.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 142.5869840558114, -55.8388637505136, 142.58790609359477, -55.838724496136386, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_28191_cassini_soldner.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_28191_cassini_soldner.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_28191_cassini_soldner.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 40.797896375174304, 64.22387868660537, 40.799235956583296, 64.22436706728936, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjectedCSTypeGeoKey_29101_polyconic.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_29101_polyconic.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjectedCSTypeGeoKey_29101_polyconic.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -113.3199662151629, -41.66728402682234, -113.31895731014677, -41.66722653844196, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('ProjLinearUnitsGeoKey_9036.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/ProjLinearUnitsGeoKey_9036.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/ProjLinearUnitsGeoKey_9036.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -102.33809671112067, 10.326816035405699, -102.33793170372446, 10.326982893760002, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('transverse_mercator_south_oriented.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader( + `${__dirname}/fixtures/projections/transverse_mercator_south_oriented.tif`, + ); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file( + `${__dirname}/fixtures/projections/transverse_mercator_south_oriented.tif`, + ).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + 19.757055409886483, 33.79631959785644, 19.75773097859621, 33.79683370944542, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); + +test('transverse_mercator.tif test', async (): Promise => { + // actual data + const fileReader = new FileReader(`${__dirname}/fixtures/projections/transverse_mercator.tif`); + const geotiffReader = new GeoTIFFReader(fileReader); + const image = geotiffReader.getImage(); + // compare data + const cmpTiff = await fromArrayBuffer( + await Bun.file(`${__dirname}/fixtures/projections/transverse_mercator.tif`).arrayBuffer(), + ); + const cmpImage = await cmpTiff.getImage(); + + const bounds = image.getBoundingBox(false); + expect(bounds).toEqual([440720, 3751260, 440780, 3751320]); + const boundsCorrected = image.getBoundingBox(true); + expect(boundsCorrected).toEqual([ + -90.66656670544788, 54.56296538271008, -90.66565121650869, 54.563511434831334, + ]); + const boundsCmp = cmpImage.getBoundingBox(); + expect(boundsCmp).toEqual([440720, 3751260, 440780, 3751320]); +}); diff --git a/tests/readers/pmtiles/reader.test.ts b/tests/readers/pmtiles/reader.test.ts index 1dfdf8ff..bbaaa078 100644 --- a/tests/readers/pmtiles/reader.test.ts +++ b/tests/readers/pmtiles/reader.test.ts @@ -35,7 +35,7 @@ interface MetaExternal { }; } -describe('File Reader', async () => { +describe('File Reader', () => { test('test_fixture_1', async () => { const bufferReader = new BufferReader( await Bun.file(`${__dirname}/fixtures/test_fixture_1.pmtiles`).arrayBuffer(), diff --git a/tests/writers/pmtiles/writer.test.ts b/tests/writers/pmtiles/writer.test.ts index 2dc5718f..1fcdc341 100644 --- a/tests/writers/pmtiles/writer.test.ts +++ b/tests/writers/pmtiles/writer.test.ts @@ -13,6 +13,8 @@ import type { S2Header } from '../../../src/readers/pmtiles'; tmp.setGracefulCleanup(); +const testFunc = process.env.FAST_TESTS_ONLY !== undefined ? test.skip : test; + test('File Writer WM', async () => { const bufWriter = new BufferWriter(); const writer = new S2PMTilesWriter(bufWriter, TileType.Pbf); @@ -153,7 +155,7 @@ test('File Writer S2', async () => { expect(tile6).toEqual(uint8_2); }); -test( +testFunc( 'File Writer WM Large', async () => { const tmpFile2 = tmp.tmpNameSync({ prefix: 'S2-big-2' }); diff --git a/tmpTests2.ts b/tmpTests2.ts new file mode 100644 index 00000000..02ab8262 --- /dev/null +++ b/tmpTests2.ts @@ -0,0 +1,11 @@ +import { fromArrayBuffer } from './geotiff/src/geotiff'; + +const tiff = await fromArrayBuffer(await Bun.file('./tests/readers/geotiff/fixtures/initial.tiff').arrayBuffer()); +const image = await tiff.getImage(); +const data = await image.readRasters({ interleave: true }); + +console.log(data); + +export function test(a: number): number { + return a; +}