Changeset 349
- Timestamp:
- 15/11/04 15:29:12 (16 years ago)
- Location:
- nappy/trunk
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
nappy/trunk/__init__.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 __init__.py -
nappy/trunk/bin/na2nc
r347 r349 1 1 #!/usr/bin/env python 2 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 3 # This software may be distributed under the terms of the 4 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 5 2 6 """ 3 7 na2cdms.py -
nappy/trunk/bin/nc2na
r347 r349 1 1 #!/usr/bin/env python 2 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 3 # This software may be distributed under the terms of the 4 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 2 5 3 6 helpMessage=""" -
nappy/trunk/bin/testIO.py
r347 r349 1 1 #!/usr/bin/env python 2 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 3 # This software may be distributed under the terms of the 4 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 5 2 6 """ 3 7 testIO.py -
nappy/trunk/cdms2na.py
r347 r349 1 1 #!/usr/bin/env python 2 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 3 # This software may be distributed under the terms of the 4 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 2 5 3 6 helpMessage=""" … … 11 14 ===== 12 15 13 cdms2na.py [<options>] -i <infilename> -o <outfilename> 16 cdms2na.py [<options>] -i <infilename> -o <outfilename> 14 17 15 18 Where -
nappy/trunk/cdmsMap.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 cdmsMap.py -
nappy/trunk/data_files/00README.txt
r348 r349 1 # Copyright (C) 2004 NERC DataGrid1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 4 5 5 -
nappy/trunk/doc/INSTALL.txt
r348 r349 1 Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 This software may be distributed under the terms of the 3 Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 5 1 6 Installation notes for nappy 2 7 ============================ … … 13 18 14 19 This contains installation downloads and instructions on building/installing. 20 15 21 16 22 ---------------- -
nappy/trunk/general.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 general.py -
nappy/trunk/listManipulator.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 listManipulator.py -
nappy/trunk/localRules.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 localRules.py -
nappy/trunk/na2cdms.py
r347 r349 1 1 #!/usr/bin/env python 2 3 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 4 # This software may be distributed under the terms of the 5 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 6 2 7 """ 3 8 na2cdms.py -
nappy/trunk/naCore.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naCore.py -
nappy/trunk/naError.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naError.py -
nappy/trunk/naFile.py
r348 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile.py … … 7 11 8 12 """ 9 # Copyright (C) 2004 NERC DataGrid10 # This software may be distributed under the terms of the11 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt12 13 13 14 # 08/05/04 updated by selatham for bug fixes and new write methods -
nappy/trunk/naFile1001.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile1001.py -
nappy/trunk/naFile1010.py
r348 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile1010.py … … 6 10 7 11 """ 8 # Copyright (C) 2004 NERC DataGrid9 # This software may be distributed under the terms of the10 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt11 12 12 13 # 08/05/04 updated by selatham for bug fixes and new write methods -
nappy/trunk/naFile1020.py
r348 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile1020.py … … 6 10 7 11 """ 8 # Copyright (C) 2004 NERC DataGrid9 # This software may be distributed under the terms of the10 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt11 12 12 13 # 08/05/04 updated by selatham for bug fixes and new write methods -
nappy/trunk/naFile2010.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile2010.py -
nappy/trunk/naFile2110.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile2110.py -
nappy/trunk/naFile2160.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile2160.py -
nappy/trunk/naFile2310.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile2310.py -
nappy/trunk/naFile3010.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile3010.py -
nappy/trunk/naFile4010.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naFile4010.py -
nappy/trunk/naToCdms.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 naToCdms.py -
nappy/trunk/test/testCdmsWrite.py
r344 r349 1 import sys 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 5 import sys 2 6 import os 3 7 sys.path.append(os.path.join("..", "..")) -
nappy/trunk/test/testReadAllFFIs.py
r347 r349 1 1 #!/usr/bin/env python 2 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 3 # This software may be distributed under the terms of the 4 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 2 5 3 6 """ -
nappy/trunk/textParser.py
r343 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 textParser.py -
nappy/trunk/version.py
r347 r349 1 # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). 2 # This software may be distributed under the terms of the 3 # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt 4 1 5 """ 2 6 version.py
Note: See TracChangeset
for help on using the changeset viewer.