Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

GeoJson

mattdvortsyn
5 - Atom

I have data that includes spatial data as .geojson.

Column:

multipolygon
Example Content:

MULTIPOLYGON (((-73.72738293199147 40.75605209470922, -73.72783368054584 40.75726194410694, -73.7286248877282 40.757090133975716, -73.72866788750035 40.75708079612563, -73.72814081152288 40.7563558806614, -73.72796672835416 40.755921198083435, -73.727382

 

Is there anyway to convert these into lat/long or is there another way to plot the data on a map in alteryx?

2 REPLIES 2
alexnajm
17 - Castor
17 - Castor

Yes there are ways - seems like this thread might have a solution for you to read it in: Solved: Handling polygon GeoJSON files in Alteryx - Alteryx Community

 

From there, getting things like lat long, plotting points, etc. should be straightforward with the Spatial (alteryx.com) tools!

apathetichell
19 - Altair

You should be able to convert from geoJson stored as a string to a spatialobject in select or multi-field formula - the issue for you is formatting your data correctly as geoJSON.

 

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Downloading-and-working-with-G...

Labels