Currently, we have some metadata which is supposed to be generated automatically:
[x] #14
[ ] gdam_name_1
[ ] gdam_name_2
[ ] gdam_name_3
We could either
add a new route for this
two routes one for spectral properties (later possibly more) and one for gdam
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?
Currently, we have some metadata which is supposed to be generated automatically:
We could either
upsert_metadata
method in theupload
route. (but I think this route is meant to be used by the frontend to input the manual metadataI would prefer a separate PUT route like /datasets/{dataset_id}/build-metadata @mmaelicke what do you think?