iliion
iliion
i do not know if this is related , but i have the feeling it might be. I get import errors with the latest library ``` Traceback (most recent call...
In the current implementation of STAC Browser is prioritizing to a default view., but since there are different approaches/implementations then the possibility to choose which way to go is the...
Exactly. My point was that no view should be prioritized over the other.
At this moment collection, catalog and subcatalog are equally "seen" by the API specs, so I dont get why in the landing page there should be a link to data...
> STAC follows Hypermedia, which basically says you can explore everything just by following links. Without having a data link you can't find the collections endpoint and as such it...
Ok. I just saw that STAC API Spec has also a `/catalogs` endpoint . Ref: `https://github.com/radiantearth/stac-api-spec/tree/main/core#endpoints`. The corerct way to go is to implement `/children` as well as `/catalogs` and...
> Could we discuss this in the next STAC community meeting? (27.2. 17:00 CET - @iliion @chiarch84 @philvarner ) Hi @m-mohr May i ask how to participate? Where is this...
In the following Image you see a TypeError when I override the `getCollection` method.  The return type is `BDAPCollection` which is a Class that inherits from **stac_pydantic.Collection** The implementation...
Yes indeed. What you wrote is true. Nevertheless is this the correct behavior according to stac api specs ? A simple search will always return only one property? In https://api.stacspec.org/v1.0.0/item-search/...
Ideally yes. I would add another use case where all the properties are needed. In my case I have more than 20 fields and the only option I have is...