siphon
siphon copied to clipboard
Add metadata method to NCSS
It would be ideal to add a method to metadata objects created by Siphon, such as "ncss.metadata". Something like metadata.inventory(), or something to that effect, that would list the properties of interest.
Thanks!
I think this is referring to catalog-level metadata. Currently, all catalog metadata are added as properties as they are found during parsing. Instead:
- Don't pollute the Dataset object with extra properties
- Hide all of them in a
metadata(or something) dictionary, which would improve discoverability