Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter factories: add nullable "temporal_extent" #679

Open
soxofaan opened this issue Dec 5, 2024 · 0 comments
Open

Parameter factories: add nullable "temporal_extent" #679

soxofaan opened this issue Dec 5, 2024 · 0 comments

Comments

@soxofaan
Copy link
Member

soxofaan commented Dec 5, 2024

Parameter.spatial_extent has a schema allowing the parameter to be null. Note that this is based on spatial_extent parameter of load_collection process: https://github.com/Open-EO/openeo-processes/blob/6141771129d58d2a292db3b91d80c812c49f4e52/load_collection.json#L20-L110

Parameter.temporal_interval is based on a predefined schema https://github.com/Open-EO/openeo-processes/blob/6141771129d58d2a292db3b91d80c812c49f4e52/meta/subtype-schemas.json#L281-L293 and can only be an array of two items.

I think we also need a factory for a temporal extent that can be null, like the temporal_extent parameter of load_collection: https://github.com/Open-EO/openeo-processes/blob/6141771129d58d2a292db3b91d80c812c49f4e52/load_collection.json#L114-L140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant