From 3a12b072c566add6105b5b8bb4a948d883acc3ab Mon Sep 17 00:00:00 2001 From: gradedSystem Date: Fri, 3 Jan 2025 16:11:14 +0800 Subject: [PATCH] [fix][s] Fixing up the datapackage json issue of removing certain features --- scripts/airport-codes-flow.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/airport-codes-flow.py b/scripts/airport-codes-flow.py index dd2b39f..f1ece0f 100644 --- a/scripts/airport-codes-flow.py +++ b/scripts/airport-codes-flow.py @@ -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",