File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
doc/source/drivers/raster Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1124,6 +1124,34 @@ the default behavior of the GTiff driver.
1124
1124
expected to be necessary, unless GDAL is incorrectly determining the disk
1125
1125
space available on the destination file system.
1126
1126
1127
+ - .. config:: GTIFF_READ_ANGULAR_PARAMS_IN_DEGREE
1128
+ :choices: YES, NO
1129
+ :default: NO
1130
+ :since: 3.9.1
1131
+
1132
+ Conformant GeoTIFF files should have the values of angular projection
1133
+ parameters written in the unit of the GeogAngularUnitsGeoKey. But some
1134
+ non-conformant implementations, such as GDAL <= 3.9.0, always wrote them
1135
+ in degrees.
1136
+ This option can be set to YES when reading such non-conformant GeoTIFF
1137
+ files (typically using grads), to instruct GDAL (>= 3.9.1) that the projection
1138
+ parameters are in degrees, instead of being expressed in the unit of the
1139
+ GeogAngularUnitsGeoKey.
1140
+
1141
+ - .. config:: GTIFF_WRITE_ANGULAR_PARAMS_IN_DEGREE
1142
+ :choices: YES, NO
1143
+ :default: NO
1144
+ :since: 3.9.1
1145
+
1146
+ Conformant GeoTIFF files should have the values of angular projection
1147
+ parameters written in the unit of the GeogAngularUnitsGeoKey. But some
1148
+ non-conformant implementations, such as GDAL >= 3.0 and <= 3.9.0, assumed
1149
+ those values to be in degree.
1150
+ This option can be set to YES to force writing such non-conformant GeoTIFF
1151
+ files. It should *not * be nominally used, except to workaround interoperability
1152
+ issues.
1153
+
1154
+
1127
1155
Codec Recommendations
1128
1156
---------------------
1129
1157
You can’t perform that action at this time.
0 commit comments