forked from barronh/WHIPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
91 lines (66 loc) · 3.79 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Metadata-Version: 1.0
Name: WHIPS
Version: 1.2.2
Summary: Scripts for customized regridding of Level-2 data to Level-3 data
Home-page: http://www.sage.wisc.edu/download/WHIPS/WHIPS.html
Author: Jacob Oberman, Keith Maki
Author-email: [email protected]
License: MIT License
Download-URL: http://github.com/Joberman/process_sat/downloads
Description: ===========
WHIPS 1.2.2
===========
* **Project Title:** WHIPS
* **Purpose of Project:** Provide a well-documented, easy-to-use general-purpose processing module for processing satellite data
* **Version:** 1.2.2 (8/28/13)
* **Authors:** oberman, maki, strom, holloway
* **Contact:** [email protected]
Wisconsin Horizontal Interpolation Program for Satellites (WHIPS)
=================================================================
ACKNOWLEDGEMENT POLICY
----------------------
Whenever you publish research or present results generated with WHIPS,
please include the following acknowledgement or an appropriate
equivalent:
*We wish to thank the University of Wisconsin--Madison for the*
*use and development of the Wisconsin Horizontal Interpolation*
*Program for Satellites (WHIPS). WHIPS was developed by Jacob*
*Oberman, Erica Scotty, Keith Maki and Tracey Holloway, with*
*funding from the NASA Air Quality Applied Science Team*
*(AQAST) and the Wisconsin Space Grant Consortium Undergraduate*
*Award.*
QUICK START
-----------
1. Install the program and run the built-in test module to confirm
that it is working properly. Installation instructions can be found
in the file INSTALL.txt
2. Download whatever data you plan to process. Currently, the program
is designed to process OMI NO2 DOMINO level 2 data, OMI NO2 NASA level
2 data, MOPITT CO data, and NASA MODIS AOD level 2 data. See the
detailed documentation for the --filelist argument for locations of data.
3. Navigate to the folder where whips.py is located (or add it to
your path) and invoke it as:
whips.py --help
4. Follow the on-screen instructions, adding each of the required
parameters. If you need help with the projection attributes or the
output function attributes, invoke the built-in help as:
whips.py --AttributeHelp <function_name>
For detailed explanations of all parameters and attributes, see the
"Parameter Details" section below.
5. Invoke whips.py once for each output file you'd like to create.
Note that the software creates output files with only a single
timestep, so you'll need to invoke the command once for each timestep
(IE if you want a month with timesteps every day, you'll probably want
to write a shell script that calls the command once for each day)
6. Additionally, you may create a grid file for your chosen grid by
including the --includeGrid flag followed by the desired filename.
A file containing the gridcells used by the projection will be written
to the same directory as the standard output file.
7. Concatenate your outputs if desired (the authors recommend the NCO
operators at http://nco.sourceforge.net/ if you're using a netCDF
output format) and carry on!
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python