Changeset 4450
- Timestamp:
- May 16, 2007, 12:06:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/coordinate_transforms/lat_long_UTM_conversion.py
r4197 r4450 172 172 173 173 FIXME: This is set up to work for the Southern Hemisphere. 174 175 Using 176 http://www.ga.gov.au/geodesy/datums/redfearn_geo_to_grid.jsp 177 178 Site Name: GDA-MGA: (UTM with GRS80 ellipsoid) 179 Zone: 36 180 Easting: 511669.521 Northing: 19328195.112 181 Latitude: 84 0 ' 0.00000 '' Longitude: 34 0 ' 0.00000 '' 182 Grid Convergence: 0 -59 ' 40.28 '' Point Scale: 0.99960166 183 184 ____________ 185 Site Name: GDA-MGA: (UTM with GRS80 ellipsoid) 186 Zone: 36 187 Easting: 519384.803 Northing: 1118247.585 188 Latitude: -80 0 ' 0.00000 '' Longitude: 34 0 ' 0.00000 '' 189 Grid Convergence: 0 59 ' 5.32 '' Point Scale: 0.99960459 190 ___________ 191 Site Name: GDA-MGA: (UTM with GRS80 ellipsoid) 192 Zone: 36 193 Easting: 611263.812 Northing: 10110547.106 194 Latitude: 1 0 ' 0.00000 '' Longitude: 34 0 ' 0.00000 '' 195 Grid Convergence: 0 -1 ' 2.84 '' Point Scale: 0.99975325 196 ______________ 197 Site Name: GDA-MGA: (UTM with GRS80 ellipsoid) 198 Zone: 36 199 Easting: 611263.812 Northing: 9889452.894 200 Latitude: -1 0 ' 0.00000 '' Longitude: 34 0 ' 0.00000 '' 201 Grid Convergence: 0 1 ' 2.84 '' Point Scale: 0.99975325 202 203 So this uses a false northing of 10000000 in the both hemispheres. 204 ArcGIS used a false northing of 0 in the northern hem though. 205 Therefore it is difficult to actually know what hemisphere you are in. 174 206 """ 175 207 k0 = 0.9996
Note: See TracChangeset
for help on using the changeset viewer.