NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/spongenet/trunk/mini_andi_expand_config.py

Revision 344 (checked in by cbc, 14 years ago)

Add more package management and she-bang lines.

Line 
1 #!/usr/bin/env python
2
3 """Expand module config for mini_andi platform."""
4
5 import os
6
7 zipdir = "/seacoos/data/nccoos/level0/largo/mini_andi/zip"
8 xmldir = "/seacoos/data/nccoos/level0/largo/mini_andi/xml"
9 zipdir_pattern = "[0-9][0-9][0-9][0-9]_[0-9][0-9]"
10 zipfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
11                   "[0-9][0-9][0-9][0-9][0-9][0-9]-" \
12                   "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
13                   "[0-9][0-9][0-9][0-9][0-9][0-9].zip"
14 xmlfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
15                   "[0-9][0-9][0-9][0-9][0-9][0-9].xml"
Note: See TracBrowser for help on using the browser.