Jacob Bouffard

Results 20 comments of Jacob Bouffard

@mingnet I see. Based on the work you showed, it looks like everything should work okay. What backend are you trying to write to? There can be a lot of...

Hello, @kamicut! I'm sorry that I'm just getting to your issue now. I was involved in a lot of other projects these past few months and haven't had a chance...

Hello, @mingnet! Let me first apologize for taking so long to respond to your issue. I had to do work on other projects which kept me from GPS :slightly_frowning_face: To...

@mingnet Don't mention it! I hope that it works.

Hey @bhavybarca! This issue is still open, and I'd be happy to assign it to you.

Actually, I'm not sure if I can assign you to this issue. However, we'll make sure that no one else picks it up.

Hello, @bhavybarca! Yes, that's correct. That'll be added to the [docs directory](https://github.com/locationtech-labs/geopyspark/tree/master/docs). `html` is not a file, but rather a command that you pass to `make`. When you run `make...

@aheyne Is this ready for review? It's marked as `WIP`, so I wasn't sure if there's anything else you'd like to add to this PR.

@aheyne Ah, I see. At least on our end, I know there's definite interest in seeing GeoMesa_PySpark integrated into GPS. I've requested some time in these next few weeks to...

This [gist](https://gist.github.com/jbouffard/4f41832359597bd6b7368a436a1c66c0) contains some more mock Python API/logic for the `read_to_layout` function. One issue that was raised when writing this code was with `geotrellis-contrib`'s [inability to create SpaceTime RDDs](https://github.com/geotrellis/geotrellis-contrib/blob/master/vlm/src/main/scala/geotrellis/contrib/vlm/RasterSourceRDD.scala#L39); as...