Changes between Version 18 and Version 19 of Geo_reference


Ignore:
Timestamp:
Feb 27, 2009, 3:48:42 PM (14 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Geo_reference

    v18 v19  
    2727|| '''get_yllcorner(self)''' || Returns the '''.yllcorner''' attribute. ||
    2828|| '''get_zone(self)''' || Returns the '''.zone''' attribute. ||
    29 || '''write_NetCDF(self, outfile)''' || Write '''Geo_reference''' data to the open NetCDF file at `outfile`. The data written is '''.xllcorner''', '''.yllcorner''', '''.zone''', '''.false_easting''', '''false_northing''', '''.datum''', '''.projection''' and '''.units'''. ||
    30 || '''read_NetCDF(self, infile)''' || Read '''Geo_reference''' data from the open NetCDF file at `infile`. The data read is '''.xllcorner''', '''.yllcorner''', '''.zone''', '''.false_easting''', '''false_northing''', '''.datum''', '''.projection''' and '''.units'''. ||
    31 || '''write_ASCII(self, fd)''' || Write '''Geo_reference''' data to the open ASCII file at `fd`.  The data written is '''.zone''', '''.xllcorner''' and '''.yllcorner'''. ||
     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'''. ||
    3232|| '''methodname(self, P)''' ||  ||
    3333|| '''methodname(self, P)''' ||  ||