epsg_from_utm_zone#
- pycraf.geospatial.epsg_from_utm_zone(utm_zone)[source]#
EPSG number for UTM zone code.
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).