gws.gis.util

gws.gis.util.make_bbox(x, y, crs, resolution, pixel_width, pixel_height)[source]

Given a point (in crs units), make a widthXheight pixel bbox around it.

gws.gis.util.invert_bbox(bbox)[source]
gws.gis.util.best_axis(crs, inverted_axis_crs_list, service_name, service_version)[source]
gws.gis.util.best_crs(target_crs, supported_crs)[source]
gws.gis.util.best_crs_and_shape(request_crs, supported_crs, shape)[source]