-
Notifications
You must be signed in to change notification settings - Fork 21
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
aquainfra ogc processes update #136
Conversation
tools/aquainfra_ogc_api_processes/aquainfra_ogc_api_processes.xml
Outdated
Show resolved
Hide resolved
<option value="csv">csv: for text data input (first line wavelength, following lines remote-sensing reflectance)</option> | ||
<option value="sat">sat: for satellite product input containing reflectance (e.g., Sentinel-3 OLCI Level-2)</option> | ||
</param> | ||
<param name="sensor" label="Sensor name" optional="false" help="Spectral band configuration of satellite mission (includes adaptation to sensor spectral response functions)." type="select"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the indentation is off here, how can this happen in an automatic generated script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I need to admit that this update was not as automated as planned :).
I always forget about the indentation. I think I need to revise my local linter...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the force Luke. The Galaxy Language server!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, that is a good one!
@bgruening I don't get why the linting fails. It did not fail before and doesn't fail locally. Do you have an idea? |
You miss some metadata in your shed.yml |
It looks like this is referring to the xmlstarlet tool. I have the necessary metadata in the shed https://github.com/AquaINFRA/tools-ecology/blob/master/tools/aquainfra_ogc_api_processes/.shed.yml |
And it looks like it's running the linting and tests for all tools. I am a bit confused.... |
No description provided.