mss_dataserver.geometry.utilΒΆ

The geometry util module.

This module contains helper functions used in the geometry package.

Functions

epsg_from_srs(srs)

Extract the epsg code from a proj srs string.

get_epsg_dict()

Create a dictionary for mapping proj projection arguments to epsg codes.

lon2UtmZone(lon)

Convert a longitude to the UTM zone.

zone2UtmCentralMeridian(zone)

Compute the middle meridian of a given UTM zone.