Robert Denham
Robert Denham
@szsctt I have been using the modified jobs.py file for while, seems to work ok for me. But it would be good if someone could confirm whether this is a...
I think this is because nodata doesn't get passed to `warp_open` in `api.py`, about line 491. I'll prepare a pull request.
Actually I don't think I can do a pull request without forking first. Perhaps someone could do this for me. See the lines https://github.com/jgrss/geowombat/blob/e691102a3dcce13b272810b43bc9586681ae6934/geowombat/core/api.py#L491-L497 I think the difference is simply:...
Thanks @jgrss I think I misunderstood the meaning of nodata in `gw.open` (and `gw.config.update`). I realise now that it should be interpreted as a replacement value; a value which will...
> Maybe it should be removed from open()and only be used in the config. I'll do some cleaning. Just to complicate this, I think nodata will only take effect if...
Not sure if anybody still needs this or not, but I needed something like this for some images I was accessing. I had trouble understanding how it all worked, so...
With the release of dbplyr 2.5.0 this is now pretty urgent. Any plans to address this?
Thanks for your prompt reply @florianm ! The problem I have is with the dplyr interface, just like in the example at the start of this issue: ```r library("ckanr"); library("dplyr")...
Just having a look around, it seems like https://github.com/r-dbi/bigrquery might provide me with some idea on how to upgrade this part to work with DBI; there are some similar ideas...
Thanks, I'll spend a little bit of time on it later tonight. Shouldn't be hard, just I need to work out how it all fits together first :-). > Greetings...