[Gdal-dev] int64 support?

Vincent Schut schut at sarvision.nl
Fri Aug 10 07:16:45 EDT 2007


Not really necessary, but it would be convenient if gdal supported
(u)int64 data... Using numpy on my amd64 linux pc, when I create a numpy
array without specifying the datatype it defaults to int64, which gdal
refuses to save. Usually an 'astype(int32)' suffices, but still it is a
bit annoying sometimes. So I wondered, would it be an idea to add int64
support to gdal?

VS.



More information about the Gdal-dev mailing list