Skip to content

Commit

Permalink
Merge pull request #50 from gradedSystem/fix
Browse files Browse the repository at this point in the history
[fix][s] Fixing up the datapackage json issue of removing certain features
  • Loading branch information
anuveyatsu authored Jan 3, 2025
2 parents 30c0801 + 3a12b07 commit 8e25307
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/airport-codes-flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ def readme(fpath='README.md'):
add_metadata(
name= "airport-codes",
title= "Airport Codes",
homepage= "http://www.ourairports.com/",
description = """Data contains the list of all airport codes,
the attributes are listed in the table schema. Some of the columns
contain attributes identifying airport locations,
other codes (IATA, local if exist) that are relevant to
identification of an airport.""",
version= "0.2.0",
has_premium= True,
collection= "reference-data",
has_solutions= ["global-geo-data"],
homepage= "http://www.ourairports.com/",
licenses=[
{
"id": "odc-pddl",
Expand Down

0 comments on commit 8e25307

Please sign in to comment.