David Bitner

Results 78 comments of David Bitner

I see two use cases here -- 1. Geoparquet as an archive format that is generally going to be partitioned by Collection in which case there would be a single...

Yeah, this has definitely been on my back burner. Much like the context extension, for very large STAC repositories, pgstac is not going to be able to perform nearly as...

So, definitely for smaller sets of items, you could just use the CQL2-RS reducer to search.

PgstacDB is set up with a disconnect method that is called both when using as a context manager (via the __exit__() method) as well as by trapping it using atexit.register(self.disconnect)...

Hey @Zaczero Thanks for kicking this PR up here. I am not too keen on just using >= for dependencies as (particularly with a major release version) there is a...

The plrust docker is only there as a placeholder for potential plrust work that never really happened. We can just get rid of the plrust docker target as it is...