def ImportFromPCI(self, *args): """ImportFromPCI(SpatialReference self, char const * proj, char const * units, double [17] argin=0) -> OGRErr""" return _osr.SpatialReference_ImportFromPCI(self, *args)
def ImportFromPCI(self, *args): """ImportFromPCI(self, char proj, char units = "METRE", double argin = 0) -> OGRErr""" return _osr.SpatialReference_ImportFromPCI(self, *args)