File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 34
34
@earth_relief_30m_p @earth_relief_30m_g \
35
35
@earth_relief_01d_p @earth_relief_01d_g \
36
36
@earth_relief_05m_p @earth_relief_05m_g
37
+ # Download one tile of the 03s srtm data.
38
+ # @N35E135.earth_relief_03s_g.nc is for internal use only.
39
+ # The naming scheme may change.
40
+ # DO NOT USE IT IN SCRIPTS.
41
+ gmt which -Ga @N35E135.earth_relief_03s_g.nc
37
42
gmt which -Ga @ridge.txt @Table_5_11.txt @test.dat.nc \
38
43
@tut_bathy.nc @tut_quakes.ngdc @tut_ship.xyz \
39
44
@usgs_quakes_22.txt
Original file line number Diff line number Diff line change 79
79
80
80
# Install build dependencies from conda-forge
81
81
- name : Install build dependencies
82
- run : conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre ipython pytest pytest-cov pytest-mpl
82
+ run : |
83
+ conda install ninja cmake libblas libcblas liblapack fftw gdal ghostscript \
84
+ libnetcdf hdf5 zlib curl pcre ipython pytest pytest-cov pytest-mpl
83
85
84
86
# Build and install latest GMT from GitHub
85
87
- name : Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
You can’t perform that action at this time.
0 commit comments