[cig-commits] r20884 - cs/spatialdata/trunk/spatialdata/geocoords

brad at geodynamics.org brad at geodynamics.org
Mon Oct 22 20:03:53 PDT 2012


Author: brad
Date: 2012-10-22 20:03:53 -0700 (Mon, 22 Oct 2012)
New Revision: 20884

Modified:
   cs/spatialdata/trunk/spatialdata/geocoords/CSGeoProj.py
Log:
Edit documentation comment.

Modified: cs/spatialdata/trunk/spatialdata/geocoords/CSGeoProj.py
===================================================================
--- cs/spatialdata/trunk/spatialdata/geocoords/CSGeoProj.py	2012-10-23 02:49:02 UTC (rev 20883)
+++ cs/spatialdata/trunk/spatialdata/geocoords/CSGeoProj.py	2012-10-23 03:03:53 UTC (rev 20884)
@@ -44,7 +44,7 @@
     ## \b Properties
     ## @li origin_lon Longitude of local origin in degrees (WGS84).
     ## @li origin_lat Latitude of local origin in degrees (WGS84).
-    ## @li rotation_angle Rotation angle (CCW) of local x-axis from east.
+    ## @li rotation_angle Rotation angle in degrees CCW of local x-axis from east.
     ##
     ## \b Facilities
     ## @li \b projector Geographic coordinate projector
@@ -58,7 +58,7 @@
     originLat.meta['tip'] = "Latitude of local origin in degrees (WGS84)."
 
     rotAngle = pyre.inventory.float("rotation_angle", default=0.0)
-    rotAngle.meta['tip'] = "Rotation angle (CCW) of local x-axis from east."
+    rotAngle.meta['tip'] = "Rotation angle in degrees CCW of local x-axis from east."
 
     from Projector import Projector
     projector = pyre.inventory.facility("projector", family="projector",



More information about the CIG-COMMITS mailing list