GeoJson
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Labels:
- Spatial Analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.