Changes between Version 17 and Version 18 of Geo_reference
- Timestamp:
- Feb 27, 2009, 3:47:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Geo_reference
v17 v18 28 28 || '''get_zone(self)''' || Returns the '''.zone''' attribute. || 29 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 || ''' 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'''. || 32 32 || '''methodname(self, P)''' || || 33 33 || '''methodname(self, P)''' || ||