generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I think that (at least) 3 common definitions should be provided for https://github.com/stac-extensions/processing#expression-object to better guide users.
-
a generic "python script entry points" similar to what
setup(entry_point=...)orpoetry.scriptsexpect
(e.g.:my_package.my_module:some_functionormy_package.my_module:SomeClass.a_method) -
a URI based reference to a script or executable
(somewhat relates to Add aSoftwareobject #29 about thehrefrequirement)
(for this, I would suggest that"expression": {"href": "<uri>", "type"; "<media-type>"}is used, sinceexpressionallows anything) -
some
dockercontainer or similar, using an expression likeghcr.io/NAMESPACE/IMAGE_NAME:latest(or a more explicitdocker runcall)
Metadata
Metadata
Assignees
Labels
No labels