forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OSGeo#7730 from rouault/isg_arg_fix
ISG: relax tolerence check to accept GEOIDEAR16_20160419.isg
- Loading branch information
Showing
5 changed files
with
210 additions
and
78 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
autotest/gdrivers/data/isg/approx_georeferencing_auto_corrected.isg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
begin_of_head ================================================ | ||
model name : GEOIDEAR16 | ||
model type : gravimetric | ||
units : meters | ||
reference : -- | ||
lat min = -57.0091 | ||
lat max = -20.0083 | ||
lon min = -76.0083 | ||
lon max = -52.0079 | ||
delta lat = 0.0167 | ||
delta lon = 0.0167 | ||
nrows = 2220 | ||
ncols = 1440 | ||
nodata = -9999.0000 | ||
ISG format = 1.0 | ||
end_of_head ================================================== |
17 changes: 17 additions & 0 deletions
17
autotest/gdrivers/data/isg/approx_georeferencing_rejected_by_default.isg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
begin_of_head ================================================ | ||
model name : GEOIDEAR16 | ||
model type : gravimetric | ||
units : meters | ||
reference : -- | ||
lat min = -57.0091 | ||
lat max = -20.0083 | ||
lon min = -76.0083 | ||
lon max = -52.0079 | ||
delta lat = 0.0167 | ||
# delta lon should be 0.0167 | ||
delta lon = 0.0165 | ||
nrows = 2220 | ||
ncols = 1440 | ||
nodata = -9999.0000 | ||
ISG format = 1.0 | ||
end_of_head ================================================== |
17 changes: 17 additions & 0 deletions
17
autotest/gdrivers/data/isg/approx_georeferencing_warning.isg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
begin_of_head ================================================ | ||
model name : GEOIDEAR16 | ||
model type : gravimetric | ||
units : meters | ||
reference : -- | ||
lat min = -57.0091 | ||
lat max = -20.0083 | ||
lon min = -76.0083 | ||
lon max = -52.0079 | ||
delta lat = 0.0167 | ||
# delta lon should be 0.0167 | ||
delta lon = 0.0166 | ||
nrows = 2220 | ||
ncols = 1440 | ||
nodata = -9999.0000 | ||
ISG format = 1.0 | ||
end_of_head ================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters