[GRASS-dev] [GRASS GIS] #592: wxGUI: allow location wizard to set DMS bounds

#592: wxGUI: allow location wizard to set DMS bounds
-----------------------------+----------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Keywords: location wizard | Platform: All
      Cpu: All |
-----------------------------+----------------------------------------------
Hi,

it would be nice if the location wizard would accept DDD:MM:SS.SSh style
string input like g.region accepts. currently only numeric values are
allowed.

more advanced idea: it could detect if the location is lat/lon or not and
switch to another style with three stacked boxes for D M S values and
radio buttons for N/S, E/W. all three D M S should accept decimal values
and all but D should start empty, not as 0.0.
a negative value for degree would automatically override the radio button.

so the same as g.region (except pad out %02d minutes and sec as needed)

?
Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/592&gt;
GRASS GIS <http://grass.osgeo.org>

#592: wxGUI: allow location wizard to set DMS bounds
--------------------------+-------------------------------------------------
  Reporter: hamish | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords: location wizard
  Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by hamish):

see raster_info() and float_or_dms() in lib/python/grass.py

Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/592#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>