awips2/cave/com.raytheon.viz.gfe/localization/gfe/userPython/textUtilities/CityLocation.py
2022-05-05 12:34:50 -05:00

34 lines
988 B
Python

# ----------------------------------------------------------------------------
# This software is in the public domain, furnished "as is", without technical
# support, and with no warranty, express or implied, as to its usefulness for
# any purpose.
#
# CityLocation
# CityLocation file
#
# Author: GFE Installation Script
# ----------------------------------------------------------------------------
##
# This is an absolute override file, indicating that a higher priority version
# of the file will completely replace a lower priority version of the file.
##
# Format:
# CityLocation = {
# "editArea": {'cityName1' : (latitude, longitude),
# 'cityName2' : (latitude, longitude),
# ...
# }
# ...
# }
#
# editArea: name of edit area as in AreaDictionary
#
# cityName: name of the city - should be the same as in AreaDictionary.
#
# latitude/longitude: city's lat/lon location.
#
from DefaultCityLocation import CityLocation