Jonathan Healy
Jonathan Healy
Links are dynamically assigned already so allowing links to not exist seems like a no-brainer
@rhysrevans3 This pr looks really good. We have just been in the middle of adding opensearch support. Do you have any experience with opensearch?
@rhysrevans3 Any new thoughts? Hopefully we can merge this soon.
Hi @rhysrevans3, the pydantic v2 is merged now into main via stac-pydantic if you want to have another look at this. Cheers.
Hi @rhysrevans3 - no problems whatsoever - thanks for staying on top of this!
Removed pystac dependency in #234
By default, the FieldsExtension spec in the stac-fastapi parent library only includes one property, datetime . https://github.com/stac-utils/stac-fastapi/blob/4fb10ec6ba758f28ddef749ea7bac6fbb5963f9b/stac_fastapi/extensions/stac_fastapi/extensions/core/fields/fields.py#L46
To get all your properties do this: `http://localhost:8080/search?fields+properties&limit=10`
I am guessing they only include one property because there are many very large stac datasets out there online and returning the minimum amount of information makes a lot of...
They should be following the stac api spec though ideally.