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'''. || |