Changeset 6519
- Timestamp:
- Mar 16, 2009, 1:33:00 PM (16 years ago)
- Location:
- anuga_core/source/anuga/coordinate_transforms
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/coordinate_transforms/projection_test_points.csv
r6401 r6519 1 1 index,longitude,latitude,x,y 2 1938,137.3667,-36.6833,488 117.2357,5940284.2913 1939,137.45,-36.7667,495537.6 588,5930973.4044 1940,137.5833,-36.85,507 399.4957,5921764.1925 1941,137.7333,-36.9167,5207 53.9518,5914309.6786 1942,137.8833,-36.9833,534 085.4896,5906944.9577 1943,138.05,-37.0333,548915. 8886,5901325.4188 1944,138.2167,-37.05,5637 54.5035,5899340.5879 1945,138.5333,-37.0167,591 893.1939,5902743.0012 1938,137.3667,-36.6833,488090.4787,5940250.976 3 1939,137.45,-36.7667,495537.6414,5931006.682 4 1940,137.5833,-36.85,507426.2409,5921764.169 5 1941,137.7333,-36.9167,520780.755,5914342.892 6 1942,137.8833,-36.9833,534112.0546,5906911.57 7 1943,138.05,-37.0333,548915.6962,5901292.137 8 1944,138.2167,-37.05,563727.8276,5899340.788 9 1945,138.5333,-37.0167,591920.2434,5902775.993 10 10 1946,138.7,-37.05,606703.4855,5898907.643 11 1947,138.8667,-37.0667,6215 26.6632,5896821.14211 1947,138.8667,-37.0667,621500.4703,5896854.808 -
anuga_core/source/anuga/coordinate_transforms/projection_test_points_z53.csv
r6440 r6519 1 1 index,longitude,latitude,x,y 2 1938,137.3667,-36.6833,7114 94.7888,5937681.913 1939,137.45,-36.7667,71867 3.7715,5928175.1244 1940,137.5833,-36.85,730 297.9412,5918652.9585 1941,137.7333,-36.9167,7434 61.5843,5910845.7636 1942,137.8833,-36.9833,7566 05.2721,5903127.8767 1943,138.05,-37.0333,77129 5.1657,5897115.5198 1944,138.2167,-37.05,7860 90.0128,5894738.9049 1945,138.5333,-37.0167,8143 37.6997,5897402.7772 1938,137.3667,-36.6833,711467.1571,5937649.285 3 1939,137.45,-36.7667,718674.6241,5928208.411 4 1940,137.5833,-36.85,730324.6941,5918652.234 5 1941,137.7333,-36.9167,743489.2693,5910878.287 6 1942,137.8833,-36.9833,756630.9716,5903093.775 7 1943,138.05,-37.0333,771294.0973,5897082.226 8 1944,138.2167,-37.05,786063.3258,5894739.807 9 1945,138.5333,-37.0167,814365.6385,5897435.082 10 10 1946,138.7,-37.05,829058.9322,5893174.241 11 1947,138.8667,-37.0667,8438 40.266,5890695.14811 1947,138.8667,-37.0667,843814.9366,5890729.536 -
anuga_core/source/anuga/coordinate_transforms/projection_test_points_z54.csv
r6440 r6519 1 1 index,longitude,latitude,x,y 2 1938,137.3667,-36.6833,1753 50.2148,5934139.0683 1939,137.45,-36.7667,18311 5.8417,5925094.1854 1940,137.5833,-36.85,1953 21.4823,5916315.0985 1941,137.7333,-36.9167,2089 55.251,5909347.8616 1942,137.8833,-36.9833,2225 61.74,5902471.067 1943,138.05,-37.0333,23760 1.9692,5897396.3498 1944,138.2167,-37.05,252 514.938,5895957.9229 1945,138.5333,-37.0167,2805 26.0948,5900396.0732 1938,137.3667,-36.6833,175324.6592,5934104.754 3 1939,137.45,-36.7667,183114.6053,5925127.481 4 1940,137.5833,-36.85,195348.2409,5916316.056 5 1941,137.7333,-36.9167,208980.8435,5909382.073 6 1942,137.8833,-36.9833,222589.5404,5902438.641 7 1943,138.05,-37.0333,237603.0025,5897363.057 8 1944,138.2167,-37.05,252488.254,5895957.14 9 1945,138.5333,-37.0167,280551.9251,5900430.054 10 10 1946,138.7,-37.05,295473.9338,5897106.81 11 1947,138.8667,-37.0667,3103 68.6119,5895566.92311 1947,138.8667,-37.0667,310341.19,5895599.61 -
anuga_core/source/anuga/coordinate_transforms/test_redfearn.py
r6440 r6519 275 275 276 276 277 def Xtest_nonstandard_meridian_coinciding_with_native(self):277 def test_nonstandard_meridian_coinciding_with_native(self): 278 278 """test_nonstandard_meridian_coinciding_with_native 279 279 … … 324 324 325 325 326 def Xtest_nonstandard_meridian(self):326 def test_nonstandard_meridian(self): 327 327 """test_nonstandard_meridian 328 328
Note: See TracChangeset
for help on using the changeset viewer.