Skip to content
Snippets Groups Projects
Commit d3718173 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

added all entries that are found in the old database to the translation table...

added all entries that are found in the old database to the translation table of type_of_environment and type_of_area
parent 8c568e4d
No related branches found
No related tags found
No related merge requests found
Pipeline #53697 passed
......@@ -72,13 +72,34 @@ tr_type_of_environment = {
'traffic' : 'Traffic',
'industrial' : 'Industrial',
'other' : 'Other' }
# there are still more (but not in German AIRBASE stations):
#agricultural
#urban
#other-marine
#other-agricultural
#commercial
#other
# (the empty string!)
tr_type_of_area = {
'unknown' : 'Unknown',
'urban' : 'Urban',
'suburban' : 'Suburban',
'rural' : 'Rural',
'remote' : 'Remote' }
'remote' : 'Remote',
# the following ones do not belong to the controlled vocabulary!
'rural-remote' : 'Rural',
'rural-nearcity' : 'Rural' }
# there are still more (but not in German AIRBASE stations):
#rural-regional
#alpine grasslands
#marine
#Urban
#forest
# (the empty string!)
rural-remote
background
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment