Changeset 38820
- Timestamp:
- Oct 7, 2015, 6:21:49 PM (11 years ago)
- Location:
- trunk/ippToPsps/config
- Files:
-
- 3 edited
-
README (modified) (1 diff)
-
parse_schema_browser.pl (modified) (2 diffs)
-
schema_browser.vot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/README
r36706 r38820 26 26 27 27 should be good to go! 28 29 30 CZW Schema Browser instructions: 31 32 ./parse_schema_browser.pl schema_browser.vot 33 34 This 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 16 16 while (<F>) { 17 17 chomp; 18 18 19 if ($_ =~ /<RESOURCE /) { 19 20 $depth++; … … 36 37 $depth--; 37 38 } 39 38 40 } 39 41 close(F); -
trunk/ippToPsps/config/schema_browser.vot
r38818 r38820 2 2 3 3 <VOTABLE version="1.1"> 4 4 5 <RESOURCE name="Fundamental IPP Products"> 5 6 <DESCRIPTION>These tables contain values that are directly measured by the IPP.</DESCRIPTION> … … 183 184 <DESCRIPTION>These tables contain information about PSPS itself.</DESCRIPTION> 184 185 </RESOURCE> 186 185 187 </VOTABLE>
Note:
See TracChangeset
for help on using the changeset viewer.
