[GRASS-dev] [GRASS GIS] #1995: wxPy loc'n wiz: datum transform "0" do nothing still gets default terms set

GRASS GIS trac at osgeo.org
Sat Apr 9 05:47:11 PDT 2016


#1995: wxPy loc'n wiz: datum transform "0" do nothing still gets default terms set
---------------------------------+-------------------------------------
  Reporter:  hamish              |      Owner:  grass-dev@…
      Type:  defect              |     Status:  new
  Priority:  normal              |  Milestone:  7.0.4
 Component:  Projections/Datums  |    Version:  svn-releasebranch70
Resolution:                      |   Keywords:  location wizard, g.proj
       CPU:  All                 |   Platform:  All
---------------------------------+-------------------------------------

Comment (by martinl):

 Right, the problem seems to be `-j` flag:

 {{{
 g.proj -jft epsg=5514 datum_trans=0
 +proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +k=0.9999 +x_0=0 +y_0=0
 +no_defs +a=6377397.155 +rf=299.1528128 +towgs84=589.000,76.000,480.000
 +to_meter=1
 }}}

 Compared to:

 {{{
 g.proj -pft epsg=5514 datum_trans=0
 -PROJ_INFO-------------------------------------------------
 name       : S-JTSK / Krovak East North
 datum      : S_JTSK
 ellps      : bessel
 proj       : krovak
 lat_0      : 49.5
 lon_0      : 24.83333333333333
 alpha      : 30.28813972222222
 k          : 0.9999
 x_0        : 0
 y_0        : 0
 no_defs    : defined
 -PROJ_EPSG-------------------------------------------------
 epsg       : 5514
 -PROJ_UNITS------------------------------------------------
 unit       : meter
 units      : meters
 meters     : 1
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1995#comment:2>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list