Commit 065e1e2
readfile: support
* Add support for float16 data type in `readfile.py`, because for GDAL >= 3.11 you will run into `Key 15` error when trying to read float16 format files
* writefile.write(): add float16 in the supported data types
---------
Co-authored-by: Zhang Yunjun <yunjunz@outlook.com>float16 data type via gdal (#1483)1 parent 31a89af commit 065e1e2
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
0 commit comments