Jacob Bouffard

Results 20 comments of Jacob Bouffard

Thank you, @metasim you raised some good points. @pomadchin Would we want to implement something like `MonadBlunder` from this [article](https://typelevel.org/blog/2018/04/13/rethinking-monaderror.html)? I'm not familiar enough with `cats` to know if they...

The most recent issue I had was during the GDDP ingest. Certain files would time out when being read, but something would still be written to catalog. When you looked...

@bflammers I am very sorry for just responding to your issue now. I somehow missed being notified about it. Case `1` is correct. Vector operations are supported in GeoTrellis but...

Hey, @markwestcott34! Thanks for letting us know about this one too! What's happening here is that you're getting a permission error when you're trying to read the layer. Unfortunately, I...

You're welcome, @markwestcott34!

Thanks for bringing this to our attention, @phloem7! If you can, could you post the full stacktrace? `RDD`s are lazy and will not be instantiated until they have to be....

Hey, @phloem7! After doing some investigation, it looks like there's something wrong with the `gps.rasterio` module in terms of reading in GeoTiffs. I'm not entirely sure what the cause is...

Here's a gist that I'm using as a scratch-pad to figure out how to incorporate PyArrow into GPS https://gist.github.com/jbouffard/1bafad67c3cd13325c6f89accd5bf1b6

I don't agree with having `layer_type` default to `spatial`. The impression I had was that the user was already going to have basic knowledge in regards to the differences between...

Hey, @mingnet! As I mentioned in your other issue, I'm really sorry about responding to your issue so late :slightly_frowning_face: The reason you're getting that error is because `LayerWriter.update` fails...