When a simple mrr created with Planet (Mapinfo) is read into Alteryx, the shape of the object is imported as a polygon different from the original shape. Are there any countermeasures?
Solved! Go to Solution.
Could you provide a .mrr file?
Opening the .tab file you sent in a text editor, we have:
!table
!version 300
!charset WindowsJapanese
Definition Table
File "Untitled_Rasterize.mrr"
Type "RASTER"
(114790.378486273781,4355836.808499829844) (0,0) Label "Pt 1",
(217190.378486273781,4355836.808499829844) (2048,0) Label "Pt 2",
(217190.378486273781,4253436.808499829844) (2048,2048) Label "Pt 3",
(114790.378486273781,4253436.808499829844) (0,2048) Label "Pt 4"
CoordSys Earth Projection 8, 104, "m", 141, 0, 0.9996, 500000, 0 Bounds (-7745844.29597, -9997964.94324) (8745844.29597, 9997964.94324)
Units "m"
RasterStyle 4 1
RasterStyle 9 1
Could those 4 coordinates be the corners of the square? It seems like either you converted the wrong file or, indeed the conversion tool wasn't properly set. Was that the original .tab file?
Hello Eveyrone
Got also some troubles using the .mrr files in Alteryx.
Tried to make a contour and got some strange results , part of the raster are duplicates multiple times with an offset about 30km to the east.
Also got this strange square on the top but manage to remove by filtering all the cell with a 0 value
Here an example, Raster on the left, resulting contours in black.
Seven contours created and only one is correct, distance about 30km between each of them