Skip to content

Commit afb4a86

Browse files
authored
Get finalized for 2.1.1 (#77)
I updated the usual things - hopefully got them all.
1 parent 2d65ced commit afb4a86

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Contains changes made to the data files under dcw-gmt/orig etc
33
-----------------------------------------------------------------------------------------
44

5+
2022-05-20 pwessel
6+
New 2.1.1 released.
7+
58
2022-04-06 esteban82
69
Add four continental sectors in dcw-collections. Issue #74
710

DCW2singleshortnc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Script to convert the 324 DCW text polygons to a single nc3 netCDF file.
55
# We use ncdeflate.sh to build a compressed nc4 version as well
66
# We create variables with the <code>_ prefix, e.g. NO_lon, NO_lat for
7-
# the Norway polygons. For the state boundries (e.g., Texas) we create
7+
# the Norway polygons. For the state boundaries (e.g., Texas) we create
88
# a prefix like USTX_, USHI_, etc. Each polygon range is scaled to fit
99
# in a short integer so there are attributes with scales and bounding box
1010
# for each country.
@@ -30,7 +30,7 @@
3030
#
3131
# Update July 2020 PW: The 65535 65535 flag for start of segment has be
3232
# changed to 65535 and 0|1 to flag polygon holes (1). This only applies
33-
# to South AFrica and Italy who have enclaved countries inside them.
33+
# to South Africa and Italy who have enclaved countries inside them.
3434

3535
control_c()
3636
# run if user hits control-c

config.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#
44
# These are the default settings. You can override them by supplying your
55
# own config.mk file which will take precedence.
6-
# Paul Wessel, Jan 2022
6+
# Paul Wessel, May 2022
77

88
# DCW data version to be released:
99
GMT_VERSION = 6.1.1
1010
# Tarball placement for releases
11-
DCW_VERSION = 2.1.0
12-
DCW_DATE = 2022-JAN-16
11+
DCW_VERSION = 2.1.1
12+
DCW_DATE = 2022-MAY-20
1313
DCW_FTPSITE = ftp.soest.hawaii.edu:/export/ftp1/ftp/pub/dcw
1414
GMT_FTPSITE = ftp.soest.hawaii.edu:/export/ftp1/ftp/pub/gmt
1515
DCW_WEBSITE = imina.soest.hawaii.edu:/export/imina2/httpd/htdocs/pwessel/dcw

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>DCW-GMT - The Digital Chart of the World for GMT 6 or later</h2></center>
55
<HR><P>
66
<center><img src="dcw-figure.png"><p>
7-
<h3>Version 2.1.0 Released January 16, 2022</h3>
7+
<h3>Version 2.1.1 Released May 20, 2022</h3>
88
<P>DCW-GMT is developed and maintained by<p>
99
Paul Wessel, SOEST, University of Hawai'i, Honolulu, HI, USA.<br>
1010
Federico Esteban, Consejo Nacional de Investigaciones Científicas y Técnicas: Buenos Aires, Argentina.<br>
@@ -41,12 +41,12 @@ <H2> Availability of DCW-GMT data</H2>
4141
The latest data files are available below; details on the changes are described in the <a href="ChangeLog.txt">ChangeLog</a>.
4242
For GMT versions 6.1.1 or later, you may download one of these files via ftp or http:
4343
<OL>
44-
<LI><b>FTP:</b> <a href="ftp://ftp.soest.hawaii.edu/dcw/dcw-gmt-2.1.0.tar.gz"> DCW-GMT polygons for GMT in netCDF 4 format (gzipped tar archive).</a></LI>
45-
<LI><b>FTP:</b> <a href="ftp://ftp.soest.hawaii.edu/dcw/dcw-gmt-2.1.0.zip"> DCW-GMT polygons for GMT in netCDF 4 format (zip archive).</a></LI>
46-
<LI><b>HTTP:</b> <a href="http://www.soest.hawaii.edu/pwessel/dcw/dcw-gmt-2.1.0.tar.gz"> DCW-GMT polygons for GMT in netCDF 4 format (gzipped tar archive).</a></LI>
47-
<LI><b>HTTP:</b> <a href="http://www.soest.hawaii.edu/pwessel/dcw/dcw-gmt-2.1.0.zip"> DCW-GMT polygons for GMT in netCDF 4 format (zip archive).</a></LI>
44+
<LI><b>FTP:</b> <a href="ftp://ftp.soest.hawaii.edu/dcw/dcw-gmt-2.1.1.tar.gz"> DCW-GMT polygons for GMT in netCDF 4 format (gzipped tar archive).</a></LI>
45+
<LI><b>FTP:</b> <a href="ftp://ftp.soest.hawaii.edu/dcw/dcw-gmt-2.1.1.zip"> DCW-GMT polygons for GMT in netCDF 4 format (zip archive).</a></LI>
46+
<LI><b>HTTP:</b> <a href="http://www.soest.hawaii.edu/pwessel/dcw/dcw-gmt-2.1.1.tar.gz"> DCW-GMT polygons for GMT in netCDF 4 format (gzipped tar archive).</a></LI>
47+
<LI><b>HTTP:</b> <a href="http://www.soest.hawaii.edu/pwessel/dcw/dcw-gmt-2.1.1.zip"> DCW-GMT polygons for GMT in netCDF 4 format (zip archive).</a></LI>
4848
</OL>
4949
<BR>
5050
<HR>
51-
<I>Last update January 15, 2022 by Paul Wessel</I>
51+
<I>Last update May 20, 2022 by Paul Wessel</I>
5252
</HTML>

0 commit comments

Comments
 (0)