Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jul 7, 2023
1 parent 7cbadd8 commit 11f1de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synop2bufr/pygeoapi_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"metadata": None,
"keywords": [],
},
"metadata":{
"metadata": {
"title": "Station metadata",
"description": "CSV formatted data containing list of stations required by synop2bufr.", # noqa
"schema": {"type": "string"},
Expand All @@ -68,7 +68,7 @@
"metadata": None,
"keywords": []
},
"month":{
"month": {
"title": "Month",
"description": "Month (UTC) corresponding to FM 12-SYNOP bulletin",
"schema": {"type": "integer"},
Expand All @@ -91,7 +91,7 @@
"example": {
"inputs": {
"data": r"AAXX 21121 15015 02999 02501 10103 21090 39765 42952 57020 60001 333 4/000 55310 0//// 22591 3//// 60007 91003 91104=", # noqa
"metadata": r"station_name,wigos_station_identifier,traditional_station_identifier,facility_type,latitude,longitude,elevation,territory_name,wmo_region\\nOCNA SUGATAG,0-20000-0-15015,15015,Land (fixed),47.77706163,23.94046026,503,Romania,6", #noqa
"metadata": r"station_name,wigos_station_identifier,traditional_station_identifier,facility_type,latitude,longitude,elevation,territory_name,wmo_region\\nOCNA SUGATAG,0-20000-0-15015,15015,Land (fixed),47.77706163,23.94046026,503,Romania,6", # noqa
"year": 2022,
"month": 2
},
Expand Down

0 comments on commit 11f1de8

Please sign in to comment.