Example #1
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
Example #2
0
"""
Example #3
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
Example #4
0
File: srs.py Project: ZekriSara/pfe
 def import_proj(self, proj):
     """Import the Spatial Reference from a PROJ string."""
     capi.from_proj(self.ptr, proj)