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
Describe the new feature you would like to see A server that exposes an API to get 2D maps from ECHO
Describe the solution you'd like Parameters (roughtly):
Outputs 2D map with this crop.
We could then call this API for every new mission. To find the x- and y- -min and -max, we could iterate over all the tasks in the mission.
Points to solve:
We probably want to host this in Radix.
Consider having the source code for the microservice in the Flotilla repository still.
How will this feature affect the current Threat Model? Easier to have this as a separate module for other users.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the new feature you would like to see
A server that exposes an API to get 2D maps from ECHO
Describe the solution you'd like
Parameters (roughtly):
Outputs 2D map with this crop.
We could then call this API for every new mission. To find the x- and y- -min and -max, we could iterate over all the tasks in the mission.
Points to solve:
We probably want to host this in Radix.
Consider having the source code for the microservice in the Flotilla repository still.
How will this feature affect the current Threat Model?
Easier to have this as a separate module for other users.
The text was updated successfully, but these errors were encountered: