Skip to content

Commit

Permalink
Add DCW-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban82 committed Jul 9, 2022
1 parent ef5246a commit c7bff05
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 4_grids/1_earth-day.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@ gmt begin 1_earth-day png
# -Rg: specify the global domain (0/360/-90/90)
gmt basemap -Rg -JW-65/15c -B+n

# DCW-Collections
# gmt basemap -JM15c -B+n -RIHO1 # Baltic Sea
# gmt basemap -JM15c -B+n -RCSPS # Caspian Sea
# gmt basemap -JM15c -B+n -RBRNI # Borneo Island
# gmt basemap -JM15c -B+n -RUN005 # South America (UN)
# gmt basemap -JM15c -B+n -RSAM # South America (geographically)
# gmt basemap -JM15c -B+n -RSHRD # Sahara Desert


# Use the Day Image to make the map
#gmt grdimage @earth_day_30m # Resolution define by the user
gmt grdimage @earth_day # Resolution define by GMT
gmt grdimage @earth_day # Resolution define by GMT

# Plot other things on top of the image
gmt coast -N1/thinnest,red # National Boundaries
Expand Down

0 comments on commit c7bff05

Please sign in to comment.