I am trying to learn how to map data that I read from an api GET method. How do I create a feature class from the data?
Solved! Go to Solution.
I would try looping through the data objects, and for each using the KML URL with the KML Layer tool to convert it to a feature class that can be used in GIS. If there are a lot (looks like you have 30), consider some strategy to manage all the feature classes like combining them into one feature class. You might also be able to use the GPX or CSV link instead, it will require playing around with which output type, tool and settings work best.
I would try looping through the data objects, and for each using the KML URL with the KML Layer tool to convert it to a feature class that can be used in GIS. If there are a lot (looks like you have 30), consider some strategy to manage all the feature classes like combining them into one feature class. You might also be able to use the GPX or CSV link instead, it will require playing around with which output type, tool and settings work best.