mgrs.utm_to_crs()
Convert a numeric UTM zone and hemisphere to a pyproj.CRS.
Usage
mgrs.utm_to_crs(
zone,
hemisphere,
)Returns
CRS-
The
pyproj.CRSfor the UTM zone.
Raises
ValueError-
If
zoneis outside 1-60 orhemisphereis not'N'/'S'.