GenericMappingTools / GenericMappingTools/gmt
Bug with zoom earth animations
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
I run anim15 on and got the message below
```
bash anim15.sh
gmt [ERROR]: Unable to parse "# Updated: Jan 15, 2022" to extract GMT version
gmt [INFORMATION]: Unable to read server information file
movie [INFORMATION]: FFmpeg 4.2.4-1ubuntu0.1 found.
movie [INFORMATION]: Paper dimensions: Width = 24c Height = 13.5c
movie [INFORMATION]: Pixel dimensions: 1920 x 1080
movie [INFORMATION]: Building opaque PNG images.
movie [INFORMATION]: Create parameter initiation script movie_init.sh
movie [INFORMATION]: Create preflight script movie_preflight.sh and execute it
gmt [ERROR]: Unable to parse "# Updated: Jan 15, 2022" to extract GMT version
gmtselect [ERROR]: Remote download is currently deactivated
gmtselect [ERROR]: Unable to obtain remote file @wus_gps_final.txt
blockmean [WARNING]: No data records found; no output produced
blockmean [WARNING]: No data records found; no output produced
gmtconvert [WARNING]: File blk.llu is empty!
gmtconvert [WARNING]: File blk.llv is empty!
gmtconvert [WARNING]: No data records provided
gpsgridder [INFORMATION]: Processing input table data
gpsgridder [INFORMATION]: Convert lon/lat to geographic distances in km using Flat Earth approximation
gpsgridder [INFORMATION]: Reading Data Table from file blk.lluv
gpsgridder [INFORMATION]: Read input data and check for data constraint duplicates
gpsgridder [INFORMATION]: Found 0 unique data constraints
gpsgridder [INFORMATION]: Distance between the closest data constraints: 1.79769313486e+308
gpsgridder [INFORMATION]: Distance between most distant data constraints: -1.79769313486e+308
gpsgridder [INFORMATION]: Found 0 (u,v) pairs, yielding a 0 by 0 set of linear equations
gpsgridder [INFORMATION]: Normalization mode: Remove 2-D linear trend and normalize data.
gpsgridder [INFORMATION]: 2-D Normalization coefficients: uoff = -nan uxslope = 0 xmean = -nan uyslope = 0 ymean = -nan urange = 1.79769e+308
gpsgridder [INFORMATION]: 2-D Normalization coefficients: voff = -nan vxslope = 0 xmean = -nan vyslope = 0 ymean = -nan vrange = 1.79769e+308
gpsgridder [INFORMATION]: Square matrix A (size 0 x 0) requires 0 bytes
gpsgridder [INFORMATION]: Build linear system Ax = b
gpsgridder [INFORMATION]: Solve linear equations by SVD
gpsgridder [INFORMATION]: gmt_svdcmp: Using Lapack dsyev
** On entry to DSYEV parameter number 5 had an illegal value
grdlandmask [ERROR]: Option -I: Must specify positive increment(s)
grdmask [WARNING]: No country code matching tmp_mask1.grd (skipped)
grdmask [ERROR]: Option -I: Must specify positive increment(s)
grdmath [ERROR]: tmp_mask1.grd is not a number, operator or file name
coast [WARNING]: No country code matching mask.grd (skipped)
coast [ERROR]: South is outside -90 to +90 degree range
coast [ERROR]: General map projection error
gmt [ERROR]: Unable to parse "# Updated: Jan 15, 2022" to extract GMT version
plot [WARNING]: No country code matching mask.grd (skipped)
plot [ERROR]: Remote download is currently deactivated
plot [ERROR]: Unable to obtain remote file @CA_fault_data.txt
velo [WARNING]: No country code matching mask.grd (skipped)
velo [ERROR]: South is outside -90 to +90 degree range
velo [ERROR]: General map projection error
plot [WARNING]: No country code matching mask.grd (skipped)
plot [ERROR]: South is outside -90 to +90 degree range
plot [ERROR]: General map projection error
text [WARNING]: No country code matching mask.grd (skipped)
text [ERROR]: South is outside -90 to +90 degree range
text [ERROR]: General map projection error
coast [WARNING]: No country code matching mask.grd (skipped)
coast [ERROR]: South is outside -90 to +90 degree range
coast [ERROR]: General map projection error
gmt [ERROR]: Unable to parse "# Updated: Jan 15, 2022" to extract GMT version
plot [WARNING]: No country code matching mask.grd (skipped)
plot [ERROR]: Remote download is currently deactivated
plot [ERROR]: Unable to obtain remote file @CA_fault_data.txt
plot [WARNING]: No country code matching mask.grd (skipped)
plot [ERROR]: South is outside -90 to +90 degree range
plot [ERROR]: General map projection error
text [WARNING]: No country code matching mask.grd (skipped)
text [ERROR]: South is outside -90 to +90 degree range
text [ERROR]: General map projection error
movie [ERROR]: No frames specified! - exiting.
```
Contributor guide
Assessment
This issue has not been assessed yet.