Changeset 860
- Timestamp:
- 12/09/11 13:34:24 (18 months ago)
- Location:
- MGET/Branches/Jason/PythonPackage/src/GeoEco
- Files:
-
- 1 added
- 2 modified
-
DataProducts/Aviso.py (modified) (3 diffs)
-
DataProducts/NOAA/OSCAR.py (added)
-
Datasets/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MGET/Branches/Jason/PythonPackage/src/GeoEco/DataProducts/Aviso.py
r838 r860 28 28 from GeoEco.DynamicDocString import DynamicDocString 29 29 from GeoEco.Internationalization import _ 30 from GeoEco.Logging import Logger, ProgressReporter31 30 32 31 … … 1248 1247 * %(Statistic)s - statistic that was calculated, in lowercase and with 1249 1248 spaces replaced by underscores; one of: "count", "maximum", "mean", 1250 "minimum", "range", "standard_deviation", " Sum".1249 "minimum", "range", "standard_deviation", "sum". 1251 1250 1252 1251 If the Bin Type is "Daily", the following additional codes are … … 1948 1947 u"""The lines output by this tool are similar to those in a "quiver 1949 1948 plot". When displayed on a map, they can help visualize the direction 1950 and velocityof ocean currents. In ArcMap, select the "Arrow at End"1949 and speed of ocean currents. In ArcMap, select the "Arrow at End" 1951 1950 symbology. You may also want to reduce the line decoration (the arrow) 1952 1951 to a small size, such as 2.0. -
MGET/Branches/Jason/PythonPackage/src/GeoEco/Datasets/__init__.py
r808 r860 2886 2886 # the derived class the hyperslab of physical data that we 2887 2887 # want. For the convenience of the derived class, there is a 2888 # slice for every dimension, with positive start and stop2888 # slice for every dimension, with non-negative start and stop 2889 2889 # attributes, start <= stop, and step == None. 2890 2890
