[GRASS-SVN] r68135 - in grass/trunk/lib: gis proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 24 10:28:46 PDT 2016
Author: neteler
Date: 2016-03-24 10:28:46 -0700 (Thu, 24 Mar 2016)
New Revision: 68135
Modified:
grass/trunk/lib/gis/datum.table
grass/trunk/lib/proj/convert.c
Log:
libgis/libproj: +datum related to SIRGAS 2000/EPSG:4674
Modified: grass/trunk/lib/gis/datum.table
===================================================================
--- grass/trunk/lib/gis/datum.table 2016-03-24 17:05:58 UTC (rev 68134)
+++ grass/trunk/lib/gis/datum.table 2016-03-24 17:28:46 UTC (rev 68135)
@@ -90,3 +90,5 @@
itrf92 "ITRF92" grs80 dx=0 dy=0 dz=0
# https://epsg.io/5514 + https://epsg.io/6156-datum
S_JTSK "System_Jednotne_Trigonometricke_Site_Katastralni" bessel dx=589 dy=76 dz=480
+# http://spatialreference.org/ref/epsg/4674/
+Sistema_de_Referencia_Geocentrico_para_America_del_Sur_2000 "Sistema_de_Referencia_Geocentrico_para_America_del_Sur_2000" grs80 dx=0 dy=0 dz=0
Modified: grass/trunk/lib/proj/convert.c
===================================================================
--- grass/trunk/lib/proj/convert.c 2016-03-24 17:05:58 UTC (rev 68134)
+++ grass/trunk/lib/proj/convert.c 2016-03-24 17:28:46 UTC (rev 68135)
@@ -785,6 +785,8 @@
"Deutsches_Hauptdreiecksnetz",
"South_American_1969",
"South_American_Datum_1969",
+ "Sistema_de_Referencia_Geocentrico_para_las_AmericaS_2000",
+ "Sistema_de_Referencia_Geocentrico_para_America_del_Sur_2000",
"ITRF_1992",
"ITRF92",
NULL
More information about the grass-commit
mailing list