Deadwood-ai / deadwood-api

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

functionality to export metadata from database for local filtering #69

Open cmosig opened 1 month ago

cmosig commented 1 month ago

Technical users may want to filter through the database programmatically, to then call the API with locally obtained dataset/label/aoi IDs.

I'd suggest to offer to download the label and aoi (future work) and dataset/metadata table (merged). I would expect technical users to be able to perform join operation based on the IDs themselves if they are willing to work with .csv data.