[GRASS-dev] [GRASS GIS] #1748: Location wizard creating incorrect locations for selected projections and datums

GRASS GIS trac at osgeo.org
Mon Oct 15 13:57:07 PDT 2012


#1748: Location wizard creating incorrect locations for selected projections and
datums
----------------------+-----------------------------------------------------
 Reporter:  cmbarton  |       Owner:  grass-dev@…              
     Type:  defect    |      Status:  new                      
 Priority:  blocker   |   Milestone:  6.4.3                    
Component:  wxGUI     |     Version:  svn-releasebranch64      
 Keywords:  g.proj    |    Platform:  All                      
      Cpu:  All       |  
----------------------+-----------------------------------------------------

Comment(by neteler):

 Replying to [comment:3 neteler]:
 > The g.proj changes need to be backported: r53297, r53305, unsure: r53310

 Attached patch contains all above fixes (except for the renaming) of the
 datumtrans parameter as a bundle for GRASS 6.
 Please check, e.g.:

 {{{
 g.proj -c loc=spain proj4="+proj=utm +zone=30 +ellps=intl" \
           datum=eur50 datumtrans=-1
 }}}
 which should correctly prompt for all the datum transformation options
 for eur50. Create the location by selecting the right number for
 datumtrans=...

 Or, to get a list of all supported datums:
 {{{
 g.proj datum=list
 }}}

 Or:
 {{{
 g.proj datumtrans=-1
 }}}

 Please test it rigorously.

 TODO:
 > Location wizard: r53316, r53317

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1748#comment:5>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list