odc.geo.crs.CRS.utm

static CRS.utm(x, y=None, /, datum_name='WGS 84')[source]

Construct appropriate UTM CRS for a given point.

Uses CRS database query methods from pyproj to locate appropriate UTM CRS.

Params datum_name:

The name of the datum in the CRS name (‘NAD27’, ‘NAD83’, ‘WGS 84’, …)

Return type:

CRS