developmentseed/labs-gpt-stac

Display STAC response in a nice table

Closed this issue · 1 comments

Right now we're just outputting the raw JSON response from STAC into a <pre> tag: https://github.com/developmentseed/labs-gpt-stac/blob/main/templates/index.html#L26

This would be nice to show as a table with the relevant details, links, preview image, etc.

I'd love to keep the JS simple and framework-less, but @oliverroick if you're taking this on, I'd leave it to you how you want to structure it.

cc @geohacker

We can probably improve things, but it's showing things on a table and map now. Closing.