geonode.base.enumerations

Attributes

LINK_TYPES

HIERARCHY_LEVELS

UPDATE_FREQUENCIES

CONTACT_FIELDS

DEFAULT_SUPPLEMENTAL_INFORMATION

COUNTRIES

ALL_LANGUAGES

CHARSETS

STATE_READY

STATE_RUNNING

STATE_PENDING

STATE_WAITING

STATE_INCOMPLETE

STATE_COMPLETE

STATE_INVALID

STATE_PROCESSED

PROCESSING_STATES

SOURCE_TYPE_LOCAL

SOURCE_TYPE_REMOTE

SOURCE_TYPE_COPYREMOTE

SOURCE_TYPES

LAYER_TYPES

Module Contents

geonode.base.enumerations.HIERARCHY_LEVELS[source]
geonode.base.enumerations.UPDATE_FREQUENCIES[source]
geonode.base.enumerations.CONTACT_FIELDS = ['name', 'organization', 'position', 'voice', 'facsimile', 'delivery_point', 'city',...[source]
geonode.base.enumerations.DEFAULT_SUPPLEMENTAL_INFORMATION[source]
geonode.base.enumerations.COUNTRIES = (('AFG', 'Afghanistan'), ('ALA', 'Aland Islands'), ('ALB', 'Albania'), ('DZA', 'Algeria'),...[source]
geonode.base.enumerations.ALL_LANGUAGES = (('abk', 'Abkhazian'), ('aar', 'Afar'), ('afr', 'Afrikaans'), ('amh', 'Amharic'), ('ara',...[source]
geonode.base.enumerations.CHARSETS = (('', 'None/Unknown'), ('UTF-8', 'UTF-8/Unicode'), ('ISO-8859-1', 'Latin1/ISO-8859-1'),...[source]
geonode.base.enumerations.STATE_READY = 'READY'[source]
geonode.base.enumerations.STATE_RUNNING = 'RUNNING'[source]
geonode.base.enumerations.STATE_PENDING = 'PENDING'[source]
geonode.base.enumerations.STATE_WAITING = 'WAITING'[source]
geonode.base.enumerations.STATE_INCOMPLETE = 'INCOMPLETE'[source]
geonode.base.enumerations.STATE_COMPLETE = 'COMPLETE'[source]
geonode.base.enumerations.STATE_INVALID = 'INVALID'[source]
geonode.base.enumerations.STATE_PROCESSED = 'PROCESSED'[source]
geonode.base.enumerations.PROCESSING_STATES[source]
geonode.base.enumerations.SOURCE_TYPE_LOCAL = 'LOCAL'[source]
geonode.base.enumerations.SOURCE_TYPE_REMOTE = 'REMOTE'[source]
geonode.base.enumerations.SOURCE_TYPE_COPYREMOTE = 'COPYREMOTE'[source]
geonode.base.enumerations.SOURCE_TYPES[source]
geonode.base.enumerations.LAYER_TYPES = ['vector', 'raster', 'remote', 'vector_time'][source]