[GRASS-dev] [GRASS GIS] #1252: wx location wizard fails to create a winkel tripel location
GRASS GIS
trac at osgeo.org
Fri Apr 26 22:33:57 PDT 2013
#1252: wx location wizard fails to create a winkel tripel location
-------------------------------------+--------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: location wizard, wintri | Platform: Linux
Cpu: x86-32 |
-------------------------------------+--------------------------------------
Comment(by hamish):
the cs2cs version of this is:
{{{
$ echo "156 1" | cs2cs +proj=longlat +datum=WGS84 +to \
+proj=wintri +lat_0=0.0 +lat_1=10.0 +lon_0=155 +datum=WGS84 +no_defs
110468.24 111320.20 0.00
}}}
there is a chance that it wants to see +ellps=WGS84 instead of
+ellps=wgs84?
no luck:
{{{
GRASS65> g.proj -c proj4='+proj=wintri +lat_0=0.0 +lat_1=10.0 +lon_0=155 \
+ellps=WGS84 +a=6378137.000 +rf=298.257223563' loc=test_wintri
ERROR: Can't parse PROJ.4-style parameter string
}}}
?,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1252#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list