MCPcopy
hub / github.com/django/django / import_epsg

Method import_epsg

django/contrib/gis/gdal/srs.py:305–307  ·  view source on GitHub ↗

Import the Spatial Reference from the EPSG code (an integer).

(self, epsg)

Source from the content-addressed store, hash-verified

303
304 # #### Import Routines #####
305 def import_epsg(self, epsg):
306 "Import the Spatial Reference from the EPSG code (an integer)."
307 capi.from_epsg(self.ptr, epsg)
308
309 def import_proj(self, proj):
310 """Import the Spatial Reference from a PROJ string."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected