Bug #747
Oddness and docs for grdinfo
Status: | Closed | Start date: | 2015-08-10 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: |
Description
gmt grdinfo dg.nc I20 on a global grid will do 90; set to NaN
grdinfo: Column selected for latitude-formatting has values that exceed +/
grdinfo: Column selected for latitude-formatting has values that exceed +/- 90; set to NaNR-180/180/NaN/NaN
but probably should give an error instead. Also use -Ir instead of -I
History
#1
Updated by Paul over 5 years ago
I have replaced
-I-
with -Ir but it is backwards compatible. In r14742.
#2
Updated by Paul over 5 years ago
- Status changed from New to Resolved
- Assignee set to Paul
- Target version set to Candidate for next bugfix release
- % Done changed from 0 to 100
Added truncation checks for lat bounds and longitude range for geographic data when -I is used. In r14743.
#3
Updated by Paul over 5 years ago
- Status changed from Resolved to Closed
Closing this issue as fixed.