:tocdepth: 3 :py:mod:`gws.base.metadata.inspire` =================================== .. py:module:: gws.base.metadata.inspire .. autoapi-nested-parse:: Various inspire-related data. **Source code:** :source:`gws.base.metadata.inspire` Module Contents --------------- .. py:class:: IM_DegreeOfConformity(*args, **kwds) Bases: :py:obj:`enum.Enum` Degree to which the dataset complies with INSPIRE implementing rules. .. py:attribute:: conformant :value: 'conformant' .. py:attribute:: notConformant :value: 'notConformant' .. py:attribute:: notEvaluated :value: 'notEvaluated' .. py:class:: IM_MandatoryKeyword(*args, **kwds) Bases: :py:obj:`enum.Enum` Mandatory keywords for INSPIRE services. .. py:attribute:: infoCatalogueService :value: 'infoCatalogueService' .. py:attribute:: infoCoverageAccessService :value: 'infoCoverageAccessService' .. py:attribute:: infoFeatureAccessService :value: 'infoFeatureAccessService' .. py:attribute:: infoFeatureTypeService :value: 'infoFeatureTypeService' .. py:attribute:: infoGazetteerService :value: 'infoGazetteerService' .. py:attribute:: infoMapAccessService :value: 'infoMapAccessService' .. py:attribute:: infoOrderHandlingService :value: 'infoOrderHandlingService' .. py:attribute:: infoProductAccessService :value: 'infoProductAccessService' .. py:attribute:: infoPropertyTypeService :value: 'infoPropertyTypeService' .. py:attribute:: infoRegistryService :value: 'infoRegistryService' .. py:attribute:: infoSensorAccessService :value: 'infoSensorAccessService' .. py:attribute:: infoStandingOrderService :value: 'infoStandingOrderService' .. py:class:: IM_ResourceType(*args, **kwds) Bases: :py:obj:`enum.Enum` Type of resource as defined by INSPIRE. .. py:attribute:: dataset :value: 'dataset' .. py:attribute:: series :value: 'series' .. py:attribute:: service :value: 'service' .. py:class:: IM_SpatialDataServiceType(*args, **kwds) Bases: :py:obj:`enum.Enum` Classification of spatial data services according to INSPIRE. .. py:attribute:: discovery :value: 'discovery' .. py:attribute:: download :value: 'download' .. py:attribute:: invoke :value: 'invoke' .. py:attribute:: other :value: 'other' .. py:attribute:: transformation :value: 'transformation' .. py:attribute:: view :value: 'view' .. py:class:: IM_SpatialScope(*args, **kwds) Bases: :py:obj:`enum.Enum` Spatial scope of the resource according to INSPIRE. .. py:attribute:: european :value: 'european' .. py:attribute:: global_ :value: 'global' .. py:attribute:: local :value: 'local' .. py:attribute:: national :value: 'national' .. py:attribute:: regional :value: 'regional' .. py:class:: IM_Theme(*args, **kwds) Bases: :py:obj:`enum.Enum` INSPIRE data themes. .. py:attribute:: addresses :value: 'addresses' .. py:attribute:: administrativeUnits :value: 'administrativeUnits' .. py:attribute:: agriculturalAndAquacultureFacilities :value: 'agriculturalAndAquacultureFacilities' .. py:attribute:: areaManagementRestrictionRegulationZonesAndReportingUnits :value: 'areaManagementRestrictionRegulationZonesAndReportingUnits' .. py:attribute:: atmosphericConditions :value: 'atmosphericConditions' .. py:attribute:: bioGeographicalRegions :value: 'bioGeographicalRegions' .. py:attribute:: buildings :value: 'buildings' .. py:attribute:: cadastralParcels :value: 'cadastralParcels' .. py:attribute:: coordinateReferenceSystems :value: 'coordinateReferenceSystems' .. py:attribute:: elevation :value: 'elevation' .. py:attribute:: energyResources :value: 'energyResources' .. py:attribute:: environmentalMonitoringFacilities :value: 'environmentalMonitoringFacilities' .. py:attribute:: geographicalGridSystems :value: 'geographicalGridSystems' .. py:attribute:: geographicalNames :value: 'geographicalNames' .. py:attribute:: geology :value: 'geology' .. py:attribute:: habitatsAndBiotopes :value: 'habitatsAndBiotopes' .. py:attribute:: humanHealthAndSafety :value: 'humanHealthAndSafety' .. py:attribute:: hydrography :value: 'hydrography' .. py:attribute:: landCover :value: 'landCover' .. py:attribute:: landUse :value: 'landUse' .. py:attribute:: meteorologicalGeographicalFeatures :value: 'meteorologicalGeographicalFeatures' .. py:attribute:: mineralResources :value: 'mineralResources' .. py:attribute:: naturalRiskZones :value: 'naturalRiskZones' .. py:attribute:: oceanographicGeographicalFeatures :value: 'oceanographicGeographicalFeatures' .. py:attribute:: orthoimagery :value: 'orthoimagery' .. py:attribute:: populationDistributionDemography :value: 'populationDistributionDemography' .. py:attribute:: productionAndIndustrialFacilities :value: 'productionAndIndustrialFacilities' .. py:attribute:: protectedSites :value: 'protectedSites' .. py:attribute:: seaRegions :value: 'seaRegions' .. py:attribute:: soil :value: 'soil' .. py:attribute:: speciesDistribution :value: 'speciesDistribution' .. py:attribute:: statisticalUnits :value: 'statisticalUnits' .. py:attribute:: transportNetworks :value: 'transportNetworks' .. py:attribute:: utilityAndGovernmentServices :value: 'utilityAndGovernmentServices' .. py:data:: TAGS .. py:function:: theme_definition(theme: str, language: str) -> str | None Retrieves the definition of a theme in the specified language. :param theme: The theme identifier. :param language: The language code. :returns: The definition of the theme in the given language. :raises KeyError: If the theme or language is not found in THEMES. .. py:function:: theme_name(theme: str, language: str) -> str | None Retrieves the name of a theme in the specified language. :param theme: The theme identifier. :param language: The language code. :returns: The name of the theme in the given language. :raises KeyError: If the theme or language is not found in THEMES. .. py:data:: THEMES