IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38820


Ignore:
Timestamp:
Oct 7, 2015, 6:21:49 PM (11 years ago)
Author:
watersc1
Message:

Final version of schema browser rationalization.

Location:
trunk/ippToPsps/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/README

    r36706 r38820  
    2626
    2727should be good to go!   
     28
     29
     30CZW Schema Browser instructions:
     31
     32./parse_schema_browser.pl schema_browser.vot
     33
     34This will create the files SchemaTableType.csv and SchemaTables.csv, which are in the format that Conrad requested.
  • trunk/ippToPsps/config/parse_schema_browser.pl

    r38819 r38820  
    1616while (<F>) {
    1717    chomp;
     18
    1819    if ($_ =~ /<RESOURCE /) {
    1920        $depth++;
     
    3637        $depth--;
    3738    }
     39
    3840}
    3941close(F);
  • trunk/ippToPsps/config/schema_browser.vot

    r38818 r38820  
    22
    33<VOTABLE version="1.1">
     4
    45  <RESOURCE name="Fundamental IPP Products">
    56     <DESCRIPTION>These tables contain values that are directly measured by the IPP.</DESCRIPTION>
     
    183184     <DESCRIPTION>These tables contain information about PSPS itself.</DESCRIPTION>
    184185  </RESOURCE>
     186
    185187</VOTABLE>
Note: See TracChangeset for help on using the changeset viewer.