June 19, 2018 Meeting - Unidata/rosetta GitHub Wiki

Rosetta Hack-a-thon Meeting

TODO Priorities

  1. Rosetta Home startup/bootstrap (Jen)
    1. Full metadata profiles (Sean)
  2. Wizard conversion of known file type (Jen & Sean)

Template object for known type

Creation:

  • Read global metadata from file into database
  • Modify global metadata in database based on user input in wizard
  • Write template and return (in addition to converted netCDF file)

Restore from template:

  • Read from template into database
  • Update metadata in database based on what is in the new data file
  • Modify global metadata in database based on user input in wizard
  • Write template and return (in addition to converted netCDF file)

Validation

  • All required metadata entered? (Rework frontend, add to backend)
  • Correctness of template JSON
  • Are all parts of the template there?