Infrastructure
From the dataset abstract
Airports - large_airport - medium_airport - small_airport - heliport - other (seaplane_base and balloonport) - closed Source: https://datahub.io/core/airport-codes enriched from...
Source: Airport Locations
Metadata:
dataSources
connector
SELECT type AS name, COUNT(type)as value
FROM `fao-maps-review.fao_airports.airports`
WHERE iso_country = 'AF'
group by name
name
airports
type
bigquery
Type:
dashboard-data-sources