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.
|
| methodname(self, P) |
|
| methodname(self, P) |
|
| methodname(self, P) |
|
| methodname(self, P) |
|
| methodname(self, P) |
|
Notes