Dmitri Lebedev

Results 21 comments of Dmitri Lebedev

On Wed, 16 Jan 2013 00:17:45 +0700, joaoricardo000 [email protected] wrote: > how can I clone this? > those changes looks really good btw (: Oi, muito obrigado, mas esse repositório...

I've dug deeper in the code, and there is a separate class, whose name is hard-coded in the template engine, that converts templates into somithng python-like, where everything except {%...

You don't need one, it's created right there in the code.

Yep. In my case `with` block is not applicable, because open and close happen in different functions. So options are * use `contextlib.ExitStack` * open/close in append mode

Just googled this bug myself another time while writing multiprocessing code. LOL.

In #33 , I added checks of masked data length and converting ndv to double. But check if it works in earlier python versions.

@ozak I didn't test this. I found out that integer numpy matrices can't have None in them, and for integer ones (like ASTER DEM) it's only necessary to have a...

I've started switching read and write operations to rasterio, hoping to finish this week. But some operations are still heavily using GDAL, so I need some assistance. One thing that...

Reading more carefully, I see there are few of them.