We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1989b8c commit 871a3abCopy full SHA for 871a3ab
1 file changed
README.md
@@ -1,2 +1,10 @@
1
# DCW-type-files
2
-Optional files to use instead of the Digital Chart of the World (DCW)
+This repository contains optional netCDF files to use instead of the Digital Chart of the World [DCW](https://github.com/GenericMappingTools/dcw-gmt)
3
+The best way to make use these files is to place them in the same directory as the default `dcw-gmt.nc`, which is normally located at .../share/dcw.
4
+Then, on a GMT version > 6.5.0, we use it via the **+f** modifier of the **-E** `coast` option. For example, **-E**IT+fODS will use the Italy polygons
5
+contained in the _ODS.nc_ file (data from [opendatasoft](https://public.opendatasoft.com/explore/dataset/world-administrative-boundaries)). However,
6
+user may select to put these files eleswhere but then the **-f** modifier usage must include data's full file name (whitout the `.nc` extension).
7
+
8
+Currently we have available the [ODS](https://public.opendatasoft.com/explore/dataset/world-administrative-boundaries), NE10m and NE110m from
9
+[Natural Earth](https://www.naturalearthdata.com/)
10
+that can be downloaded from [GitHub releases](https://github.com/GenericMappingTools/DCW-type_files/releases)
0 commit comments