NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
59 stars 22 forks source link

Add FerVar.transform method (Trac #2418) #19

Open karlmsmith opened 8 years ago

karlmsmith commented 8 years ago

Provide a transform method for a FerVar corresponding to single- or multiple-axis manipulations of the data; eg, SST[Y=20S:20N@AVE]

Maybe should take a FerRegion to add qualifiers to the variable (SST[X=70W:20E,Y=20N:60N] or SST[X=70W:20E,Y=20N:60N,L=1:12@AVE]) as an alternative to adding the region qualifiers to the command line.