gws.base.metadata.iso
¶
ISO 19115 metadata.
Source code: gws.base.metadata.iso
Module Contents¶
- class gws.base.metadata.iso.CI_OnLineFunctionCode(*args, **kwds)¶
Bases:
gws.Enum
Function performed by the online resource.
- download = 'download'¶
- information = 'information'¶
- offlineAccess = 'offlineAccess'¶
- order = 'order'¶
- search = 'search'¶
- class gws.base.metadata.iso.CI_PresentationFormCode(*args, **kwds)¶
Bases:
gws.Enum
Format in which the resource is presented.
- atlasDigital = 'atlasDigital'¶
- chartDigital = 'chartDigital'¶
- datasetDigital = 'datasetDigital'¶
- documentDigital = 'documentDigital'¶
- mapDigital = 'mapDigital'¶
- modelDigital = 'modelDigital'¶
- serviceDigital = 'serviceDigital'¶
- soundRecordingDigital = 'soundRecordingDigital'¶
- tableDigital = 'tableDigital'¶
- textTableDigital = 'textTableDigital'¶
- videoDigital = 'videoDigital'¶
- class gws.base.metadata.iso.CI_RoleCode(*args, **kwds)¶
Bases:
gws.Enum
Role of the responsible party.
- author = 'author'¶
- contributor = 'contributor'¶
- custodian = 'custodian'¶
- distributor = 'distributor'¶
- editor = 'editor'¶
- originator = 'originator'¶
- owner = 'owner'¶
- pointOfContact = 'pointOfContact'¶
- principalInvestigator = 'principalInvestigator'¶
- processor = 'processor'¶
- publisher = 'publisher'¶
- resourceProvider = 'resourceProvider'¶
- rightsHolder = 'rightsHolder'¶
- sponsor = 'sponsor'¶
- user = 'user'¶
- class gws.base.metadata.iso.MD_MaintenanceFrequencyCode(*args, **kwds)¶
Bases:
gws.Enum
Frequency with which modifications and deletions are made to the data after it is first produced.
- annually = 'annually'¶
- asNeeded = 'asNeeded'¶
- biannually = 'biannually'¶
- continual = 'continual'¶
- daily = 'daily'¶
- fortnightly = 'fortnightly'¶
- irregular = 'irregular'¶
- monthly = 'monthly'¶
- notPlanned = 'notPlanned'¶
- quarterly = 'quarterly'¶
- unknown = 'unknown'¶
- weekly = 'weekly'¶
- class gws.base.metadata.iso.MD_RestrictionCode(*args, **kwds)¶
Bases:
gws.Enum
Limitations placed upon the access or use of the data.
- copyright = 'copyright'¶
- intellectualPropertyRights = 'intellectualPropertyRights'¶
- license = 'license'¶
- otherRestrictions = 'otherRestrictions'¶
- patent = 'patent'¶
- patentPending = 'patentPending'¶
- restricted = 'restricted'¶
- trademark = 'trademark'¶
- class gws.base.metadata.iso.MD_ScopeCode(*args, **kwds)¶
Bases:
gws.Enum
Class of information to which the referencing entity applies.
- attribute = 'attribute'¶
- attributeType = 'attributeType'¶
- collectionHardware = 'collectionHardware'¶
- collectionSession = 'collectionSession'¶
- dataset = 'dataset'¶
- dimensionGroup = 'dimensionGroup'¶
- feature = 'feature'¶
- featureType = 'featureType'¶
- fieldSession = 'fieldSession'¶
- model = 'model'¶
- nonGeographicDataset = 'nonGeographicDataset'¶
- propertyType = 'propertyType'¶
- series = 'series'¶
- service = 'service'¶
- software = 'software'¶
- tile = 'tile'¶
- class gws.base.metadata.iso.MD_SpatialRepresentationTypeCode(*args, **kwds)¶
Bases:
gws.Enum
Method used to represent geographic information in the dataset.
- grid = 'grid'¶
- stereoModel = 'stereoModel'¶
- textTable = 'textTable'¶
- tin = 'tin'¶
- vector = 'vector'¶
- video = 'video'¶
- class gws.base.metadata.iso.MD_TopicCategoryCode(*args, **kwds)¶
Bases:
gws.Enum
High-level geographic data thematic classification.
- biota = 'biota'¶
- boundaries = 'boundaries'¶
- climatologyMeteorologyAtmosphere = 'climatologyMeteorologyAtmosphere'¶
- economy = 'economy'¶
- elevation = 'elevation'¶
- environment = 'environment'¶
- farming = 'farming'¶
- geoscientificInformation = 'geoscientificInformation'¶
- health = 'health'¶
- imageryBaseMapsEarthCover = 'imageryBaseMapsEarthCover'¶
- inlandWaters = 'inlandWaters'¶
- intelligenceMilitary = 'intelligenceMilitary'¶
- location = 'location'¶
- oceans = 'oceans'¶
- planningCadastre = 'planningCadastre'¶
- society = 'society'¶
- structure = 'structure'¶
- transportation = 'transportation'¶
- utilitiesCommunication = 'utilitiesCommunication'¶