فهرست منبع

lipython: update region() desc

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42417 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 سال پیش
والد
کامیت
c237412562
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/python/core.py

+ 2 - 2
lib/python/core.py

@@ -507,9 +507,9 @@ def region():
     \code
     >>> region = grass.region()
     >>> [region[key] for key in "nsew"]
-    ['4928000', '4914020', '609000', '590010']
+    [228500.0, 215000.0, 645000.0, 630000.0]
     >>> (region['nsres'], region['ewres'])
-    ('30', '30')
+    (10.0, 10.0)
     \endcode
 
     @return dictionary of region values