Tom Christian

Results 11 issues of Tom Christian

The Part 3 draft spec section [Cross-collection queries](http://docs.ogc.org/DRAFTS/19-079.html#filter-param-multiple-collections) states > A server that implements this extension and also supports queries across multiple collections SHALL only allow properties from the global...

Part 10: Search/Queries
Queryables

I would like to suggest a change to the Features Core spec for consideration in future revisions. If this is not the correct place to make suggestions please direct me...

Part n: Property Selection

Thanks for the really helpful tool! Could we please have the option to exclude the `conda-tree` dependency chain from `deptree` and other commands?

When registering extensions [app.py](https://github.com/stac-utils/stac-fastapi/blob/81015a153c1d9f36d8e12f17a1bf67370396f472/stac_fastapi/api/stac_fastapi/api/app.py#L386) passes a reference to the `FastAPI` object with `self.app` and as a result any extensions have access to the `FastAPI` object during registration. The `FastAPI` type...

enhancement
api layer

Given what I believe to be a valid temporal filter, pgstac's `temporal_op_query` function appears to generate invalid SQL which raises a syntax error. This may simply be a case of...

Closes #103

Is it possible to build a list of known issues for CQL2-TEXT parsing? - #68 identifies a problem with `NOT` - My testing indicates that `T_INTERSECTS` does not work as...

The README's [instructions](https://github.com/geopython/pygeofilter/blob/e9b6757372cfa0aa51c6a73098363431b25727c7/README.md?plain=1#L189) for executing tests in Docker are broken. This is partly because `tests/execute-tests.sh` was deleted (seemingly without reason) in [this commit](https://github.com/geopython/pygeofilter/commit/0622f8f0bcfeab645f3493bd88d28b8cb54f1770) and partly because the approach has not...

What is the expected behaviour for paging within search results around the time of a data change? Is this considered a specification concern, or is it at the discretion of...

While configuring a local development environment I encountered a number of problems executing tests. I have fixes for each of these problems, PR [here](https://github.com/stac-utils/qgis-stac-plugin/pull/274). 1. `poetry install` fails on macOS...