Link predicted observations to data repositories#82
Conversation
…predicted pass, add sentinel & landsat STAC catalogs.
gadomski
left a comment
There was a problem hiding this comment.
Makes sense to me, and appreciate the cool use of stac-map. It might be nice to zoom to the pass's bounding box on load? If that's of interest, I could add a bbox= URL parameter to stac-map to set a zoom-to.
That would be fantastic. I was actually looking for such a param when building the link feature. This currently links to the STAC catalog instead of the collection (which it probably should for some satellites...) – would that be an issue for stac-map? |
Yeah, could you open something on https://github.com/developmentseed/stac-map describing what you'd want? Should be pretty easy to do. |
…se logs in tile generation, update conditional data repo link text.
|
|
||
| const isStac = dataRepoType?.toLowerCase() === "stac"; | ||
| const url = isStac | ||
| ? `https://developmentseed.org/stac-map/?href=${encodeURIComponent( |
There was a problem hiding this comment.
This brings me joy
Screen.Recording.2026-01-29.at.6.46.54.AM.mov
A quick glance at their catalog indicates that we won't be able to go directly to a collection — looks like they have a lot of collections w/ Sentinel-3 data.
There was a problem hiding this comment.
we won't be able to go directly to a collection
Sad... Thanks for your review. For other stac catalogues where it would make sense to go to a collection, we could set that as the data_repo_url
Closes #44
This PR:
data_repo_typeanddata_repo_urlto constellation json files to link out to data.data_repo_type==STAClink to the STAC catalog using stac-map (cc @gadomski).<Badge>components shown on hover.Data repo sources used. Please advise if these aren't correct or if you know of better "official" sources