stac-extensions / timeseries

Time Series STAC Extension Specification
Apache License 2.0
1 stars 1 forks source link

Relationship with core STAC #3

Open m-mohr opened 2 years ago

m-mohr commented 2 years ago

I think this extension is valuable as it fills a "hole" in STAC which is (for Items) very "raster specific" with its requirement for a datetime (or start and end_datetime), which feels always like an asset should not be a time series. What I'd like to add to this extension is how it relates to e.g. the fields datetime (null?), start_datetime (first entry in the timeseries), end_datetime (last entry in the timeseries).

It should probably also highlight that the geometry could be set to a Point geometry in case it's e.g. for a specific monitoring station? What happens with the bbox?

I assume this is meant for time series at a specific location, but not for trajectories?