Marty
Marty
> Pydantic response models are disabled by default, but may be enabled through the `Settings` object (https://github.com/stac-utils/stac-fastapi/blob/master/stac_fastapi/types/stac_fastapi/types/config.py#L27). They are disabled because pydantic validation on very large STAC returns (ex. `ItemCollection`)...
1 up - as currently the API is successfully spitting out responses that **pystac** [library ](https://github.com/stac-utils/pystac)is not able to parse. In other words the responses are not STAC compliant :(...
@gadomski - sure. Here's an example of a collection that we have in our database, that is successfully returned by the API - and that the PyStac client refuses to...
hm. Interestingly we're using the **pystac** lib to create catalog and collections in the first place - assuming the use of dedicated objects would ensure that INVALID objects would not...
That would be very helpful - in terms of allowing users to "try out" the api. Default Odata doc's work fine for Get`ing data, but lacks on Query building, or...
Why would it NOT ? Swagger is a very usefull tool for "discovering" the API, and avoiding the need of special 'chrome' plugins to do the testing Also for support...
Well - here's an example that we were able to put together with some work-arounds http://bit.ly/1CUfOsO kinda works for discovery. Had problems with setting up the available content types, also...