Richard Smith

Results 11 comments of Richard Smith

I have been having the same problem. netcdf4 installed with `conda install -c anaconda netcdf4` uses version 13 of the C library. When installed with pip, the latest version 1.5.1.2...

This would be really useful. I can imagine this call could take a while to build a response the first time (depending on how many collections you have) but caching...

I have created an extension to the context extension to add `collections` into the response. https://github.com/cedadev/stac-context-collections In my implementation, the number of collections returned in this response is max 10...

@dwilson1988 We are expecting to have many hundreds of collections so I am not sure this would be a scalable approach either. We are working under the assumption that each...

I am also thinking from a UI perspective. If you return the queryables for each collection in isolation, how do you display that to a user? Even with some kind...

If I understand correctly you have a structure like this: ![Blank diagram - Page 2 (1)](https://user-images.githubusercontent.com/22395703/139695305-21ba8f29-770e-4ec9-92c2-62e916f2e5c9.png) Where collection queryables are an aggregation of the item properties and dataset queryables are...

Thinking deeper on this issue and having played with my original suggestion [context-collections](https://github.com/cedadev/stac-context-collections) it still doesn't quite do the job. The issue is that once you enter a collection, there...

ok, it would be good to know. I am new to CQL but the example I found didn't work with the implementation in pygeofilter. I am writing an elasticsearch backend...

ok, great. I can see that it will be fixed in the spec soon.