We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.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.spatial_extent
spatial_extent
load_collection
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.
Parameter.temporal_interval
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
temporal_extent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parameter.spatial_extent
has a schema allowing the parameter to be null. Note that this is based onspatial_extent
parameter ofload_collection
process: https://github.com/Open-EO/openeo-processes/blob/6141771129d58d2a292db3b91d80c812c49f4e52/load_collection.json#L20-L110Parameter.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 ofload_collection
: https://github.com/Open-EO/openeo-processes/blob/6141771129d58d2a292db3b91d80c812c49f4e52/load_collection.json#L114-L140The text was updated successfully, but these errors were encountered: