MCPcopy
hub / github.com/django/django / test12_coordtransform

Method test12_coordtransform

tests/gis_tests/gdal_tests/test_srs.py:317–320  ·  view source on GitHub ↗

Testing initialization of a CoordTransform.

(self)

Source from the content-addressed store, hash-verified

315 self.assertEqual(srs[key], exp)
316
317 def test12_coordtransform(self):
318 "Testing initialization of a CoordTransform."
319 target = SpatialReference("WGS84")
320 CoordTransform(SpatialReference(srlist[0].wkt), target)
321
322 def test13_attr_value(self):
323 "Testing the attr_value() method."

Callers

nothing calls this directly

Calls 2

SpatialReferenceClass · 0.90
CoordTransformClass · 0.90

Tested by

no test coverage detected