Changes between Version 19 and Version 20 of Geo_reference


Ignore:
Timestamp:
Feb 27, 2009, 3:56:19 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Geo_reference

    v19 v20  
    2727|| '''get_yllcorner(self)''' || Returns the '''.yllcorner''' attribute. ||
    2828|| '''get_zone(self)''' || Returns the '''.zone''' attribute. ||
    29 || '''write_NetCDF(self, outfile)''' || Write '''Geo_reference''' attributes to the open NetCDF file at `outfile`. The attributes written are '''.xllcorner''', '''.yllcorner''', '''.zone''', '''.false_easting''', '''false_northing''', '''.datum''', '''.projection''' and '''.units'''. ||
    30 || '''read_NetCDF(self, infile)''' || Read '''Geo_reference''' attributes from the open NetCDF file at `infile`. The attributes read are '''.xllcorner''', '''.yllcorner''', '''.zone''', '''.false_easting''', '''false_northing''', '''.datum''', '''.projection''' and '''.units'''. ||
    31 || '''write_ASCII(self, fd)''' || Write '''Geo_reference''' attributes to the open ASCII file at `fd`.  The attributes written are '''.zone''', '''.xllcorner''' and '''.yllcorner'''. ||
     29|| '''write_NetCDF(self, outfile)''' || Write '''Geo_reference''' attributes to an open NetCDF file at `outfile`. The attributes written are '''.xllcorner''', '''.yllcorner''', '''.zone''', '''.false_easting''', '''false_northing''', '''.datum''', '''.projection''' and '''.units'''. ||
     30|| '''read_NetCDF(self, infile)''' || Read '''Geo_reference''' attributes from an open NetCDF file at `infile`. The attributes read are '''.xllcorner''', '''.yllcorner''', '''.zone''', '''.false_easting''', '''false_northing''', '''.datum''', '''.projection''' and '''.units'''. ||
     31|| '''write_ASCII(self, fd)''' || Write '''Geo_reference''' attributes to an open ASCII file at `fd`.  The attributes written are '''.zone''', '''.xllcorner''' and '''.yllcorner'''. ||
     32|| '''read_ASCII(self, fd, read_title=None)''' || Read '''Geo_reference''' attributes from an open ASCII file at `fd`. The attributes read are '''.zone''', '''.xllcorner''' and '''.yllcorner'''. If `read_title` is `None` then we expect the title line in the data file to match the standard title in the first two characters.  Otherwise `read_title` is the __assumed__ title in the file which must match the standard title in the first two characters, and the title line is not read from the file. ||
     33|| '''methodname(self, P)''' ||  ||
     34|| '''methodname(self, P)''' ||  ||
     35|| '''methodname(self, P)''' ||  ||
     36|| '''methodname(self, P)''' ||  ||
     37|| '''methodname(self, P)''' ||  ||
    3238|| '''methodname(self, P)''' ||  ||
    3339|| '''methodname(self, P)''' ||  ||