zooniverse / panoptes-cli

A command-line interface for Panoptes
Apache License 2.0
18 stars 5 forks source link

Support indexed subject sets #214

Closed eatyourgreens closed 2 years ago

eatyourgreens commented 2 years ago

Add support for indexed sets. Indexed metadata fields are prefixed with % in the manifest headers. Strip the leading % from subject metadata headings and store a list of those headings as subject_set.metadata['indexFields'].

Closes #189.

eatyourgreens commented 2 years ago

@camallen Thanks for the comments. The code is more concise now. Hound is complaining about line length but it looks OK to me.