== [InternalDocumentation Internal Documentation]/[wiki:Classes Classes] == ----- = Class Geo_reference = Defined in file coordinate_transforms/geo_reference.py. == Discussion == == Geo_reference Attributes == || '''zone''' || The UTM zone the Geo_reference is based in. || || '''false_easting''' || ?? || || '''false_northing''' || ?? || || '''datum''' || The datum used (default is 'wsg84'). || || '''projection''' || The projection used (default is 'UTM'). || || '''units''' || The units of measure used (default is metres, 'm'). || || '''xllcorner''' || The X coordinate of origin (default is 0.0 with respect to the UTM grid origin). || || '''yllcorner''' || The Y coordinate of origin (default is 0.0 with respect to the UTM grid origin). || == Geo_reference Methods == || '''get_xllcorner(self)''' || Returns the '''.xllcorner''' attribute. || || '''get_yllcorner(self)''' || Returns the '''.yllcorner''' attribute. || || '''get_zone(self)''' || Returns the '''.zone''' attribute. || || '''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'''. || || '''methodname(self, P)''' || || || '''methodname(self, P)''' || || || '''methodname(self, P)''' || || || '''methodname(self, P)''' || || == Notes == ----- == [InternalDocumentation Internal Documentation]/[wiki:Classes Classes] ==