Arnaud Moura

Results 22 comments of Arnaud Moura

I just read this discussion. In response to @genotrance, we are ok that everybody use git or anything version control system that use tag. So, it can be possible to...

IMO this project exits only to share to everyone a godot binding made by an companie. It's clearly not a community project. It takes time that they may not have...

Hello, thanks for your library. Will the seq be implemented soon ?

I understand, it's certainly not easy. A co-worker use Pony (Array https://docs.ponyorm.org/array.html) with Python. Maybe the code can help you. I hope :)

Version 1.0.0 has been released since the beginning of the year.

I'm raising the topic with this question. Is there anything I can do to speed things up ?

Yes i think it’s the good page in the *Pre-built binaries for Linux* section. There is also ARM for MacOS now but I don’t know if this version exists for...

The documentation in DevDocs is very old. Version 0.19.0.

I have replaced `WriterArray` by the code below: ``` outband = GDAL.getrasterband(dsOut, 1) xsize = GDAL.getrasterbandxsize(outband) ysize = GDAL.getrasterbandysize(outband) outputTranpose = transpose(output[1]) GDAL.rasterio(outband, GDAL.GF_Write, 0, 0, xsize, ysize, Ref(outputTranpose), size(outputTranpose)[1],...

I have the same issue. Ma configuration: ``` $ v doctor OS: linux, Ubuntu 20.04.5 LTS (WSL 2) Processor: 12 cpus, 64bit, little endian, AMD Ryzen 5 5600X 6-Core Processor...