ProjectionTestResults - sindizzy/DSW GitHub Wiki
Projection Test Results
The projection test the geographic coordinate system and the projection coordinate system, each test uses a base line of a WGS1984 Geographic Coordinate System and projects that coordinate to various geographic and projected coordinate systems. The tests project each coordinate in the Proj4 and the DotSpatial.Projection libraries and compare the results. If the results are within 0.00000001 of a decimal degree (~1 mm) the test passes.
Overall results: 3244 passed, 74 failed Total Tests: 3318
 100% of tests passed  Greater than 90% of tests passed  Less that 90% of tests passed
Geographic Coordinate System Test Results  Africa: 76/76 passed  Antarctic: 5/5 passed  Asia: 68/68 passed  Australia: 6/6 passed  County Systems: 158/158 passed  Europe: 73/73 passed  North America: 27/27 passed  Oceans: 90/90 passed  Solar System: 71/71 passed  South America: 26/26 passed  Spheroid Based: 43/43 passed  World: 15/16 passed
Test results for transformations from a projected to geographic coordinate systems  Africa: 4/4 passed  Asia: 7/7 passed  Europe: 5/7 passed  GausKrugerBeijing1954: 64/64 passed  GausKrugerOther: 15/15 passed  GaussKrugerPulkovo1942: 178/178 passed  KrugerXian1980: 64/64 passed  MinnesotaCounties: 188/188 passed  Nad1983IntlFeet: 15/15 passed  National Grids: 262/275 passed  NationalGridsAustralia: 45/45 passed  NationalGridsCanada: 87/91 passed  NationalGridsIndia: 25/25 passed  NationalGridsJapan: 38/38 passed  NationalGridsNewZealand: 67/68 passed  NationalGridsNorway: 19/19 passed  NationalGridsSweden: 25/25 passed  NorthAmerica: 11/11 passed  Polar: 13/17 passed  SouthAmerica: 3/3 passed  SpheroidBased: 2/2 passed  StatePlaneNad1927: 123/123 passed  StatePlaneNad1983: 123/123 passed  StatePlaneNad1983Feet: 124/124 passed  StatePlaneNad1983Harn: 111/111 passed  StatePlaneNad1983HarnFeet: 69/69 passed  StatePlaneOther: 16/16 passed  StateSystems: 15/15 passed  TransverseMercator: 18/18 passed  UtmNad1927: 24/24 passed  UtmNad1983: 120/120 passed  UtmOther: 289/289 passed  UtmWgs1972: 120/120 passed  UtmWgs1984: 120/131 passed  Wisconsin: 144/144 passed  World: 15/35 passed  WorldSpheroid: 13/31 passed
Unit Test Results that test projections using the ESRI .prj files
The following tests compare the DotSpatial Projection libraries to the equivalent ESRI projection libraries.
Overall results: 2495 passed, 21 failed Total Test: 2516 * Note: The method to read ESRI prj files can't read all of those files. The test write to write the .cs files for this test crashes when the attempting to read some ESRI prj files. * Take the UtmNAD1983 Projected Coordinate System, the ReadESRI String method could only read 1 of the prj files in this group. The remaining subset through exceptions and stopped the program.
Geographic Unit Tests Results  Africa: 75/75 passed  Antarctic: 5/5 passed  Asia: 68/68 passed  Australia: 6/6 passed  County Systems: 86/86 passed  Europe: 71/71 passed  North America: 10/10 passed  Oceans: 90/90 passed  Solar System: 71/71 passed  South America: 26/26 passed  Spheroid Based: 43/43 passed  World: 14/14 passed
Projected Unit Test Results  Africa: 4/4 passed  Asia: 7/7 passed  Europe: 7/7 passed  MinnesotaCounties: 188/188 passed  National Grids: 211/211 passed  NationalGridsAustralia: 45/45 passed  NationalGridsCanada: 87/87 passed  NationalGridsIndia: 25/25 passed  NationalGridsJapan: 38/38 passed  NationalGridsNewZealand: 68/68 passed  NationalGridsNorway: 19/19 passed  NationalGridsSweden: 25/25 passed  NorthAmerica: 11/11 passed  Polar: 13/13 passed  SouthAmerica: 3/3 passed  StatePlaneNad1983: 126/126 passed  StatePlaneNad1983Feet: 123/123 passed  StatePlaneNad1983Harn: 110/110 passed  StatePlaneNad1983HarnFeet: 69/69 passed  StatePlaneOther: 16/16 passed  StateSystems: 15/15 passed  UtmNad1927: 24/24 passed  UtmNad1983: 1/1 passed  UtmOther: 284/284 passed  UtmWgs1972: 120/120 passed  UtmWgs1984: 120/120 passed  Wisconsin: 144/144 passed  World: 15/25 passed  WorldSpheroid: 12/23 passed