FHNW-IVGI / Geoharvester

NDGI Project Geoharvester
10 stars 1 forks source link

[NLP][Backend] Improve score calculation for "metadata" quality #48

Open FStriewski opened 1 year ago

FStriewski commented 1 year ago

User story:

As a user I would like to see which layers are of good (metadata) quality, so that I am able to decide on which ones to process

Acceptance Criteria:

Considerations:

fionatiefenbacher commented 1 year ago

As of now the score is poorly calculated (fucntion checks if the fields ABSTRACT, KEYWORDS, CONTACT, METADATA has no nan (25 per field) and needs improvement. The initial function implementation was handeld in FHNW-IVGI/Geoharvester/issues/47 .

Improve the fucntion so that...