float16
as a supported datatype?
#3106
MaxLenormand
started this conversation in
Ideas
Replies: 2 comments · 3 replies
-
it's not supported in rasterio because it's not yet supported in GDAL ref: OSGeo/gdal#10144 |
Beta Was this translation helpful? Give feedback.
3 replies
-
I wanted to follow up on this issue. It seems gdal now support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I've been tinkering around with trying to reduce file size of height & elevation data, and was wondering about the value (or not) of adding support for
float16
inrasterio
.Reasoning for this:
9000
(Everest) and-13000
if we go underwater, to Marianna trench.10^-3
This looks like
float16
would be adtype
data fit for this type of raster. Benefits being able to store the same amount of information practically speaking as afloat32
raster, but for a much smaller file.I was surprised to see
float16
not being implemented inrasterio
actually, so am I missing something here? I also haven't found previous discussion about this hence why I'm opening this postGenuinely curious!
Beta Was this translation helpful? Give feedback.
All reactions