mss_dataserver.geometry.util.get_epsg_dict

mss_dataserver.geometry.util.get_epsg_dict()[source]

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

This function is a modified version of the one included in mpl_toolkits.basemap. It reads the epsg file in the matplotlib data directory and creates a dictionary with the epsg codes as the keys and the responding proj projection arguments as the values.