openapi: 3.0.1 info: version: 0.7.15 title: SOFP OGC API Features server license: name: MIT servers: - url: 'https://geo.stat.fi:443/inspire/ogc/api/pd' description: This server paths: /: get: summary: OGC API Features Landing page operationId: getLandingPage tags: - Capabilities responses: '200': description: links to the API capabilities content: application/json: schema: $ref: '#/components/schemas/root' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /conformance: get: summary: information about standards that this API conforms to description: >- list all requirements classes specified in a standard (e.g., WFS 3.0 Part 1: Core) that the server conforms to operationId: getRequirementsClasses tags: - Capabilities responses: '200': description: the URIs of all requirements classes supported by the server content: application/json: schema: $ref: '#/components/schemas/req-classes' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections: get: summary: describe the feature collections in the dataset operationId: describeCollections tags: - Capabilities responses: '200': description: metadata about the feature collections shared by this API content: application/json: schema: $ref: '#/components/schemas/content' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:3067 2022 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2022 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2022 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:4326 2022 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2022 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2022 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022: get: summary: >- describe the INSPIRE PD StatisticalDistribution by StatisticalGrid EPSG:3067 2022 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2022 operationId: >- describeCollection_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022/items: get: summary: >- retrieve features of StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2022 operationId: getFeatures_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022 operationId: getFeature_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:3067 2022 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2022 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2022 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:4326 2022 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2022 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2022 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m EPSG:3067 2022 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2022 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2022 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m EPSG:3067 2022 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2022 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2022 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:3067 2021 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2021 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2021 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:4326 2021 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2021 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2021 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021: get: summary: >- describe the INSPIRE PD StatisticalDistribution by StatisticalGrid EPSG:3067 2021 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2021 operationId: >- describeCollection_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021/items: get: summary: >- retrieve features of StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2021 operationId: getFeatures_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021 operationId: getFeature_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:3067 2021 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2021 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2021 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:4326 2021 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2021 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2021 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m EPSG:3067 2021 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2021 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2021 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m EPSG:3067 2021 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2021 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2021 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:3067 2020 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2020 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2020 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:4326 2020 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2020 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2020 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020: get: summary: >- describe the INSPIRE PD StatisticalDistribution by StatisticalGrid EPSG:3067 2020 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2020 operationId: >- describeCollection_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020/items: get: summary: >- retrieve features of StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2020 operationId: getFeatures_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020 operationId: getFeature_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:3067 2020 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2020 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2020 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:4326 2020 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2020 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2020 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m EPSG:3067 2020 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2020 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2020 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m EPSG:3067 2020 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2020 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2020 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:3067 2019 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2019 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:3067 year 2019 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019: get: summary: >- describe the INSPIRE PD StatisticalDistribution by AreaStatisticalUnit EPSG:4326 2019 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2019 operationId: >- describeCollection_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019/items: get: summary: >- retrieve features of StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019 feature collection description: >- INSPIRE PD StatisticalDistribution by AreaStatisticalUnit in Finland EPSG:4326 year 2019 operationId: >- getFeatures_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019 operationId: getFeature_StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019: get: summary: >- describe the INSPIRE PD StatisticalDistribution by StatisticalGrid EPSG:3067 2019 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2019 operationId: >- describeCollection_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019/items: get: summary: >- retrieve features of StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019 feature collection description: >- INSPIRE PD StatisticalDistribution by StatisticalGrid in Finland EPSG:3067 year 2019 operationId: getFeatures_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaOfDissemination in: query schema: type: geometry required: false description: Filters returned features based on feature properties. - name: universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfMeasurement_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfReference_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: periodOfValidity_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: beginLifespanVersion in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: generalStatus in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019 operationId: getFeature_StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:3067 2019 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2019 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:3067 year 2019 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019: get: summary: >- describe the INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k EPSG:4326 2019 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2019 operationId: >- describeCollection_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019/items: get: summary: >- retrieve features of StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019 feature collection description: >- INSPIRE PD StatisticalValue by AreaStatisticalUnit 4500k in Finland EPSG:4326 2019 operationId: getFeatures_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_versionlId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_areaStatisticalUnit' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_country in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_fin in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_swe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geographicalName_eng in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_beginPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_referencePeriod_endPosition in: query schema: type: date required: false description: Filters returned features based on feature properties. - name: areaStatisticalUnit_geometry_geometryDescription in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019 operationId: getFeature_StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m EPSG:3067 2019 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2019 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 5000m in Finland EPSG:3067 2019 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019: get: summary: >- describe the INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m EPSG:3067 2019 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2019 operationId: >- describeCollection_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019 tags: - Capabilities responses: '200': description: >- metadata about the StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019 collection content: application/json: schema: $ref: '#/components/schemas/collectionInfo' example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' /collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019/items: get: summary: >- retrieve features of StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019 feature collection description: >- INSPIRE PD StatisticalValue by StatisticalGridCell RES 1000m in Finland EPSG:3067 2019 operationId: >- getFeatures_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/limit' - $ref: '#/components/parameters/bbox' - $ref: '#/components/parameters/datetime' - name: gid in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: featureType in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_code in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_versionId in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: statisticalGridCell_statisticalGrid_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalGridCell_statisticalGrid' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_localId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_versionId in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_inspireId_namespace in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: '@link_statisticalDistribution' in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_universe in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_domain in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measure in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementMethod in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_measurementUnit in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_type in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: statisticalDistribution_classification_1_item in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: value in: query schema: type: number required: false description: Filters returned features based on feature properties. - name: specialValue in: query schema: type: string required: false description: Filters returned features based on feature properties. - name: status in: query schema: type: string required: false description: Filters returned features based on feature properties. responses: '200': description: >- Information about the feature collection plus the first features matching the selection parameters. content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019FeatureCollectionGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' '/collections/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019/items/{featureId}': get: summary: >- retrieve single feature from feature collection StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019 operationId: >- getFeature_StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019 tags: - Features parameters: - $ref: '#/components/parameters/featureId' responses: '200': description: A feature content: application/json: schema: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019FeatureGeoJSON example: ! '' default: description: an error occurred content: application/json: schema: $ref: '#/components/schemas/exception' example: ! '' components: parameters: limit: name: limit in: query description: >- The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. required: false schema: type: integer minimum: 1 maximum: 10000 default: 10 style: form explode: false bbox: name: bbox in: query description: >- Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four numbers: * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. required: false schema: type: array minItems: 4 maxItems: 6 items: type: number style: form explode: false datetime: name: datetime in: query description: >- Either a date-time or a period string that adheres to RFC 3339. Examples: * A date-time: "2018-02-12T23:20:50Z" * A period: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" or "2018-02-12T00:00:00Z/P1M6DT12H31M12S" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. required: false schema: type: string style: form explode: false featureId: name: featureId in: path description: Local identifier of a specific feature required: true schema: type: string schemas: exception: type: object required: - code properties: code: type: string description: type: string root: type: object required: - links properties: links: type: array items: $ref: '#/components/schemas/link' req-classes: type: object required: - conformsTo properties: conformsTo: type: array items: type: string example: - 'http://www.opengis.net/spec/wfs-1/3.0/req/core' - 'http://www.opengis.net/spec/wfs-1/3.0/req/oas30' - 'http://www.opengis.net/spec/wfs-1/3.0/req/html' - 'http://www.opengis.net/spec/wfs-1/3.0/req/geojson' link: type: object required: - href properties: href: type: string rel: type: string example: prev type: type: string example: application/geo+json hreflang: type: string example: en content: type: object required: - links - collections properties: links: type: array items: $ref: '#/components/schemas/link' collections: type: array items: $ref: '#/components/schemas/collectionInfo' collectionInfo: type: object required: - id - links properties: id: description: 'identifier of the collection used, for example, in URIs' type: string title: description: human readable title of the collection type: string description: description: a description of the features in the collection type: string links: type: array items: $ref: '#/components/schemas/link' extent: $ref: '#/components/schemas/extent' crs: description: >- The coordinate reference systems in which geometries may be retrieved. Coordinate reference systems are identified by a URI. The first coordinate reference system is the coordinate reference system that is used by default. This is always "http://www.opengis.net/def/crs/OGC/1.3/CRS84", i.e. WGS84 longitude/latitude. type: array items: type: string default: - 'http://www.opengis.net/def/crs/OGC/1.3/CRS84' extent: type: object properties: crs: description: >- Coordinate reference system of the coordinates in the spatial extent (property `spatial`). In the Core, only WGS84 longitude/latitude is supported. Extensions may support additional coordinate reference systems. type: string enum: - 'http://www.opengis.net/def/crs/OGC/1.3/CRS84' default: 'http://www.opengis.net/def/crs/OGC/1.3/CRS84' spatial: description: >- West, north, east, south edges of the spatial extent. The minimum and maximum values apply to the coordinate reference system WGS84 longitude/latitude that is supported in the Core. If, for example, a projected coordinate reference system is used, the minimum and maximum values need to be adjusted. type: array minItems: 4 maxItems: 4 items: type: number example: - -180 - -90 - 180 - 90 trs: description: >- Temporal reference system of the coordinates in the temporal extent (property `temporal`). In the Core, only the Gregorian calendar is supported. Extensions may support additional temporal reference systems. type: string enum: - 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian' default: 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian' temporal: description: Begin and end times of the temporal extent. type: array minItems: 2 maxItems: 2 items: type: string format: dateTime example: - '2011-11-11T12:22:11Z' - '2012-11-24T12:32:43Z' geometryGeoJSON: type: object required: - type properties: type: type: string enum: - Point - MultiPoint - LineString - MultiLineString - Polygon - MultiPolygon - GeometryCollection StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2022FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2021FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2020FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_3067_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_AreaStatisticalUnit_EPSG_4326_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalDistribution_by_StatisticalGrid_EPSG_3067_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' inspireId_localId: type: string description: ! '' inspireId_versionId: type: string description: ! '' inspireId_namespace: type: string description: ! '' areaOfDissemination: type: geometry description: ! '' universe: type: string description: ! '' domain: type: string description: ! '' measure: type: string description: ! '' measurementMethod: type: string description: ! '' measurementUnit: type: string description: ! '' periodOfMeasurement_beginPosition: type: date description: ! '' periodOfMeasurement_endPosition: type: date description: ! '' periodOfReference_beginPosition: type: date description: ! '' periodOfReference_endPosition: type: date description: ! '' periodOfValidity_beginPosition: type: date description: ! '' beginLifespanVersion: type: date description: ! '' generalStatus: type: string description: ! '' classification_1_type: type: string description: ! '' classification_1_item: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_3067_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_AreaStatisticalUnit_4500k_EPSG_4326_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' areaStatisticalUnit_inspireId_localId: type: string description: ! '' areaStatisticalUnit_inspireId_versionlId: type: string description: ! '' areaStatisticalUnit_inspireId_namespace: type: string description: ! '' '@link_areaStatisticalUnit': type: string description: ! '' areaStatisticalUnit_country: type: string description: ! '' areaStatisticalUnit_geographicalName_fin: type: string description: ! '' areaStatisticalUnit_geographicalName_swe: type: string description: ! '' areaStatisticalUnit_geographicalName_eng: type: string description: ! '' areaStatisticalUnit_referencePeriod_beginPosition: type: date description: ! '' areaStatisticalUnit_referencePeriod_endPosition: type: date description: ! '' areaStatisticalUnit_geometry_geometryDescription: type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: number description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_5000m_EPSG_3067_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019FeatureCollectionGeoJSON: type: object required: - type - features properties: type: type: string enum: - FeatureCollection features: type: array items: $ref: >- #/components/schemas/StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019FeatureGeoJSON links: type: array items: $ref: '#/components/schemas/link' timeStamp: type: string format: dateTime numberMatched: type: integer minimum: 0 numberReturned: type: integer minimum: 0 StatisticalValue_by_StatisticalGridCell_RES_1000m_EPSG_3067_2019FeatureGeoJSON: type: object required: - type - geometry - properties properties: type: type: string enum: - Feature geometry: $ref: '#/components/schemas/geometryGeoJSON' properties: type: object properties: gid: type: string description: ! '' featureType: type: string description: ! '' statisticalGridCell_code: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_localId: type: string description: ! '' statisticalGridCell_statisticalGrid_inspireId_versionId: type: number description: ! '' statisticalGridCell_statisticalGrid_inspireId_namespace: type: string description: ! '' '@link_statisticalGridCell_statisticalGrid': type: string description: ! '' statisticalDistribution_inspireId_localId: type: string description: ! '' statisticalDistribution_inspireId_versionId: type: string description: ! '' statisticalDistribution_inspireId_namespace: type: string description: ! '' '@link_statisticalDistribution': type: string description: ! '' statisticalDistribution_universe: type: string description: ! '' statisticalDistribution_domain: type: string description: ! '' statisticalDistribution_measure: type: string description: ! '' statisticalDistribution_measurementMethod: type: string description: ! '' statisticalDistribution_measurementUnit: type: string description: ! '' statisticalDistribution_classification_1_type: type: string description: ! '' statisticalDistribution_classification_1_item: type: string description: ! '' value: type: number description: ! '' specialValue: type: string description: ! '' status: type: string description: ! '' id: oneOf: - type: string - type: integer tags: - name: Capabilities description: Essential characteristics of this API including information about the data - name: Features description: Access to data (features).