The goal is to maintain a diverse community that's pleasant for everyone. Please be considerate and respectful of others. Everyone must abide by our Code of Conduct and we encourage all to read it carefully.
The original data in ASCII format are stored in the orig
directory.
To build the dcw-gmt.nc
file from the DCW data, you need to first edit the
configuration file config.mk, then run:
make build-dcw # Make the dcw-gmt.nc netCDF file
make archive # Create tarball and zipfile of DCW for GMT distribution
make checksum # Compute MD5 checksum for the tarball
When done, clean out the directory with make spotless
.
To add new countries:
- obtain ascii data
- determine ISO 2-char country code XX and name file XX.txt
- determine which continent ZZ it belongs to and place in ZZ directory
- add new entry in
dcw-countries.txt
in alphabetical position on XX
To add new state boundaries
- obtain ascii data
- determine ISO 2-char country code XX and state code YY and name file YY.txt
- determine which continent ZZ it belongs to and place in ZZ/YY directory
- add new entry in
dcw-states.txt
in alphabetical position on XX, then YY
To remove countries or states:
- remove the data file
- remove the corresponding entry in
dcw-countries.txt
ordcw-states.txt