5 May 2008 20:47
Re: SRS stuff broken in GDAL and PROJ
Maciej Sieczka <tutey <at> o2.pl>
2008-05-05 18:47:53 GMT
2008-05-05 18:47:53 GMT
As the attachments were too big for the ML I'm re-sending the message with the list of control points and script attached only. Frank Warmerdam pisze: > Maciej Sieczka wrote: >> Ouch. So SRS stuff is pretty much broken in GDAL and PROJ. I >> subscribed to the ticket and I'd be happy to help with testing. > I disagree with the assessment that things are broken. They are just > a little bent. Numerically the differences are insignificant. Frank, So I checked and it looks that, unfortunately, things really are broken. I have compared the results of re-projection from ll/WGS84 to each EPSG code common for PROJ 4.5 and 4.6, using proj4 strings as present in the "epsg" file. Test points were obtained from the EPSG dataset v6.15 [1] using the following SQL query on the SRS's area-of-use boundaries: SELECT coord_ref_sys_code, area_west_bound_lon, area_south_bound_lat FROM epsg_coordinatereferencesystem, epsg_area WHERE epsg_coordinatereferencesystem.area_of_use_code=epsg_area.area_code AND epsg_coordinatereferencesystem.show_crs=1 AND epsg_coordinatereferencesystem.deprecated=0; This gave a list of points located in the SW corner of each SRS's area(Continue reading)
RSS Feed