Changeset 860

Show
Ignore:
Timestamp:
12/09/11 13:34:24 (18 months ago)
Author:
jjr8
Message:

Added NOAA OSCAR data product.

Location:
MGET/Branches/Jason/PythonPackage/src/GeoEco
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • MGET/Branches/Jason/PythonPackage/src/GeoEco/DataProducts/Aviso.py

    r838 r860  
    2828from GeoEco.DynamicDocString import DynamicDocString 
    2929from GeoEco.Internationalization import _ 
    30 from GeoEco.Logging import Logger, ProgressReporter 
    3130 
    3231 
     
    12481247* %(Statistic)s - statistic that was calculated, in lowercase and with 
    12491248  spaces replaced by underscores; one of: "count", "maximum", "mean", 
    1250   "minimum", "range", "standard_deviation", "Sum". 
     1249  "minimum", "range", "standard_deviation", "sum". 
    12511250 
    12521251If the Bin Type is "Daily", the following additional codes are 
     
    19481947u"""The lines output by this tool are similar to those in a "quiver 
    19491948plot". When displayed on a map, they can help visualize the direction 
    1950 and velocity of ocean currents. In ArcMap, select the "Arrow at End" 
     1949and speed of ocean currents. In ArcMap, select the "Arrow at End" 
    19511950symbology. You may also want to reduce the line decoration (the arrow) 
    19521951to a small size, such as 2.0. 
  • MGET/Branches/Jason/PythonPackage/src/GeoEco/Datasets/__init__.py

    r808 r860  
    28862886        # the derived class the hyperslab of physical data that we 
    28872887        # want. For the convenience of the derived class, there is a 
    2888         # slice for every dimension, with positive start and stop 
     2888        # slice for every dimension, with non-negative start and stop 
    28892889        # attributes, start <= stop, and step == None. 
    28902890