Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • File F1 (CSV) uploaded to dataset D1
  • VAE reads headers in
  • VAE requests matching mappings from mapping service VMS
  • VAE adds metadata entries to file F1
  • DPE extracts datapoints from CSV and adds them to GSAPI

Tasks

  • Update https://opensource.ncsa.illinois.edu/bitbucket/projects/CATS/repos/extractors-csv to store more information (Decided as Won't Do.)
    • which column has which header
    • include column number and label, for example (3, "temperature)
  • Develop Variables Mapping Service (VMS)
    • Simple flask app with mongodb back end
  • Variable Annotation Extractor (VAE)
    • En extension of the extractor-csv that queries the VMS and stores standard names in metadata
      • We should support multiple mappings added to metadata
  • Figure out where the frontend should be
    • Standalone client
    • Clowder add metadata widget

...