epsg_from_utm_zone

pycraf.geospatial.epsg_from_utm_zone(utm_zone)[source] [edit on github]

EPSG number for UTM zone code.

Parameters
utm_zonearray, str

UTM zone code(s)

Returns
epsgint

EPSG code for the UTM zone

Notes

Unlike utm_zone_from_gps this function does not support broadcasting. This is because the transform functions also not allow to convert arrays of coordinates with different projections (or EPSG codes).