Changes between Version 17 and Version 18 of Geo_reference


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Geo_reference

    v17 v18  
    2828|| '''get_zone(self)''' || Returns the '''.zone''' attribute. ||
    2929|| '''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 || '''methodname(self, P)''' || ||
    31 || '''methodname(self, P)''' || ||
     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'''. ||
    3232|| '''methodname(self, P)''' ||  ||
    3333|| '''methodname(self, P)''' ||  ||