Select to view content in your preferred language

I am trying to read airdata.com flight api data and show on a map using Notebook

209
1
Jump to solution
11-13-2024 08:55 AM
Labels (3)
John_RMellor__GISP
Regular Contributor

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?

John_RMellor__GISP_0-1731516834522.png

 

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
TonyContreras_Frisco_TX
Frequent Contributor

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.

View solution in original post

0 Kudos
1 Reply
TonyContreras_Frisco_TX
Frequent Contributor

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.

0 Kudos