Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesIf I understand right, currently, Alteryx only accept projection defined with WKT, but not support WKT as an input or output spatial object.http://downloads.alteryx.com/Alteryx/Help/Projection_Support.htm
As a Tableau user as well as an Alteryx user, I suggest Alteryx can support WKT (Well-known_text) as part of its spatial format, and support output spatial object in TDE file: 1. it can output spatial object into tde file directly, as Tableau use WKT as a spatial object format in its TDE file. 2. WKT is essentially a standard string, which can lower down barrier of handling and exchanging spatial data, and make spatial data more accessible. For example, it is easier to write spatil file to Exasol databse, which support WKT as spatial object.
For your information. I am aware that FME can output spatial object directly into tde file(for example: how-to-write-spatial-data-into-tableau-with-fme ; tutorial-preparing-data-in-fme-for-tableau ), while, currently, Alteryx don't have this function. So if one have a file with spatial object (eg.postcode-string, its polygon-spatial object), it is straight forward to get a file with spatial object ready to use with FME tde file creater, whereas, in Alteryx, it output the string part only. [Currently, I am outputing a spatial file, and combine the string with the spatial file, and let Tableau to transform the spatial object to WKT for me.]
A good article demonstrated how to work around before Alteryx can help to do this inside current spatial object output. I think it shouldn't be too difficult for the Talents in Alteryx to integrate this inside Alteryx, hope it is heard by the Alteryx people.
"Flights of the World: How to map great circle routes in Tableau 10.4
A short-cut. Writing directly into a TDE
If you know that you want to use this data in Tableau (and you have the Personal or Professional Edition of Tableau Desktop), you can take a shortcut and write your routes directly into a Tableau Data Extract (TDE) file using the TableauSDK (SDK = Software Development Kit). The SDK supports several languages (C, C++, Python, etc.). We used the Python version to turn the routes created using geographiclib into a TDE.
A benefit of writing straight into a TDE is that the files are much smaller because coordinates for each route are compressed into our spatial data format as you drop them into the TDE."
Many thanks
Hope this is something the community also support
Steven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.