This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gmt-gshhg.

commit b5be9d587293c528a96951bc136e30c98503e9bc
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Mon May 2 11:23:39 2016 +0200

    Imported Upstream version 2.3.5
---
 README.TXT         |  27 ++++++++++++++++++++++-----
 binned_GSHHS_c.nc  | Bin 125828 -> 125828 bytes
 binned_GSHHS_f.nc  | Bin 31896036 -> 31896036 bytes
 binned_GSHHS_h.nc  | Bin 8426069 -> 8426069 bytes
 binned_GSHHS_i.nc  | Bin 2195592 -> 2195592 bytes
 binned_GSHHS_l.nc  | Bin 539523 -> 539523 bytes
 binned_border_c.nc | Bin 51064 -> 51165 bytes
 binned_border_f.nc | Bin 2117936 -> 2119457 bytes
 binned_border_h.nc | Bin 498416 -> 499272 bytes
 binned_border_i.nc | Bin 207148 -> 207562 bytes
 binned_border_l.nc | Bin 88824 -> 89053 bytes
 binned_river_c.nc  | Bin 219467 -> 219467 bytes
 binned_river_f.nc  | Bin 7609718 -> 7609718 bytes
 binned_river_h.nc  | Bin 2257314 -> 2257314 bytes
 binned_river_i.nc  | Bin 898855 -> 898855 bytes
 binned_river_l.nc  | Bin 355145 -> 355145 bytes
 16 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/README.TXT b/README.TXT
index 651ef70..421dad8 100644
--- a/README.TXT
+++ b/README.TXT
@@ -1,18 +1,28 @@
-$LastChangedDate: 2014-12-30 10:20:36 -1000 (Tue, 30 Dec 2014) $
-$Revision: 622 $
+$LastChangedDate: 2016-04-12 12:59:12 -1000 (Tue, 12 Apr 2016) $
+$Revision: 634 $
+
+Note: If you are adding the gshhg-gmt-x.x.x BEFORE you install GMT
+then make sure to set the GSHHG_PATH setting in cmake/ConfigUser.cmake
+before building GMT. If you are adding gshhg-gmt-x.x.x AFTER installing
+GMT then you need to specify its path via gmt.conf's DIR_GSHHG setting.
 
 --------------------------------------------------------------------
 Global Self-consistent Hierarchical High-resolution Geography, GSHHG
 
-                Version 2.3.4 Jan 1, 2015
+                Version 2.3.5 April 12, 2016
          Distributed under the Lesser GNU Public License
 
+Added missing boundary between Sudan and South Sudan.
+Fixed non-closure of the Slovenia, Croatia and Hungary borders.
+
+Earlier GSHHG Version-specific comments:
+====================================================================
+Version 2.3.4 Jan 1, 2015
+
 Corrected formatting error in the binary versions of the borders
 and rivers files.  Added "Lake" Maelaren (Sweden) to the coastline
 which reverted 11 "lakes" to their proper status as islands.
 
-Earlier GSHHG Version-specific comments:
-====================================================================
 Version 2.3.3 Nov 2014:
 
 Removed the obsolete Saudi-Kuwait Neutral Zone diamond-shaped border
@@ -220,6 +230,13 @@ struct GSHHG {  /* Global Self-consistent Hierarchical 
High-resolution Shoreline
         int ancestor;   /* Id of ancestor polygon in the full resolution set 
that was the source of this polygon (-1 if none) */
 };
 
+Following each header structure is n structures of coordinates:
+
+struct GSHHG_POINT {   /* Each lon, lat pair is stored in micro-degrees in 
4-byte signed integer format */
+       int32_t x;
+       int32_t y;
+};
+
 Some useful information:
 
 A) To avoid headaches the binary files were written to be big-endian.
diff --git a/binned_GSHHS_c.nc b/binned_GSHHS_c.nc
index 67d676c..33dcf88 100644
Binary files a/binned_GSHHS_c.nc and b/binned_GSHHS_c.nc differ
diff --git a/binned_GSHHS_f.nc b/binned_GSHHS_f.nc
index 98b5f94..c443733 100644
Binary files a/binned_GSHHS_f.nc and b/binned_GSHHS_f.nc differ
diff --git a/binned_GSHHS_h.nc b/binned_GSHHS_h.nc
index 49e9965..8e4182d 100644
Binary files a/binned_GSHHS_h.nc and b/binned_GSHHS_h.nc differ
diff --git a/binned_GSHHS_i.nc b/binned_GSHHS_i.nc
index 3a907e1..8c95011 100644
Binary files a/binned_GSHHS_i.nc and b/binned_GSHHS_i.nc differ
diff --git a/binned_GSHHS_l.nc b/binned_GSHHS_l.nc
index 9b95deb..e31f057 100644
Binary files a/binned_GSHHS_l.nc and b/binned_GSHHS_l.nc differ
diff --git a/binned_border_c.nc b/binned_border_c.nc
index d83dcc3..aa8fb0c 100644
Binary files a/binned_border_c.nc and b/binned_border_c.nc differ
diff --git a/binned_border_f.nc b/binned_border_f.nc
index 1e2a0f8..3c56005 100644
Binary files a/binned_border_f.nc and b/binned_border_f.nc differ
diff --git a/binned_border_h.nc b/binned_border_h.nc
index 9fa4332..9e17322 100644
Binary files a/binned_border_h.nc and b/binned_border_h.nc differ
diff --git a/binned_border_i.nc b/binned_border_i.nc
index 00f6eff..651ea5e 100644
Binary files a/binned_border_i.nc and b/binned_border_i.nc differ
diff --git a/binned_border_l.nc b/binned_border_l.nc
index 1e44100..f27e0b6 100644
Binary files a/binned_border_l.nc and b/binned_border_l.nc differ
diff --git a/binned_river_c.nc b/binned_river_c.nc
index 524cdfd..15845e1 100644
Binary files a/binned_river_c.nc and b/binned_river_c.nc differ
diff --git a/binned_river_f.nc b/binned_river_f.nc
index 929c8c4..4eb32c0 100644
Binary files a/binned_river_f.nc and b/binned_river_f.nc differ
diff --git a/binned_river_h.nc b/binned_river_h.nc
index aa6da9d..ccfc648 100644
Binary files a/binned_river_h.nc and b/binned_river_h.nc differ
diff --git a/binned_river_i.nc b/binned_river_i.nc
index e37e300..357a78b 100644
Binary files a/binned_river_i.nc and b/binned_river_i.nc differ
diff --git a/binned_river_l.nc b/binned_river_l.nc
index 1bc564a..ed441fb 100644
Binary files a/binned_river_l.nc and b/binned_river_l.nc differ

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt-gshhg.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to