{"id":13564246,"url":"https://github.com/pyproj4/pyproj","last_synced_at":"2025-12-18T00:11:47.517Z","repository":{"id":25184055,"uuid":"28607354","full_name":"pyproj4/pyproj","owner":"pyproj4","description":"Python interface to PROJ (cartographic projections and coordinate transformations library)","archived":false,"fork":false,"pushed_at":"2025-05-05T16:10:15.000Z","size":458720,"stargazers_count":1119,"open_issues_count":40,"forks_count":219,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-05-13T00:13:46.359Z","etag":null,"topics":["cartographic-projection","coordinate-systems","coordinate-transformation","geodesic","geospatial","hacktoberfest","python"],"latest_commit_sha":null,"homepage":"https://pyproj4.github.io/pyproj","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyproj4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-12-29T21:38:25.000Z","updated_at":"2025-05-12T18:59:54.000Z","dependencies_parsed_at":"2023-02-12T00:00:34.175Z","dependency_job_id":"b55107ba-54e7-49f6-8271-fe1123758d82","html_url":"https://github.com/pyproj4/pyproj","commit_stats":{"total_commits":1453,"total_committers":71,"mean_commits":"20.464788732394368","dds":0.4232622161046111,"last_synced_commit":"6c876ded8d2be8061a65d842be777b77b2bdec90"},"previous_names":["jswhit/pyproj"],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyproj4%2Fpyproj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyproj4%2Fpyproj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyproj4%2Fpyproj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyproj4%2Fpyproj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyproj4","download_url":"https://codeload.github.com/pyproj4/pyproj/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843225,"owners_count":21972874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cartographic-projection","coordinate-systems","coordinate-transformation","geodesic","geospatial","hacktoberfest","python"],"created_at":"2024-08-01T13:01:28.555Z","updated_at":"2025-12-18T00:11:47.464Z","avatar_url":"https://github.com/pyproj4.png","language":"Python","readme":"![Pyproj logo](https://raw.githubusercontent.com/pyproj4/pyproj/main/docs/media/logo.png)\n\n# pyproj\n\nPython interface to [PROJ](http://proj.org) (cartographic projections and coordinate transformations library).\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#contributors\"\u003e\u003cimg alt=\"All Contributors\" src=\"https://img.shields.io/badge/all_contributors-66-orange.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/pyproj4/pyproj/actions?query=workflow%3ATests\"\u003e\u003cimg alt=\"GitHub Actions Build Status\" src=\"https://github.com/pyproj4/pyproj/workflows/Tests/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/pyproj4/pyproj\"\u003e\u003cimg alt=\"Codecov Status\" src=\"https://codecov.io/gh/pyproj4/pyproj/branch/main/graph/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://badge.fury.io/py/pyproj\"\u003e\u003cimg alt=\"PyPI\" src=\"https://badge.fury.io/py/pyproj.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pepy.tech/project/pyproj\"\u003e\u003cimg alt=\"Downloads\" src=\"https://pepy.tech/badge/pyproj\"\u003e\u003c/a\u003e\n\u003ca href=\"https://anaconda.org/conda-forge/pyproj\"\u003e\u003cimg alt=\"Anaconda-Server Badge\" src=\"https://anaconda.org/conda-forge/pyproj/badges/version.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/python/black\"\u003e\u003cimg alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/pre-commit/pre-commit\"\u003e\u003cimg alt=\"pre-commit\" src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://zenodo.org/badge/latestdoi/28607354\"\u003e\u003cimg alt=\"DOI\" src=\"https://zenodo.org/badge/28607354.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Documentation\n\n- Stable: http://pyproj4.github.io/pyproj/stable/\n- Latest: https://pyproj4.github.io/pyproj/latest/\n\n## Bugs/Questions\n\n- Report bugs/feature requests: https://github.com/pyproj4/pyproj/issues\n- Ask questions: https://github.com/pyproj4/pyproj/discussions\n- Ask the GIS community: https://gis.stackexchange.com/questions/tagged/pyproj\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jswhit\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/579593?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJeff Whitaker\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jswhit\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jswhit\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jswhit\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#example-jswhit\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-jswhit\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/pulls?q=is%3Apr+reviewed-by%3Ajswhit\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#question-jswhit\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"#maintenance-jswhit\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#infra-jswhit\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ajswhit\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/snowman2\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/8699967?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlan D. Snow\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=snowman2\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=snowman2\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=snowman2\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#example-snowman2\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#maintenance-snowman2\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#infra-snowman2\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#ideas-snowman2\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/pulls?q=is%3Apr+reviewed-by%3Asnowman2\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#question-snowman2\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Asnowman2\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/micahcochran\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/7433104?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMicah Cochran\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=micahcochran\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=micahcochran\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=micahcochran\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-micahcochran\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#infra-micahcochran\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/pulls?q=is%3Apr+reviewed-by%3Amicahcochran\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#question-micahcochran\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Amicahcochran\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://jorisvandenbossche.github.io/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1020496?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoris Van den Bossche\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jorisvandenbossche\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jorisvandenbossche\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-jorisvandenbossche\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/pulls?q=is%3Apr+reviewed-by%3Ajorisvandenbossche\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#question-jorisvandenbossche\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ajorisvandenbossche\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jorisvandenbossche\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/cjmayo\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/921089?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChris Mayo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=cjmayo\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.petrel.org\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2298266?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCharles Karney\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=cffk\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=cffk\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.justaprogrammer.net/profile/justin\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/146930?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJustin Dearing\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-zippy1981\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jdkloe\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1906112?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJos de Kloe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jdkloe\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jdkloe\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ajdkloe\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/georgeouzou\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/16732042?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeorge Ouzounoudis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=georgeouzou\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-georgeouzou\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/djhoese\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1828519?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Hoese\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/pulls?q=is%3Apr+reviewed-by%3Adjhoese\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#ideas-djhoese\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#platform-djhoese\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=djhoese\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=djhoese\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=djhoese\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://mitkin.github.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3927849?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMikhail Itkin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mitkin\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://dopplershift.github.io\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/221526?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan May\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=dopplershift\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/artttt\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4626281?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eartttt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-artttt\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://ocefpaf.github.io/python4oceanographers\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/950575?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFilipe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-ocefpaf\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=ocefpaf\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#platform-ocefpaf\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=ocefpaf\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/heitorPB\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/13461702?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHeitor\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=heitorPB\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sebastic\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4605306?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBas Couwenberg\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=sebastic\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#platform-sebastic\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=sebastic\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/nickeubank\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/9683693?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNick Eubank\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=nickeubank\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.math.uwaterloo.ca/~mdunphy/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/9088426?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael Dunphy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mdunphy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://matthew.dynevor.org\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/67612?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatthew Brett\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-matthew-brett\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#platform-matthew-brett\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://naboa.de\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/10531844?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJakob de Maeyer \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jdemaeyer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://gitter.im\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/8518239?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThe Gitter Badger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=gitter-badger\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://lizards.opensuse.org/author/bmwiedemann/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/637990?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBernhard M. Wiedemann\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=bmwiedemann\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ReallyNiceGuy\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/6545730?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarco Aurélio da Costa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=ReallyNiceGuy\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ChrisBarker-NOAA\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/916576?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristopher H. Barker\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=ChrisBarker-NOAA\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://evers.dev/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/13132571?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKristian Evers\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-kbevers\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"#ideas-kbevers\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=kbevers\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.spatialys.com/en/about/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1192433?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEven Rouault\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-rouault\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/cgohlke\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/483428?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristoph Gohlke\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#platform-cgohlke\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"#question-cgohlke\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Acgohlke\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=cgohlke\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/chrrrisw\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/5555320?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChris Willoughby\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=chrrrisw\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/glostis\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/25295717?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGuillaume Lostis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=glostis\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/edpop\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/13479292?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEduard Popov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=edpop\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.personal.psu.edu/jar339\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/7864460?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoe Ranalli\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ajranalli\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jranalli\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jranalli\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/gberardinelli\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/13799588?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGreg Berardinelli\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Agberardinelli\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=gberardinelli\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-gberardinelli\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=gberardinelli\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mraspaud\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/167802?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMartin Raspaud\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Amraspaud\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mraspaud\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mraspaud\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#ideas-mraspaud\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://sites.google.com/site/mwtoews/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/895458?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMike Taves\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mwtoews\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://davidhaberthür.ch\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1651235?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Haberthür\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=habi\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mmodenesi\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/5569789?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emmodenesi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ammodenesi\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mmodenesi\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=mmodenesi\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.indigoag.com/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/48448372?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejacob-indigo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ajacob-indigo\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jacob-indigo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://rahulporuri.github.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1926457?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePoruri Sai Rahul\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=rahulporuri\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://medium.com/@underchemist\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5283998?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYann-Sebastien Tremblay-Johnston\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=underchemist\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/odidev\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/40816837?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eodidev\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#platform-odidev\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idanmiara\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26349741?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIdan Miara\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=idanmiara\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=idanmiara\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-idanmiara\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=idanmiara\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/direvus\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/312229?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrendan Jurd\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=direvus\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#design-direvus\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.metoffice.gov.uk/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2051656?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBill Little\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=bjlittle\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/gerritholl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/500246?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGerrit Holl\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=gerritholl\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Kirill888\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1428024?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKirill Kouzoubov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=Kirill888\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/hemberger\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/846186?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDan Hemberger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ahemberger\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=hemberger\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/martinfleis\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/36797143?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMartin Fleischmann\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Amartinfleis\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=martinfleis\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=martinfleis\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/orontee\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2065954?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatthias Meulien\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=orontee\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Aorontee\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/iboates\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13814358?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIsaac Boates\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=iboates\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Aiboates\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=iboates\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/kdpenner\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9297904?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKyle Penner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=kdpenner\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Akdpenner\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=kdpenner\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/paulcochrane\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/18310598?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003epaulcochrane\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=paulcochrane\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=paulcochrane\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=paulcochrane\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Apaulcochrane\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/vot4anto\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56338190?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAntonio Ettorre\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#platform-vot4anto\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/DWesl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22566757?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDWesl\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=DWesl\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/molinav\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9979942?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVíctor Molina García\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#platform-molinav\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/skogler\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1032405?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSamuel Kogler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Askogler\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=skogler\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/shadchin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/61256?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlexander Shadchin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/issues?q=author%3Ashadchin\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=shadchin\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/greglucas\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12417828?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGreg Lucas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=greglucas\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-greglucas\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-greglucas\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dmahr1\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8354515?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDan Mahr\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=dmahr1\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=dmahr1\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=dmahr1\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/rhugonnet\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28896516?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRomain Hugonnet\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=rhugonnet\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=rhugonnet\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=rhugonnet\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://javier.jimenezshaw.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15678366?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJavier Jimenez Shaw\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jjimenezshaw\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jjimenezshaw\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=jjimenezshaw\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/djm93dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/101536185?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel McDonald\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=djm93dev\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://cyschneck.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22159116?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCora Schneck\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=cyschneck\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=cyschneck\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/zanejgr\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/14795919?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ezanejgr\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=zanejgr\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/kloczek\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/31284574?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTomasz Kłoczko\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=kloczek\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/tqa236\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25203655?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTrinh Quoc Anh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/pyproj4/pyproj/commits?author=tqa236\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/necabo\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/23185845?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003enecabo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#platform-necabo\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":[],"categories":["Python","地理Geo处理","Uncategorized","Data Processing/Anslysis","کتابخانه هاي جغرافيا"],"sub_categories":["Uncategorized","کار با زمان و تقویم"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyproj4%2Fpyproj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyproj4%2Fpyproj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyproj4%2Fpyproj/lists"}