Skip to content

Instantly share code, notes, and snippets.

@jac18281828
Last active February 19, 2023 19:30
Show Gist options
  • Save jac18281828/78c28ee0e00b1936622b17cc783b2701 to your computer and use it in GitHub Desktop.
Save jac18281828/78c28ee0e00b1936622b17cc783b2701 to your computer and use it in GitHub Desktop.
ETOPO 2022 30 Arc Second Copper World Relief
FROM jac18281828/bedrock:latest
COPY . .
CMD sh topo.sh
#!/usr/bin/sh
set -e
gmt begin /output/copper
gmt makecpt -Ccopper -T-18000/28500
gmt grdimage /bedrock/ETOPO_2022_v1_30s_N90W180_bed.nc -n+c
gmt end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment