check_crs()
Checks if the crs represents a valid grid, projection or ESPG string.
Examples
>>> p = check_crs('epsg:26915 +units=m') >>> p.srs 'epsg:26915 +units=m' >>> p = check_crs('wrong') >>> p is None True