Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

Add automatically generated metadata from uploaded images #9

Closed JesJehle closed 4 months ago

JesJehle commented 4 months ago

Currently, we have some metadata which is supposed to be generated automatically:

We could either

  1. add a new route for this
  2. two routes one for spectral properties (later possibly more) and one for gdam
  3. add it to the existing upsert_metadata method in the upload route. (but I think this route is meant to be used by the frontend to input the manual metadata

I would prefer a separate PUT route like /datasets/{dataset_id}/build-metadata @mmaelicke what do you think?