[GRASS-dev] Re: [GRASS GIS] #428: g.proj -c defines wrong default
values
GRASS GIS
trac at osgeo.org
Mon Jan 12 17:05:05 EST 2009
#428: g.proj -c defines wrong default values
----------------------+-----------------------------------------------------
Reporter: martinl | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: 6.4.0 RCs
Resolution: | Keywords: projection, create location
Platform: All | Cpu: All
----------------------+-----------------------------------------------------
Comment (by martinl):
Compare:
{{{
echo "15 50" | proj +proj=krovak +ellps=bessel +no_defs
+towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 +to_meter=1.0
-703105.69 -1058219.60
}}}
{{{
echo "15 50" | proj +proj=krovak +proj=krovak +lat_0=49.5
+lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0
+ellps=bessel +units=m +no_defs
-703105.69 -1058219.60
}}}
and
{{{
echo "15 50" | proj +proj=krovak +lat_0=0 +lon_0=0 +k=1 +x_0=0 +y_0=0
+no_defs +a=6377397.155 +rf=299.1528128
+towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 +to_meter=1
1067856.48 -996126.10
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/428#comment:2>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list