Hi all, I'm trying to query an API and convert a json file which contains nested geojson as a trip route. My final output is going to be a shapefile or feature class ESRI.
I'd like to have each "route" associated with the trip_id, duration, distance etc.
here is the response below, each route is a series of point files, I'm thinking I need to convert this to some sort of line to make this work. Any ideas?
what I have so far: