Advertisement
goatbar

gdal change between 1.7.3 and 1.8.1

Jul 18th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Trying to see when things go wrong. 1.9.0 was built with a different proj4.
  2.  
  3. ===== The original dem gives the same results for all =======
  4.  
  5. grep "Upper Left" P090_37122DSQ_BIG.dem.info.1.{6.3,7.3}
  6. P090_37122DSQ_BIG.dem.info.1.6.3:Upper Left (-122.5479167, 38.1937500)
  7. P090_37122DSQ_BIG.dem.info.1.7.3:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  8.  
  9. grep "Upper Left" P090_37122DSQ_BIG.dem.info.1.{7.3,8.1}
  10. P090_37122DSQ_BIG.dem.info.1.7.3:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  11. P090_37122DSQ_BIG.dem.info.1.8.1:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  12.  
  13. grep "Upper Left" P090_37122DSQ_BIG.dem.info.1.{8.1,9.0}
  14. P090_37122DSQ_BIG.dem.info.1.8.1:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  15. P090_37122DSQ_BIG.dem.info.1.9.0:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  16.  
  17. ======= tif generated by gdal_translate 1.6.3 ======
  18.  
  19. I think this says that the change occurs between gdal 1.7.3 and gdal 1.8.1
  20.  
  21. grep "Upper Left" P090_37122DSQ_BIG.tif.info.1.{6.3,7.3}
  22. P090_37122DSQ_BIG.tif.info.1.6.3:Upper Left (-122.5479167, 38.1937500)
  23. P090_37122DSQ_BIG.tif.info.1.7.3:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  24.  
  25. grep "Upper Left" P090_37122DSQ_BIG.tif.info.1.{7.3,8.1}
  26. P090_37122DSQ_BIG.tif.info.1.7.3:Upper Left (-122.5479167, 38.1937500) (122d32'52.50"W, 38d11'37.50"N)
  27. P090_37122DSQ_BIG.tif.info.1.8.1:Upper Left (-122.5483333, 38.1941667) (122d32'54.00"W, 38d11'39.00"N)
  28.  
  29. grep "Upper Left" P090_37122DSQ_BIG.tif.info.1.{8.1,9.0}
  30. P090_37122DSQ_BIG.tif.info.1.8.1:Upper Left (-122.5483333, 38.1941667) (122d32'54.00"W, 38d11'39.00"N)
  31. P090_37122DSQ_BIG.tif.info.1.9.0:Upper Left (-122.5483333, 38.1941667) (122d32'54.00"W, 38d11'39.00"N)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement