[GRASS-user] Creating with GRASS (and QGIS) a LOCATION with EPSG:2100 assingns the wgs84 ellipsoid instead of grs80!

Nikos Alexandris nikos.alexandris at felis.uni-freiburg.de
Tue Feb 26 17:12:49 EST 2008


It might be something serious... or maybe not (?)

EPSG:2100 is the Greek Geodetic Rereference System 1987 ( I insist it
should be named Hellenic Geodetic... etc). This Projected Coordinate
Reference System is based on the GRS80 [1]

* Whenever I create a LOCATION with this code through GRASS and through
QGIS-GRASS-plugin as well, g.region gives me:

 g.region -p
projection: 99 (Transverse Mercator)
zone:       0
datum:      towgs84=-199.87,74.79,246.62,0,0,0,0

ellipsoid:  wgs84

north:      4435095.69823435
south:      3872235.50561798
west:       134120.591
east:       591637.112
[...]


* On another, manually created LOCATION I used following parameters
(with the GRS80 ellispoid of course):

+proj=tmerc +lat_0=0 +lon_0=24 +k=0.999600 +x_0=500000 +y_0=0
+ellps=GRS80 +towgs84=-199.87,74.79,246.62,0,0,0,0 +units=m +no_defs

and g.region -p gives me correctly:

g.region -p
projection: 99 (Transverse Mercator)
zone:       0
datum:      towgs84=-199.87,74.79,246.62

ellipsoid:  grs80

north:      4256000
south:      3993750
west:       225500
east:       469000
[...]

* The respective "sentence" in /usr/share/proj/epsg is:

<2100> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.999600 +x_0=500000 +y_0=0
+ellps=GRS80 +towgs84=-199.87,74.79,246.62,0,0,0,0 +units=m +no_defs  <>
---

* How can I find out which epsg "file" is GRASS using when creating a
LOCATION?

[1]  http://www.epsg-registry.org/ - Search after code 2100
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.osgeo.org/pipermail/grass-user/attachments/20080226/7bb01293/attachment.bin


More information about the grass-user mailing list