developmentseed / pearl-frontend

PEARL (Planetary Computer Land Cover Mapping) Frontend
https://landcover.io
MIT License
18 stars 6 forks source link

Enhance imagery source selector card #60

Open vgeorge opened 1 year ago

vgeorge commented 1 year ago

We should consider replacing the timestamps in imagery source cards with some other context, like a short text describing the source. The timestamps refer to database insert/update and don't look to be of interest to end users. (as suggested in https://github.com/developmentseed/pearl-frontend/pull/56#issue-1763367352)

cc @geohacker @LanesGood

LanesGood commented 8 months ago

I agree with this. Does all the imagery source info come from Planetary Computer? They provide a thumbnail and text description for each source. I think we can pull in both:

image

geohacker commented 8 months ago

Would be great to do! We can assume that PEARL will always rely on imagery from Planetary Computer

vgeorge commented 8 months ago

Just an update, the cards currently display the start/end timestamp of the mosaic range, not the record creation/update time.

vgeorge commented 8 months ago

Apologies, I thought this was referring to the mosaic selector, not to the imagery source. I confirm the interface is displaying the database timestamps for imagery sources.