[GRASS-SVN] r47130 - in grass/branches/develbranch_6:
general/g.setproj raster/r.proj raster/r.proj.seg raster/r.sunmask
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 15 11:49:25 EDT 2011
Author: neteler
Date: 2011-07-15 08:49:25 -0700 (Fri, 15 Jul 2011)
New Revision: 47130
Modified:
grass/branches/develbranch_6/general/g.setproj/description.html
grass/branches/develbranch_6/general/g.setproj/main.c
grass/branches/develbranch_6/raster/r.proj.seg/bordwalk.c
grass/branches/develbranch_6/raster/r.proj.seg/description.html
grass/branches/develbranch_6/raster/r.proj.seg/main.c
grass/branches/develbranch_6/raster/r.proj/COMMENT
grass/branches/develbranch_6/raster/r.proj/bordwalk.c
grass/branches/develbranch_6/raster/r.proj/description.html
grass/branches/develbranch_6/raster/r.proj/main.c
grass/branches/develbranch_6/raster/r.sunmask/g_solposition.c
Log:
updated Morten's address upon request
Modified: grass/branches/develbranch_6/general/g.setproj/description.html
===================================================================
--- grass/branches/develbranch_6/general/g.setproj/description.html 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/general/g.setproj/description.html 2011-07-15 15:49:25 UTC (rev 47130)
@@ -62,7 +62,7 @@
Irina Kosinovsky,
U.S. Army Construction Engineering
Research Laboratory<BR>
-Morten Hulden, morten at tor.ngb.se - rewrote module and added 121 projections <BR>
+Morten Hulden, morten at untamo.net - rewrote module and added 121 projections <BR>
Andreas Lange, andreas.lange at rhein-main.de - added prelimnary map datum support
<p>
Modified: grass/branches/develbranch_6/general/g.setproj/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.setproj/main.c 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/general/g.setproj/main.c 2011-07-15 15:49:25 UTC (rev 47130)
@@ -3,7 +3,7 @@
*
* MODULE: g.setproj
* AUTHOR(S): M. L. Holko - Soil Conservation Service, USDA
- * Morten Hulden - morten at ngb.se
+ * Morten Hulden - morten at untamo.net
* Andreas Lange - andreas.lange at rhein-main.de
* PURPOSE: Provides a means of creating a new projection information
* file (productivity tool).
@@ -29,7 +29,7 @@
* proj=projection of the output project info file
*
* 1.2 Changed by Morten Hulden 10/10/99 to add support for more projections
- * morten at ngb.se
+ * morten at untamo.net
*
* 1.3 Changed by Andreas Lange 07/25/00 to add datum support
* Andreas.Lange at Rhein-Main.de
Modified: grass/branches/develbranch_6/raster/r.proj/COMMENT
===================================================================
--- grass/branches/develbranch_6/raster/r.proj/COMMENT 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj/COMMENT 2011-07-15 15:49:25 UTC (rev 47130)
@@ -51,4 +51,4 @@
question, resulting in a division by zero error. (we had an earlier
discussion on this).
-Morten Hulden <morten at ngb.se>
+Morten Hulden <morten at untamo.net>
Modified: grass/branches/develbranch_6/raster/r.proj/bordwalk.c
===================================================================
--- grass/branches/develbranch_6/raster/r.proj/bordwalk.c 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj/bordwalk.c 2011-07-15 15:49:25 UTC (rev 47130)
@@ -1,6 +1,6 @@
/*
* Function added to r.proj
- * GNU GPL by Morten Hulden <morten at ngb.se>, August 2000
+ * GNU GPL by Morten Hulden <morten at untamo.net>, August 2000
*
* bordwalk.c - projects the border cell centers of a map or region
* to check whether they are inside the borders of another map/region
Modified: grass/branches/develbranch_6/raster/r.proj/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.proj/description.html 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj/description.html 2011-07-15 15:49:25 UTC (rev 47130)
@@ -220,7 +220,7 @@
Martin Schroeder, University of Heidelberg, Germany<p>
Man page text from S.J.D. Cox, AGCRC, CSIRO Exploration & Mining, Nedlands, WA
<p>
-Updated by <a href="mailto:morten at ngb.se">Morten Hulden</a>
+Updated by <a href="mailto:morten at untamo.net">Morten Hulden</a>
<p>
Datum tranformation support and cleanup by Paul Kelly
Modified: grass/branches/develbranch_6/raster/r.proj/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.proj/main.c 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj/main.c 2011-07-15 15:49:25 UTC (rev 47130)
@@ -25,7 +25,7 @@
* for details.
*
* Changes
-* Morten Hulden <morten at ngb.se>, Aug 2000:
+* Morten Hulden <morten at untamo.net>, Aug 2000:
* - aborts if input map is outside current location.
* - can handle projections (conic, azimuthal etc) where
* part of the map may fall into areas where south is
Modified: grass/branches/develbranch_6/raster/r.proj.seg/bordwalk.c
===================================================================
--- grass/branches/develbranch_6/raster/r.proj.seg/bordwalk.c 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj.seg/bordwalk.c 2011-07-15 15:49:25 UTC (rev 47130)
@@ -1,6 +1,6 @@
/*
* Function added to r.proj
- * GNU GPL by Morten Hulden <morten at ngb.se>, August 2000
+ * GNU GPL by Morten Hulden <morten at untamo.net>, August 2000
*
* bordwalk.c - projects the border cell centers of a map or region
* to check whether they are inside the borders of another map/region
Modified: grass/branches/develbranch_6/raster/r.proj.seg/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.proj.seg/description.html 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj.seg/description.html 2011-07-15 15:49:25 UTC (rev 47130)
@@ -302,7 +302,7 @@
Martin Schroeder, University of Heidelberg, Germany<p>
Man page text from S.J.D. Cox, AGCRC, CSIRO Exploration & Mining, Nedlands, WA
<p>
-Updated by <a href="mailto:morten at ngb.se">Morten Hulden</a>
+Updated by <a href="mailto:morten at untamo.net">Morten Hulden</a>
<p>
Datum tranformation support and cleanup by Paul Kelly
Modified: grass/branches/develbranch_6/raster/r.proj.seg/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.proj.seg/main.c 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.proj.seg/main.c 2011-07-15 15:49:25 UTC (rev 47130)
@@ -24,7 +24,7 @@
* for details.
*
* Changes
-* Morten Hulden <morten at ngb.se>, Aug 2000:
+* Morten Hulden <morten at untamo.net>, Aug 2000:
* - aborts if input map is outside current location.
* - can handle projections (conic, azimuthal etc) where
* part of the map may fall into areas where south is
Modified: grass/branches/develbranch_6/raster/r.sunmask/g_solposition.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sunmask/g_solposition.c 2011-07-15 15:48:46 UTC (rev 47129)
+++ grass/branches/develbranch_6/raster/r.sunmask/g_solposition.c 2011-07-15 15:49:25 UTC (rev 47130)
@@ -3,7 +3,7 @@
* given position, date and time
*
* Written by Markus Neteler <neteler at geog.uni-hannover.de>
- * with kind help from Morten Hulden
+ * with kind help from Morten Hulden <morten untamo.net>
*
*----------------------------------------------------------------------------
* using solpos.c with permission from
More information about the grass-commit
mailing list