Open
Description
Some feedback we're getting on STAC is that it's very complicated to put it together for what's essentially a list of input files. A request was made for inputs to stage-in to be a simple list of files to process:
s3://my-bucket/my-prefix/file.txt
https://github.com/raw/file.nc
https://archive.podaac.earthdatacloud.nasa.gov/my-collection/my-awsome-datafile.nc
this would be "much" easier on a user so they don't need to wrap everything in STAC.
The stage-in process would then download these files and create a stac catalog or featureCollection as an output with these assets. In this instance, the collection ID wouldn't matter, and all the files listed would be of type 'data'.
Questions/comments:
- Can we support this sort of 'return delimited' data? should it be comma-delimited? both?
- While i've show the above to include all types of files (s3, https, EDL https) that more for illustrative purposes. Support for multiple domains/types is a different effort.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo