We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0081549 commit 4982458Copy full SHA for 4982458
1 file changed
pygeoapi/crs.py
@@ -70,7 +70,7 @@ class CrsTransformSpec:
70
71
def get_srid(crs: Union[str, pyproj.CRS]) -> Union[int, None]:
72
"""
73
- Helper function to attempt to exctract an ESPG SRID from
+ Helper function to attempt to extract an EPSG SRID from
74
a `pyproj.CRS` object.
75
76
:param crs: `pyproj.CRS` object
0 commit comments