sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

Add OurAirport Support #107

Closed nick-zrymiak closed 3 years ago

nick-zrymiak commented 3 years ago

Website Description OurAirport is a service that gives information on airports in certain regions and nearest airports.

Reason(s) to Support the Website Developers making travel applications can use this website for accessing airport data based on certain properties.

Endpoints

Questions

  1. What is the country given GeoNames ID?
  2. What are region names of a range of ID numbers?
  3. What are all countries in Asia?
Yizhou150 commented 3 years ago

Sounds good! It would be better if you could create some questions like "what are the airports in a country?", that returns a list of records. Good job! :D

nick-zrymiak commented 3 years ago

Sounds good! It would be better if you could create some questions like "what are the airports in a country?", that returns a list of records. Good job! :D

Thanks Jess! This question can't be answered with the endpoints DataPrep can support unfortunately.