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

Write and host Microservice to have a GetEchoMap service #1737

Open
Tracked by #1578
tsundvoll opened this issue Sep 16, 2024 · 0 comments
Open
Tracked by #1578

Write and host Microservice to have a GetEchoMap service #1737

tsundvoll opened this issue Sep 16, 2024 · 0 comments
Labels
feature New feature or request

Comments

@tsundvoll
Copy link
Contributor

tsundvoll commented Sep 16, 2024

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):

  • Plant name
  • Area name
  • x_min, x_max
  • y_min, y_max
  • z_height

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:

  • Caching of images (either on Flotilla side or on the API side)
  • Access control to the images (and the sources for generating the images, the 3D models)

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.

@tsundvoll tsundvoll added the feature New feature or request label Sep 16, 2024
@tsundvoll tsundvoll mentioned this issue Sep 16, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant