[GeoNode-users] UnicodeDecodeError - In Upload a Layer

Simone Dalmasso simone.dalmasso at gmail.com
Mon Apr 13 23:51:52 PDT 2015


Davi, in geonode 2.4 we introduced a sanitizing system for column names
that avoid further errors in the db and geoexplorer. The error appears at
this line
https://github.com/GeoNode/geonode/blob/master/geonode/utils.py#L654 with
this column name

'FORMA\xfd\xfd' using the unicode decoder with the default charset (utf-8)

@capooti do you have other hints on this?

2015-04-13 19:52 GMT+02:00 Davi Custodio <davicustodio at gmail.com>:

>
> ---------- Forwarded message ----------
> From: Davi Custodio <davicustodio at gmail.com>
> Date: Mon, Apr 13, 2015 at 2:01 PM
> Subject: Re: [GeoNode-users] UnicodeDecodeError - In Upload a Layer
> To: Raphael Sprumont <raphaelsprumont at gmail.com>
>
>
> Simone, from the beginning I suspected the strange characters in the
> attributes, but the biggest question here is: because this layer is usually
> received in GeoNode 2.0 and 2.4 GeoNode have to worry about it? We would
> not have here a bug in version 2.4?
>
> On Mon, Apr 13, 2015 at 11:48 AM, Raphael Sprumont <
> raphaelsprumont at gmail.com> wrote:
>
>> Windows CP1250 not Windows CP1252
>>
>> But you can try to created your layer directly on UTF-8 in QGis.
>>
>> 2015-04-13 15:58 GMT+02:00 Raphael Sprumont <raphaelsprumont at gmail.com>:
>>
>>> Hi Daniel,
>>>
>>> Trying to upload your layer and work perfectly.
>>>
>>> [image: Images intégrées 1]
>>>
>>> Have you check your charset encoding before the upload ? (Windows CP1252)
>>> for you rlayer.
>>>
>>>
>>>>>>
>>> 2015-04-13 15:53 GMT+02:00 Daniel Victoria <daniel.victoria at gmail.com>:
>>>
>>>> Yes, the attribute table is messed up. We will fix it and see if it
>>>> works.
>>>>
>>>> On Mon, Apr 13, 2015 at 10:45 AM, Simone Dalmasso <
>>>> simone.dalmasso at gmail.com> wrote:
>>>>
>>>>> Ok debugging more carefully, the errors seems to due to columns names
>>>>> which the python unicode decoder cannot read, therefore cannot convert.
>>>>> also in my qgis some column names have a question mark instead of the
>>>>> character, like FORMA��, PER�ODO
>>>>>
>>>>> 2015-04-13 15:26 GMT+02:00 Daniel Victoria <daniel.victoria at gmail.com>
>>>>> :
>>>>>
>>>>>> Here it opens as epsg:32724 (UTM 24S - WGS84)
>>>>>>
>>>>>> On Mon, Apr 13, 2015 at 10:24 AM, Simone Dalmasso <
>>>>>> simone.dalmasso at gmail.com> wrote:
>>>>>>
>>>>>>> It just says that the prj is not valid or unknown....
>>>>>>>
>>>>>>> 2015-04-13 15:21 GMT+02:00 Daniel Victoria <
>>>>>>> daniel.victoria at gmail.com>:
>>>>>>>
>>>>>>>> Hi Simone,
>>>>>>>>
>>>>>>>> What errors are you seeing regarding this shapefile? I just opened
>>>>>>>> it in QGis and I did not see any errors.
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Daniel
>>>>>>>>
>>>>>>>> On Mon, Apr 13, 2015 at 10:10 AM, Simone Dalmasso <
>>>>>>>> simone.dalmasso at gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Davi, seems that the data are corrupted somehow. Also qgis tells
>>>>>>>>> me so. Maybe just the prj file.
>>>>>>>>>
>>>>>>>>> Anyway thanks for adding the data and the stacktrace, this is the
>>>>>>>>> perfect way to ask on the list. ^^
>>>>>>>>>
>>>>>>>>> 2015-04-13 14:47 GMT+02:00 Davi Custodio <davicustodio at gmail.com>:
>>>>>>>>>
>>>>>>>>>> Hello list. I found a problem when trying to upload a layer in
>>>>>>>>>> GeoNode 2.4 (in which I can usually climb in version 2.0).
>>>>>>>>>>
>>>>>>>>>> Can anyone suggest a solution?
>>>>>>>>>>
>>>>>>>>>> Attached, sending the shapefile file for testing.
>>>>>>>>>>
>>>>>>>>>> Below the complete log.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> UnicodeDecodeError at /layers/upload 'utf8' codec can't decode
>>>>>>>>>> byte 0xfd in position 163: invalid start byte Request Method: POST Request
>>>>>>>>>> URL: http://aguai.cnpm.embrapa.br/layers/upload Django Version:
>>>>>>>>>> 1.6.1 Python Executable: /usr/bin/python Python Version: 2.7.6 Python Path:
>>>>>>>>>> ['/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu',
>>>>>>>>>> '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old',
>>>>>>>>>> '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages',
>>>>>>>>>> '/usr/lib/python2.7/dist-packages',
>>>>>>>>>> '/usr/lib/python2.7/dist-packages/PILcompat',
>>>>>>>>>> '/usr/lib/pymodules/python2.7', '/var/www'] Server time: Seg, 13 Abr 2015
>>>>>>>>>> 05:44:16 -0500 Installed Applications: ('django.contrib.auth',
>>>>>>>>>> 'django.contrib.contenttypes', 'django.contrib.sessions',
>>>>>>>>>> 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.sitemaps',
>>>>>>>>>> 'django.contrib.staticfiles', 'django.contrib.messages',
>>>>>>>>>> 'django.contrib.humanize', 'django.contrib.gis', 'pagination', 'taggit',
>>>>>>>>>> 'friendlytagloader', 'geoexplorer', 'leaflet', 'django_extensions',
>>>>>>>>>> 'autocomplete_light', 'mptt', 'modeltranslation', 'djcelery',
>>>>>>>>>> 'pinax_theme_bootstrap_account', 'pinax_theme_bootstrap',
>>>>>>>>>> 'django_forms_bootstrap', 'account', 'avatar', 'dialogos', 'agon_ratings',
>>>>>>>>>> 'announcements', 'actstream', 'user_messages', 'tastypie', 'polymorphic',
>>>>>>>>>> 'guardian', 'geonode.people', 'geonode.base', 'geonode.layers',
>>>>>>>>>> 'geonode.maps', 'geonode.proxy', 'geonode.security', 'geonode.social',
>>>>>>>>>> 'geonode.catalogue', 'geonode.documents', 'geonode.api', 'geonode.groups',
>>>>>>>>>> 'geonode.services', 'geonode.geoserver', 'geonode.upload', 'geonode.tasks')
>>>>>>>>>> Installed Middleware: ('django.middleware.common.CommonMiddleware',
>>>>>>>>>> 'django.contrib.sessions.middleware.SessionMiddleware',
>>>>>>>>>> 'django.contrib.messages.middleware.MessageMiddleware',
>>>>>>>>>> 'django.middleware.locale.LocaleMiddleware',
>>>>>>>>>> 'pagination.middleware.PaginationMiddleware',
>>>>>>>>>> 'django.middleware.csrf.CsrfViewMiddleware',
>>>>>>>>>> 'django.contrib.auth.middleware.AuthenticationMiddleware',
>>>>>>>>>> 'django.middleware.clickjacking.XFrameOptionsMiddleware') Traceback: File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in
>>>>>>>>>> get_response 112. response = wrapped_callback(request, *callback_args,
>>>>>>>>>> **callback_kwargs) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/contrib/auth/decorators.py" in
>>>>>>>>>> _wrapped_view 22. return view_func(request, *args, **kwargs) File
>>>>>>>>>> "/usr/local/lib/python2.7/dist-packages/geonode/layers/views.py" in
>>>>>>>>>> layer_upload 178. upload_session.save() File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/base.py" in save 545.
>>>>>>>>>> force_update=force_update, update_fields=update_fields) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/base.py" in save_base
>>>>>>>>>> 573. updated = self._save_table(raw, cls, force_insert, force_update,
>>>>>>>>>> using, update_fields) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/base.py" in _save_table
>>>>>>>>>> 635. forced_update) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/base.py" in _do_update
>>>>>>>>>> 679. return filtered._update(values) > 0 File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/query.py" in _update
>>>>>>>>>> 507. return query.get_compiler(self.db).execute_sql(None) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/sql/compiler.py" in
>>>>>>>>>> execute_sql 975. cursor = super(SQLUpdateCompiler,
>>>>>>>>>> self).execute_sql(result_type) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/models/sql/compiler.py" in
>>>>>>>>>> execute_sql 781. cursor.execute(sql, params) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/backends/util.py" in execute
>>>>>>>>>> 73. sql = self.db.ops.last_executed_query(self.cursor, sql, params) File
>>>>>>>>>> "/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/operations.py"
>>>>>>>>>> in last_executed_query 214. return cursor.query.decode('utf-8') File
>>>>>>>>>> "/usr/lib/python2.7/encodings/utf_8.py" in decode 16. return
>>>>>>>>>> codecs.utf_8_decode(input, errors, True) Exception Type: UnicodeDecodeError
>>>>>>>>>> at /layers/upload Exception Value: 'utf8' codec can't decode byte 0xfd in
>>>>>>>>>> position 163: invalid start byte Request information: GET: No GET data
>>>>>>>>>> POST: charset = u'ISO-8859-1' permissions =
>>>>>>>>>> u'{"users":{"AnonymousUser":["view_resourcebase","download_resourcebase"]},"groups":{}}'
>>>>>>>>>> FILES: base_file = shx_file = prj_file = dbf_file = COOKIES: __utmz =
>>>>>>>>>> '218996109.1427223442.38.15.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)'
>>>>>>>>>> _ga = 'GA1.2.1150756117.1398259583' __gads =
>>>>>>>>>> 'ID=d961b8788d34039d:T=1413485184:S=ALNI_MaiaRd8gEEukW6akCBPz27sqFOcgQ'
>>>>>>>>>> sessionid = 'r81ek9rwv7wfia6ln6q0nstab074hpmw' s_getNewRepeat =
>>>>>>>>>> '1423508214723-Repeat' auth_tkt =
>>>>>>>>>> '4abcaa77b0747cfdf38f14b1f0a7fe7b5519465badmin!userid_type:unicode'
>>>>>>>>>> csrftoken = 'g6A1InkDHKbfiljfamau4T5zcGge8g8G' __utma =
>>>>>>>>>> '218996109.1150756117.1398259583.1427223442.1428668545.39' __utmc =
>>>>>>>>>> '218996109' s_fid = '691159BDD05014BE-21BD7FC62185D9C7' META:
>>>>>>>>>> mod_wsgi.listener_port = '80' HTTP_REFERER = '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/layers/upload'
>>>>>>>>>> mod_wsgi.listener_host = '' mod_wsgi.handler_script = ''
>>>>>>>>>> CONTEXT_DOCUMENT_ROOT = '/var/www' SERVER_SOFTWARE = 'Apache/2.4.7
>>>>>>>>>> (Ubuntu)' SCRIPT_NAME = u'' mod_wsgi.enable_sendfile = '0' HTTP_X_CSRFTOKEN
>>>>>>>>>> = 'g6A1InkDHKbfiljfamau4T5zcGge8g8G' SERVER_SIGNATURE = '
>>>>>>>>>> Apache/2.4.7 (Ubuntu) Server at aguai.cnpm.embrapa.br Port 80\n'
>>>>>>>>>> REQUEST_METHOD = 'POST' PATH_INFO = u'/layers/upload' HTTP_ORIGIN = '
>>>>>>>>>> http://aguai.cnpm.embrapa.br' SERVER_PROTOCOL = 'HTTP/1.1'
>>>>>>>>>> QUERY_STRING = '' CONTENT_LENGTH = '306617' HTTP_USER_AGENT = 'Mozilla/5.0
>>>>>>>>>> (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
>>>>>>>>>> Chrome/41.0.2272.89 Safari/537.36' HTTP_CONNECTION = 'keep-alive'
>>>>>>>>>> HTTP_COOKIE =
>>>>>>>>>> '__gads=ID=d961b8788d34039d:T=1413485184:S=ALNI_MaiaRd8gEEukW6akCBPz27sqFOcgQ;
>>>>>>>>>> __utmz=237664978.1423046483.18.3.utmccn=(referral)|utmcsr=
>>>>>>>>>> google.com.br|utmcct=/|utmcmd=referral;
>>>>>>>>>> __utma=237664978.1207420118.1398169929.1423046483.1423244128.19;
>>>>>>>>>> s_fid=691159BDD05014BE-21BD7FC62185D9C7;
>>>>>>>>>> s_getNewRepeat=1423508214723-Repeat;
>>>>>>>>>> auth_tkt="4abcaa77b0747cfdf38f14b1f0a7fe7b5519465badmin!userid_type:unicode";
>>>>>>>>>> auth_tkt="4abcaa77b0747cfdf38f14b1f0a7fe7b5519465badmin!userid_type:unicode";
>>>>>>>>>> sessionid=r81ek9rwv7wfia6ln6q0nstab074hpmw;
>>>>>>>>>> __utma=218996109.1150756117.1398259583.1427223442.1428668545.39;
>>>>>>>>>> __utmc=218996109;
>>>>>>>>>> __utmz=218996109.1427223442.38.15.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided);
>>>>>>>>>> _ga=GA1.2.1150756117.1398259583;
>>>>>>>>>> csrftoken=g6A1InkDHKbfiljfamau4T5zcGge8g8G' SERVER_NAME = '
>>>>>>>>>> aguai.cnpm.embrapa.br' REMOTE_ADDR = '192.168.157.97'
>>>>>>>>>> mod_wsgi.queue_start = '1428921855977568' mod_wsgi.request_handler =
>>>>>>>>>> 'wsgi-script' wsgi.url_scheme = 'http' HTTP_VIA = '1.1
>>>>>>>>>> ibira.cnpm.embrapa.br (squid/3.2.13)' PATH_TRANSLATED =
>>>>>>>>>> '/var/www/geonode/wsgi/geonode.wsgi/layers/upload' SERVER_PORT = '80'
>>>>>>>>>> wsgi.multiprocess = True mod_wsgi.input_chunked = '0' SERVER_ADDR =
>>>>>>>>>> '192.168.157.152' DOCUMENT_ROOT = '/var/www' mod_wsgi.process_group =
>>>>>>>>>> 'geonode' HTTP_X_REQUESTED_WITH = 'XMLHttpRequest' SCRIPT_FILENAME =
>>>>>>>>>> '/var/www/geonode/wsgi/geonode.wsgi' SERVER_ADMIN = 'webmaster at localhost'
>>>>>>>>>> wsgi.input = HTTP_HOST = 'aguai.cnpm.embrapa.br' CONTEXT_PREFIX
>>>>>>>>>> = '' wsgi.multithread = True mod_wsgi.callable_object = 'application'
>>>>>>>>>> HTTP_CACHE_CONTROL = 'max-age=259200' REQUEST_URI = '/layers/upload'
>>>>>>>>>> HTTP_ACCEPT = '*/*' wsgi.version = GATEWAY_INTERFACE = 'CGI/1.1'
>>>>>>>>>> HTTP_X_FORWARDED_FOR = '10.157.20.55' wsgi.errors = REMOTE_PORT = '31737'
>>>>>>>>>> HTTP_ACCEPT_LANGUAGE = 'pt-PT,pt;q=0.8,pt-BR;q=0.6,en-US;q=0.4,en;q=0.2'
>>>>>>>>>> REQUEST_SCHEME = 'http' mod_wsgi.version = wsgi.run_once = False
>>>>>>>>>> CONTENT_TYPE = 'multipart/form-data;
>>>>>>>>>> boundary=----WebKitFormBoundaryQzsjoA7bWv7QvuMC' mod_wsgi.application_group
>>>>>>>>>> = 'aguai.cnpm.embrapa.br|' mod_wsgi.script_reloading = '1'
>>>>>>>>>> wsgi.file_wrapper = '' CSRF_COOKIE = u'g6A1InkDHKbfiljfamau4T5zcGge8g8G'
>>>>>>>>>> HTTP_ACCEPT_ENCODING = 'gzip, deflate' Settings: Using settings module
>>>>>>>>>> geonode.settings CASCADE_WORKSPACE = 'geonode' ACCOUNT_USER_DISPLAY = ''
>>>>>>>>>> DATABASES = {'default': {'ENGINE':
>>>>>>>>>> 'django.db.backends.postgresql_psycopg2', 'AUTOCOMMIT': True,
>>>>>>>>>> 'ATOMIC_REQUESTS': False, 'NAME': 'geonode', 'TEST_MIRROR': None,
>>>>>>>>>> 'CONN_MAX_AGE': 0, 'TIME_ZONE': 'America/Chicago', 'TEST_COLLATION': None,
>>>>>>>>>> 'TEST_CHARSET': None, 'PORT': '5432', 'HOST': 'localhost', 'USER':
>>>>>>>>>> 'geonode', 'TEST_NAME': None, 'PASSWORD': u'********************',
>>>>>>>>>> 'OPTIONS': {}}, 'datastore': {'ENGINE':
>>>>>>>>>> 'django.contrib.gis.db.backends.postgis', 'AUTOCOMMIT': True,
>>>>>>>>>> 'ATOMIC_REQUESTS': False, 'NAME': 'geonode_data', 'TEST_MIRROR': None,
>>>>>>>>>> 'CONN_MAX_AGE': 0, 'TIME_ZONE': 'America/Chicago', 'TEST_COLLATION': None,
>>>>>>>>>> 'TEST_CHARSET': None, 'PORT': '5432', 'HOST': 'localhost', 'USER':
>>>>>>>>>> 'geonode', 'TEST_NAME': None, 'PASSWORD': u'********************',
>>>>>>>>>> 'OPTIONS': {}}} GOOGLE_API_KEY = u'********************'
>>>>>>>>>> CELERY_CREATE_MISSING_QUEUES = True CSRF_COOKIE_SECURE = False
>>>>>>>>>> CELERY_DEFAULT_QUEUE = 'default' UPLOADER = {'OPTIONS': {'TIME_ENABLED':
>>>>>>>>>> False, 'GEOGIG_ENABLED': False}, 'BACKEND': 'geonode.rest'} LANGUAGE_CODE =
>>>>>>>>>> 'en' LICENSES = {'ENABLED': True, 'DETAIL': 'above', 'METADATA': 'verbose'}
>>>>>>>>>> MANAGERS = DOWNLOAD_FORMATS_METADATA = ['Atom', 'DIF', 'Dublin Core',
>>>>>>>>>> 'ebRIM', 'FGDC', 'ISO'] BROKER_URL = 'django://' DEFAULT_CHARSET = 'utf-8'
>>>>>>>>>> IGNORABLE_404_URLS = CELERY_DEFAULT_EXCHANGE_TYPE = 'direct'
>>>>>>>>>> SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
>>>>>>>>>> DEFAULT_MAP_CENTER = ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 3
>>>>>>>>>> USE_THOUSAND_SEPARATOR = False
>>>>>>>>>> ACCOUNT_EMAIL_CONFIRMATION_AUTHENTICATED_REDIRECT_URL = None
>>>>>>>>>> ACCOUNT_INVITE_USER_URL = u'account_invite_user' REGISTRATION_OPEN = False
>>>>>>>>>> ALLOWED_HOSTS = ['aguai.cnpm.embrapa.br', 'localhost']
>>>>>>>>>> EMAIL_HOST = 'localhost' DOWNLOAD_FORMATS_RASTER = ['JPEG', 'PDF', 'PNG',
>>>>>>>>>> 'ArcGrid', 'GeoTIFF', 'Gtopo30', 'ImageMosaic', 'KML', 'View in Google
>>>>>>>>>> Earth', 'Tiles'] AUTH_EXEMPT_URLS = WSGI_APPLICATION = None
>>>>>>>>>> EMAIL_SUBJECT_PREFIX = '[Django] ' SEND_BROKEN_LINK_EMAILS = False
>>>>>>>>>> TEMPLATE_STRING_IF_INVALID = '' STATICFILES_FINDERS =
>>>>>>>>>> NOTIFICATION_QUEUE_ALL = False SESSION_CACHE_ALIAS = 'default'
>>>>>>>>>> CELERY_IMPORTS = SESSION_COOKIE_DOMAIN = None SESSION_COOKIE_NAME =
>>>>>>>>>> 'sessionid' ADMIN_FOR = TIME_INPUT_FORMATS = ACCOUNT_USE_AUTH_AUTHENTICATE
>>>>>>>>>> = False X_FRAME_OPTIONS = 'SAMEORIGIN' FILE_UPLOAD_PERMISSIONS = None
>>>>>>>>>> ACCOUNT_TIMEZONES = [('Africa/Abidjan', 'Africa/Abidjan'), ('Africa/Accra',
>>>>>>>>>> 'Africa/Accra'), ('Africa/Addis_Ababa', 'Africa/Addis_Ababa'),
>>>>>>>>>> ('Africa/Algiers', 'Africa/Algiers'), ('Africa/Asmara', 'Africa/Asmara'),
>>>>>>>>>> ('Africa/Asmera', 'Africa/Asmera'), ('Africa/Bamako', 'Africa/Bamako'),
>>>>>>>>>> ('Africa/Bangui', 'Africa/Bangui'), ('Africa/Banjul', 'Africa/Banjul'),
>>>>>>>>>> ('Africa/Bissau', 'Africa/Bissau'), ('Africa/Blantyre', 'Africa/Blantyre'),
>>>>>>>>>> ('Africa/Brazzaville', 'Africa/Brazzaville'), ('Africa/Bujumbura',
>>>>>>>>>> 'Africa/Bujumbura'), ('Africa/Cairo', 'Africa/Cairo'),
>>>>>>>>>> ('Africa/Casablanca', 'Africa/Casablanca'), ('Africa/Ceuta',
>>>>>>>>>> 'Africa/Ceuta'), ('Africa/Conakry', 'Africa/Conakry'), ('Africa/Dakar',
>>>>>>>>>> 'Africa/Dakar'), ('Africa/Dar_es_Salaam', 'Africa/Dar_es_Salaam'),
>>>>>>>>>> ('Africa/Djibouti', 'Africa/Djibouti'), ('Africa/Douala', 'Africa/Douala'),
>>>>>>>>>> ('Africa/El_Aaiun', 'Africa/El_Aaiun'), ('Africa/Freetown',
>>>>>>>>>> 'Africa/Freetown'), ('Africa/Gaborone', 'Africa/Gaborone'),
>>>>>>>>>> ('Africa/Harare', 'Africa/Harare'), ('Africa/Johannesburg',
>>>>>>>>>> 'Africa/Johannesburg'), ('Africa/Juba', 'Africa/Juba'), ('Africa/Kampala',
>>>>>>>>>> 'Africa/Kampala'), ('Africa/Khartoum', 'Africa/Khartoum'),
>>>>>>>>>> ('Africa/Kigali', 'Africa/Kigali'), ('Africa/Kinshasa', 'Africa/Kinshasa'),
>>>>>>>>>> ('Africa/Lagos', 'Africa/Lagos'), ('Africa/Libreville',
>>>>>>>>>> 'Africa/Libreville'), ('Africa/Lome', 'Africa/Lome'), ('Africa/Luanda',
>>>>>>>>>> 'Africa/Luanda'), ('Africa/Lubumbashi', 'Africa/Lubumbashi'),
>>>>>>>>>> ('Africa/Lusaka', 'Africa/Lusaka'), ('Africa/Malabo', 'Africa/Malabo'),
>>>>>>>>>> ('Africa/Maputo', 'Africa/Maputo'), ('Africa/Maseru', 'Africa/Maseru'),
>>>>>>>>>> ('Africa/Mbabane', 'Africa/Mbabane'), ('Africa/Mogadishu',
>>>>>>>>>> 'Africa/Mogadishu'), ('Africa/Monrovia', 'Africa/Monrovia'),
>>>>>>>>>> ('Africa/Nairobi', 'Africa/Nairobi'), ('Africa/Ndjamena',
>>>>>>>>>> 'Africa/Ndjamena'), ('Africa/Niamey', 'Africa/Niamey'),
>>>>>>>>>> ('Africa/Nouakchott', 'Africa/Nouakchott'), ('Africa/Ouagadougou',
>>>>>>>>>> 'Africa/Ouagadougou'), ('Africa/Porto-Novo', 'Africa/Porto-Novo'),
>>>>>>>>>> ('Africa/Sao_Tome', 'Africa/Sao_Tome'), ('Africa/Timbuktu',
>>>>>>>>>> 'Africa/Timbuktu'), ('Africa/Tripoli', 'Africa/Tripoli'), ('Africa/Tunis',
>>>>>>>>>> 'Africa/Tunis'), ('Africa/Windhoek', 'Africa/Windhoek'), ('America/Adak',
>>>>>>>>>> 'America/Adak'), ('America/Anchorage', 'America/Anchorage'),
>>>>>>>>>> ('America/Anguilla', 'America/Anguilla'), ('America/Antigua',
>>>>>>>>>> 'America/Antigua'), ('America/Araguaina', 'America/Araguaina'),
>>>>>>>>>> ('America/Argentina/Buenos_Aires', 'America/Argentina/Buenos_Aires'),
>>>>>>>>>> ('America/Argentina/Catamarca', 'America/Argentina/Catamarca'),
>>>>>>>>>> ('America/Argentina/ComodRivadavia', 'America/Argentina/ComodRivadavia'),
>>>>>>>>>> ('America/Argentina/Cordoba', 'America/Argentina/Cordoba'),
>>>>>>>>>> ('America/Argentina/Jujuy', 'America/Argentina/Jujuy'),
>>>>>>>>>> ('America/Argentina/La_Rioja', 'America/Argentina/La_Rioja'),
>>>>>>>>>> ('America/Argentina/Mendoza', 'America/Argentina/Mendoza'),
>>>>>>>>>> ('America/Argentina/Rio_Gallegos', 'America/Argentina/Rio_Gallegos'),
>>>>>>>>>> ('America/Argentina/Salta', 'America/Argentina/Salta'),
>>>>>>>>>> ('America/Argentina/San_Juan', 'America/Argentina/San_Juan'),
>>>>>>>>>> ('America/Argentina/San_Luis', 'America/Argentina/San_Luis'),
>>>>>>>>>> ('America/Argentina/Tucuman', 'America/Argentina/Tucuman'),
>>>>>>>>>> ('America/Argentina/Ushuaia', 'America/Argentina/Ushuaia'),
>>>>>>>>>> ('America/Aruba', 'America/Aruba'), ('America/Asuncion',
>>>>>>>>>> 'America/Asuncion'), ('America/Atikokan', 'America/Atikokan'),
>>>>>>>>>> ('America/Atka', 'America/Atka'), ('America/Bahia', 'America/Bahia'),
>>>>>>>>>> ('America/Bahia_Banderas', 'America/Bahia_Banderas'), ('America/Barbados',
>>>>>>>>>> 'America/Barbados'), ('America/Belem', 'America/Belem'), ('America/Belize',
>>>>>>>>>> 'America/Belize'), ('America/Blanc-Sablon', 'America/Blanc-Sablon'),
>>>>>>>>>> ('America/Boa_Vista', 'America/Boa_Vista'), ('America/Bogota',
>>>>>>>>>> 'America/Bogota'), ('America/Boise', 'America/Boise'),
>>>>>>>>>> ('America/Buenos_Aires', 'America/Buenos_Aires'), ('America/Cambridge_Bay',
>>>>>>>>>> 'America/Cambridge_Bay'), ('America/Campo_Grande', 'America/Campo_Grande'),
>>>>>>>>>> ('America/Cancun', 'America/Cancun'), ('America/Caracas',
>>>>>>>>>> 'America/Caracas'), ('America/Catamarca', 'America/Catamarca'),
>>>>>>>>>> ('America/Cayenne', 'America/Cayenne'), ('America/Cayman',
>>>>>>>>>> 'America/Cayman'), ('America/Chicago', 'America/Chicago'),
>>>>>>>>>> ('America/Chihuahua', 'America/Chihuahua'), ('America/Coral_Harbour',
>>>>>>>>>> 'America/Coral_Harbour'), ('America/Cordoba', 'America/Cordoba'),
>>>>>>>>>> ('America/Costa_Rica', 'America/Costa_Rica'), ('America/Creston',
>>>>>>>>>> 'America/Creston'), ('America/Cuiaba', 'America/Cuiaba'),
>>>>>>>>>> ('America/Curacao', 'America/Curacao'), ('America/Danmarkshavn',
>>>>>>>>>> 'America/Danmarkshavn'), ('America/Dawson', 'America/Dawson'),
>>>>>>>>>> ('America/Dawson_Creek', 'America/Dawson_Creek'), ('America/Denver',
>>>>>>>>>> 'America/Denver'), ('America/Detroit', 'America/Detroit'),
>>>>>>>>>> ('America/Dominica', 'America/Dominica'), ('America/Edmonton',
>>>>>>>>>> 'America/Edmonton'), ('America/Eirunepe', 'America/Eirunepe'),
>>>>>>>>>> ('America/El_Salvador', 'America/El_Salvador'), ('America/Ensenada',
>>>>>>>>>> 'America/Ensenada'), ('America/Fort_Wayne', 'America/Fort_Wayne'),
>>>>>>>>>> ('America/Fortaleza', 'America/Fortaleza'), ('America/Glace_Bay',
>>>>>>>>>> 'America/Glace_Bay'), ('America/Godthab', 'America/Godthab'),
>>>>>>>>>> ('America/Goose_Bay', 'America/Goose_Bay'), ('America/Grand_Turk',
>>>>>>>>>> 'America/Grand_Turk'), ('America/Grenada', 'America/Grenada'),
>>>>>>>>>> ('America/Guadeloupe', 'America/Guadeloupe'), ('America/Guatemala',
>>>>>>>>>> 'America/Guatemala'), ('America/Guayaquil', 'America/Guayaquil'),
>>>>>>>>>> ('America/Guyana', 'America/Guyana'), ('America/Halifax',
>>>>>>>>>> 'America/Halifax'), ('America/Havana', 'America/Havana'),
>>>>>>>>>> ('America/Hermosillo', 'America/Hermosillo'),
>>>>>>>>>> ('America/Indiana/Indianapolis', 'America/Indiana/Indianapolis'),
>>>>>>>>>> ('America/Indiana/Knox', 'America/Indiana/Knox'),
>>>>>>>>>> ('America/Indiana/Marengo', 'America/Indiana/Marengo'),
>>>>>>>>>> ('America/Indiana/Petersburg', 'America/Indiana/Petersburg'),
>>>>>>>>>> ('America/Indiana/Tell_City', 'America/Indiana/Tell_City'),
>>>>>>>>>> ('America/Indiana/Vevay', 'America/Indiana/Vevay'),
>>>>>>>>>> ('America/Indiana/Vincennes', 'America/Indiana/Vincennes'),
>>>>>>>>>> ('America/Indiana/Winamac', 'America/Indiana/Winamac'),
>>>>>>>>>> ('America/Indianapolis', 'America/Indianapolis'), ('America/Inuvik',
>>>>>>>>>> 'America/Inuvik'), ('America/Iqaluit', 'America/Iqaluit'),
>>>>>>>>>> ('America/Jamaica', 'America/Jamaica'), ('America/Jujuy', 'America/Jujuy'),
>>>>>>>>>> ('America/Juneau', 'America/Juneau'), ('America/Kentucky/Louisville',
>>>>>>>>>> 'America/Kentucky/Louisville'), ('America/Kentucky/Monticello',
>>>>>>>>>> 'America/Kentucky/Monticello'), ('America/Knox_IN', 'America/Knox_IN'),
>>>>>>>>>> ('America/Kralendijk', 'America/Kralendijk'), ('America/La_Paz',
>>>>>>>>>> 'America/La_Paz'), ('America/Lima', 'America/Lima'),
>>>>>>>>>> ('America/Los_Angeles', 'America/Los_Angeles'), ('America/Louisville',
>>>>>>>>>> 'America/Louisville'), ('America/Lower_Princes', 'America/Lower_Princes'),
>>>>>>>>>> ('America/Maceio', 'America/Maceio'), ('America/Managua',
>>>>>>>>>> 'America/Managua'), ('America/Manaus', 'America/Manaus'),
>>>>>>>>>> ('America/Marigot', 'America/Marigot'), ('America/Martinique',
>>>>>>>>>> 'America/Martinique'), ('America/Matamoros', 'America/Matamoros'),
>>>>>>>>>> ('America/Mazatlan', 'America/Mazatlan'), ('America/Mendoza',
>>>>>>>>>> 'America/Mendoza'), ('America/Menominee', 'America/Menominee'),
>>>>>>>>>> ('America/Merida', 'America/Merida'), ('America/Metlakatla',
>>>>>>>>>> 'America/Metlakatla'), ('America/Mexico_City', 'America/Mexico_City'),
>>>>>>>>>> ('America/Miquelon', 'America/Miquelon'), ('America/Moncton',
>>>>>>>>>> 'America/Moncton'), ('America/Monterrey', 'America/Monterrey'),
>>>>>>>>>> ('America/Montevideo', 'America/Montevideo'), ('America/Montreal',
>>>>>>>>>> 'America/Montreal'), ('America/Montserrat', 'America/Montserrat'),
>>>>>>>>>> ('America/Nassau', 'America/Nassau'), ('America/New_York',
>>>>>>>>>> 'America/New_York'), ('America/Nipigon', 'America/Nipigon'),
>>>>>>>>>> ('America/Nome', 'America/Nome'), ('America/Noronha', 'America/Noronha'),
>>>>>>>>>> ('America/North_Dakota/Beulah', 'America/North_Dakota/Beulah'),
>>>>>>>>>> ('America/North_Dakota/Center', 'America/North_Dakota/Center'),
>>>>>>>>>> ('America/North_Dakota/New_Salem', 'America/North_Dakota/New_Salem'),
>>>>>>>>>> ('America/Ojinaga', 'America/Ojinaga'), ('America/Panama',
>>>>>>>>>> 'America/Panama'), ('America/Pangnirtung', 'America/Pangnirtung'),
>>>>>>>>>> ('America/Paramaribo', 'America/Paramaribo'), ('America/Phoenix',
>>>>>>>>>> 'America/Phoenix'), ('America/Port-au-Prince', 'America/Port-au-Prince'),
>>>>>>>>>> ('America/Port_of_Spain', 'America/Port_of_Spain'), ('America/Porto_Acre',
>>>>>>>>>> 'America/Porto_Acre'), ('America/Porto_Velho', 'America/Porto_Velho'),
>>>>>>>>>> ('America/Puerto_Rico', 'America/Puerto_Rico'), ('America/Rainy_River',
>>>>>>>>>> 'America/Rainy_River'), ('America/Rankin_Inlet', 'America/Rankin_Inlet'),
>>>>>>>>>> ('America/Recife', 'America/Recife'), ('America/Regina', 'America/Regina'),
>>>>>>>>>> ('America/Resolute', 'America/Resolute'), ('America/Rio_Branco',
>>>>>>>>>> 'America/Rio_Branco'), ('America/Rosario', 'America/Rosario'),
>>>>>>>>>> ('America/Santa_Isabel', 'America/Santa_Isabel'), ('America/Santarem',
>>>>>>>>>> 'America/Santarem'), ('America/Santiago', 'America/Santiago'),
>>>>>>>>>> ('America/Santo_Domingo', 'America/Santo_Domingo'), ('America/Sao_Paulo',
>>>>>>>>>> 'America/Sao_Paulo'), ('America/Scoresbysund', 'America/Scoresbysund'),
>>>>>>>>>> ('America/Shiprock', 'America/Shiprock'), ('America/Sitka',
>>>>>>>>>> 'America/Sitka'), ('America/St_Barthelemy', 'America/St_Barthelemy'),
>>>>>>>>>> ('America/St_Johns', 'America/St_Johns'), ('America/St_Kitts',
>>>>>>>>>> 'America/St_Kitts'), ('America/St_Lucia', 'America/St_Lucia'),
>>>>>>>>>> ('America/St_Thomas', 'America/St_Thomas'), ('America/St_Vincent',
>>>>>>>>>> 'America/St_Vincent'), ('America/Swift_Current', 'America/Swift_Current'),
>>>>>>>>>> ('America/Tegucigalpa', 'America/Tegucigalpa'), ('America/Thule',
>>>>>>>>>> 'America/Thule'), ('America/Thunder_Bay', 'America/Thunder_Bay'),
>>>>>>>>>> ('America/Tijuana', 'America/Tijuana'), ('America/Toronto',
>>>>>>>>>> 'America/Toronto'), ('America/Tortola', 'America/Tortola'),
>>>>>>>>>> ('America/Vancouver', 'America/Vancouver'), ('America/Virgin',
>>>>>>>>>> 'America/Virgin'), ('America/Whitehorse', 'America/Whitehorse'),
>>>>>>>>>> ('America/Winnipeg', 'America/Winnipeg'), ('America/Yakutat',
>>>>>>>>>> 'America/Yakutat'), ('America/Yellowknife', 'America/Yellowknife'),
>>>>>>>>>> ('Antarctica/Casey', 'Antarctica/Casey'), ('Antarctica/Davis',
>>>>>>>>>> 'Antarctica/Davis'), ('Antarctica/DumontDUrville',
>>>>>>>>>> 'Antarctica/DumontDUrville'), ('Antarctica/Macquarie',
>>>>>>>>>> 'Antarctica/Macquarie'), ('Antarctica/Mawson', 'Antarctica/Mawson'),
>>>>>>>>>> ('Antarctica/McMurdo', 'Antarctica/McMurdo'), ('Antarctica/Palmer',
>>>>>>>>>> 'Antarctica/Palmer'), ('Antarctica/Rothera', 'Antarctica/Rothera'),
>>>>>>>>>> ('Antarctica/South_Pole', 'Antarctica/South_Pole'), ('Antarctica/Syowa',
>>>>>>>>>> 'Antarctica/Syowa'), ('Antarctica/Vostok', 'Antarctica/Vostok'),
>>>>>>>>>> ('Arctic/Longyearbyen', 'Arctic/Longyearbyen'), ('Asia/Aden', 'Asia/Aden'),
>>>>>>>>>> ('Asia/Almaty', 'Asia/Almaty'), ('Asia/Amman', 'Asia/Amman'),
>>>>>>>>>> ('Asia/Anadyr', 'Asia/Anadyr'), ('Asia/Aqtau', 'Asia/Aqtau'),
>>>>>>>>>> ('Asia/Aqtobe', 'Asia/Aqtobe'), ('Asia/Ashgabat', 'Asia/Ashgabat'),
>>>>>>>>>> ('Asia/Ashkhabad', 'Asia/Ashkhabad'), ('Asia/Baghdad', 'Asia/Baghdad'),
>>>>>>>>>> ('Asia/Bahrain', 'Asia/Bahrain'), ('Asia/Baku', 'Asia/Baku'),
>>>>>>>>>> ('Asia/Bangkok', 'Asia/Bangkok'), ('Asia/Beirut', 'Asia/Beirut'),
>>>>>>>>>> ('Asia/Bishkek', 'Asia/Bishkek'), ('Asia/Brunei', 'Asia/Brunei'),
>>>>>>>>>> ('Asia/Calcutta', 'Asia/Calcutta'), ('Asia/Choibalsan', 'Asia/Choibalsan'),
>>>>>>>>>> ('Asia/Chongqing', 'Asia/Chongqing'), ('Asia/Chungking', 'Asia/Chungking'),
>>>>>>>>>> ('Asia/Colombo', 'Asia/Colombo'), ('Asia/Dacca', 'Asia/Dacca'),
>>>>>>>>>> ('Asia/Damascus', 'Asia/Damascus'), ('Asia/Dhaka', 'Asia/Dhaka'),
>>>>>>>>>> ('Asia/Dili', 'Asia/Dili'), ('Asia/Dubai', 'Asia/Dubai'), ('Asia/Dushanbe',
>>>>>>>>>> 'Asia/Dushanbe'), ('Asia/Gaza', 'Asia/Gaza'), ('Asia/Harbin',
>>>>>>>>>> 'Asia/Harbin'), ('Asia/Hebron', 'Asia/Hebron'), ('Asia/Ho_Chi_Minh',
>>>>>>>>>> 'Asia/Ho_Chi_Minh'), ('Asia/Hong_Kong', 'Asia/Hong_Kong'), ('Asia/Hovd',
>>>>>>>>>> 'Asia/Hovd'), ('Asia/Irkutsk', 'Asia/Irkutsk'), ('Asia/Istanbul',
>>>>>>>>>> 'Asia/Istanbul'), ('Asia/Jakarta', 'Asia/Jakarta'), ('Asia/Jayapura',
>>>>>>>>>> 'Asia/Jayapura'), ('Asia/Jerusalem', 'Asia/Jerusalem'), ('Asia/Kabul',
>>>>>>>>>> 'Asia/Kabul'), ('Asia/Kamchatka', 'Asia/Kamchatka'), ('Asia/Karachi',
>>>>>>>>>> 'Asia/Karachi'), ('Asia/Kashgar', 'Asia/Kashgar'), ('Asia/Kathmandu',
>>>>>>>>>> 'Asia/Kathmandu'), ('Asia/Katmandu', 'Asia/Katmandu'), ('Asia/Kolkata',
>>>>>>>>>> 'Asia/Kolkata'), ('Asia/Krasnoyarsk', 'Asia/Krasnoyarsk'),
>>>>>>>>>> ('Asia/Kuala_Lumpur', 'Asia/Kuala_Lumpur'), ('Asia/Kuching',
>>>>>>>>>> 'Asia/Kuching'), ('Asia/Kuwait', 'Asia/Kuwait'), ('Asia/Macao',
>>>>>>>>>> 'Asia/Macao'), ('Asia/Macau', 'Asia/Macau'), ('Asia/Magadan',
>>>>>>>>>> 'Asia/Magadan'), ('Asia/Makassar', 'Asia/Makassar'), ('Asia/Manila',
>>>>>>>>>> 'Asia/Manila'), ('Asia/Muscat', 'Asia/Muscat'), ('Asia/Nicosia',
>>>>>>>>>> 'Asia/Nicosia'), ('Asia/Novokuznetsk', 'Asia/Novokuznetsk'),
>>>>>>>>>> ('Asia/Novosibirsk', 'Asia/Novosibirsk'), ('Asia/Omsk', 'Asia/Omsk'),
>>>>>>>>>> ('Asia/Oral', 'Asia/Oral'), ('Asia/Phnom_Penh', 'Asia/Phnom_Penh'),
>>>>>>>>>> ('Asia/Pontianak', 'Asia/Pontianak'), ('Asia/Pyongyang', 'Asia/Pyongyang'),
>>>>>>>>>> ('Asia/Qatar', 'Asia/Qatar'), ('Asia/Qyzylorda', 'Asia/Qyzylorda'),
>>>>>>>>>> ('Asia/Rangoon', 'Asia/Rangoon'), ('Asia/Riyadh', 'Asia/Riyadh'),
>>>>>>>>>> ('Asia/Saigon', 'Asia/Saigon'), ('Asia/Sakhalin', 'Asia/Sakhalin'),
>>>>>>>>>> ('Asia/Samarkand', 'Asia/Samarkand'), ('Asia/Seoul', 'Asia/Seoul'),
>>>>>>>>>> ('Asia/Shanghai', 'Asia/Shanghai'), ('Asia/Singapore', 'Asia/Singapore'),
>>>>>>>>>> ('Asia/Taipei', 'Asia/Taipei'), ('Asia/Tashkent', 'Asia/Tashkent'),
>>>>>>>>>> ('Asia/Tbilisi', 'Asia/Tbilisi'), ('Asia/Tehran', 'Asia/Tehran'),
>>>>>>>>>> ('Asia/Tel_Aviv', 'Asia/Tel_Aviv'), ('Asia/Thimbu', 'Asia/Thimbu'),
>>>>>>>>>> ('Asia/Thimphu', 'Asia/Thimphu'), ('Asia/Tokyo', 'Asia/Tokyo'),
>>>>>>>>>> ('Asia/Ujung_Pandang', 'Asia/Ujung_Pandang'), ('Asia/Ulaanbaatar',
>>>>>>>>>> 'Asia/Ulaanbaatar'), ('Asia/Ulan_Bator', 'Asia/Ulan_Bator'),
>>>>>>>>>> ('Asia/Urumqi', 'Asia/Urumqi'), ('Asia/Vientiane', 'Asia/Vientiane'),
>>>>>>>>>> ('Asia/Vladivostok', 'Asia/Vladivostok'), ('Asia/Yakutsk', 'Asia/Yakutsk'),
>>>>>>>>>> ('Asia/Yekaterinburg', 'Asia/Yekaterinburg'), ('Asia/Yerevan',
>>>>>>>>>> 'Asia/Yerevan'), ('Atlantic/Azores', 'Atlantic/Azores'),
>>>>>>>>>> ('Atlantic/Bermuda', 'Atlantic/Bermuda'), ('Atlantic/Canary',
>>>>>>>>>> 'Atlantic/Canary'), ('Atlantic/Cape_Verde', 'Atlantic/Cape_Verde'),
>>>>>>>>>> ('Atlantic/Faeroe', 'Atlantic/Faeroe'), ('Atlantic/Faroe',
>>>>>>>>>> 'Atlantic/Faroe'), ('Atlantic/Jan_Mayen', 'Atlantic/Jan_Mayen'),
>>>>>>>>>> ('Atlantic/Madeira', 'Atlantic/Madeira'), ('Atlantic/Reykjavik',
>>>>>>>>>> 'Atlantic/Reykjavik'), ('Atlantic/South_Georgia',
>>>>>>>>>> 'Atlantic/South_Georgia'), ('Atlantic/St_Helena', 'Atlantic/St_Helena'),
>>>>>>>>>> ('Atlantic/Stanley', 'Atlantic/Stanley'), ('Australia/ACT',
>>>>>>>>>> 'Australia/ACT'), ('Australia/Adelaide', 'Australia/Adelaide'),
>>>>>>>>>> ('Australia/Brisbane', 'Australia/Brisbane'), ('Australia/Broken_Hill',
>>>>>>>>>> 'Australia/Broken_Hill'), ('Australia/Canberra', 'Australia/Canberra'),
>>>>>>>>>> ('Australia/Currie', 'Australia/Currie'), ('Australia/Darwin',
>>>>>>>>>> 'Australia/Darwin'), ('Australia/Eucla', 'Australia/Eucla'),
>>>>>>>>>> ('Australia/Hobart', 'Australia/Hobart'), ('Australia/LHI',
>>>>>>>>>> 'Australia/LHI'), ('Australia/Lindeman', 'Australia/Lindeman'),
>>>>>>>>>> ('Australia/Lord_Howe', 'Australia/Lord_Howe'), ('Australia/Melbourne',
>>>>>>>>>> 'Australia/Melbourne'), ('Australia/NSW', 'Australia/NSW'),
>>>>>>>>>> ('Australia/North', 'Australia/North'), ('Australia/Perth',
>>>>>>>>>> 'Australia/Perth'), ('Australia/Queensland', 'Australia/Queensland'),
>>>>>>>>>> ('Australia/South', 'Australia/South'), ('Australia/Sydney',
>>>>>>>>>> 'Australia/Sydney'), ('Australia/Tasmania', 'Australia/Tasmania'),
>>>>>>>>>> ('Australia/Victoria', 'Australia/Victoria'), ('Australia/West',
>>>>>>>>>> 'Australia/West'), ('Australia/Yancowinna', 'Australia/Yancowinna'),
>>>>>>>>>> ('Brazil/Acre', 'Brazil/Acre'), ('Brazil/DeNoronha', 'Brazil/DeNoronha'),
>>>>>>>>>> ('Brazil/East', 'Brazil/East'), ('Brazil/West', 'Brazil/West'), ('CET',
>>>>>>>>>> 'CET'), ('CST6CDT', 'CST6CDT'), ('Canada/Atlantic', 'Canada/Atlantic'),
>>>>>>>>>> ('Canada/Central', 'Canada/Central'), ('Canada/East-Saskatchewan',
>>>>>>>>>> 'Canada/East-Saskatchewan'), ('Canada/Eastern', 'Canada/Eastern'),
>>>>>>>>>> ('Canada/Mountain', 'Canada/Mountain'), ('Canada/Newfoundland',
>>>>>>>>>> 'Canada/Newfoundland'), ('Canada/Pacific', 'Canada/Pacific'),
>>>>>>>>>> ('Canada/Saskatchewan', 'Canada/Saskatchewan'), ('Canada/Yukon',
>>>>>>>>>> 'Canada/Yukon'), ('Chile/Continental', 'Chile/Continental'),
>>>>>>>>>> ('Chile/EasterIsland', 'Chile/EasterIsland'), ('Cuba', 'Cuba'), ('EET',
>>>>>>>>>> 'EET'), ('EST', 'EST'), ('EST5EDT', 'EST5EDT'), ('Egypt', 'Egypt'),
>>>>>>>>>> ('Eire', 'Eire'), ('Etc/GMT', 'Etc/GMT'), ('Etc/GMT+0', 'Etc/GMT+0'),
>>>>>>>>>> ('Etc/GMT+1', 'Etc/GMT+1'), ('Etc/GMT+10', 'Etc/GMT+10'), ('Etc/GMT+11',
>>>>>>>>>> 'Etc/GMT+11'), ('Etc/GMT+12', 'Etc/GMT+12'), ('Etc/GMT+2', 'Etc/GMT+2'),
>>>>>>>>>> ('Etc/GMT+3', 'Etc/GMT+3'), ('Etc/GMT+4', 'Etc/GMT+4'), ('Etc/GMT+5',
>>>>>>>>>> 'Etc/GMT+5'), ('Etc/GMT+6', 'Etc/GMT+6'), ('Etc/GMT+7', 'Etc/GMT+7'),
>>>>>>>>>> ('Etc/GMT+8', 'Etc/GMT+8'), ('Etc/GMT+9', 'Etc/GMT+9'), ('Etc/GMT-0',
>>>>>>>>>> 'Etc/GMT-0'), ('Etc/GMT-1', 'Etc/GMT-1'), ('Etc/GMT-10', 'Etc/GMT-10'),
>>>>>>>>>> ('Etc/GMT-11', 'Etc/GMT-11'), ('Etc/GMT-12', 'Etc/GMT-12'), ('Etc/GMT-13',
>>>>>>>>>> 'Etc/GMT-13'), ('Etc/GMT-14', 'Etc/GMT-14'), ('Etc/GMT-2', 'Etc/GMT-2'),
>>>>>>>>>> ('Etc/GMT-3', 'Etc/GMT-3'), ('Etc/GMT-4', 'Etc/GMT-4'), ('Etc/GMT-5',
>>>>>>>>>> 'Etc/GMT-5'), ('Etc/GMT-6', 'Etc/GMT-6'), ('Etc/GMT-7', 'Etc/GMT-7'),
>>>>>>>>>> ('Etc/GMT-8', 'Etc/GMT-8'), ('Etc/GMT-9', 'Etc/GMT-9'), ('Etc/GMT0',
>>>>>>>>>> 'Etc/GMT0'), ('Etc/Greenwich', 'Etc/Greenwich'), ('Etc/UCT', 'Etc/UCT'),
>>>>>>>>>> ('Etc/UTC', 'Etc/UTC'), ('Etc/Universal', 'Etc/Universal'), ('Etc/Zulu',
>>>>>>>>>> 'Etc/Zulu'), ('Europe/Amsterdam', 'Europe/Amsterdam'), ('Europe/Andorra',
>>>>>>>>>> 'Europe/Andorra'), ('Europe/Athens', 'Europe/Athens'), ('Europe/Belfast',
>>>>>>>>>> 'Europe/Belfast'), ('Europe/Belgrade', 'Europe/Belgrade'),
>>>>>>>>>> ('Europe/Berlin', 'Europe/Berlin'), ('Europe/Bratislava',
>>>>>>>>>> 'Europe/Bratislava'), ('Europe/Brussels', 'Europe/Brussels'),
>>>>>>>>>> ('Europe/Bucharest', 'Europe/Bucharest'), ('Europe/Budapest',
>>>>>>>>>> 'Europe/Budapest'), ('Europe/Chisinau', 'Europe/Chisinau'),
>>>>>>>>>> ('Europe/Copenhagen', 'Europe/Copenhagen'), ('Europe/Dublin',
>>>>>>>>>> 'Europe/Dublin'), ('Europe/Gibraltar', 'Europe/Gibraltar'),
>>>>>>>>>> ('Europe/Guernsey', 'Europe/Guernsey'), ('Europe/Helsinki',
>>>>>>>>>> 'Europe/Helsinki'), ('Europe/Isle_of_Man', 'Europe/Isle_of_Man'),
>>>>>>>>>> ('Europe/Istanbul', 'Europe/Istanbul'), ('Europe/Jersey', 'Europe/Jersey'),
>>>>>>>>>> ('Europe/Kaliningrad', 'Europe/Kaliningrad'), ('Europe/Kiev',
>>>>>>>>>> 'Europe/Kiev'), ('Europe/Lisbon', 'Europe/Lisbon'), ('Europe/Ljubljana',
>>>>>>>>>> 'Europe/Ljubljana'), ('Europe/London', 'Europe/London'),
>>>>>>>>>> ('Europe/Luxembourg', 'Europe/Luxembourg'), ('Europe/Madrid',
>>>>>>>>>> 'Europe/Madrid'), ('Europe/Malta', 'Europe/Malta'), ('Europe/Mariehamn',
>>>>>>>>>> 'Europe/Mariehamn'), ('Europe/Minsk', 'Europe/Minsk'), ('Europe/Monaco',
>>>>>>>>>> 'Europe/Monaco'), ('Europe/Moscow', 'Europe/Moscow'), ('Europe/Nicosia',
>>>>>>>>>> 'Europe/Nicosia'), ('Europe/Oslo', 'Europe/Oslo'), ('Europe/Paris',
>>>>>>>>>> 'Europe/Paris'), ('Europe/Podgorica', 'Europe/Podgorica'),
>>>>>>>>>> ('Europe/Prague', 'Europe/Prague'), ('Europe/Riga', 'Europe/Riga'),
>>>>>>>>>> ('Europe/Rome', 'Europe/Rome'), ('Europe/Samara', 'Europe/Samara'),
>>>>>>>>>> ('Europe/San_Marino', 'Europe/San_Marino'), ('Europe/Sarajevo',
>>>>>>>>>> 'Europe/Sarajevo'), ('Europe/Simferopol', 'Europe/Simferopol'),
>>>>>>>>>> ('Europe/Skopje', 'Europe/Skopje'), ('Europe/Sofia', 'Europe/Sofia'),
>>>>>>>>>> ('Europe/Stockholm', 'Europe/Stockholm'), ('Europe/Tallinn',
>>>>>>>>>> 'Europe/Tallinn'), ('Europe/Tirane', 'Europe/Tirane'), ('Europe/Tiraspol',
>>>>>>>>>> 'Europe/Tiraspol'), ('Europe/Uzhgorod', 'Europe/Uzhgorod'),
>>>>>>>>>> ('Europe/Vaduz', 'Europe/Vaduz'), ('Europe/Vatican', 'Europe/Vatican'),
>>>>>>>>>> ('Europe/Vienna', 'Europe/Vienna'), ('Europe/Vilnius', 'Europe/Vilnius'),
>>>>>>>>>> ('Europe/Volgograd', 'Europe/Volgograd'), ('Europe/Warsaw',
>>>>>>>>>> 'Europe/Warsaw'), ('Europe/Zagreb', 'Europe/Zagreb'), ('Europe/Zaporozhye',
>>>>>>>>>> 'Europe/Zaporozhye'), ('Europe/Zurich', 'Europe/Zurich'), ('GB', 'GB'),
>>>>>>>>>> ('GB-Eire', 'GB-Eire'), ('GMT', 'GMT'), ('GMT+0', 'GMT+0'), ('GMT-0',
>>>>>>>>>> 'GMT-0'), ('GMT0', 'GMT0'), ('Greenwich', 'Greenwich'), ('HST', 'HST'),
>>>>>>>>>> ('Hongkong', 'Hongkong'), ('Iceland', 'Iceland'), ('Indian/Antananarivo',
>>>>>>>>>> 'Indian/Antananarivo'), ('Indian/Chagos', 'Indian/Chagos'),
>>>>>>>>>> ('Indian/Christmas', 'Indian/Christmas'), ('Indian/Cocos', 'Indian/Cocos'),
>>>>>>>>>> ('Indian/Comoro', 'Indian/Comoro'), ('Indian/Kerguelen',
>>>>>>>>>> 'Indian/Kerguelen'), ('Indian/Mahe', 'Indian/Mahe'), ('Indian/Maldives',
>>>>>>>>>> 'Indian/Maldives'), ('Indian/Mauritius', 'Indian/Mauritius'),
>>>>>>>>>> ('Indian/Mayotte', 'Indian/Mayotte'), ('Indian/Reunion', 'Indian/Reunion'),
>>>>>>>>>> ('Iran', 'Iran'), ('Israel', 'Israel'), ('Jamaica', 'Jamaica'), ('Japan',
>>>>>>>>>> 'Japan'), ('Kwajalein', 'Kwajalein'), ('Libya', 'Libya'), ('MET', 'MET'),
>>>>>>>>>> ('MST', 'MST'), ('MST7MDT', 'MST7MDT'), ('Mexico/BajaNorte',
>>>>>>>>>> 'Mexico/BajaNorte'), ('Mexico/BajaSur', 'Mexico/BajaSur'),
>>>>>>>>>> ('Mexico/General', 'Mexico/General'), ('NZ', 'NZ'), ('NZ-CHAT', 'NZ-CHAT'),
>>>>>>>>>> ('Navajo', 'Navajo'), ('PRC', 'PRC'), ('PST8PDT', 'PST8PDT'),
>>>>>>>>>> ('Pacific/Apia', 'Pacific/Apia'), ('Pacific/Auckland', 'Pacific/Auckland'),
>>>>>>>>>> ('Pacific/Chatham', 'Pacific/Chatham'), ('Pacific/Chuuk', 'Pacific/Chuuk'),
>>>>>>>>>> ('Pacific/Easter', 'Pacific/Easter'), ('Pacific/Efate', 'Pacific/Efate'),
>>>>>>>>>> ('Pacific/Enderbury', 'Pacific/Enderbury'), ('Pacific/Fakaofo',
>>>>>>>>>> 'Pacific/Fakaofo'), ('Pacific/Fiji', 'Pacific/Fiji'), ('Pacific/Funafuti',
>>>>>>>>>> 'Pacific/Funafuti'), ('Pacific/Galapagos', 'Pacific/Galapagos'),
>>>>>>>>>> ('Pacific/Gambier', 'Pacific/Gambier'), ('Pacific/Guadalcanal',
>>>>>>>>>> 'Pacific/Guadalcanal'), ('Pacific/Guam', 'Pacific/Guam'),
>>>>>>>>>> ('Pacific/Honolulu', 'Pacific/Honolulu'), ('Pacific/Johnston',
>>>>>>>>>> 'Pacific/Johnston'), ('Pacific/Kiritimati', 'Pacific/Kiritimati'),
>>>>>>>>>> ('Pacific/Kosrae', 'Pacific/Kosrae'), ('Pacific/Kwajalein',
>>>>>>>>>> 'Pacific/Kwajalein'), ('Pacific/Majuro', 'Pacific/Majuro'),
>>>>>>>>>> ('Pacific/Marquesas', 'Pacific/Marquesas'), ('Pacific/Midway',
>>>>>>>>>> 'Pacific/Midway'), ('Pacific/Nauru', 'Pacific/Nauru'), ('Pacific/Niue',
>>>>>>>>>> 'Pacific/Niue'), ('Pacific/Norfolk', 'Pacific/Norfolk'), ('Pacific/Noumea',
>>>>>>>>>> 'Pacific/Noumea'), ('Pacific/Pago_Pago', 'Pacific/Pago_Pago'),
>>>>>>>>>> ('Pacific/Palau', 'Pacific/Palau'), ('Pacific/Pitcairn',
>>>>>>>>>> 'Pacific/Pitcairn'), ('Pacific/Pohnpei', 'Pacific/Pohnpei'),
>>>>>>>>>> ('Pacific/Ponape', 'Pacific/Ponape'), ('Pacific/Port_Moresby',
>>>>>>>>>> 'Pacific/Port_Moresby'), ('Pacific/Rarotonga', 'Pacific/Rarotonga'),
>>>>>>>>>> ('Pacific/Saipan', 'Pacific/Saipan'), ('Pacific/Samoa', 'Pacific/Samoa'),
>>>>>>>>>> ('Pacific/Tahiti', 'Pacific/Tahiti'), ('Pacific/Tarawa', 'Pacific/Tarawa'),
>>>>>>>>>> ('Pacific/Tongatapu', 'Pacific/Tongatapu'), ('Pacific/Truk',
>>>>>>>>>> 'Pacific/Truk'), ('Pacific/Wake', 'Pacific/Wake'), ('Pacific/Wallis',
>>>>>>>>>> 'Pacific/Wallis'), ('Pacific/Yap', 'Pacific/Yap'), ('Poland', 'Poland'),
>>>>>>>>>> ('Portugal', 'Portugal'), ('ROC', 'ROC'), ('ROK', 'ROK'), ('Singapore',
>>>>>>>>>> 'Singapore'), ('Turkey', 'Turkey'), ('UCT', 'UCT'), ('US/Alaska',
>>>>>>>>>> 'US/Alaska'), ('US/Aleutian', 'US/Aleutian'), ('US/Arizona', 'US/Arizona'),
>>>>>>>>>> ('US/Central', 'US/Central'), ('US/East-Indiana', 'US/East-Indiana'),
>>>>>>>>>> ('US/Eastern', 'US/Eastern'), ('US/Hawaii', 'US/Hawaii'),
>>>>>>>>>> ('US/Indiana-Starke', 'US/Indiana-Starke'), ('US/Michigan', 'US/Michigan'),
>>>>>>>>>> ('US/Mountain', 'US/Mountain'), ('US/Pacific', 'US/Pacific'),
>>>>>>>>>> ('US/Pacific-New', 'US/Pacific-New'), ('US/Samoa', 'US/Samoa'), ('UTC',
>>>>>>>>>> 'UTC'), ('Universal', 'Universal'), ('W-SU', 'W-SU'), ('WET', 'WET'),
>>>>>>>>>> ('Zulu', 'Zulu')] FILE_UPLOAD_HANDLERS = DEFAULT_CONTENT_TYPE = 'text/html'
>>>>>>>>>> DEBUG_STATIC = False ACCOUNT_APPROVAL_REQUIRED = False APPEND_SLASH = True
>>>>>>>>>> FIRST_DAY_OF_WEEK = 0 DATABASE_ROUTERS = [] DEFAULT_TABLESPACE = ''
>>>>>>>>>> YEAR_MONTH_FORMAT = 'F Y' STATICFILES_STORAGE =
>>>>>>>>>> 'django.contrib.staticfiles.storage.StaticFilesStorage' CACHES =
>>>>>>>>>> {'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'}}
>>>>>>>>>> DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION = True CKAN_ORIGINS = [{'url': '
>>>>>>>>>> https://data.hdx.rwlabs.org/dataset/new?title={name}&dataset_date={date}¬es={abstract}&caveats={caveats}',
>>>>>>>>>> 'css_class': 'hdx', 'label': 'Humanitarian Data Exchange (HDX)'}]
>>>>>>>>>> ACCOUNT_EMAIL_CONFIRMATION_EMAIL = False SERVER_EMAIL = 'root at localhost'
>>>>>>>>>> SESSION_COOKIE_PATH = '/' USE_X_FORWARDED_HOST = False ACCOUNT_OPEN_SIGNUP
>>>>>>>>>> = True ROOT_URLCONF = 'geonode.urls' CATALOGUE = {'default': {'ENGINE':
>>>>>>>>>> 'geonode.catalogue.backends.pycsw_local', 'URL': '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/catalogue/csw'}} MISSING_THUMBNAIL
>>>>>>>>>> = 'geonode/img/missing_thumb.png' FILE_UPLOAD_TEMP_DIR = None
>>>>>>>>>> MIDDLEWARE_CLASSES = USE_I18N = True THOUSAND_SEPARATOR = ',' SECRET_KEY =
>>>>>>>>>> u'********************' MODELTRANSLATION_FALLBACK_LANGUAGES = 'en'
>>>>>>>>>> LANGUAGE_COOKIE_NAME = 'django_language' ACCOUNT_REMEMBER_ME_EXPIRY =
>>>>>>>>>> 315360000 ACCOUNT_PASSWORD_CHANGE_REDIRECT_URL = u'********************'
>>>>>>>>>> ACCOUNT_EMAIL_UNIQUE = True TRANSACTIONS_MANAGED = False LOGGING_CONFIG =
>>>>>>>>>> 'django.utils.log.dictConfig' TEMPLATE_LOADERS = FORCE_SCRIPT_NAME = None
>>>>>>>>>> TASTYPIE_DEFAULT_FORMATS = ['json'] TEMPLATE_DEBUG = True
>>>>>>>>>> AUTO_GENERATE_AVATAR_SIZES = CSRF_COOKIE_NAME = 'csrftoken'
>>>>>>>>>> CELERY_DEFAULT_EXCHANGE = 'default' CELERY_DEFAULT_ROUTING_KEY =
>>>>>>>>>> u'********************' ACCOUNT_LOGIN_REDIRECT_URL = u'/'
>>>>>>>>>> CELERY_ALWAYS_EAGER = True MODIFY_TOPICCATEGORY = False SIGNING_BACKEND =
>>>>>>>>>> 'django.core.signing.TimestampSigner' SESSION_COOKIE_SECURE = False
>>>>>>>>>> ACCOUNT_LOGIN_URL = u'account_login' CACHE_TIME = 0 PYCSW =
>>>>>>>>>> {'CONFIGURATION': {'metadata:main': {'identification_fees': 'None',
>>>>>>>>>> 'provider_url': 'http://localhost:8000/',
>>>>>>>>>> 'identification_keywords': 'sdi,catalogue,discovery,metadata,GeoNode',
>>>>>>>>>> 'contact_address': 'Mailing Address', 'identification_accessconstraints':
>>>>>>>>>> 'None', 'contact_name': 'Lastname, Firstname', 'contact_stateorprovince':
>>>>>>>>>> 'Administrative Area', 'contact_country': 'Country', 'contact_url':
>>>>>>>>>> 'Contact URL', 'provider_name': 'Organization Name', 'contact_phone':
>>>>>>>>>> '+xx-xxx-xxx-xxxx', 'contact_hours': 'Hours of Service', 'contact_role':
>>>>>>>>>> 'pointOfContact', 'contact_email': 'Email Address', 'identification_title':
>>>>>>>>>> 'GeoNode Catalogue', 'contact_postalcode': 'Zip or Postal Code',
>>>>>>>>>> 'contact_city': 'City', 'identification_keywords_type': 'theme',
>>>>>>>>>> 'identification_abstract': 'GeoNode is an open source platform that
>>>>>>>>>> facilitates the creation, sharing, and collaborative use of geospatial
>>>>>>>>>> data', 'contact_fax': '+xx-xxx-xxx-xxxx', 'contact_instructions': 'During
>>>>>>>>>> hours of service. Off on weekends.', 'contact_position': 'Position Title'},
>>>>>>>>>> 'metadata:inspire': {'languages_supported': 'eng,gre', 'default_language':
>>>>>>>>>> 'eng', 'temp_extent': 'YYYY-MM-DD/YYYY-MM-DD', 'conformity_service':
>>>>>>>>>> 'notEvaluated', 'contact_email': 'Email Address', 'date': 'YYYY-MM-DD',
>>>>>>>>>> 'contact_name': 'Organization Name', 'gemet_keywords': 'Utility and
>>>>>>>>>> governmental services', 'enabled': 'true'}}} CSRF_COOKIE_DOMAIN = None
>>>>>>>>>> FILE_CHARSET = 'utf-8' DEBUG = True SESSION_FILE_PATH = None
>>>>>>>>>> DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
>>>>>>>>>> INSTALLED_APPS = LANGUAGES_BIDI = USE_L10N = False DATABASE_ENGINE =
>>>>>>>>>> 'postgresql_psycopg2' STATIC_ROOT = '/var/www/geonode/static/'
>>>>>>>>>> STATICFILES_DIRS = ['/etc/geonode/media',
>>>>>>>>>> '/usr/local/lib/python2.7/dist-packages/geonode/static'] DATABASE_NAME =
>>>>>>>>>> 'geonode' LEAFLET_CONFIG = {'TILES': [('Watercolor', 'http://{s}.
>>>>>>>>>> tile.stamen.com/watercolor/{z}/{x}/{y}.png
>>>>>>>>>> <http://tile.stamen.com/watercolor/%7Bz%7D/%7Bx%7D/%7By%7D.png>',
>>>>>>>>>> 'Map tiles by Stamen Design <http://stamen.com/>, CC BY 3.0
>>>>>>>>>> <http://creativecommons.org/licenses/by/3.0> — Map data ©
>>>>>>>>>> OpenStreetMap <http://openstreetmap.org/> contributors, CC-BY-SA
>>>>>>>>>> <http://creativecommons.org/licenses/by-sa/2.0/>'), ('Toner
>>>>>>>>>> Lite', 'http://{s}.tile.stamen.com/toner-lite/{z}/{x}/{y}.png
>>>>>>>>>> <http://tile.stamen.com/toner-lite/%7Bz%7D/%7Bx%7D/%7By%7D.png>',
>>>>>>>>>> 'Map tiles byStamen Design <http://stamen.com/>, CC BY 3.0
>>>>>>>>>> <http://creativecommons.org/licenses/by/3.0> — Map data ©
>>>>>>>>>> OpenStreetMap <http://openstreetmap.org/> contributors, CC-BY-SA
>>>>>>>>>> <http://creativecommons.org/licenses/by-sa/2.0/>')], 'PLUGINS':
>>>>>>>>>> {u'__is_normalized__': True, u'ALL': {u'css':
>>>>>>>>>> [u'/static/leaflet/draw/leaflet.draw.css',
>>>>>>>>>> '/static/lib/css/leaflet.fullscreen.css'], u'js':
>>>>>>>>>> [u'/static/leaflet/draw/leaflet.draw.js',
>>>>>>>>>> u'/static/leaflet/leaflet.extras.js', u'/static/leaflet/leaflet.forms.js',
>>>>>>>>>> '/static/lib/js/Leaflet.fullscreen.min.js',
>>>>>>>>>> '/static/lib/js/esri-leaflet.js']}, 'esri-leaflet': {'auto-include': True,
>>>>>>>>>> u'css': [], 'js': ['/static/lib/js/esri-leaflet.js']}, u'forms': {u'css':
>>>>>>>>>> [u'/static/leaflet/draw/leaflet.draw.css'], u'auto-include': False, u'js':
>>>>>>>>>> [u'/static/leaflet/draw/leaflet.draw.js',
>>>>>>>>>> u'/static/leaflet/leaflet.extras.js',
>>>>>>>>>> u'/static/leaflet/leaflet.forms.js']}, 'leaflet-fullscreen': {'css':
>>>>>>>>>> ['/static/lib/css/leaflet.fullscreen.css'], 'auto-include': True, 'js':
>>>>>>>>>> ['/static/lib/js/Leaflet.fullscreen.min.js']}, u'__default__': {u'css':
>>>>>>>>>> ['/static/lib/css/leaflet.fullscreen.css'], u'js':
>>>>>>>>>> ['/static/lib/js/Leaflet.fullscreen.min.js',
>>>>>>>>>> '/static/lib/js/esri-leaflet.js']}}} DOWNLOAD_FORMATS_VECTOR = ['JPEG',
>>>>>>>>>> 'PDF', 'PNG', 'Zipped Shapefile', 'GML 2.0', 'GML 3.1.1', 'CSV', 'Excel',
>>>>>>>>>> 'GeoJSON', 'KML', 'View in Google Earth', 'Tiles'] PREPEND_WWW = False
>>>>>>>>>> SECURE_PROXY_SSL_HEADER = None SOCIAL_ORIGINS = [{'url': 'mailto:?subject={name}&body={url}',
>>>>>>>>>> 'css_class': 'email', 'label': 'Email'}, {'url': '
>>>>>>>>>> http://www.facebook.com/sharer.php?u={url}', 'css_class': 'fb',
>>>>>>>>>> 'label': 'Facebook'}, {'url': '
>>>>>>>>>> https://twitter.com/share?url={url}', 'css_class': 'tw',
>>>>>>>>>> 'label': 'Twitter'}, {'url': '
>>>>>>>>>> https://plus.google.com/share?url={url}', 'css_class': 'gp',
>>>>>>>>>> 'label': 'Google +'}] ACCOUNT_PASSWORD_RESET_REDIRECT_URL =
>>>>>>>>>> u'********************' SESSION_COOKIE_HTTPONLY = True DATABASE_PORT =
>>>>>>>>>> '5432' DEBUG_PROPAGATE_EXCEPTIONS = False DEFAULT_ANONYMOUS_VIEW_PERMISSION
>>>>>>>>>> = True MEDIA_URL = '/uploaded/' MONTH_DAY_FORMAT = 'F j'
>>>>>>>>>> ACCOUNT_EMAIL_CONFIRMATION_ANONYMOUS_REDIRECT_URL = u'account_login'
>>>>>>>>>> LOGIN_URL = '/account/login/' SESSION_EXPIRE_AT_BROWSER_CLOSE = False
>>>>>>>>>> OGP_URL = 'http://geodata.tufts.edu/solr/select'
>>>>>>>>>> CELERY_EAGER_PROPAGATES_EXCEPTIONS = True TIME_FORMAT = 'P'
>>>>>>>>>> CELERY_IGNORE_RESULT = True SERVICE_UPDATE_INTERVAL = 0 AUTH_USER_MODEL =
>>>>>>>>>> 'people.Profile' DATE_INPUT_FORMATS = ACCOUNT_LOGOUT_REDIRECT_URL = u'/'
>>>>>>>>>> HAYSTACK_SEARCH = False AUTHENTICATION_BACKENDS = EMAIL_HOST_PASSWORD =
>>>>>>>>>> u'********************' CELERY_DISABLE_RATE_LIMITS = True
>>>>>>>>>> PASSWORD_RESET_TIMEOUT_DAYS = u'********************'
>>>>>>>>>> CACHE_MIDDLEWARE_ALIAS = 'default' SESSION_SAVE_EVERY_REQUEST = False
>>>>>>>>>> NUMBER_GROUPING = 0 SHORT_DATETIME_FORMAT = 'm/d/Y P' SESSION_ENGINE =
>>>>>>>>>> 'django.contrib.sessions.backends.db' CELERY_RESULT_BACKEND = None
>>>>>>>>>> ACCOUNT_DELETION_MARK_CALLBACK = '' CSRF_COOKIE_PATH = '/'
>>>>>>>>>> LOGIN_REDIRECT_URL = '/accounts/profile/' SITEURL = '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/' PROJECT_ROOT =
>>>>>>>>>> '/usr/local/lib/python2.7/dist-packages/geonode'
>>>>>>>>>> ACCOUNT_DELETION_EXPUNGE_HOURS = 48 GEONODE_ROOT =
>>>>>>>>>> '/usr/local/lib/python2.7/dist-packages/geonode' DECIMAL_SEPARATOR = '.'
>>>>>>>>>> CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure' CELERY_SEND_EVENTS =
>>>>>>>>>> False NOSE_ARGS = ['--nocapture', '--detailed-errors'] LOCALE_PATHS =
>>>>>>>>>> '/usr/local/lib/python2.7/dist-packages/geonode/locale'
>>>>>>>>>> THEME_ACCOUNT_CONTACT_EMAIL = 'admin at example.com'
>>>>>>>>>> PASSWORD_HASHERS = u'********************' PROXY_ALLOWED_HOSTS =
>>>>>>>>>> MESSAGE_STORAGE =
>>>>>>>>>> 'django.contrib.messages.storage.fallback.FallbackStorage' USE_QUEUE =
>>>>>>>>>> False COMMENTS_ALLOW_PROFANITIES = False LOGOUT_URL = '/account/logout/'
>>>>>>>>>> MAP_BASELAYERS = [{'source': {'url': '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/geoserver/wms', 'restUrl':
>>>>>>>>>> '/gs/rest', 'ptype': 'gxp_wmscsource'}}, {'source': {'url': '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/geoserver/wms', 'restUrl':
>>>>>>>>>> '/gs/rest', 'ptype': 'gxp_wmscsource'}}, {'group': 'background', 'args':
>>>>>>>>>> ['No background'], 'visibility': False, 'source': {'ptype':
>>>>>>>>>> 'gxp_olsource'}, 'fixed': True, 'type': 'OpenLayers.Layer'}, {'group':
>>>>>>>>>> 'background', 'args': ['OpenStreetMap'], 'visibility': False, 'source':
>>>>>>>>>> {'ptype': 'gxp_olsource'}, 'fixed': True, 'type': 'OpenLayers.Layer.OSM'},
>>>>>>>>>> {'source': {'ptype': 'gxp_mapquestsource'}, 'group': 'background', 'name':
>>>>>>>>>> 'osm', 'visibility': True}, {'source': {'ptype': 'gxp_mapquestsource'},
>>>>>>>>>> 'group': 'background', 'name': 'naip', 'visibility': False}, {'source':
>>>>>>>>>> {'ptype': 'gxp_bingsource'}, 'fixed': True, 'group': 'background', 'name':
>>>>>>>>>> 'AerialWithLabels', 'visibility': False}, {'source': {'ptype':
>>>>>>>>>> 'gxp_mapboxsource'}}] EMAIL_USE_TLS = False ACCOUNT_LANGUAGES = [('en',
>>>>>>>>>> u'English'), ('es', u'espa\xf1ol'), ('it', u'italiano'), ('fr',
>>>>>>>>>> u'fran\xe7ais'), ('de', u'Deutsch'), ('el',
>>>>>>>>>> u'\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac'), ('id', u'Bahasa
>>>>>>>>>> Indonesia'), ('zh-cn', u'\u7b80\u4f53\u4e2d\u6587'), ('ja',
>>>>>>>>>> u'\u65e5\u672c\u8a9e'), ('fa', u'\u0641\u0627\u0631\u0633\u06cc'), ('ar',
>>>>>>>>>> u'\u0627\u0644\u0639\u0631\u0628\u064a\u0651\u0629'), ('bn',
>>>>>>>>>> u'\u09ac\u09be\u0982\u09b2\u09be'), ('ne',
>>>>>>>>>> u'\u0928\u0947\u092a\u093e\u0932\u0940'), ('sq', u'shqip'), ('af',
>>>>>>>>>> u'Afrikaans'), ('sw', u'Kiswahili'), ('pt', u'Portugu\xeas'), ('ru',
>>>>>>>>>> u'\u0420\u0443\u0441\u0441\u043a\u0438\u0439'), ('vi', u'Ti\xea\u0301ng
>>>>>>>>>> Vi\xea\u0323t'), ('ko', u'\ud55c\uad6d\uc5b4'), ('am', 'Amharic'), ('km',
>>>>>>>>>> u'Khmer'), ('pl', u'polski'), ('sv', u'svenska'), ('th',
>>>>>>>>>> u'\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22'), ('uk',
>>>>>>>>>> u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430'), ('si',
>>>>>>>>>> 'sinhala'), ('ta', u'tamil'), ('tl', 'tagalog')] FIXTURE_DIRS =
>>>>>>>>>> ABSOLUTE_URL_OVERRIDES = {} DATE_FORMAT = 'N j, Y' OGC_SERVER = {'default':
>>>>>>>>>> {'LOG_FILE': '/usr/share/geoserver/data/logs/geoserver.log', 'WPS_ENABLED':
>>>>>>>>>> True, 'WMST_ENABLED': False, 'GEOGIG_DATASTORE_DIR': '',
>>>>>>>>>> 'GEONODE_SECURITY_ENABLED': True, 'MAPFISH_PRINT_ENABLED': True,
>>>>>>>>>> 'PUBLIC_LOCATION': 'http://aguai.cnpm.embrapa.br/geoserver/',
>>>>>>>>>> 'BACKEND_WRITE_ENABLED': True, 'USER': 'admin', 'BACKEND':
>>>>>>>>>> 'geonode.geoserver', 'DATASTORE': 'datastore', 'PASSWORD':
>>>>>>>>>> u'********************', 'PRINT_NG_ENABLED': True, 'GEOGIG_ENABLED': False,
>>>>>>>>>> 'LOCATION': 'http://localhost:8080/geoserver/'}}
>>>>>>>>>> SKIP_PERMS_FILTER = False ACCOUNT_NOTIFY_ON_PASSWORD_CHANGE =
>>>>>>>>>> u'********************' MEDIA_ROOT = '/var/www/geonode/uploaded'
>>>>>>>>>> AGON_RATINGS_CATEGORY_CHOICES = {'maps.Map': {'map': 'How good is this
>>>>>>>>>> map?'}, 'layers.Layer': {'layer': 'How good is this layer?'},
>>>>>>>>>> 'documents.Document': {'document': 'How good is this document?'}}
>>>>>>>>>> DATABASE_HOST = 'localhost' DEFAULT_EXCEPTION_REPORTER_FILTER =
>>>>>>>>>> 'django.views.debug.SafeExceptionReporterFilter' ADMINS =
>>>>>>>>>> FORMAT_MODULE_PATH = None DEFAULT_FROM_EMAIL = 'webmaster at localhost'
>>>>>>>>>> GEONODE_APPS = GEOSERVER_URL = '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/geoserver/' DATETIME_FORMAT = 'N j,
>>>>>>>>>> Y, P' TEMPLATE_DIRS = ALLOWED_DOCUMENT_TYPES = ['doc', 'docx', 'gif',
>>>>>>>>>> 'jpg', 'jpeg', 'ods', 'odt', 'odp', 'pdf', 'png', 'ppt', 'pptx', 'rar',
>>>>>>>>>> 'tif', 'tiff', 'txt', 'xls', 'xlsx', 'xml', 'zip', 'gz']
>>>>>>>>>> NOTIFICATION_LANGUAGE_MODULE = 'account.Account'
>>>>>>>>>> ACCOUNT_DELETION_EXPUNGE_CALLBACK = '' RESOURCE_PUBLISHING = False
>>>>>>>>>> ACCOUNT_HOOKSET =PROXY_URL = '/proxy/?url=' SITE_ID = 1
>>>>>>>>>> DISALLOWED_USER_AGENTS = ALLOWED_INCLUDE_ROOTS = API_LIMIT_PER_PAGE =
>>>>>>>>>> u'********************' ACCOUNT_SETTINGS_REDIRECT_URL = u'account_settings'
>>>>>>>>>> EXTRA_LANG_INFO = {'tl': {'code': 'tl', 'name': 'Tagalog', 'bidi': False,
>>>>>>>>>> 'name_local': 'tagalog'}, 'am': {'code': 'am', 'name': 'Amharic', 'bidi':
>>>>>>>>>> False, 'name_local': 'Amharic'}, 'si': {'code': 'si', 'name': 'Sinhala',
>>>>>>>>>> 'bidi': False, 'name_local': 'sinhala'}, 'ta': {'code': 'ta', 'name':
>>>>>>>>>> 'Tamil', 'bidi': False, 'name_local': u'tamil'}} LOGGING = {'loggers':
>>>>>>>>>> {'geonode': {'handlers': ['console'], 'level': 'ERROR'}, 'django':
>>>>>>>>>> {'handlers': ['console'], 'level': 'ERROR'}, 'pycsw': {'handlers':
>>>>>>>>>> ['console'], 'level': 'ERROR'}, 'owslib': {'handlers': ['console'],
>>>>>>>>>> 'level': 'ERROR'}, 'gsconfig.catalog': {'handlers': ['console'], 'level':
>>>>>>>>>> 'ERROR'}}, 'disable_existing_loggers': True, 'handlers': {'null': {'class':
>>>>>>>>>> 'django.utils.log.NullHandler', 'level': 'ERROR'}, 'console': {'formatter':
>>>>>>>>>> 'simple', 'class': 'logging.StreamHandler', 'level': 'ERROR'},
>>>>>>>>>> 'mail_admins': {'class': 'django.utils.log.AdminEmailHandler', 'filters':
>>>>>>>>>> ['require_debug_false'], 'level': 'ERROR'}}, 'formatters': {'simple':
>>>>>>>>>> {'format': '%(message)s'}, 'verbose': {'format': '%(levelname)s %(asctime)s
>>>>>>>>>> %(module)s %(process)d %(thread)d %(message)s'}}, 'version': 1, 'filters':
>>>>>>>>>> {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}}}
>>>>>>>>>> SHORT_DATE_FORMAT = 'm/d/Y' DATABASE_USER = 'geonode' TEST_RUNNER =
>>>>>>>>>> 'django_nose.NoseTestSuiteRunner' ACTSTREAM_SETTINGS = {'MODELS':
>>>>>>>>>> ('people.Profile', 'layers.layer', 'maps.map', 'dialogos.comment',
>>>>>>>>>> 'documents.document', 'services.service'), 'GFK_FETCH_DEPTH': 1,
>>>>>>>>>> 'USE_JSONFIELD': True, 'FETCH_RELATIONS': True, 'USE_PREFETCH': False}
>>>>>>>>>> MODELTRANSLATION_LANGUAGES = ['en'] HAYSTACK_FACET_COUNTS = False
>>>>>>>>>> CACHE_MIDDLEWARE_KEY_PREFIX = u'********************' DEFAULT_WORKSPACE =
>>>>>>>>>> 'geonode' TIME_ZONE = 'America/Chicago' FILE_UPLOAD_MAX_MEMORY_SIZE =
>>>>>>>>>> 2621440 LOCAL_GEOSERVER = {'source': {'url': '
>>>>>>>>>> http://aguai.cnpm.embrapa.br/geoserver/wms', 'restUrl':
>>>>>>>>>> '/gs/rest', 'ptype': 'gxp_wmscsource'}} EMAIL_BACKEND =
>>>>>>>>>> 'django.core.mail.backends.smtp.EmailBackend' ANONYMOUS_USER_ID = -1
>>>>>>>>>> POSTGIS_VERSION = DEFAULT_MAP_ZOOM = 0 TEMPLATE_CONTEXT_PROCESSORS =
>>>>>>>>>> CELERY_QUEUES = [ -> default>, -> cleanup>, -> update>, -> email>]
>>>>>>>>>> LOCKDOWN_GEONODE = False SESSION_COOKIE_AGE = 1209600 SETTINGS_MODULE =
>>>>>>>>>> 'geonode.settings' GUARDIAN_GET_INIT_ANONYMOUS_USER =
>>>>>>>>>> 'geonode.people.models.get_anonymous_user_instance' USE_ETAGS = False
>>>>>>>>>> SOCIAL_BUTTONS = True LANGUAGES = CELERY_TASK_RESULT_EXPIRES = 1
>>>>>>>>>> DEFAULT_INDEX_TABLESPACE = '' INTERNAL_IPS = STATIC_URL = '/static/'
>>>>>>>>>> EMAIL_PORT = 25 LAYER_PREVIEW_LIBRARY = 'geoext' USE_TZ = False
>>>>>>>>>> DEFAULT_SEARCH_SIZE = 10 CLIENT_RESULTS_LIMIT = 100
>>>>>>>>>> MODELTRANSLATION_DEFAULT_LANGUAGE = 'en' ACCOUNT_SIGNUP_REDIRECT_URL = u'/'
>>>>>>>>>> DOCUMENT_TYPE_MAP = {'odp': 'presentation', 'tiff': 'image', 'ods': 'text',
>>>>>>>>>> 'odt': 'text', 'gz': 'archive', 'jpg': 'image', 'rar': 'archive', 'ppt':
>>>>>>>>>> 'presentation', 'txt': 'text', 'xml': 'text', 'log': 'text', 'zip':
>>>>>>>>>> 'archive', 'gif': 'image', 'tif': 'image', 'pptx': 'presentation', 'xlsx':
>>>>>>>>>> 'text', 'docx': 'text', 'jpeg': 'image', 'png': 'image', 'doc': 'text',
>>>>>>>>>> 'pdf': 'presentation', 'xls': 'text'} CACHE_MIDDLEWARE_SECONDS = 600
>>>>>>>>>> SITENAME = 'GeoNode' ACCOUNT_CREATE_ON_SAVE = True CSRF_COOKIE_HTTPONLY =
>>>>>>>>>> False DATETIME_INPUT_FORMATS = ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = False
>>>>>>>>>> DATABASE_PASSWORD = u'********************' PROFANITIES_LIST =
>>>>>>>>>> u'********************' EMAIL_HOST_USER = '' MAX_DOCUMENT_SIZE = 2 You're
>>>>>>>>>> seeing this error because you have DEBUG = True in your Django settings
>>>>>>>>>> file. Change that to False, and Django will display a standard 500 page.
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Davi de O. Custódio
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> geonode-users mailing list
>>>>>>>>>> geonode-users at lists.osgeo.org
>>>>>>>>>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Simone
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> geonode-users mailing list
>>>>>>>>> geonode-users at lists.osgeo.org
>>>>>>>>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Simone
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Simone
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> geonode-users mailing list
>>>> geonode-users at lists.osgeo.org
>>>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users
>>>>
>>>>
>>>
>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users
>>
>>
>
>
> --
> Davi de O. Custódio
>
>
>
> --
> Davi de O. Custódio
>



-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20150414/fb2bfd91/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 335551 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20150414/fb2bfd91/attachment-0001.png>


More information about the geonode-users mailing list