-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Hello,
I convert a Python code with GDAL and Numpy that use gdal.Band.WriteArray method but it doesn't exist in your package.
How to made this operation with your package ?
My Python code :
outband = dsOut.GetRasterBand(1)
outband.WriteArray(OUTPUT[0].transpose())
Thanks
Reactions are currently unavailable