Hi,
The original file is rotated. You can check it with gdalinfo tool
gdalinfo 2002.tif
...
GeoTransform =
6697775.316314506, 3.277130385711653, 0.1207351549931068
1810295.507891604, 0.1207325375509305, -3.277059340130199
...
Corner Coordinates:
Upper Left ( 6697775.316, 1810295.508) (120d 2' 3.09"W, 36d57'56.21"N)
Lower Left ( 6698185.454, 1799163.337) (120d 1'58.72"W, 36d56' 6.12"N)
Upper Right ( 6715783.148, 1810958.933) (119d58'21.16"W, 36d58' 1.82"N)
Lower Right ( 6716193.285, 1799826.763) (119d58'16.88"W, 36d56'11.73"N)
Center ( 6706984.301, 1805061.135) (120d 0' 9.96"W, 36d57' 3.98"N)
OpenJUMP does not support rotated images. You can turn the original image into
a non-rotated image with gdalwarp
gdalwarp 2002.tif 2002warped.tif
Resulting image has this gdalinfo:
Corner Coordinates:
Upper Left ( 6697775.316, 1810958.933) (120d 2' 3.04"W, 36d58' 2.76"N)
Lower Left ( 6697775.316, 1799163.160) (120d 2' 3.77"W, 36d56' 6.14"N)
Upper Right ( 6716192.069, 1810958.933) (119d58'16.12"W, 36d58' 1.80"N)
Lower Right ( 6716192.069, 1799163.160) (119d58'16.94"W, 36d56' 5.17"N)
Center ( 6706983.693, 1805061.047) (120d 0' 9.97"W, 36d57' 3.98"N)
You can open this warped image with driver "GeoTIFF plus (JAI)". Many other
drivers give me NPE. Once open you can see that the real image appears rotated
in the middle of the image box with triangular slivers at the corners.
Conclusion: This is more like a missing feature in OpenJUMP than a bug.
However, opening a rotated image without rotating it and without telling any
message for the user is not especially good behaviour.
-Jukka Rahkonen-
Landon Blake wrote:
Jukka:
You can download the raster data here:
http://www.mediafire.com/view/bpf5dqqpm6g3fo4/2002.tif
You can download the vector data here:
http://www.mediafire.com/view/4pwdiiauff3n3ij/Resolved%20Boundary%20Linework.wkt
That should show the shift.
I tried to open the image with all of the available raster drivers in the
latest official version of OpenJUMP and in the nightly build from December 30th.
The images and vector linework should both be in California State Plane
Coordinates Zone 3 US Survey Feet.
It looks like there is both a shift and a slight rotation problem.
Thanks for any help.
Landon
On Mon, Dec 30, 2013 at 12:48 PM, Rahkonen Jukka
<jukka.rahko...@mmmtike.fi<mailto:jukka.rahko...@mmmtike.fi>> wrote:
Hi,
I can check your images and their footprints. Tell me also which OJ version and
which raster driver you have used.
-Jukka Rahkonen-
________________________________
Landon Blake wrote:
> Is anyone else noticing a shift when they import GeoTIFF files into OpenJUMP?
> I've got several Geotiffs that all come in slightly shifted and rotated. The
> same files import in the correct location in AutoCAD Raster Design.
> I also not that the polygon that shows for the image footprint when the image
> is selected in OpenJUMP is also slightly off where the pixels appear.
> I can provide the image files and vector linework the image files should
> match if someone wants to try to duplicate my error.
Thanks for any help.
Landon
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel