Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dcw.rst 2.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  1. The Digital Chart of the World Data (DCW)
  2. =========================================
  3. .. figure:: /_images/dcw-figure.png
  4. :height: 331 px
  5. :width: 650 px
  6. :align: center
  7. :scale: 100 %
  8. The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale
  9. vector basemap of the world. The charts were designed to meet the needs
  10. of pilots and air crews in medium-and low-altitude en route navigation
  11. and to support military operational planning, intelligence briefings,
  12. and other needs. For basic background information about DCW, see the
  13. `<http://en.wikipedia.org/wiki/Digital_Chart_of_the_World>`_ Wikipedia entry.
  14. DCW-GMT is an enhancement to DCW in a few ways:
  15. #. It contains more state boundaries (the largest 8 countries are now represented).
  16. #. The data have been reformatted to save space and are distributed as a single deflated netCDF-4 file.
  17. Usage
  18. -----
  19. DCW-GMT is an optional install. If you did install it then you can access the DCW data for plotting
  20. or analysis via the :doc:`/coast` module. You can also use the
  21. `ISO 2-character codes <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`_ for countries
  22. as a way to specify map domains via the **-R** option. For instance, to make a map showing France
  23. with a region rounded to the nearest 2 degrees in longitude and latitude, you can run::
  24. gmt coast -RFR+r2 -Glightgray -B -pdf france
  25. If we in addition want to paint the landmass of France blue, we run::
  26. gmt coast -RFR+r2 -Glightgray -B -EFR+gblue -pdf france
  27. To access states without countries you must use the *country.state* syntax. See the
  28. :doc:`/coast` documentation for details. For instance, to make a map of the US and
  29. show Texas and Mississippi as red states, try::
  30. gmt coast -RUS+r2 -Glightgray -B -EUS.TX,US.MS+gred -pdf us
  31. Notes
  32. -----
  33. If you are building GMT from source then you should set the parameter
  34. **DCW_ROOT** in the *cmake/ConfigUser.cmake* to point to the directory where
  35. *dcw-gmt.nc* has been placed. If you add this file after GMT installation
  36. was completed then you can always have GMT find it by placing it in your
  37. user *~/.gmt* directory or by setting the **DIR_DCW** parameter in the
  38. *gmt.conf* settings.
  39. License
  40. -------
  41. DCW-GMT is released under the GNU Lesser General Public License.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...