David Bitner
David Bitner
Hi all, I'd like to contribute docs and code to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of...
Hmm, I'm not entirely sure what the best course of action for this is. It is not uncommon for people to use the PostgreSQL extension options to install PostGIS to...
This was done as search also updates some cache/logging tables (searches, search_wheres) and I didn't want to give the base read only pgstac_read role direct write permissions to those tables....
Looks like this is related to https://github.com/MagicStack/asyncpg/issues/737
I think this might be fixed in asyncpg 2.3 https://github.com/MagicStack/asyncpg/pull/720 I'll try updating the asyncpg version pin.
There is no specification in STAC as far as I know for filtering calls to /collections. You can search items specifying only specific collections using /search?collections=collectiona,collectionb
I do not have any plans for adding this, but i am open to pull requests. On Thu, Sep 8, 2022, 4:44 AM Abhishek Manandhar ***@***.***> wrote: > Yes, I...
I disagree about the and with a single item -- in the case where someone is constructing a query where they want all filters to be considered (ie joined with...
On Wed, Jun 8, 2022, 5:42 AM Asger Skovbo Petersen ***@***.***> wrote: > I cannot find any description of how pygeofilter is supposed to behave > when it meets invalid...
a_overlaps is for comparing an array to an array, so it must cast platform into a single element array. In this case property is not an array, so it must...