geonetwork-ui 2.4.0-dev.fe59f179 → 2.4.1-dev.73bac9979
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/esm2022/libs/api/metadata-converter/src/index.mjs +4 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +3 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +64 -0
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +38 -0
- package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +14 -0
- package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +270 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +2 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +17 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +227 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +57 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +96 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +2 -0
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +47 -0
- package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +11 -1
- package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +7 -6
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +40 -20
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +5 -5
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +14 -8
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +39 -12
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +58 -43
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +156 -98
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +143 -29
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +31 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +6 -62
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +198 -105
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +118 -24
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +36 -9
- package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +5 -5
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +12 -0
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +50 -25
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +2 -1
- package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +153 -40
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +5 -5
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +15 -5
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +82 -10
- package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +4 -4
- package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +2 -0
- package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +8 -0
- package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +46 -19
- package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +2 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +27 -1
- package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +2 -0
- package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +2 -1
- package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
- package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +5 -5
- package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +3 -3
- package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +7 -11
- package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +6 -6
- package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +7 -7
- package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +1 -1
- package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +4 -4
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +17 -21
- package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -4
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +41 -16
- package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -4
- package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +6 -6
- package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +5 -5
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +4 -4
- package/esm2022/libs/feature/dataviz/src/index.mjs +1 -2
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +18 -11
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +7 -6
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +4 -4
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +38 -51
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +20 -9
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +16 -10
- package/esm2022/libs/feature/editor/src/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +6 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +32 -10
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +21 -5
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +31 -3
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +17 -6
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +68 -0
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +16 -0
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +88 -0
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +113 -0
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +85 -0
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +73 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +76 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +35 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +130 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +109 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +157 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +19 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +5 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +32 -41
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +34 -51
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +79 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +157 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +196 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +44 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +110 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +14 -18
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +12 -30
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +117 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +44 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +53 -70
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +50 -72
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +71 -49
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +16 -10
- package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +6 -6
- package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +12 -12
- package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +5 -5
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +10 -8
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +279 -57
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +20 -11
- package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +5 -5
- package/esm2022/libs/feature/map/src/index.mjs +2 -9
- package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +4 -7
- package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +13 -19
- package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +13 -44
- package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +3 -2
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +9 -9
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +21 -20
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +26 -17
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +18 -17
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +21 -16
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +19 -14
- package/esm2022/libs/feature/map/src/lib/constant/index.mjs +1 -2
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +12 -75
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +44 -30
- package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +6 -6
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +65 -22
- package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +27 -0
- package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +3 -3
- package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +4 -4
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +14 -173
- package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +4 -4
- package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +4 -4
- package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +6 -5
- package/esm2022/libs/feature/record/src/index.mjs +4 -1
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +17 -10
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +51 -30
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +27 -11
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +59 -23
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +28 -22
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +24 -51
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +169 -0
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +45 -0
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +81 -57
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +45 -0
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +5 -5
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +17 -7
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +1 -1
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +6 -6
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +5 -5
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +5 -5
- package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +4 -4
- package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +50 -0
- package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +8 -8
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +9 -8
- package/esm2022/libs/feature/search/src/index.mjs +3 -1
- package/esm2022/libs/feature/search/src/lib/constants.mjs +2 -2
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +5 -5
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +7 -7
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +22 -19
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +30 -8
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +6 -6
- package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +5 -5
- package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +5 -5
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +15 -10
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +55 -10
- package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +67 -0
- package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +84 -0
- package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +9 -5
- package/esm2022/libs/feature/search/src/lib/state/actions.mjs +1 -1
- package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +6 -6
- package/esm2022/libs/feature/search/src/lib/state/effects.mjs +6 -6
- package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +1 -1
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +12 -10
- package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +1 -9
- package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +1 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +63 -8
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +19 -8
- package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +4 -4
- package/esm2022/libs/ui/catalog/src/index.mjs +1 -2
- package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +6 -5
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +15 -19
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +17 -7
- package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +9 -9
- package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +6 -5
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +6 -6
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +7 -7
- package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +6 -6
- package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +3 -3
- package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +33 -7
- package/esm2022/libs/ui/elements/src/index.mjs +3 -4
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +28 -9
- package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +27 -0
- package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +6 -5
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +20 -9
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +40 -12
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +25 -7
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +17 -9
- package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +18 -8
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +8 -9
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +7 -5
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +7 -6
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +28 -8
- package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +7 -6
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +43 -15
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +16 -15
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +10 -8
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +38 -7
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +40 -35
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +20 -11
- package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +6 -6
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +30 -102
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +6 -6
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +29 -11
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +5 -5
- package/esm2022/libs/ui/inputs/src/index.mjs +7 -2
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +53 -18
- package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +21 -5
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +11 -4
- package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +7 -7
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +5 -5
- package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +10 -7
- package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +23 -6
- package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +65 -0
- package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +24 -8
- package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +8 -8
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +25 -9
- package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +28 -26
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +108 -0
- package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +4 -4
- package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +54 -23
- package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +7 -7
- package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +19 -7
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +8 -6
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +37 -0
- package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +9 -23
- package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +8 -19
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +33 -37
- package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +88 -0
- package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +5 -5
- package/esm2022/libs/ui/layout/src/index.mjs +8 -1
- package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +5 -5
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +20 -15
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +27 -22
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +9 -7
- package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +8 -6
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +9 -6
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +6 -4
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +12 -8
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +6 -6
- package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +29 -0
- package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +2 -0
- package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +52 -0
- package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +52 -0
- package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +36 -0
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +26 -0
- package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +35 -0
- package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +6 -6
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +17 -26
- package/esm2022/libs/ui/map/src/index.mjs +5 -3
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +10 -8
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +147 -0
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +13 -0
- package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +32 -0
- package/esm2022/libs/ui/map/src/lib/map-utils.mjs +37 -0
- package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +7 -7
- package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +6 -6
- package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +4 -4
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +7 -7
- package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +5 -5
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +8 -7
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +10 -9
- package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +1 -1
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +5 -5
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +59 -0
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +102 -40
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +34 -12
- package/esm2022/libs/ui/widgets/src/index.mjs +2 -1
- package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +3 -3
- package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +7 -6
- package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +68 -0
- package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +8 -8
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +5 -5
- package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +5 -5
- package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +5 -5
- package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +9 -34
- package/esm2022/libs/util/app-config/src/index.mjs +2 -1
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +9 -2
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +11 -10
- package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +33 -0
- package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
- package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +3 -3
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +1 -1
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +13 -11
- package/esm2022/libs/util/i18n/src/index.mjs +2 -1
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +1 -38
- package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +4 -4
- package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +6 -6
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +40 -0
- package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +6 -6
- package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +5 -5
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +6 -4
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +17 -17
- package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +3 -3
- package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +12 -9
- package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +5 -4
- package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +4 -4
- package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -1
- package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +9 -0
- package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +1 -1
- package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +1 -1
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +3 -1
- package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +19 -0
- package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +1 -1
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +1 -1
- package/esm2022/libs/util/shared/src/lib/utils/url.mjs +1 -1
- package/esm2022/translations/de.json +196 -47
- package/esm2022/translations/en.json +241 -76
- package/esm2022/translations/es.json +174 -25
- package/esm2022/translations/fr.json +268 -103
- package/esm2022/translations/it.json +179 -30
- package/esm2022/translations/nl.json +174 -25
- package/esm2022/translations/pt.json +174 -25
- package/fesm2022/geonetwork-ui.mjs +12861 -7567
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +3 -0
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/license.d.ts +3 -0
- package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +5 -0
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/common/url.d.ts +7 -0
- package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +13 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +2 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +16 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +21 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +15 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +8 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +2 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +6 -0
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts +1 -1
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +4 -4
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +3 -3
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +2 -6
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +12 -10
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +7 -4
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +6 -4
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +4 -2
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +25 -9
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +5 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +26 -18
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +106 -4
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +14 -2
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +4 -0
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +5 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +31 -13
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +13 -5
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/error/index.d.ts +2 -0
- package/libs/common/domain/src/lib/model/error/index.d.ts.map +1 -0
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +5 -0
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +1 -0
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts +3 -2
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
- package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +38 -15
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts +2 -0
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts +26 -0
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +1 -0
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts +16 -1
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +17 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +29 -0
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +2 -2
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +1 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +1 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +8 -8
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +10 -3
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/index.d.ts +0 -1
- package/libs/feature/dataviz/src/index.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +3 -3
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +1 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +14 -21
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +9 -7
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +4 -4
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/editor/src/index.d.ts +1 -0
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +37 -7
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +21 -8
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +15 -7
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +9 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +8 -3
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +12 -9
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +16 -0
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +8 -0
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +33 -0
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +34 -0
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +15 -0
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +17 -0
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +18 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +6 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +32 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +38 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +41 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +9 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +11 -19
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +15 -34
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +15 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +38 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +47 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +14 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +34 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +4 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +5 -10
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +24 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +14 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +10 -16
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +6 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +20 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -2
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +7 -7
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
- package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +2 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +64 -2
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +45 -0
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
- package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +8 -3
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
- package/libs/feature/map/src/index.d.ts +1 -8
- package/libs/feature/map/src/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/+state/map.actions.d.ts +13 -39
- package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +1 -1
- package/libs/feature/map/src/lib/+state/map.facade.d.ts +9 -10
- package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +1 -1
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts +4 -2
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +1 -1
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts +6 -1
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +8 -10
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +1 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +3 -3
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +2 -2
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +2 -2
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/constant/index.d.ts +0 -1
- package/libs/feature/map/src/lib/constant/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/feature-map.module.d.ts +11 -23
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +7 -7
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +5 -4
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +14 -0
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +2 -2
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +1 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -30
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
- package/libs/feature/notifications/src/lib/notifications.service.d.ts +1 -1
- package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +1 -1
- package/libs/feature/record/src/index.d.ts +3 -0
- package/libs/feature/record/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +4 -4
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +10 -7
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +15 -23
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +74 -0
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +1 -0
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +19 -0
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -0
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +21 -21
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +14 -0
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +1 -0
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts +13 -13
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +9 -9
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +7 -7
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +3 -2
- package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +4 -0
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +1 -0
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts +3 -3
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts +5 -5
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +1 -1
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +2 -0
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +17 -15
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +7 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +1 -0
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +18 -6
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +22 -0
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +1 -0
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +34 -0
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +1 -0
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/actions.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -2
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/selectors.d.ts +0 -2
- package/libs/feature/search/src/lib/state/selectors.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +24 -6
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +4 -2
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/catalog/src/index.d.ts +0 -1
- package/libs/ui/catalog/src/index.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +1 -1
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +10 -8
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +1 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +1 -1
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +1 -1
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +2 -2
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts +3 -3
- package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +2 -3
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +18 -0
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +4 -4
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +10 -9
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +2 -2
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +2 -2
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +2 -1
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +2 -2
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +1 -4
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +2 -2
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +6 -17
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +19 -34
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +6 -1
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +9 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +2 -2
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +20 -0
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +5 -3
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +25 -0
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +6 -6
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +18 -0
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -4
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +2 -4
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +30 -35
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +23 -0
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -0
- package/libs/ui/layout/src/index.d.ts +7 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +7 -5
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +9 -7
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +1 -1
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +1 -1
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +2 -2
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +3 -2
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +20 -0
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/paginable.interface.d.ts +15 -0
- package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +11 -0
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +9 -0
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +10 -0
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +8 -0
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +14 -0
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts +6 -8
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
- package/libs/ui/map/src/index.d.ts +4 -2
- package/libs/ui/map/src/index.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +3 -4
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +37 -0
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +1 -0
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +18 -0
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +1 -0
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +12 -0
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +1 -0
- package/libs/ui/map/src/lib/map-utils.d.ts +7 -0
- package/libs/ui/map/src/lib/map-utils.d.ts.map +1 -0
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +3 -3
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +24 -0
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +22 -9
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts +6 -5
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/libs/ui/widgets/src/index.d.ts +1 -0
- package/libs/ui/widgets/src/index.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +1 -1
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +19 -0
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +1 -0
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +1 -1
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +1 -1
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +9 -13
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
- package/libs/util/app-config/src/index.d.ts +1 -0
- package/libs/util/app-config/src/index.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts +8 -8
- package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/map-layers.d.ts +4 -0
- package/libs/util/app-config/src/lib/map-layers.d.ts.map +1 -0
- package/libs/util/app-config/src/lib/model.d.ts +6 -1
- package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts +2 -2
- package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/utils.d.ts +1 -1
- package/libs/util/data-fetcher/src/lib/utils.d.ts.map +1 -1
- package/libs/util/i18n/src/index.d.ts +1 -0
- package/libs/util/i18n/src/index.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -35
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/language-codes.d.ts +38 -0
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +1 -0
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +22 -22
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/services/proxy.service.d.ts +4 -2
- package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/services/theme.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/format-fields.d.ts +2 -0
- package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts +2 -0
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +2 -0
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +1 -0
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +4 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -1
- package/package.json +50 -41
- package/src/libs/api/metadata-converter/src/index.ts +3 -0
- package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/common/license.ts +66 -0
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +50 -0
- package/src/libs/api/metadata-converter/src/lib/common/url.ts +15 -0
- package/src/libs/api/metadata-converter/src/lib/convert-utils.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +504 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.ts +17 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.ts +463 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.ts +110 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/individual-name.ts +20 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/keyword.mapper.ts +16 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/role.mapper.ts +48 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.ts +127 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/status.mapper.ts +19 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.ts +101 -0
- package/src/libs/api/metadata-converter/src/lib/find-converter.ts +13 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/eu.dcat-ap.records.ts +743 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +43 -5
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+ongules.ts +246 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+roilaye.ts +101 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +187 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +26 -5
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +374 -18
- package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +216 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +90 -4
- package/src/libs/api/metadata-converter/src/lib/fixtures/opendataswiss.records.ts +437 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/sextant.records.ts +487 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/vlaanderen.dcat-ap.records.ts +76 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +451 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +289 -0
- package/src/libs/api/metadata-converter/src/lib/function-utils.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.converter.ts +2 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +47 -39
- package/src/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +2 -6
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +12 -10
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +20 -9
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +75 -18
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +118 -65
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +174 -95
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +354 -56
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.ts +39 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.ts +9 -62
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +632 -312
- package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +145 -29
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +35 -6
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.ts +13 -0
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +58 -23
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/index.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +268 -105
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +13 -2
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +173 -16
- package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
- package/src/libs/common/domain/src/lib/model/error/index.ts +1 -0
- package/src/libs/common/domain/src/lib/model/error/publication-version.error.ts +9 -0
- package/src/libs/common/domain/src/lib/model/record/contact.model.ts +30 -2
- package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +83 -22
- package/src/libs/common/domain/src/lib/model/record/organization.model.ts +4 -0
- package/src/libs/common/domain/src/lib/model/record/translation.model.ts +49 -0
- package/src/libs/common/domain/src/lib/model/search/filter.model.ts +17 -1
- package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +1 -0
- package/src/libs/common/domain/src/lib/model/user/user.model.ts +1 -1
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +32 -1
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +36 -0
- package/src/libs/common/fixtures/src/index.ts +6 -1
- package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +163 -0
- package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
- package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-request.ts → aggregations-request.fixtures.ts} +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-response.ts → aggregations-response.fixtures.ts} +6 -8
- package/src/libs/common/fixtures/src/lib/elasticsearch/{full-response.ts → full-response.fixtures.ts} +1674 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/index.ts +5 -5
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata.fixtures.ts +1739 -1742
- package/src/libs/common/fixtures/src/lib/elasticsearch/{search-requests.ts → search-requests.fixtures.ts} +1 -3
- package/src/libs/common/fixtures/src/lib/elasticsearch/search-responses.fixtures.ts +13374 -0
- package/src/libs/common/fixtures/src/lib/geojson.fixtures.ts +57178 -57195
- package/src/libs/common/fixtures/src/lib/gn4/groups.fixtures.ts +2 -4
- package/src/libs/common/fixtures/src/lib/individual.fixtures.ts +61 -0
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +242 -164
- package/src/libs/common/fixtures/src/lib/map/index.ts +1 -0
- package/src/libs/common/fixtures/src/lib/map/map-context.fixtures.ts +53 -0
- package/src/libs/common/fixtures/src/lib/ol-feature.fixtures.ts +10 -0
- package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +37 -3
- package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +9 -7
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +125 -23
- package/src/libs/common/fixtures/src/lib/repository.fixtures.ts +4 -4
- package/src/libs/common/fixtures/src/lib/search/aggregations.ts +2 -3
- package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +14 -15
- package/src/libs/common/fixtures/src/lib/user.fixtures.ts +45 -15
- package/src/libs/data-access/gn4/src/fixtures/site.fixtures.ts +4 -4
- package/src/libs/data-access/gn4/src/fixtures/ui.fixtures.ts +2 -2
- package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +1 -5
- package/src/libs/data-access/gn4/src/spec.yaml +0 -8
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +8 -9
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +1 -5
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +41 -5
- package/src/libs/feature/catalog/src/lib/sources/sources.fixture.ts +1 -1
- package/src/libs/feature/dataviz/src/index.ts +0 -1
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +1 -1
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +23 -5
- package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -1
- package/src/libs/feature/dataviz/src/lib/figure/figure.fixtures.ts +2 -2
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.html +5 -2
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +43 -78
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +36 -13
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +1 -1
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +19 -6
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +23 -0
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +69 -8
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +26 -1
- package/src/libs/feature/editor/src/lib/+state/editor.models.ts +12 -1
- package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +38 -5
- package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +27 -8
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +28 -0
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +71 -0
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +15 -0
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +17 -0
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.css +3 -0
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +27 -0
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +100 -0
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +46 -0
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +153 -0
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +35 -0
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +92 -0
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +33 -0
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +81 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.html +24 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +85 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.ts +42 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +34 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +210 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +40 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +170 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +66 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +221 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.html +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.ts +21 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +7 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +44 -45
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css +8 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +11 -8
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +42 -46
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts +86 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +58 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +196 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +88 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +251 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.html +6 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +51 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +22 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +135 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +16 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +11 -14
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.html +4 -23
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +12 -25
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +15 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +172 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.html +5 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +60 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +32 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +54 -86
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +17 -14
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +59 -85
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +162 -68
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +83 -46
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +57 -9
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +20 -7
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.html +2 -6
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +1 -1
- package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -1
- package/src/libs/feature/editor/src/lib/fields.config.ts +327 -57
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +73 -0
- package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +29 -7
- package/src/libs/feature/map/src/index.ts +1 -8
- package/src/libs/feature/map/src/lib/+state/map.actions.ts +10 -25
- package/src/libs/feature/map/src/lib/+state/map.facade.ts +11 -15
- package/src/libs/feature/map/src/lib/+state/map.reducer.ts +16 -53
- package/src/libs/feature/map/src/lib/+state/map.selectors.ts +7 -2
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +3 -0
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +23 -22
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +22 -11
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +1 -1
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +21 -19
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +1 -1
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +17 -10
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +3 -3
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +17 -10
- package/src/libs/feature/map/src/lib/constant/index.ts +0 -1
- package/src/libs/feature/map/src/lib/feature-map.module.ts +2 -43
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +38 -20
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +5 -7
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +58 -6
- package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.css +0 -0
- package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.html +4 -0
- package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +29 -0
- package/src/libs/feature/map/src/lib/style/map-style.fixtures.ts +29 -27
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +8 -232
- package/src/libs/feature/notifications/src/lib/notifications.service.ts +6 -1
- package/src/libs/feature/record/src/index.ts +3 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +1 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +18 -3
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +41 -19
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +27 -1
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +64 -12
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +1 -1
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +37 -21
- package/src/libs/feature/record/src/lib/feature-record.module.ts +10 -29
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.css +22 -0
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +132 -0
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +253 -0
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.css +0 -0
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +37 -0
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +43 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +54 -16
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +107 -76
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +45 -0
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +15 -2
- package/src/libs/feature/router/src/lib/default/constants.ts +6 -1
- package/src/libs/feature/router/src/lib/default/state/query-params.utils.ts +61 -0
- package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +6 -4
- package/src/libs/feature/search/src/index.ts +2 -0
- package/src/libs/feature/search/src/lib/constants.ts +1 -1
- package/src/libs/feature/search/src/lib/facets/facets.service.ts +4 -4
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +3 -0
- package/src/libs/feature/search/src/lib/feature-search.module.ts +15 -8
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +20 -10
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +32 -1
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +2 -1
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +1 -6
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +12 -1
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +8 -2
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +74 -5
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.css +0 -0
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +17 -0
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +78 -0
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.css +0 -0
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -0
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +118 -0
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +4 -0
- package/src/libs/feature/search/src/lib/state/actions.ts +69 -17
- package/src/libs/feature/search/src/lib/state/effects.ts +1 -1
- package/src/libs/feature/search/src/lib/state/fixtures/search-state.fixtures.ts +2 -2
- package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
- package/src/libs/feature/search/src/lib/state/selectors.ts +0 -18
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +36 -5
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +91 -12
- package/src/libs/ui/catalog/src/index.ts +0 -1
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +3 -0
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +15 -21
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +2 -3
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +11 -0
- package/src/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.ts +8 -1
- package/src/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.ts +3 -0
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +1 -1
- package/src/libs/ui/dataviz/src/lib/chart/chart.fixtures.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +6 -5
- package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/ui-dataviz.module.ts +17 -2
- package/src/libs/ui/elements/src/index.ts +2 -3
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +37 -27
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +21 -1
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.css +0 -0
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.html +12 -0
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +37 -0
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +3 -0
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +7 -5
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +16 -5
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +1 -1
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +57 -11
- package/src/libs/ui/elements/src/lib/error/error.component.css +24 -19
- package/src/libs/ui/elements/src/lib/error/error.component.html +11 -21
- package/src/libs/ui/elements/src/lib/error/error.component.ts +19 -0
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +3 -6
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +15 -0
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +2 -6
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +16 -5
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +13 -17
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -3
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +7 -1
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.html +4 -1
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +1 -0
- package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +20 -22
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +24 -0
- package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +7 -3
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +1 -1
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +59 -34
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +43 -1
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +14 -20
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +18 -11
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.html +1 -1
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.ts +7 -1
- package/src/libs/ui/elements/src/lib/notification/notification.component.html +10 -14
- package/src/libs/ui/elements/src/lib/notification/notification.component.ts +33 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.css +2 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +2 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +44 -35
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +4 -4
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +15 -0
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +16 -58
- package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +2 -2
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +2 -6
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +22 -0
- package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -4
- package/src/libs/ui/inputs/src/index.ts +6 -1
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +20 -20
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +39 -25
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +37 -6
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +11 -3
- package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +15 -1
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +15 -1
- package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +4 -1
- package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.ts +3 -3
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.ts +4 -1
- package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +5 -6
- package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.ts +7 -0
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +7 -2
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +12 -6
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +19 -2
- package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.css +5 -0
- package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.html +30 -0
- package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +63 -0
- package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.css +7 -2
- package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +26 -23
- package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +19 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +16 -20
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +7 -7
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +16 -2
- package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +44 -27
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.css +4 -0
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +90 -0
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +108 -0
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +4 -0
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +88 -76
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +49 -17
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +1 -3
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.ts +4 -1
- package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +2 -2
- package/src/libs/ui/inputs/src/lib/search-input/search-input.component.ts +16 -1
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +0 -9
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +2 -6
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +6 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +32 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +40 -0
- package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +3 -2
- package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +3 -28
- package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +4 -3
- package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +4 -16
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +21 -17
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.css +9 -0
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +32 -0
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +85 -0
- package/src/libs/ui/layout/src/index.ts +7 -0
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +0 -16
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +4 -12
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +20 -11
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -16
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +4 -12
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +22 -19
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +2 -4
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +8 -2
- package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +2 -6
- package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.ts +6 -0
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +9 -4
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +5 -4
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.css +5 -9
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +12 -11
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +13 -3
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +2 -1
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.css +0 -0
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.html +15 -0
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +44 -0
- package/src/libs/ui/layout/src/lib/paginable.interface.ts +14 -0
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.css +0 -0
- package/src/libs/ui/{elements → layout}/src/lib/pagination/pagination.component.html +12 -13
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +45 -0
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.css +0 -0
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +51 -0
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +50 -0
- package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.css +16 -0
- package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +15 -0
- package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.ts +31 -0
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +18 -0
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +29 -0
- package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.css +4 -2
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +37 -0
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.ts +45 -0
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +8 -15
- package/src/libs/ui/map/src/index.ts +4 -2
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +1 -1
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.ts +8 -5
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.css +0 -0
- package/src/libs/ui/map/src/lib/components/{map/map.component.html → map-container/map-container.component.html} +4 -3
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +214 -0
- package/src/libs/ui/map/src/lib/components/map-container/map-settings.token.ts +23 -0
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.css +5 -0
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +1 -0
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +39 -0
- package/src/libs/ui/map/src/lib/map-utils.ts +54 -0
- package/src/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.ts +7 -6
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +17 -13
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +16 -10
- package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +1 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +59 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +61 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +60 -27
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +118 -44
- package/src/libs/ui/search/src/lib/ui-search.module.ts +22 -3
- package/src/libs/ui/widgets/src/index.ts +1 -0
- package/src/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.ts +4 -6
- package/src/libs/ui/widgets/src/lib/popover/popover.component.css +0 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.html +3 -0
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +85 -0
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.html +2 -4
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +8 -2
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -0
- package/src/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.ts +1 -0
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.ts +2 -2
- package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +2 -18
- package/src/libs/util/app-config/src/index.ts +1 -0
- package/src/libs/util/app-config/src/lib/app-config.ts +9 -2
- package/src/libs/util/app-config/src/lib/fixtures.ts +10 -9
- package/src/libs/util/app-config/src/lib/map-layers.ts +37 -0
- package/src/libs/util/app-config/src/lib/model.ts +6 -1
- package/src/libs/util/data-fetcher/src/lib/model.ts +6 -6
- package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +1 -1
- package/src/libs/util/data-fetcher/src/lib/utils.ts +13 -11
- package/src/libs/util/i18n/src/index.ts +1 -0
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +0 -43
- package/src/libs/util/i18n/src/lib/lang.service.ts +1 -1
- package/src/libs/util/i18n/src/lib/language-codes.ts +44 -0
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +6 -3
- package/src/libs/util/shared/src/lib/links/link-utils.ts +23 -23
- package/src/libs/util/shared/src/lib/services/proxy.service.ts +7 -3
- package/src/libs/util/shared/src/lib/services/theme.service.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +4 -1
- package/src/libs/util/shared/src/lib/utils/format-fields.ts +11 -0
- package/src/libs/util/shared/src/lib/utils/index.ts +2 -0
- package/src/libs/util/shared/src/lib/utils/no-duplicate-file-name.ts +23 -0
- package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +6 -1
- package/tailwind.base.config.js +1 -0
- package/tailwind.base.css +69 -13
- package/translations/de.json +196 -47
- package/translations/en.json +241 -76
- package/translations/es.json +174 -25
- package/translations/fr.json +268 -103
- package/translations/it.json +179 -30
- package/translations/nl.json +174 -25
- package/translations/pt.json +174 -25
- package/translations/sk.json +176 -27
- package/esm2022/libs/feature/dataviz/src/lib/feature-dataviz.module.mjs +0 -71
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +0 -15
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.mjs +0 -17
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.mjs +0 -17
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/+state/map.effects.mjs +0 -15
- package/esm2022/libs/feature/map/src/lib/+state/map.models.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/constant/map-options.mjs +0 -8
- package/esm2022/libs/feature/map/src/lib/constant/style.constant.mjs +0 -17
- package/esm2022/libs/feature/map/src/lib/feature-info/feature-info.service.mjs +0 -38
- package/esm2022/libs/feature/map/src/lib/manager/map-instance.directive.mjs +0 -19
- package/esm2022/libs/feature/map/src/lib/manager/map-manager.service.mjs +0 -19
- package/esm2022/libs/feature/map/src/lib/map-container/map-container.component.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/map-context/component/map-context.component.mjs +0 -46
- package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +0 -10
- package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +0 -289
- package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +0 -62
- package/esm2022/libs/ui/elements/src/lib/pagination/pagination.component.mjs +0 -54
- package/esm2022/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -66
- package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +0 -43
- package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -29
- package/esm2022/libs/ui/map/src/lib/components/map/map.component.mjs +0 -40
- package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +0 -33
- package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts +0 -21
- package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
- package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.effects.d.ts +0 -9
- package/libs/feature/map/src/lib/+state/map.effects.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.models.d.ts +0 -9
- package/libs/feature/map/src/lib/+state/map.models.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/map-options.d.ts +0 -9
- package/libs/feature/map/src/lib/constant/map-options.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/style.constant.d.ts +0 -4
- package/libs/feature/map/src/lib/constant/style.constant.d.ts.map +0 -1
- package/libs/feature/map/src/lib/feature-info/feature-info.service.d.ts +0 -16
- package/libs/feature/map/src/lib/feature-info/feature-info.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/manager/map-instance.directive.d.ts +0 -9
- package/libs/feature/map/src/lib/manager/map-instance.directive.d.ts.map +0 -1
- package/libs/feature/map/src/lib/manager/map-manager.service.d.ts +0 -11
- package/libs/feature/map/src/lib/manager/map-manager.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-container/map-container.component.d.ts +0 -12
- package/libs/feature/map/src/lib/map-container/map-container.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-context/component/map-context.component.d.ts +0 -26
- package/libs/feature/map/src/lib/map-context/component/map-context.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +0 -77
- package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +0 -26
- package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts +0 -18
- package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/pagination/pagination.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/pagination/pagination.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -17
- package/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +0 -22
- package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -12
- package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map/map.component.d.ts +0 -19
- package/libs/ui/map/src/lib/components/map/map.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/ui-map.module.d.ts +0 -13
- package/libs/ui/map/src/lib/ui-map.module.d.ts.map +0 -1
- package/src/libs/common/fixtures/src/lib/elasticsearch/search-responses.ts +0 -445
- package/src/libs/common/fixtures/src/lib/ol-feature.fixture.ts +0 -7
- package/src/libs/common/fixtures/src/lib/utils/freeze.ts +0 -10
- package/src/libs/common/fixtures/src/lib/utils/index.ts +0 -1
- package/src/libs/feature/dataviz/src/lib/feature-dataviz.module.ts +0 -44
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +0 -8
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +0 -70
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +0 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +0 -15
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.html +0 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.ts +0 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.html +0 -13
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.ts +0 -16
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
- package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
- package/src/libs/feature/map/src/lib/+state/map.effects.ts +0 -7
- package/src/libs/feature/map/src/lib/+state/map.models.ts +0 -9
- package/src/libs/feature/map/src/lib/constant/map-options.ts +0 -17
- package/src/libs/feature/map/src/lib/feature-info/feature-info.service.ts +0 -42
- package/src/libs/feature/map/src/lib/manager/map-instance.directive.ts +0 -10
- package/src/libs/feature/map/src/lib/manager/map-manager.service.ts +0 -13
- package/src/libs/feature/map/src/lib/map-container/map-container.component.html +0 -1
- package/src/libs/feature/map/src/lib/map-container/map-container.component.ts +0 -26
- package/src/libs/feature/map/src/lib/map-context/component/map-context.component.html +0 -1
- package/src/libs/feature/map/src/lib/map-context/component/map-context.component.ts +0 -57
- package/src/libs/feature/map/src/lib/map-context/map-context.fixtures.ts +0 -51
- package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +0 -95
- package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +0 -318
- package/src/libs/ui/catalog/src/lib/ui-catalog.module.ts +0 -38
- package/src/libs/ui/elements/src/lib/pagination/pagination.component.ts +0 -50
- package/src/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.html +0 -33
- package/src/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.ts +0 -68
- package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +0 -36
- package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.ts +0 -56
- package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.html +0 -26
- package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.ts +0 -32
- package/src/libs/ui/map/src/lib/components/map/map.component.ts +0 -57
- package/src/libs/ui/map/src/lib/ui-map.module.ts +0 -19
- /package/src/libs/feature/editor/src/lib/components/{overview-upload/overview-upload.component.css → contact-card/contact-card.component.css} +0 -0
- /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css → import-record/import-record.component.css} +0 -0
- /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.css → online-resource-card/online-resource-card.component.css} +0 -0
- /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.css → online-service-resource-input/online-service-resource-input.component.css} +0 -0
- /package/src/libs/feature/{map/src/lib/map-container/map-container.component.css → editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.css} +0 -0
- /package/src/libs/feature/{map/src/lib/map-context/component/map-context.component.css → editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.css} +0 -0
- /package/src/libs/{ui/elements/src/lib/pagination-buttons/pagination-buttons.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.css} +0 -0
- /package/src/libs/{ui/elements/src/lib/pagination/pagination.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.css} +0 -0
- /package/src/libs/{ui/map/src/lib/components/map/map.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.css} +0 -0
- /package/src/libs/ui/{inputs → layout}/src/lib/previous-next-buttons/previous-next-buttons.component.css +0 -0
|
@@ -1,1755 +1,1752 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
resourceTitleObject: {
|
|
53
|
-
default: 'EEA reference grid for Germany (10km), May 2013',
|
|
54
|
-
langeng: 'EEA reference grid for Germany (10km), May 2013',
|
|
55
|
-
},
|
|
56
|
-
logo: '/images/logos/e6826118-7280-4638-b1f9-d898e9efe281.png',
|
|
57
|
-
id: '12456',
|
|
58
|
-
uuid: '20e9e1a1-83c1-4f13-89ef-c19767d6ee18f',
|
|
59
|
-
resourceTemporalExtentDateRange: [
|
|
60
|
-
{
|
|
61
|
-
gte: '2013-01-01T00:00:00.000Z',
|
|
62
|
-
lte: '2013-12-31T00:00:00.000Z',
|
|
63
|
-
},
|
|
64
|
-
],
|
|
65
|
-
resourceType: ['dataset'],
|
|
66
|
-
sourceCatalogue: '6731be1e-6533-44e0-9b8a-580b45e36e80',
|
|
67
|
-
link: [],
|
|
1
|
+
export const elasticHitsOnlyFixture = () => ({
|
|
2
|
+
hits: {
|
|
3
|
+
max_score: 1,
|
|
4
|
+
hits: [
|
|
5
|
+
{
|
|
6
|
+
_index: 'gn-records',
|
|
7
|
+
_type: '_doc',
|
|
8
|
+
_id: '20e9e1a1-83c1-4f13-89ef-c19767d6ee18f',
|
|
9
|
+
_score: 1,
|
|
10
|
+
_source: {
|
|
11
|
+
overview: [
|
|
12
|
+
{
|
|
13
|
+
data: 'data:image/png;base64, ',
|
|
14
|
+
url: 'https://sdi.eea.europa.eu/public/catalogue-graphic-overview/20e9e1a1-83c1-4f13-89ef-c19767d6ee18f.png',
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
resourceDate: [
|
|
18
|
+
{
|
|
19
|
+
date: '2013-05-21T00:00:00.000Z',
|
|
20
|
+
type: 'publication',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
date: '2013-05-21T00:00:00.000Z',
|
|
24
|
+
type: 'creation',
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
resourceLanguage: ['eng'],
|
|
28
|
+
resourceIdentifier: [
|
|
29
|
+
{
|
|
30
|
+
code: 'eea_v_3035_10_km_eea-ref-grid-de_2013',
|
|
31
|
+
link: '',
|
|
32
|
+
codeSpace: '',
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
resourceAbstractObject: {
|
|
36
|
+
default: 'The grid is based on proposal ',
|
|
37
|
+
langeng: 'The grid is based on proposal ',
|
|
38
|
+
},
|
|
39
|
+
resourceTemporalDateRange: [
|
|
40
|
+
{
|
|
41
|
+
gte: '2013-05-21T00:00:00.000Z',
|
|
42
|
+
lte: '2013-05-21T00:00:00.000Z',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
gte: '2013-01-01T00:00:00.000Z',
|
|
46
|
+
lte: '2013-12-31T00:00:00.000Z',
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
resourceTitleObject: {
|
|
50
|
+
default: 'EEA reference grid for Germany (10km), May 2013',
|
|
51
|
+
langeng: 'EEA reference grid for Germany (10km), May 2013',
|
|
68
52
|
},
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
53
|
+
logo: '/images/logos/e6826118-7280-4638-b1f9-d898e9efe281.png',
|
|
54
|
+
id: '12456',
|
|
55
|
+
uuid: '20e9e1a1-83c1-4f13-89ef-c19767d6ee18f',
|
|
56
|
+
resourceTemporalExtentDateRange: [
|
|
57
|
+
{
|
|
58
|
+
gte: '2013-01-01T00:00:00.000Z',
|
|
59
|
+
lte: '2013-12-31T00:00:00.000Z',
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
resourceType: ['dataset'],
|
|
63
|
+
sourceCatalogue: '6731be1e-6533-44e0-9b8a-580b45e36e80',
|
|
64
|
+
link: [],
|
|
79
65
|
},
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
},
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
sourceCatalogue: '6731be1e-6533-44e0-9b8a-580b45e36e80',
|
|
145
|
-
userSavedCount: '4',
|
|
146
|
-
link: [],
|
|
66
|
+
edit: false,
|
|
67
|
+
owner: false,
|
|
68
|
+
isPublishedToAll: false,
|
|
69
|
+
view: false,
|
|
70
|
+
notify: false,
|
|
71
|
+
download: false,
|
|
72
|
+
dynamic: false,
|
|
73
|
+
featured: false,
|
|
74
|
+
guestdownload: false,
|
|
75
|
+
selected: false,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
_index: 'gn-records',
|
|
79
|
+
_type: '_doc',
|
|
80
|
+
_id: '5b35f06e-8c6b-4907-b8f4-39541d170360',
|
|
81
|
+
_score: 1,
|
|
82
|
+
_source: {
|
|
83
|
+
overview: [
|
|
84
|
+
{
|
|
85
|
+
data: 'data:image/png;base64, ',
|
|
86
|
+
url: 'https://sdi.eea.europa.eu/public/catalogue-graphic-overview/5b35f06e-8c6b-4907-b8f4-39541d170360.png',
|
|
87
|
+
},
|
|
88
|
+
],
|
|
89
|
+
resourceDate: [
|
|
90
|
+
{
|
|
91
|
+
date: '2017-11-01T00:00:00.000Z',
|
|
92
|
+
type: 'creation',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
date: '2017-12-14T00:00:00.000Z',
|
|
96
|
+
type: 'publication',
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
resourceLanguage: ['eng'],
|
|
100
|
+
resourceIdentifier: [
|
|
101
|
+
{
|
|
102
|
+
code: 'eea_v_4258_100_m_uwwtd-sa-rivers_p_2013-2014_v05_r00',
|
|
103
|
+
link: '',
|
|
104
|
+
codeSpace: '',
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
resourceAbstractObject: {
|
|
108
|
+
default: 'Reference layer of the rivers sensitive areas, ',
|
|
109
|
+
langeng: 'Reference layer of the rivers sensitive areas, ',
|
|
110
|
+
},
|
|
111
|
+
resourceTemporalDateRange: [
|
|
112
|
+
{
|
|
113
|
+
gte: '2017-11-01T00:00:00.000Z',
|
|
114
|
+
lte: '2017-11-01T00:00:00.000Z',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
gte: '2017-12-14T00:00:00.000Z',
|
|
118
|
+
lte: '2017-12-14T00:00:00.000Z',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
gte: '2013-01-01T00:00:00.000Z',
|
|
122
|
+
lte: '2014-12-31T00:00:00.000Z',
|
|
123
|
+
},
|
|
124
|
+
],
|
|
125
|
+
resourceTitleObject: {
|
|
126
|
+
default:
|
|
127
|
+
'Urban Waste Water Treatment Directive, Sensitive areas - rivers reported under UWWTD data call 2015, Nov. 2017',
|
|
128
|
+
langeng:
|
|
129
|
+
'Urban Waste Water Treatment Directive, Sensitive areas - rivers reported under UWWTD data call 2015, Nov. 2017',
|
|
147
130
|
},
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
131
|
+
logo: '/images/logos/e6826118-7280-4638-b1f9-d898e9efe281.png',
|
|
132
|
+
id: '12442',
|
|
133
|
+
uuid: '5b35f06e-8c6b-4907-b8f4-39541d170360',
|
|
134
|
+
resourceTemporalExtentDateRange: [
|
|
135
|
+
{
|
|
136
|
+
gte: '2013-01-01T00:00:00.000Z',
|
|
137
|
+
lte: '2014-12-31T00:00:00.000Z',
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
resourceType: ['dataset'],
|
|
141
|
+
sourceCatalogue: '6731be1e-6533-44e0-9b8a-580b45e36e80',
|
|
142
|
+
userSavedCount: '4',
|
|
143
|
+
link: [],
|
|
158
144
|
},
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
145
|
+
edit: false,
|
|
146
|
+
owner: false,
|
|
147
|
+
isPublishedToAll: false,
|
|
148
|
+
view: false,
|
|
149
|
+
notify: false,
|
|
150
|
+
download: false,
|
|
151
|
+
dynamic: false,
|
|
152
|
+
featured: false,
|
|
153
|
+
guestdownload: false,
|
|
154
|
+
selected: false,
|
|
155
|
+
},
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
})
|
|
159
|
+
|
|
160
|
+
export const elasticFullResponseFixture = () => ({
|
|
161
|
+
took: 1,
|
|
162
|
+
timed_out: false,
|
|
163
|
+
_shards: { total: 1, successful: 1, skipped: 0, failed: 0 },
|
|
164
|
+
hits: {
|
|
165
|
+
total: { value: 1, relation: 'eq' },
|
|
166
|
+
max_score: 1.0,
|
|
167
|
+
hits: [
|
|
168
|
+
{
|
|
169
|
+
_index: 'gn-records',
|
|
170
|
+
_type: '_doc',
|
|
171
|
+
_id: 'cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
172
|
+
_score: 1.0,
|
|
173
|
+
_ignored: [
|
|
174
|
+
'resourceAbstractObject.default.keyword',
|
|
175
|
+
'resourceAbstractObject.langfre.keyword',
|
|
176
|
+
'link.applicationProfile.keyword',
|
|
177
|
+
],
|
|
178
|
+
_source: {
|
|
179
|
+
docType: 'metadata',
|
|
180
|
+
document: '',
|
|
181
|
+
metadataIdentifier: 'cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
182
|
+
standardNameObject: {
|
|
183
|
+
default: 'ISO 19115:2003/19139 - SEXTANT',
|
|
184
|
+
langfre: 'ISO 19115:2003/19139 - SEXTANT',
|
|
185
|
+
},
|
|
186
|
+
standardVersionObject: { default: '1.0', langfre: '1.0' },
|
|
187
|
+
indexingDate: '2021-10-29T08:41:42.537Z',
|
|
188
|
+
dateStamp: '2021-09-09T10:41:12.000Z',
|
|
189
|
+
mainLanguage: 'fre',
|
|
190
|
+
cl_characterSet: [
|
|
191
|
+
{
|
|
192
|
+
key: 'utf8',
|
|
193
|
+
default: 'Utf8',
|
|
194
|
+
langfre: 'Utf8',
|
|
195
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode',
|
|
196
|
+
},
|
|
180
197
|
],
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
198
|
+
resourceType: ['dataset'],
|
|
199
|
+
Org: 'Ifremer',
|
|
200
|
+
pointOfContactOrg: 'Ifremer',
|
|
201
|
+
contact: [
|
|
202
|
+
{
|
|
203
|
+
organisation: 'Ifremer',
|
|
204
|
+
role: 'pointOfContact',
|
|
205
|
+
email: 'q2suppor@ifremer.fr',
|
|
206
|
+
website: 'https://www.ifremer.fr',
|
|
207
|
+
logo: '',
|
|
208
|
+
individual: "Cellule d'administration Quadrige",
|
|
209
|
+
position: "Cellule d'administration Quadrige",
|
|
210
|
+
phone: '',
|
|
211
|
+
address: '',
|
|
212
|
+
},
|
|
213
|
+
],
|
|
214
|
+
cl_hierarchyLevel: [
|
|
215
|
+
{
|
|
216
|
+
key: 'dataset',
|
|
217
|
+
default: 'Jeu de données',
|
|
218
|
+
langfre: 'Jeu de données',
|
|
219
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode',
|
|
220
|
+
},
|
|
221
|
+
],
|
|
222
|
+
cl_topologyLevel: [
|
|
223
|
+
{
|
|
224
|
+
key: 'geometryOnly',
|
|
225
|
+
default: 'Géométrie seulement',
|
|
226
|
+
langfre: 'Géométrie seulement',
|
|
227
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_TopologyLevelCode',
|
|
228
|
+
},
|
|
229
|
+
],
|
|
230
|
+
cl_geometricObjectType: [
|
|
231
|
+
{
|
|
232
|
+
key: 'composite',
|
|
233
|
+
default: 'Composite',
|
|
234
|
+
langfre: 'Composite',
|
|
235
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_GeometricObjectTypeCode',
|
|
236
|
+
},
|
|
237
|
+
],
|
|
238
|
+
cl_status: [
|
|
239
|
+
{
|
|
240
|
+
key: 'onGoing',
|
|
241
|
+
default: 'Mise à jour continue',
|
|
242
|
+
langfre: 'Mise à jour continue',
|
|
243
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode',
|
|
244
|
+
},
|
|
245
|
+
],
|
|
246
|
+
cl_maintenanceAndUpdateFrequency: [
|
|
247
|
+
{
|
|
248
|
+
key: 'daily',
|
|
249
|
+
default: 'Journalière',
|
|
250
|
+
langfre: 'Journalière',
|
|
251
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_MaintenanceFrequencyCode',
|
|
252
|
+
},
|
|
253
|
+
],
|
|
254
|
+
cl_type: [
|
|
255
|
+
{
|
|
256
|
+
key: 'theme',
|
|
257
|
+
default: 'Thème',
|
|
258
|
+
langfre: 'Thème',
|
|
259
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode',
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
key: 'place',
|
|
263
|
+
default: 'Localisation',
|
|
264
|
+
langfre: 'Localisation',
|
|
265
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode',
|
|
266
|
+
},
|
|
267
|
+
],
|
|
268
|
+
cl_accessConstraints: [
|
|
269
|
+
{
|
|
270
|
+
key: 'copyright',
|
|
271
|
+
default: 'Droit d’auteur / Droit moral (copyright)',
|
|
272
|
+
langfre: 'Droit d’auteur / Droit moral (copyright)',
|
|
273
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode',
|
|
274
|
+
},
|
|
275
|
+
],
|
|
276
|
+
cl_spatialRepresentationType: [
|
|
277
|
+
{
|
|
278
|
+
key: 'vector',
|
|
279
|
+
default: 'Vecteur',
|
|
280
|
+
langfre: 'Vecteur',
|
|
281
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_SpatialRepresentationTypeCode',
|
|
282
|
+
},
|
|
283
|
+
],
|
|
284
|
+
resourceTitleObject: {
|
|
285
|
+
default: 'Surval - Données par paramètre',
|
|
286
|
+
langfre: 'Surval - Données par paramètre',
|
|
287
|
+
},
|
|
288
|
+
creationDateForResource: ['2012-01-01T00:00:00.000Z'],
|
|
289
|
+
creationYearForResource: '2012',
|
|
290
|
+
creationMonthForResource: '2012-01',
|
|
291
|
+
publicationDateForResource: ['2021-04-01T00:00:00.000Z'],
|
|
292
|
+
publicationYearForResource: '2021',
|
|
293
|
+
publicationMonthForResource: '2021-04',
|
|
294
|
+
resourceDate: [
|
|
295
|
+
{ type: 'creation', date: '2012-01-01T00:00:00.000Z' },
|
|
296
|
+
{
|
|
297
|
+
type: 'publication',
|
|
298
|
+
date: '2021-04-01T00:00:00.000Z',
|
|
299
|
+
},
|
|
300
|
+
],
|
|
301
|
+
resourceTemporalDateRange: [
|
|
302
|
+
{
|
|
303
|
+
gte: '2012-01-01T00:00:00.000Z',
|
|
304
|
+
lte: '2012-01-01T00:00:00.000Z',
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
gte: '2021-04-01T00:00:00.000Z',
|
|
308
|
+
lte: '2021-04-01T00:00:00.000Z',
|
|
309
|
+
},
|
|
310
|
+
{ gte: '1974-01-01T00:00:00.000Z' },
|
|
311
|
+
],
|
|
312
|
+
resourceIdentifier: [
|
|
313
|
+
{
|
|
314
|
+
code: 'DOI:10.12770/cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
315
|
+
codeSpace: '',
|
|
316
|
+
link: '',
|
|
317
|
+
},
|
|
318
|
+
],
|
|
319
|
+
resourceAbstractObject: {
|
|
320
|
+
default:
|
|
321
|
+
"Le produit Surval \"Données par paramètre\" met à disposition les données d'observation et de surveillance bancarisées dans Quadrige, validées et qui ne sont pas sous moratoire.\n\nCe système d'information contient des résultats sur la plupart des paramètres physiques, chimiques et biologiques de description de l'environnement. Les premières données datent par exemple de 1974 pour les paramètres de la qualité générale des eaux et les contaminants, 1987 pour le phytoplancton et les phycotoxines, 1989 pour la microbiologie, du début des années 2000 pour le benthos. \n\nCe produit contient des résultats sur la plupart des paramètres physiques, chimiques et biologiques de description de l'environnement. Les premières données datent par exemple de 1974 pour les paramètres de la qualité générale des eaux et les contaminants.\n\nLes données sous moratoire ou les données qualifiées \"Faux\" sont exclus de la diffusion Surval. Une donnée validée dans Quadrige aujourd’hui sera disponible dans Surval demain.\n\nL'accès aux données d'observation se fait par lieu. Un lieu de surveillance est un lieu géographique où des observations, des mesures et/ou des prélèvements sont effectués. Il est localisé de façon unique par son emprise cartographique (surface, ligne ou point). Un lieu de mesure peut être utilisé par plusieurs programmes d'observation et de surveillance.\n\nA compter du 29 avril 2021, conformément aux obligations de l’ « Open data », toutes les données validées sans moratoire sont diffusées à J+1 et sans traitement. Ainsi tous les paramètres et tous les programmes Quadrige sont diffusés, et regroupés sous forme de thème :\n- Benthos dont récifs coralliens\n- Contaminants chimiques et Écotoxicologie\n- Déchets\n- Microbiologie\n- Phytoplancton et Hydrologie\n- Ressources aquacoles\n- Zooplancton\n- Autres\nUn thème regroupe un ou plusieurs programmes d'acquisition. Un programme correspond à une mise en œuvre d'un protocole, sur une période et un ensemble de lieux. Chaque programme est placé sous la responsabilité d'un animateur. \n\nPour accompagner le résultat, de nombreuses données sont diffusées (téléchargeables en tant que données d’observation), comme :\n- la description complète du « Paramètre-Support-Fraction-Méthode-Unité »;\n- la description complète des « Passages », « Prélèvements » et « Échantillons »;\n- le niveau de qualification du résultat;\n- une proposition de citation, afin d’identifier tous les organismes contribuant à cette observation.\n\nL'emprise géographique est nationale : la métropole et les départements et régions d'outre-mer (DROM).\n\nL'accès au téléchargement direct du jeu de données complet (~ 220 Mo) en date du 9 juillet 2021 s'effectue par ce lien : https://www.ifremer.fr/sextant_doc/surveillance_littorale/surval/data/surval.zip \nL'accès par la carte permet de configurer des extractions et des graphes de visualisation sur demande (email demandé pour le téléchargement).",
|
|
322
|
+
langfre:
|
|
323
|
+
"Le produit Surval \"Données par paramètre\" met à disposition les données d'observation et de surveillance bancarisées dans Quadrige, validées et qui ne sont pas sous moratoire.\n\nCe système d'information contient des résultats sur la plupart des paramètres physiques, chimiques et biologiques de description de l'environnement. Les premières données datent par exemple de 1974 pour les paramètres de la qualité générale des eaux et les contaminants, 1987 pour le phytoplancton et les phycotoxines, 1989 pour la microbiologie, du début des années 2000 pour le benthos. \n\nCe produit contient des résultats sur la plupart des paramètres physiques, chimiques et biologiques de description de l'environnement. Les premières données datent par exemple de 1974 pour les paramètres de la qualité générale des eaux et les contaminants.\n\nLes données sous moratoire ou les données qualifiées \"Faux\" sont exclus de la diffusion Surval. Une donnée validée dans Quadrige aujourd’hui sera disponible dans Surval demain.\n\nL'accès aux données d'observation se fait par lieu. Un lieu de surveillance est un lieu géographique où des observations, des mesures et/ou des prélèvements sont effectués. Il est localisé de façon unique par son emprise cartographique (surface, ligne ou point). Un lieu de mesure peut être utilisé par plusieurs programmes d'observation et de surveillance.\n\nA compter du 29 avril 2021, conformément aux obligations de l’ « Open data », toutes les données validées sans moratoire sont diffusées à J+1 et sans traitement. Ainsi tous les paramètres et tous les programmes Quadrige sont diffusés, et regroupés sous forme de thème :\n- Benthos dont récifs coralliens\n- Contaminants chimiques et Écotoxicologie\n- Déchets\n- Microbiologie\n- Phytoplancton et Hydrologie\n- Ressources aquacoles\n- Zooplancton\n- Autres\nUn thème regroupe un ou plusieurs programmes d'acquisition. Un programme correspond à une mise en œuvre d'un protocole, sur une période et un ensemble de lieux. Chaque programme est placé sous la responsabilité d'un animateur. \n\nPour accompagner le résultat, de nombreuses données sont diffusées (téléchargeables en tant que données d’observation), comme :\n- la description complète du « Paramètre-Support-Fraction-Méthode-Unité »;\n- la description complète des « Passages », « Prélèvements » et « Échantillons »;\n- le niveau de qualification du résultat;\n- une proposition de citation, afin d’identifier tous les organismes contribuant à cette observation.\n\nL'emprise géographique est nationale : la métropole et les départements et régions d'outre-mer (DROM).\n\nL'accès au téléchargement direct du jeu de données complet (~ 220 Mo) en date du 9 juillet 2021 s'effectue par ce lien : https://www.ifremer.fr/sextant_doc/surveillance_littorale/surval/data/surval.zip \nL'accès par la carte permet de configurer des extractions et des graphes de visualisation sur demande (email demandé pour le téléchargement).",
|
|
324
|
+
},
|
|
325
|
+
cl_resourceCharacterSet: [
|
|
326
|
+
{
|
|
327
|
+
key: 'utf8',
|
|
328
|
+
default: 'Utf8',
|
|
329
|
+
langfre: 'Utf8',
|
|
330
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode',
|
|
331
|
+
},
|
|
332
|
+
],
|
|
333
|
+
OrgForResource: ['Ifremer', 'Ifremer', 'Ifremer'],
|
|
334
|
+
pointOfContactOrgForResource: 'Ifremer',
|
|
335
|
+
contactForResource: [
|
|
336
|
+
{
|
|
337
|
+
organisation: 'Ifremer',
|
|
338
|
+
role: 'pointOfContact',
|
|
339
|
+
email: 'q2_support@ifremer.fr',
|
|
340
|
+
website: '',
|
|
341
|
+
logo: '',
|
|
342
|
+
individual: "Cellule d'Administration Quadrige",
|
|
343
|
+
position: '',
|
|
344
|
+
phone: '',
|
|
345
|
+
address: '',
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
organisation: 'Ifremer',
|
|
349
|
+
role: 'author',
|
|
350
|
+
email: 'q2_support@ifremer.fr',
|
|
351
|
+
website: '',
|
|
352
|
+
logo: '',
|
|
353
|
+
individual: 'Quadrige',
|
|
354
|
+
position: '',
|
|
355
|
+
phone: '',
|
|
356
|
+
address: '',
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
organisation: 'Ifremer',
|
|
360
|
+
role: 'publisher',
|
|
361
|
+
email: 'q2_support@ifremer.fr',
|
|
362
|
+
website: '',
|
|
363
|
+
logo: '',
|
|
364
|
+
individual: 'Quadrige',
|
|
365
|
+
position: '',
|
|
366
|
+
phone: '',
|
|
367
|
+
address: '',
|
|
368
|
+
},
|
|
369
|
+
],
|
|
370
|
+
authorOrgForResource: 'Ifremer',
|
|
371
|
+
publisherOrgForResource: 'Ifremer',
|
|
372
|
+
resourceCreditObject: [{ default: 'Ifremer', langfre: 'Ifremer' }],
|
|
373
|
+
hasOverview: 'true',
|
|
374
|
+
overview: [
|
|
375
|
+
{
|
|
376
|
+
url: 'https://sextant.ifremer.fr/geonetwork/srv/api/records/cf5048f6-5bbf-4e44-ba74-e6f429af51ea/attachments/parametres.gif',
|
|
377
|
+
text: { default: 'parametres.gif', langfre: 'parametres.gif' },
|
|
378
|
+
},
|
|
379
|
+
],
|
|
380
|
+
resourceLanguage: ['fre'],
|
|
381
|
+
inspireTheme_syn: ['Installations de suivi environnemental'],
|
|
382
|
+
inspireTheme: ['environmental monitoring facilities'],
|
|
383
|
+
inspireThemeFirst_syn: 'Installations de suivi environnemental',
|
|
384
|
+
inspireThemeFirst: 'environmental monitoring facilities',
|
|
385
|
+
inspireAnnexForFirstTheme: 'iii',
|
|
386
|
+
inspireAnnex: ['iii'],
|
|
387
|
+
inspireThemeUri: ['http://inspire.ec.europa.eu/theme/ef'],
|
|
388
|
+
inspireThemeNumber: '1',
|
|
389
|
+
hasInspireTheme: 'true',
|
|
390
|
+
tag: [
|
|
391
|
+
{
|
|
392
|
+
default: 'Lieux de surveillance',
|
|
393
|
+
langfre: 'Lieux de surveillance',
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
default: 'Observation',
|
|
397
|
+
langfre: 'Observation',
|
|
398
|
+
},
|
|
399
|
+
{ default: 'Surveillance', langfre: 'Surveillance' },
|
|
400
|
+
{
|
|
401
|
+
default: 'Environnement',
|
|
402
|
+
langfre: 'Environnement',
|
|
403
|
+
},
|
|
404
|
+
{ default: 'Littoral', langfre: 'Littoral' },
|
|
405
|
+
{
|
|
406
|
+
default: 'Quadrige',
|
|
407
|
+
langfre: 'Quadrige',
|
|
408
|
+
},
|
|
409
|
+
{ default: 'DCE', langfre: 'DCE' },
|
|
410
|
+
{ default: 'DCSMM', langfre: 'DCSMM' },
|
|
411
|
+
{
|
|
412
|
+
default: 'OSPAR',
|
|
413
|
+
langfre: 'OSPAR',
|
|
414
|
+
},
|
|
415
|
+
{ default: 'MEDPOL', langfre: 'MEDPOL' },
|
|
416
|
+
{
|
|
417
|
+
default: 'Données ouvertes',
|
|
418
|
+
langfre: 'Données ouvertes',
|
|
419
|
+
},
|
|
420
|
+
{ default: 'Open Data', langfre: 'Open Data' },
|
|
421
|
+
{
|
|
422
|
+
default: 'Surval',
|
|
423
|
+
langfre: 'Surval',
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
default: 'Installations de suivi environnemental',
|
|
427
|
+
langfre: 'Installations de suivi environnemental',
|
|
428
|
+
},
|
|
429
|
+
{ default: 'D8: Contaminants', langfre: 'D8: Contaminants' },
|
|
430
|
+
{
|
|
431
|
+
default: 'D1: Biodiversité',
|
|
432
|
+
langfre: 'D1: Biodiversité',
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
default: 'D7: Changements hydrographiques',
|
|
436
|
+
langfre: 'D7: Changements hydrographiques',
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
default: 'D4: Réseaux trophiques',
|
|
440
|
+
langfre: 'D4: Réseaux trophiques',
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
default: 'D5: Eutrophisation',
|
|
444
|
+
langfre: 'D5: Eutrophisation',
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
default: 'D9: Questions sanitaires',
|
|
448
|
+
langfre: 'D9: Questions sanitaires',
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
default: 'D10: Déchets marins',
|
|
452
|
+
langfre: 'D10: Déchets marins',
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
default: 'D1: Biodiversité - Habitats benthiques',
|
|
456
|
+
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
460
|
+
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
default: 'D1: Biodiversité - Poissons',
|
|
464
|
+
langfre: 'D1: Biodiversité - Poissons',
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
default: 'D1: Biodiversité - Mammifères',
|
|
468
|
+
langfre: 'D1: Biodiversité - Mammifères',
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
default: 'D1: Biodiversité - Tortues',
|
|
472
|
+
langfre: 'D1: Biodiversité - Tortues',
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
default: 'D1: Biodiversité - Céphalopodes',
|
|
476
|
+
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
477
|
+
},
|
|
478
|
+
{ default: 'National', langfre: 'National' },
|
|
479
|
+
{
|
|
480
|
+
default: 'Observation par point',
|
|
481
|
+
langfre: 'Observation par point',
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
default: 'Observation directe',
|
|
485
|
+
langfre: 'Observation directe',
|
|
486
|
+
},
|
|
487
|
+
{
|
|
323
488
|
default:
|
|
324
|
-
"
|
|
489
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
325
490
|
langfre:
|
|
326
|
-
"
|
|
327
|
-
},
|
|
328
|
-
cl_resourceCharacterSet: [
|
|
329
|
-
{
|
|
330
|
-
key: 'utf8',
|
|
331
|
-
default: 'Utf8',
|
|
332
|
-
langfre: 'Utf8',
|
|
333
|
-
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode',
|
|
334
|
-
},
|
|
335
|
-
],
|
|
336
|
-
OrgForResource: ['Ifremer', 'Ifremer', 'Ifremer'],
|
|
337
|
-
pointOfContactOrgForResource: 'Ifremer',
|
|
338
|
-
contactForResource: [
|
|
339
|
-
{
|
|
340
|
-
organisation: 'Ifremer',
|
|
341
|
-
role: 'pointOfContact',
|
|
342
|
-
email: 'q2_support@ifremer.fr',
|
|
343
|
-
website: '',
|
|
344
|
-
logo: '',
|
|
345
|
-
individual: "Cellule d'Administration Quadrige",
|
|
346
|
-
position: '',
|
|
347
|
-
phone: '',
|
|
348
|
-
address: '',
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
organisation: 'Ifremer',
|
|
352
|
-
role: 'author',
|
|
353
|
-
email: 'q2_support@ifremer.fr',
|
|
354
|
-
website: '',
|
|
355
|
-
logo: '',
|
|
356
|
-
individual: 'Quadrige',
|
|
357
|
-
position: '',
|
|
358
|
-
phone: '',
|
|
359
|
-
address: '',
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
organisation: 'Ifremer',
|
|
363
|
-
role: 'publisher',
|
|
364
|
-
email: 'q2_support@ifremer.fr',
|
|
365
|
-
website: '',
|
|
366
|
-
logo: '',
|
|
367
|
-
individual: 'Quadrige',
|
|
368
|
-
position: '',
|
|
369
|
-
phone: '',
|
|
370
|
-
address: '',
|
|
371
|
-
},
|
|
372
|
-
],
|
|
373
|
-
authorOrgForResource: 'Ifremer',
|
|
374
|
-
publisherOrgForResource: 'Ifremer',
|
|
375
|
-
resourceCreditObject: [{ default: 'Ifremer', langfre: 'Ifremer' }],
|
|
376
|
-
hasOverview: 'true',
|
|
377
|
-
overview: [
|
|
378
|
-
{
|
|
379
|
-
url: 'https://sextant.ifremer.fr/geonetwork/srv/api/records/cf5048f6-5bbf-4e44-ba74-e6f429af51ea/attachments/parametres.gif',
|
|
380
|
-
text: { default: 'parametres.gif', langfre: 'parametres.gif' },
|
|
381
|
-
},
|
|
382
|
-
],
|
|
383
|
-
resourceLanguage: ['fre'],
|
|
384
|
-
inspireTheme_syn: ['Installations de suivi environnemental'],
|
|
385
|
-
inspireTheme: ['environmental monitoring facilities'],
|
|
386
|
-
inspireThemeFirst_syn: 'Installations de suivi environnemental',
|
|
387
|
-
inspireThemeFirst: 'environmental monitoring facilities',
|
|
388
|
-
inspireAnnexForFirstTheme: 'iii',
|
|
389
|
-
inspireAnnex: ['iii'],
|
|
390
|
-
inspireThemeUri: ['http://inspire.ec.europa.eu/theme/ef'],
|
|
391
|
-
inspireThemeNumber: '1',
|
|
392
|
-
hasInspireTheme: 'true',
|
|
393
|
-
tag: [
|
|
394
|
-
{
|
|
395
|
-
default: 'Lieux de surveillance',
|
|
396
|
-
langfre: 'Lieux de surveillance',
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
default: 'Observation',
|
|
400
|
-
langfre: 'Observation',
|
|
401
|
-
},
|
|
402
|
-
{ default: 'Surveillance', langfre: 'Surveillance' },
|
|
403
|
-
{
|
|
404
|
-
default: 'Environnement',
|
|
405
|
-
langfre: 'Environnement',
|
|
406
|
-
},
|
|
407
|
-
{ default: 'Littoral', langfre: 'Littoral' },
|
|
408
|
-
{
|
|
409
|
-
default: 'Quadrige',
|
|
410
|
-
langfre: 'Quadrige',
|
|
411
|
-
},
|
|
412
|
-
{ default: 'DCE', langfre: 'DCE' },
|
|
413
|
-
{ default: 'DCSMM', langfre: 'DCSMM' },
|
|
414
|
-
{
|
|
415
|
-
default: 'OSPAR',
|
|
416
|
-
langfre: 'OSPAR',
|
|
417
|
-
},
|
|
418
|
-
{ default: 'MEDPOL', langfre: 'MEDPOL' },
|
|
419
|
-
{
|
|
420
|
-
default: 'Données ouvertes',
|
|
421
|
-
langfre: 'Données ouvertes',
|
|
422
|
-
},
|
|
423
|
-
{ default: 'Open Data', langfre: 'Open Data' },
|
|
424
|
-
{
|
|
425
|
-
default: 'Surval',
|
|
426
|
-
langfre: 'Surval',
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
default: 'Installations de suivi environnemental',
|
|
430
|
-
langfre: 'Installations de suivi environnemental',
|
|
431
|
-
},
|
|
432
|
-
{ default: 'D8: Contaminants', langfre: 'D8: Contaminants' },
|
|
433
|
-
{
|
|
434
|
-
default: 'D1: Biodiversité',
|
|
435
|
-
langfre: 'D1: Biodiversité',
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
default: 'D7: Changements hydrographiques',
|
|
439
|
-
langfre: 'D7: Changements hydrographiques',
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
default: 'D4: Réseaux trophiques',
|
|
443
|
-
langfre: 'D4: Réseaux trophiques',
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
default: 'D5: Eutrophisation',
|
|
447
|
-
langfre: 'D5: Eutrophisation',
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
default: 'D9: Questions sanitaires',
|
|
451
|
-
langfre: 'D9: Questions sanitaires',
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
default: 'D10: Déchets marins',
|
|
455
|
-
langfre: 'D10: Déchets marins',
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
default: 'D1: Biodiversité - Habitats benthiques',
|
|
459
|
-
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
463
|
-
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
default: 'D1: Biodiversité - Poissons',
|
|
467
|
-
langfre: 'D1: Biodiversité - Poissons',
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
default: 'D1: Biodiversité - Mammifères',
|
|
471
|
-
langfre: 'D1: Biodiversité - Mammifères',
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
default: 'D1: Biodiversité - Tortues',
|
|
475
|
-
langfre: 'D1: Biodiversité - Tortues',
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
default: 'D1: Biodiversité - Céphalopodes',
|
|
479
|
-
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
480
|
-
},
|
|
481
|
-
{ default: 'National', langfre: 'National' },
|
|
482
|
-
{
|
|
483
|
-
default: 'Observation par point',
|
|
484
|
-
langfre: 'Observation par point',
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
default: 'Observation directe',
|
|
488
|
-
langfre: 'Observation directe',
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
default:
|
|
492
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
493
|
-
langfre:
|
|
494
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
default: '/Observations in-situ/Réseaux',
|
|
498
|
-
langfre: '/Observations in-situ/Réseaux',
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
default: 'Base de données de recherche',
|
|
502
|
-
langfre: 'Base de données de recherche',
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
default: 'Dispositifs de surveillance',
|
|
506
|
-
langfre: 'Dispositifs de surveillance',
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
default: '/Biologie marine/Bivalves',
|
|
510
|
-
langfre: '/Biologie marine/Bivalves',
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
default:
|
|
514
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
515
|
-
langfre:
|
|
516
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
default: "/Physique de l'Océan/Turbidité",
|
|
520
|
-
langfre: "/Physique de l'Océan/Turbidité",
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
default: '/Biogéochimie marine/Pigments',
|
|
524
|
-
langfre: '/Biogéochimie marine/Pigments',
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
default: '/Biologie marine/Toxines',
|
|
528
|
-
langfre: '/Biologie marine/Toxines',
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
default: '/Biologie marine/Phytoplancton',
|
|
532
|
-
langfre: '/Biologie marine/Phytoplancton',
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
default: '/Biologie marine/Zooplancton',
|
|
536
|
-
langfre: '/Biologie marine/Zooplancton',
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
default: "/Physique de l'Océan/Température",
|
|
540
|
-
langfre: "/Physique de l'Océan/Température",
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
default: "/Physique de l'Océan/Salinité",
|
|
544
|
-
langfre: "/Physique de l'Océan/Salinité",
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
default: '/Biogéochimie marine/Oxygène dissous',
|
|
548
|
-
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
default: '/Biologie marine/Organismes pathogènes',
|
|
552
|
-
langfre: '/Biologie marine/Organismes pathogènes',
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
default: '/Biologie marine/Organismes marins tropicaux',
|
|
556
|
-
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
default: '/Biologie marine/Matière en suspension',
|
|
560
|
-
langfre: '/Biologie marine/Matière en suspension',
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
564
|
-
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
default: '/Biologie marine/Habitats benthiques',
|
|
568
|
-
langfre: '/Biologie marine/Habitats benthiques',
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
default: '/Etat du Milieu/Biogéochimie',
|
|
572
|
-
langfre: '/Etat du Milieu/Biogéochimie',
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
default: '/Etat du Milieu/Pollutions',
|
|
576
|
-
langfre: '/Etat du Milieu/Pollutions',
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
default: '/Etat du Milieu/Littoral',
|
|
580
|
-
langfre: '/Etat du Milieu/Littoral',
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
default: '/Etat du Milieu/Habitats',
|
|
584
|
-
langfre: '/Etat du Milieu/Habitats',
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
default: '/Etat du Milieu/Espèces',
|
|
588
|
-
langfre: '/Etat du Milieu/Espèces',
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
default: 'Brest',
|
|
592
|
-
langfre: 'Brest',
|
|
593
|
-
},
|
|
594
|
-
{ default: 'Fort-de-France', langfre: 'Fort-de-France' },
|
|
595
|
-
{
|
|
596
|
-
default: 'Boulogne-sur-Mer',
|
|
597
|
-
langfre: 'Boulogne-sur-Mer',
|
|
598
|
-
},
|
|
599
|
-
{ default: 'Nouméa', langfre: 'Nouméa' },
|
|
600
|
-
{
|
|
601
|
-
default: 'Toulon',
|
|
602
|
-
langfre: 'Toulon',
|
|
603
|
-
},
|
|
604
|
-
{ default: 'Sète', langfre: 'Sète' },
|
|
605
|
-
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
606
|
-
],
|
|
607
|
-
isOpenData: 'true',
|
|
608
|
-
'keywordType-theme': [
|
|
609
|
-
{
|
|
610
|
-
default: 'Lieux de surveillance',
|
|
611
|
-
langfre: 'Lieux de surveillance',
|
|
612
|
-
},
|
|
613
|
-
{ default: 'Observation', langfre: 'Observation' },
|
|
614
|
-
{
|
|
615
|
-
default: 'Surveillance',
|
|
616
|
-
langfre: 'Surveillance',
|
|
617
|
-
},
|
|
618
|
-
{ default: 'Environnement', langfre: 'Environnement' },
|
|
619
|
-
{
|
|
620
|
-
default: 'Littoral',
|
|
621
|
-
langfre: 'Littoral',
|
|
622
|
-
},
|
|
623
|
-
{ default: 'Quadrige', langfre: 'Quadrige' },
|
|
624
|
-
{
|
|
625
|
-
default: 'DCE',
|
|
626
|
-
langfre: 'DCE',
|
|
627
|
-
},
|
|
628
|
-
{ default: 'DCSMM', langfre: 'DCSMM' },
|
|
629
|
-
{
|
|
630
|
-
default: 'OSPAR',
|
|
631
|
-
langfre: 'OSPAR',
|
|
632
|
-
},
|
|
633
|
-
{ default: 'MEDPOL', langfre: 'MEDPOL' },
|
|
634
|
-
{
|
|
635
|
-
default: 'Données ouvertes',
|
|
636
|
-
langfre: 'Données ouvertes',
|
|
637
|
-
},
|
|
638
|
-
{ default: 'Open Data', langfre: 'Open Data' },
|
|
639
|
-
{
|
|
640
|
-
default: 'Surval',
|
|
641
|
-
langfre: 'Surval',
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
default: 'Installations de suivi environnemental',
|
|
645
|
-
langfre: 'Installations de suivi environnemental',
|
|
646
|
-
},
|
|
647
|
-
{ default: 'D8: Contaminants', langfre: 'D8: Contaminants' },
|
|
648
|
-
{
|
|
649
|
-
default: 'D1: Biodiversité',
|
|
650
|
-
langfre: 'D1: Biodiversité',
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
default: 'D7: Changements hydrographiques',
|
|
654
|
-
langfre: 'D7: Changements hydrographiques',
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
default: 'D4: Réseaux trophiques',
|
|
658
|
-
langfre: 'D4: Réseaux trophiques',
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
default: 'D5: Eutrophisation',
|
|
662
|
-
langfre: 'D5: Eutrophisation',
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
default: 'D9: Questions sanitaires',
|
|
666
|
-
langfre: 'D9: Questions sanitaires',
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
default: 'D10: Déchets marins',
|
|
670
|
-
langfre: 'D10: Déchets marins',
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
default: 'D1: Biodiversité - Habitats benthiques',
|
|
674
|
-
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
678
|
-
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
default: 'D1: Biodiversité - Poissons',
|
|
682
|
-
langfre: 'D1: Biodiversité - Poissons',
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
default: 'D1: Biodiversité - Mammifères',
|
|
686
|
-
langfre: 'D1: Biodiversité - Mammifères',
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
default: 'D1: Biodiversité - Tortues',
|
|
690
|
-
langfre: 'D1: Biodiversité - Tortues',
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
default: 'D1: Biodiversité - Céphalopodes',
|
|
694
|
-
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
default: 'Observation par point',
|
|
698
|
-
langfre: 'Observation par point',
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
default: 'Observation directe',
|
|
702
|
-
langfre: 'Observation directe',
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
default:
|
|
706
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
707
|
-
langfre:
|
|
708
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
default: '/Observations in-situ/Réseaux',
|
|
712
|
-
langfre: '/Observations in-situ/Réseaux',
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
default: 'Base de données de recherche',
|
|
716
|
-
langfre: 'Base de données de recherche',
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
default: 'Dispositifs de surveillance',
|
|
720
|
-
langfre: 'Dispositifs de surveillance',
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
default: '/Biologie marine/Bivalves',
|
|
724
|
-
langfre: '/Biologie marine/Bivalves',
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
default:
|
|
728
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
729
|
-
langfre:
|
|
730
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
default: "/Physique de l'Océan/Turbidité",
|
|
734
|
-
langfre: "/Physique de l'Océan/Turbidité",
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
default: '/Biogéochimie marine/Pigments',
|
|
738
|
-
langfre: '/Biogéochimie marine/Pigments',
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
default: '/Biologie marine/Toxines',
|
|
742
|
-
langfre: '/Biologie marine/Toxines',
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
default: '/Biologie marine/Phytoplancton',
|
|
746
|
-
langfre: '/Biologie marine/Phytoplancton',
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
default: '/Biologie marine/Zooplancton',
|
|
750
|
-
langfre: '/Biologie marine/Zooplancton',
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
default: "/Physique de l'Océan/Température",
|
|
754
|
-
langfre: "/Physique de l'Océan/Température",
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
default: "/Physique de l'Océan/Salinité",
|
|
758
|
-
langfre: "/Physique de l'Océan/Salinité",
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
default: '/Biogéochimie marine/Oxygène dissous',
|
|
762
|
-
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
default: '/Biologie marine/Organismes pathogènes',
|
|
766
|
-
langfre: '/Biologie marine/Organismes pathogènes',
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
default: '/Biologie marine/Organismes marins tropicaux',
|
|
770
|
-
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
default: '/Biologie marine/Matière en suspension',
|
|
774
|
-
langfre: '/Biologie marine/Matière en suspension',
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
778
|
-
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
default: '/Biologie marine/Habitats benthiques',
|
|
782
|
-
langfre: '/Biologie marine/Habitats benthiques',
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
default: '/Etat du Milieu/Biogéochimie',
|
|
786
|
-
langfre: '/Etat du Milieu/Biogéochimie',
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
default: '/Etat du Milieu/Pollutions',
|
|
790
|
-
langfre: '/Etat du Milieu/Pollutions',
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
default: '/Etat du Milieu/Littoral',
|
|
794
|
-
langfre: '/Etat du Milieu/Littoral',
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
default: '/Etat du Milieu/Habitats',
|
|
798
|
-
langfre: '/Etat du Milieu/Habitats',
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
default: '/Etat du Milieu/Espèces',
|
|
802
|
-
langfre: '/Etat du Milieu/Espèces',
|
|
803
|
-
},
|
|
804
|
-
],
|
|
805
|
-
'keywordType-place': [
|
|
806
|
-
{ default: 'National', langfre: 'National' },
|
|
807
|
-
{
|
|
808
|
-
default: 'Brest',
|
|
809
|
-
langfre: 'Brest',
|
|
810
|
-
},
|
|
811
|
-
{ default: 'Fort-de-France', langfre: 'Fort-de-France' },
|
|
812
|
-
{
|
|
813
|
-
default: 'Boulogne-sur-Mer',
|
|
814
|
-
langfre: 'Boulogne-sur-Mer',
|
|
815
|
-
},
|
|
816
|
-
{ default: 'Nouméa', langfre: 'Nouméa' },
|
|
817
|
-
{
|
|
818
|
-
default: 'Toulon',
|
|
819
|
-
langfre: 'Toulon',
|
|
820
|
-
},
|
|
821
|
-
{ default: 'Sète', langfre: 'Sète' },
|
|
822
|
-
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
823
|
-
],
|
|
824
|
-
'th_httpinspireeceuropaeutheme-themeNumber': '1',
|
|
825
|
-
'th_httpinspireeceuropaeutheme-theme': [
|
|
826
|
-
{
|
|
827
|
-
default: 'Installations de suivi environnemental',
|
|
828
|
-
langfre: 'Installations de suivi environnemental',
|
|
829
|
-
},
|
|
830
|
-
],
|
|
831
|
-
indexingErrorMsg: [
|
|
832
|
-
'Warning / Keyword Installations de suivi environnemental not found in geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme.',
|
|
833
|
-
'Warning / Keyword D8: Contaminants not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
834
|
-
'Warning / Keyword D1: Biodiversité not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
835
|
-
'Warning / Keyword D7: Changements hydrographiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
836
|
-
'Warning / Keyword D4: Réseaux trophiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
837
|
-
'Warning / Keyword D5: Eutrophisation not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
838
|
-
'Warning / Keyword D9: Questions sanitaires not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
839
|
-
'Warning / Keyword D10: Déchets marins not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
840
|
-
'Warning / Keyword D1: Biodiversité - Habitats benthiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
841
|
-
'Warning / Keyword D1: Biodiversité - Habitats pélagiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
842
|
-
'Warning / Keyword D1: Biodiversité - Poissons not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
843
|
-
'Warning / Keyword D1: Biodiversité - Mammifères not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
844
|
-
'Warning / Keyword D1: Biodiversité - Tortues not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
845
|
-
'Warning / Keyword D1: Biodiversité - Céphalopodes not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
846
|
-
'Warning / Keyword National not found in geonetwork.thesaurus.local.place.dcsmm.area.',
|
|
847
|
-
'Warning / Keyword Observation par point not found in geonetwork.thesaurus.local.theme.dcsmm-methode.',
|
|
848
|
-
'Warning / Keyword Observation directe not found in geonetwork.thesaurus.local.theme.dcsmm-methode.',
|
|
849
|
-
"Warning / Keyword /Activités humaines/Réseaux d'observation et de surveillance du littoral not found in geonetwork.thesaurus.local.theme.sextant-theme.",
|
|
850
|
-
'Warning / Keyword /Observations in-situ/Réseaux not found in geonetwork.thesaurus.local.theme.type_jeux_donnee.',
|
|
851
|
-
'Warning / Keyword Base de données de recherche not found in geonetwork.thesaurus.local.theme.odatis_thematiques.',
|
|
852
|
-
'Warning / Keyword Dispositifs de surveillance not found in geonetwork.thesaurus.local.theme.odatis_thematiques.',
|
|
853
|
-
'Warning / Keyword /Biologie marine/Bivalves not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
854
|
-
'Warning / Keyword /Biogéochimie marine/Eléments chimiques et contaminants not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
855
|
-
"Warning / Keyword /Physique de l'Océan/Turbidité not found in geonetwork.thesaurus.local.theme.odatis_variables.",
|
|
856
|
-
'Warning / Keyword /Biogéochimie marine/Pigments not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
857
|
-
'Warning / Keyword /Biologie marine/Toxines not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
858
|
-
'Warning / Keyword /Biologie marine/Phytoplancton not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
859
|
-
'Warning / Keyword /Biologie marine/Zooplancton not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
860
|
-
"Warning / Keyword /Physique de l'Océan/Température not found in geonetwork.thesaurus.local.theme.odatis_variables.",
|
|
861
|
-
"Warning / Keyword /Physique de l'Océan/Salinité not found in geonetwork.thesaurus.local.theme.odatis_variables.",
|
|
862
|
-
'Warning / Keyword /Biogéochimie marine/Oxygène dissous not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
863
|
-
'Warning / Keyword /Biologie marine/Organismes pathogènes not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
864
|
-
'Warning / Keyword /Biologie marine/Organismes marins tropicaux not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
865
|
-
'Warning / Keyword /Biologie marine/Matière en suspension not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
866
|
-
'Warning / Keyword /Biogéochimie marine/Nutriments (sels nutritifs) not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
867
|
-
'Warning / Keyword /Biologie marine/Habitats benthiques not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
868
|
-
'Warning / Keyword /Etat du Milieu/Biogéochimie not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
869
|
-
'Warning / Keyword /Etat du Milieu/Pollutions not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
870
|
-
'Warning / Keyword /Etat du Milieu/Littoral not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
871
|
-
'Warning / Keyword /Etat du Milieu/Habitats not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
872
|
-
'Warning / Keyword /Etat du Milieu/Espèces not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
873
|
-
'Warning / Keyword Brest not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
874
|
-
'Warning / Keyword Fort-de-France not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
875
|
-
'Warning / Keyword Boulogne-sur-Mer not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
876
|
-
'Warning / Keyword Nouméa not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
877
|
-
'Warning / Keyword Toulon not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
878
|
-
'Warning / Keyword Sète not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
879
|
-
'Warning / Keyword La Rochelle not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
880
|
-
],
|
|
881
|
-
indexingError: [
|
|
882
|
-
'true',
|
|
883
|
-
'true',
|
|
884
|
-
'true',
|
|
885
|
-
'true',
|
|
886
|
-
'true',
|
|
887
|
-
'true',
|
|
888
|
-
'true',
|
|
889
|
-
'true',
|
|
890
|
-
'true',
|
|
891
|
-
'true',
|
|
892
|
-
'true',
|
|
893
|
-
'true',
|
|
894
|
-
'true',
|
|
895
|
-
'true',
|
|
896
|
-
'true',
|
|
897
|
-
'true',
|
|
898
|
-
'true',
|
|
899
|
-
'true',
|
|
900
|
-
'true',
|
|
901
|
-
'true',
|
|
902
|
-
'true',
|
|
903
|
-
'true',
|
|
904
|
-
'true',
|
|
905
|
-
'true',
|
|
906
|
-
'true',
|
|
907
|
-
'true',
|
|
908
|
-
'true',
|
|
909
|
-
'true',
|
|
910
|
-
'true',
|
|
911
|
-
'true',
|
|
912
|
-
'true',
|
|
913
|
-
'true',
|
|
914
|
-
'true',
|
|
915
|
-
'true',
|
|
916
|
-
'true',
|
|
917
|
-
'true',
|
|
918
|
-
'true',
|
|
919
|
-
'true',
|
|
920
|
-
'true',
|
|
921
|
-
'true',
|
|
922
|
-
'true',
|
|
923
|
-
'true',
|
|
924
|
-
'true',
|
|
925
|
-
'true',
|
|
926
|
-
'true',
|
|
927
|
-
'true',
|
|
928
|
-
'true',
|
|
929
|
-
'true',
|
|
930
|
-
],
|
|
931
|
-
'th_dcsmm-descripteurNumber': '13',
|
|
932
|
-
'th_dcsmm-descripteur': [
|
|
933
|
-
{
|
|
934
|
-
default: 'D8: Contaminants',
|
|
935
|
-
langfre: 'D8: Contaminants',
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
default: 'D1: Biodiversité',
|
|
939
|
-
langfre: 'D1: Biodiversité',
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
default: 'D7: Changements hydrographiques',
|
|
943
|
-
langfre: 'D7: Changements hydrographiques',
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
default: 'D4: Réseaux trophiques',
|
|
947
|
-
langfre: 'D4: Réseaux trophiques',
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
default: 'D5: Eutrophisation',
|
|
951
|
-
langfre: 'D5: Eutrophisation',
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
default: 'D9: Questions sanitaires',
|
|
955
|
-
langfre: 'D9: Questions sanitaires',
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
default: 'D10: Déchets marins',
|
|
959
|
-
langfre: 'D10: Déchets marins',
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
default: 'D1: Biodiversité - Habitats benthiques',
|
|
963
|
-
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
967
|
-
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
default: 'D1: Biodiversité - Poissons',
|
|
971
|
-
langfre: 'D1: Biodiversité - Poissons',
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
default: 'D1: Biodiversité - Mammifères',
|
|
975
|
-
langfre: 'D1: Biodiversité - Mammifères',
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
default: 'D1: Biodiversité - Tortues',
|
|
979
|
-
langfre: 'D1: Biodiversité - Tortues',
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
default: 'D1: Biodiversité - Céphalopodes',
|
|
983
|
-
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
984
|
-
},
|
|
985
|
-
],
|
|
986
|
-
th_areaNumber: '1',
|
|
987
|
-
th_area: [{ default: 'National', langfre: 'National' }],
|
|
988
|
-
'th_dcsmm-methodeNumber': '2',
|
|
989
|
-
'th_dcsmm-methode': [
|
|
990
|
-
{
|
|
991
|
-
default: 'Observation par point',
|
|
992
|
-
langfre: 'Observation par point',
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
default: 'Observation directe',
|
|
996
|
-
langfre: 'Observation directe',
|
|
997
|
-
},
|
|
998
|
-
],
|
|
999
|
-
'th_sextant-themeNumber': '1',
|
|
1000
|
-
'th_sextant-theme': [
|
|
1001
|
-
{
|
|
1002
|
-
default:
|
|
1003
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1004
|
-
langfre:
|
|
1005
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1006
|
-
},
|
|
1007
|
-
],
|
|
1008
|
-
th_type_jeux_donneeNumber: '1',
|
|
1009
|
-
th_type_jeux_donnee: [
|
|
1010
|
-
{
|
|
1011
|
-
default: '/Observations in-situ/Réseaux',
|
|
1012
|
-
langfre: '/Observations in-situ/Réseaux',
|
|
1013
|
-
},
|
|
1014
|
-
],
|
|
1015
|
-
th_odatis_thematiquesNumber: '2',
|
|
1016
|
-
th_odatis_thematiques: [
|
|
1017
|
-
{
|
|
1018
|
-
default: 'Base de données de recherche',
|
|
1019
|
-
langfre: 'Base de données de recherche',
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
default: 'Dispositifs de surveillance',
|
|
1023
|
-
langfre: 'Dispositifs de surveillance',
|
|
1024
|
-
},
|
|
1025
|
-
],
|
|
1026
|
-
th_odatis_variablesNumber: '15',
|
|
1027
|
-
th_odatis_variables: [
|
|
1028
|
-
{
|
|
1029
|
-
default: '/Biologie marine/Bivalves',
|
|
1030
|
-
langfre: '/Biologie marine/Bivalves',
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
default:
|
|
1034
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1035
|
-
langfre:
|
|
1036
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
default: "/Physique de l'Océan/Turbidité",
|
|
1040
|
-
langfre: "/Physique de l'Océan/Turbidité",
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
default: '/Biogéochimie marine/Pigments',
|
|
1044
|
-
langfre: '/Biogéochimie marine/Pigments',
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
default: '/Biologie marine/Toxines',
|
|
1048
|
-
langfre: '/Biologie marine/Toxines',
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
default: '/Biologie marine/Phytoplancton',
|
|
1052
|
-
langfre: '/Biologie marine/Phytoplancton',
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
default: '/Biologie marine/Zooplancton',
|
|
1056
|
-
langfre: '/Biologie marine/Zooplancton',
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
default: "/Physique de l'Océan/Température",
|
|
1060
|
-
langfre: "/Physique de l'Océan/Température",
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
default: "/Physique de l'Océan/Salinité",
|
|
1064
|
-
langfre: "/Physique de l'Océan/Salinité",
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
default: '/Biogéochimie marine/Oxygène dissous',
|
|
1068
|
-
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
default: '/Biologie marine/Organismes pathogènes',
|
|
1072
|
-
langfre: '/Biologie marine/Organismes pathogènes',
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
default: '/Biologie marine/Organismes marins tropicaux',
|
|
1076
|
-
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
default: '/Biologie marine/Matière en suspension',
|
|
1080
|
-
langfre: '/Biologie marine/Matière en suspension',
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1084
|
-
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
default: '/Biologie marine/Habitats benthiques',
|
|
1088
|
-
langfre: '/Biologie marine/Habitats benthiques',
|
|
1089
|
-
},
|
|
1090
|
-
],
|
|
1091
|
-
th_thematiquesNumber: '5',
|
|
1092
|
-
th_thematiques: [
|
|
1093
|
-
{
|
|
1094
|
-
default: '/Etat du Milieu/Biogéochimie',
|
|
1095
|
-
langfre: '/Etat du Milieu/Biogéochimie',
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
default: '/Etat du Milieu/Pollutions',
|
|
1099
|
-
langfre: '/Etat du Milieu/Pollutions',
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
default: '/Etat du Milieu/Littoral',
|
|
1103
|
-
langfre: '/Etat du Milieu/Littoral',
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
default: '/Etat du Milieu/Habitats',
|
|
1107
|
-
langfre: '/Etat du Milieu/Habitats',
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
default: '/Etat du Milieu/Espèces',
|
|
1111
|
-
langfre: '/Etat du Milieu/Espèces',
|
|
1112
|
-
},
|
|
1113
|
-
],
|
|
1114
|
-
th_oh_villeNumber: '7',
|
|
1115
|
-
th_oh_ville: [
|
|
1116
|
-
{ default: 'Brest', langfre: 'Brest' },
|
|
1117
|
-
{
|
|
1118
|
-
default: 'Fort-de-France',
|
|
1119
|
-
langfre: 'Fort-de-France',
|
|
1120
|
-
},
|
|
1121
|
-
{ default: 'Boulogne-sur-Mer', langfre: 'Boulogne-sur-Mer' },
|
|
1122
|
-
{
|
|
1123
|
-
default: 'Nouméa',
|
|
1124
|
-
langfre: 'Nouméa',
|
|
1125
|
-
},
|
|
1126
|
-
{ default: 'Toulon', langfre: 'Toulon' },
|
|
1127
|
-
{
|
|
1128
|
-
default: 'Sète',
|
|
1129
|
-
langfre: 'Sète',
|
|
1130
|
-
},
|
|
1131
|
-
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
1132
|
-
],
|
|
1133
|
-
allKeywords: {
|
|
1134
|
-
geonetworkthesauruslocalthemedcsmmdescripteur: {
|
|
1135
|
-
id: 'geonetwork.thesaurus.local.theme.dcsmm-descripteur',
|
|
1136
|
-
title: 'DCSMM : Descripteurs',
|
|
1137
|
-
theme: 'theme',
|
|
1138
|
-
link: '',
|
|
1139
|
-
keywords: [
|
|
1140
|
-
{
|
|
1141
|
-
default: 'D8: Contaminants',
|
|
1142
|
-
langfre: 'D8: Contaminants',
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
default: 'D1: Biodiversité',
|
|
1146
|
-
langfre: 'D1: Biodiversité',
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
default: 'D7: Changements hydrographiques',
|
|
1150
|
-
langfre: 'D7: Changements hydrographiques',
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
default: 'D4: Réseaux trophiques',
|
|
1154
|
-
langfre: 'D4: Réseaux trophiques',
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
default: 'D5: Eutrophisation',
|
|
1158
|
-
langfre: 'D5: Eutrophisation',
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
default: 'D9: Questions sanitaires',
|
|
1162
|
-
langfre: 'D9: Questions sanitaires',
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
default: 'D10: Déchets marins',
|
|
1166
|
-
langfre: 'D10: Déchets marins',
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
default: 'D1: Biodiversité - Habitats benthiques',
|
|
1170
|
-
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
1174
|
-
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
default: 'D1: Biodiversité - Poissons',
|
|
1178
|
-
langfre: 'D1: Biodiversité - Poissons',
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
default: 'D1: Biodiversité - Mammifères',
|
|
1182
|
-
langfre: 'D1: Biodiversité - Mammifères',
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
default: 'D1: Biodiversité - Tortues',
|
|
1186
|
-
langfre: 'D1: Biodiversité - Tortues',
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
default: 'D1: Biodiversité - Céphalopodes',
|
|
1190
|
-
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
1191
|
-
},
|
|
1192
|
-
],
|
|
1193
|
-
},
|
|
1194
|
-
geonetworkthesauruslocalthemedcsmmmethode: {
|
|
1195
|
-
id: 'geonetwork.thesaurus.local.theme.dcsmm-methode',
|
|
1196
|
-
title: 'DCSMM : Méthodes de recueil des données',
|
|
1197
|
-
theme: 'theme',
|
|
1198
|
-
link: '',
|
|
1199
|
-
keywords: [
|
|
1200
|
-
{
|
|
1201
|
-
default: 'Observation par point',
|
|
1202
|
-
langfre: 'Observation par point',
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
default: 'Observation directe',
|
|
1206
|
-
langfre: 'Observation directe',
|
|
1207
|
-
},
|
|
1208
|
-
],
|
|
1209
|
-
},
|
|
1210
|
-
geonetworkthesaurusexternalthemehttpinspireeceuropaeuthemetheme: {
|
|
1211
|
-
id: 'geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme',
|
|
1212
|
-
title: 'GEMET - INSPIRE themes, version 1.0',
|
|
1213
|
-
theme: 'theme',
|
|
1214
|
-
link: '',
|
|
1215
|
-
keywords: [
|
|
1216
|
-
{
|
|
1217
|
-
default: 'Installations de suivi environnemental',
|
|
1218
|
-
langfre: 'Installations de suivi environnemental',
|
|
1219
|
-
},
|
|
1220
|
-
],
|
|
1221
|
-
},
|
|
1222
|
-
geonetworkthesauruslocalplaceohville: {
|
|
1223
|
-
id: 'geonetwork.thesaurus.local.place.oh_ville',
|
|
1224
|
-
title: 'Ocean Hackathon - Ville',
|
|
1225
|
-
theme: 'place',
|
|
1226
|
-
link: '',
|
|
1227
|
-
keywords: [
|
|
1228
|
-
{ default: 'Brest', langfre: 'Brest' },
|
|
1229
|
-
{
|
|
1230
|
-
default: 'Fort-de-France',
|
|
1231
|
-
langfre: 'Fort-de-France',
|
|
1232
|
-
},
|
|
1233
|
-
{ default: 'Boulogne-sur-Mer', langfre: 'Boulogne-sur-Mer' },
|
|
1234
|
-
{
|
|
1235
|
-
default: 'Nouméa',
|
|
1236
|
-
langfre: 'Nouméa',
|
|
1237
|
-
},
|
|
1238
|
-
{ default: 'Toulon', langfre: 'Toulon' },
|
|
1239
|
-
{
|
|
1240
|
-
default: 'Sète',
|
|
1241
|
-
langfre: 'Sète',
|
|
1242
|
-
},
|
|
1243
|
-
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
1244
|
-
],
|
|
1245
|
-
},
|
|
1246
|
-
geonetworkthesauruslocalplacedcsmmarea: {
|
|
1247
|
-
id: 'geonetwork.thesaurus.local.place.dcsmm.area',
|
|
1248
|
-
title: 'Sous-regions marines',
|
|
1249
|
-
theme: 'place',
|
|
1250
|
-
link: '',
|
|
1251
|
-
keywords: [{ default: 'National', langfre: 'National' }],
|
|
1252
|
-
},
|
|
1253
|
-
geonetworkthesauruslocalthemeodatisthematiques: {
|
|
1254
|
-
id: 'geonetwork.thesaurus.local.theme.odatis_thematiques',
|
|
1255
|
-
title: 'Thèmatiques ODATIS',
|
|
1256
|
-
theme: 'theme',
|
|
1257
|
-
link: '',
|
|
1258
|
-
keywords: [
|
|
1259
|
-
{
|
|
1260
|
-
default: 'Base de données de recherche',
|
|
1261
|
-
langfre: 'Base de données de recherche',
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
default: 'Dispositifs de surveillance',
|
|
1265
|
-
langfre: 'Dispositifs de surveillance',
|
|
1266
|
-
},
|
|
1267
|
-
],
|
|
1268
|
-
},
|
|
1269
|
-
geonetworkthesauruslocalthemesextanttheme: {
|
|
1270
|
-
id: 'geonetwork.thesaurus.local.theme.sextant-theme',
|
|
1271
|
-
title: 'Thèmes Sextant',
|
|
1272
|
-
theme: 'theme',
|
|
1273
|
-
link: '',
|
|
1274
|
-
keywords: [
|
|
1275
|
-
{
|
|
1276
|
-
default:
|
|
1277
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1278
|
-
langfre:
|
|
1279
|
-
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1280
|
-
},
|
|
1281
|
-
],
|
|
1282
|
-
},
|
|
1283
|
-
geonetworkthesauruslocalthemesimmthematiques: {
|
|
1284
|
-
id: 'geonetwork.thesaurus.local.theme.simm.thematiques',
|
|
1285
|
-
title: 'Thématiques - SIMM',
|
|
1286
|
-
theme: 'theme',
|
|
1287
|
-
link: '',
|
|
1288
|
-
keywords: [
|
|
1289
|
-
{
|
|
1290
|
-
default: '/Etat du Milieu/Biogéochimie',
|
|
1291
|
-
langfre: '/Etat du Milieu/Biogéochimie',
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
default: '/Etat du Milieu/Pollutions',
|
|
1295
|
-
langfre: '/Etat du Milieu/Pollutions',
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
default: '/Etat du Milieu/Littoral',
|
|
1299
|
-
langfre: '/Etat du Milieu/Littoral',
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
default: '/Etat du Milieu/Habitats',
|
|
1303
|
-
langfre: '/Etat du Milieu/Habitats',
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
default: '/Etat du Milieu/Espèces',
|
|
1307
|
-
langfre: '/Etat du Milieu/Espèces',
|
|
1308
|
-
},
|
|
1309
|
-
],
|
|
1310
|
-
},
|
|
1311
|
-
geonetworkthesauruslocalthemetypejeuxdonnee: {
|
|
1312
|
-
id: 'geonetwork.thesaurus.local.theme.type_jeux_donnee',
|
|
1313
|
-
title: 'Type de jeux de donnée ODATIS',
|
|
1314
|
-
theme: 'theme',
|
|
1315
|
-
link: '',
|
|
1316
|
-
keywords: [
|
|
1317
|
-
{
|
|
1318
|
-
default: '/Observations in-situ/Réseaux',
|
|
1319
|
-
langfre: '/Observations in-situ/Réseaux',
|
|
1320
|
-
},
|
|
1321
|
-
],
|
|
1322
|
-
},
|
|
1323
|
-
geonetworkthesauruslocalthemeodatisvariables: {
|
|
1324
|
-
id: 'geonetwork.thesaurus.local.theme.odatis_variables',
|
|
1325
|
-
title: 'Variables ODATIS',
|
|
1326
|
-
theme: 'theme',
|
|
1327
|
-
link: '',
|
|
1328
|
-
keywords: [
|
|
1329
|
-
{
|
|
1330
|
-
default: '/Biologie marine/Bivalves',
|
|
1331
|
-
langfre: '/Biologie marine/Bivalves',
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
default:
|
|
1335
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1336
|
-
langfre:
|
|
1337
|
-
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
default: "/Physique de l'Océan/Turbidité",
|
|
1341
|
-
langfre: "/Physique de l'Océan/Turbidité",
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
default: '/Biogéochimie marine/Pigments',
|
|
1345
|
-
langfre: '/Biogéochimie marine/Pigments',
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
default: '/Biologie marine/Toxines',
|
|
1349
|
-
langfre: '/Biologie marine/Toxines',
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
default: '/Biologie marine/Phytoplancton',
|
|
1353
|
-
langfre: '/Biologie marine/Phytoplancton',
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
default: '/Biologie marine/Zooplancton',
|
|
1357
|
-
langfre: '/Biologie marine/Zooplancton',
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
default: "/Physique de l'Océan/Température",
|
|
1361
|
-
langfre: "/Physique de l'Océan/Température",
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
default: "/Physique de l'Océan/Salinité",
|
|
1365
|
-
langfre: "/Physique de l'Océan/Salinité",
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
default: '/Biogéochimie marine/Oxygène dissous',
|
|
1369
|
-
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
default: '/Biologie marine/Organismes pathogènes',
|
|
1373
|
-
langfre: '/Biologie marine/Organismes pathogènes',
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
default: '/Biologie marine/Organismes marins tropicaux',
|
|
1377
|
-
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
default: '/Biologie marine/Matière en suspension',
|
|
1381
|
-
langfre: '/Biologie marine/Matière en suspension',
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1385
|
-
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
default: '/Biologie marine/Habitats benthiques',
|
|
1389
|
-
langfre: '/Biologie marine/Habitats benthiques',
|
|
1390
|
-
},
|
|
1391
|
-
],
|
|
1392
|
-
},
|
|
1393
|
-
'otherKeywords-theme': {
|
|
1394
|
-
keywords: [
|
|
1395
|
-
{
|
|
1396
|
-
default: 'Lieux de surveillance',
|
|
1397
|
-
langfre: 'Lieux de surveillance',
|
|
1398
|
-
},
|
|
1399
|
-
{ default: 'Observation', langfre: 'Observation' },
|
|
1400
|
-
{
|
|
1401
|
-
default: 'Surveillance',
|
|
1402
|
-
langfre: 'Surveillance',
|
|
1403
|
-
},
|
|
1404
|
-
{ default: 'Environnement', langfre: 'Environnement' },
|
|
1405
|
-
{
|
|
1406
|
-
default: 'Littoral',
|
|
1407
|
-
langfre: 'Littoral',
|
|
1408
|
-
},
|
|
1409
|
-
{ default: 'Quadrige', langfre: 'Quadrige' },
|
|
1410
|
-
{
|
|
1411
|
-
default: 'DCE',
|
|
1412
|
-
langfre: 'DCE',
|
|
1413
|
-
},
|
|
1414
|
-
{ default: 'DCSMM', langfre: 'DCSMM' },
|
|
1415
|
-
{
|
|
1416
|
-
default: 'OSPAR',
|
|
1417
|
-
langfre: 'OSPAR',
|
|
1418
|
-
},
|
|
1419
|
-
{ default: 'MEDPOL', langfre: 'MEDPOL' },
|
|
1420
|
-
{
|
|
1421
|
-
default: 'Données ouvertes',
|
|
1422
|
-
langfre: 'Données ouvertes',
|
|
1423
|
-
},
|
|
1424
|
-
{ default: 'Open Data', langfre: 'Open Data' },
|
|
1425
|
-
{ default: 'Surval', langfre: 'Surval' },
|
|
1426
|
-
],
|
|
1427
|
-
},
|
|
1428
|
-
},
|
|
1429
|
-
cl_topic: [{ key: 'oceans', default: 'Océans', langfre: 'Océans' }],
|
|
1430
|
-
resolutionScaleDenominator: ['5000'],
|
|
1431
|
-
MD_ConstraintsUseLimitationObject: [
|
|
1432
|
-
{
|
|
1433
|
-
default: 'Restriction lié à l’exercice du droit moral',
|
|
1434
|
-
langfre: 'Restriction lié à l’exercice du droit moral',
|
|
1435
|
-
},
|
|
1436
|
-
],
|
|
1437
|
-
geom: {
|
|
1438
|
-
type: 'Polygon',
|
|
1439
|
-
coordinates: [
|
|
1440
|
-
[
|
|
1441
|
-
[-180.0, -70.0],
|
|
1442
|
-
[180.0, -70.0],
|
|
1443
|
-
[180.0, 70.0],
|
|
1444
|
-
[-180.0, 70.0],
|
|
1445
|
-
[-180.0, -70.0],
|
|
1446
|
-
],
|
|
1447
|
-
],
|
|
491
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1448
492
|
},
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
explanation: 'Non évalué',
|
|
1467
|
-
pass: 'false',
|
|
1468
|
-
},
|
|
1469
|
-
],
|
|
1470
|
-
lineageObject: {
|
|
493
|
+
{
|
|
494
|
+
default: '/Observations in-situ/Réseaux',
|
|
495
|
+
langfre: '/Observations in-situ/Réseaux',
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
default: 'Base de données de recherche',
|
|
499
|
+
langfre: 'Base de données de recherche',
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
default: 'Dispositifs de surveillance',
|
|
503
|
+
langfre: 'Dispositifs de surveillance',
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
default: '/Biologie marine/Bivalves',
|
|
507
|
+
langfre: '/Biologie marine/Bivalves',
|
|
508
|
+
},
|
|
509
|
+
{
|
|
1471
510
|
default:
|
|
1472
|
-
'
|
|
511
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1473
512
|
langfre:
|
|
1474
|
-
'
|
|
1475
|
-
},
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
'
|
|
1482
|
-
'
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
'
|
|
1486
|
-
'
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
'
|
|
1490
|
-
'
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
'
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
'
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
'
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
'
|
|
1652
|
-
'
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
'
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
'
|
|
1736
|
-
'
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
'
|
|
1740
|
-
'
|
|
513
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
default: "/Physique de l'Océan/Turbidité",
|
|
517
|
+
langfre: "/Physique de l'Océan/Turbidité",
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
default: '/Biogéochimie marine/Pigments',
|
|
521
|
+
langfre: '/Biogéochimie marine/Pigments',
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
default: '/Biologie marine/Toxines',
|
|
525
|
+
langfre: '/Biologie marine/Toxines',
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
default: '/Biologie marine/Phytoplancton',
|
|
529
|
+
langfre: '/Biologie marine/Phytoplancton',
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
default: '/Biologie marine/Zooplancton',
|
|
533
|
+
langfre: '/Biologie marine/Zooplancton',
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
default: "/Physique de l'Océan/Température",
|
|
537
|
+
langfre: "/Physique de l'Océan/Température",
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
default: "/Physique de l'Océan/Salinité",
|
|
541
|
+
langfre: "/Physique de l'Océan/Salinité",
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
default: '/Biogéochimie marine/Oxygène dissous',
|
|
545
|
+
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
default: '/Biologie marine/Organismes pathogènes',
|
|
549
|
+
langfre: '/Biologie marine/Organismes pathogènes',
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
default: '/Biologie marine/Organismes marins tropicaux',
|
|
553
|
+
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
default: '/Biologie marine/Matière en suspension',
|
|
557
|
+
langfre: '/Biologie marine/Matière en suspension',
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
561
|
+
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
default: '/Biologie marine/Habitats benthiques',
|
|
565
|
+
langfre: '/Biologie marine/Habitats benthiques',
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
default: '/Etat du Milieu/Biogéochimie',
|
|
569
|
+
langfre: '/Etat du Milieu/Biogéochimie',
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
default: '/Etat du Milieu/Pollutions',
|
|
573
|
+
langfre: '/Etat du Milieu/Pollutions',
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
default: '/Etat du Milieu/Littoral',
|
|
577
|
+
langfre: '/Etat du Milieu/Littoral',
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
default: '/Etat du Milieu/Habitats',
|
|
581
|
+
langfre: '/Etat du Milieu/Habitats',
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
default: '/Etat du Milieu/Espèces',
|
|
585
|
+
langfre: '/Etat du Milieu/Espèces',
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
default: 'Brest',
|
|
589
|
+
langfre: 'Brest',
|
|
590
|
+
},
|
|
591
|
+
{ default: 'Fort-de-France', langfre: 'Fort-de-France' },
|
|
592
|
+
{
|
|
593
|
+
default: 'Boulogne-sur-Mer',
|
|
594
|
+
langfre: 'Boulogne-sur-Mer',
|
|
595
|
+
},
|
|
596
|
+
{ default: 'Nouméa', langfre: 'Nouméa' },
|
|
597
|
+
{
|
|
598
|
+
default: 'Toulon',
|
|
599
|
+
langfre: 'Toulon',
|
|
600
|
+
},
|
|
601
|
+
{ default: 'Sète', langfre: 'Sète' },
|
|
602
|
+
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
603
|
+
],
|
|
604
|
+
isOpenData: 'true',
|
|
605
|
+
'keywordType-theme': [
|
|
606
|
+
{
|
|
607
|
+
default: 'Lieux de surveillance',
|
|
608
|
+
langfre: 'Lieux de surveillance',
|
|
609
|
+
},
|
|
610
|
+
{ default: 'Observation', langfre: 'Observation' },
|
|
611
|
+
{
|
|
612
|
+
default: 'Surveillance',
|
|
613
|
+
langfre: 'Surveillance',
|
|
614
|
+
},
|
|
615
|
+
{ default: 'Environnement', langfre: 'Environnement' },
|
|
616
|
+
{
|
|
617
|
+
default: 'Littoral',
|
|
618
|
+
langfre: 'Littoral',
|
|
619
|
+
},
|
|
620
|
+
{ default: 'Quadrige', langfre: 'Quadrige' },
|
|
621
|
+
{
|
|
622
|
+
default: 'DCE',
|
|
623
|
+
langfre: 'DCE',
|
|
624
|
+
},
|
|
625
|
+
{ default: 'DCSMM', langfre: 'DCSMM' },
|
|
626
|
+
{
|
|
627
|
+
default: 'OSPAR',
|
|
628
|
+
langfre: 'OSPAR',
|
|
629
|
+
},
|
|
630
|
+
{ default: 'MEDPOL', langfre: 'MEDPOL' },
|
|
631
|
+
{
|
|
632
|
+
default: 'Données ouvertes',
|
|
633
|
+
langfre: 'Données ouvertes',
|
|
634
|
+
},
|
|
635
|
+
{ default: 'Open Data', langfre: 'Open Data' },
|
|
636
|
+
{
|
|
637
|
+
default: 'Surval',
|
|
638
|
+
langfre: 'Surval',
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
default: 'Installations de suivi environnemental',
|
|
642
|
+
langfre: 'Installations de suivi environnemental',
|
|
643
|
+
},
|
|
644
|
+
{ default: 'D8: Contaminants', langfre: 'D8: Contaminants' },
|
|
645
|
+
{
|
|
646
|
+
default: 'D1: Biodiversité',
|
|
647
|
+
langfre: 'D1: Biodiversité',
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
default: 'D7: Changements hydrographiques',
|
|
651
|
+
langfre: 'D7: Changements hydrographiques',
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
default: 'D4: Réseaux trophiques',
|
|
655
|
+
langfre: 'D4: Réseaux trophiques',
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
default: 'D5: Eutrophisation',
|
|
659
|
+
langfre: 'D5: Eutrophisation',
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
default: 'D9: Questions sanitaires',
|
|
663
|
+
langfre: 'D9: Questions sanitaires',
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
default: 'D10: Déchets marins',
|
|
667
|
+
langfre: 'D10: Déchets marins',
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
default: 'D1: Biodiversité - Habitats benthiques',
|
|
671
|
+
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
675
|
+
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
default: 'D1: Biodiversité - Poissons',
|
|
679
|
+
langfre: 'D1: Biodiversité - Poissons',
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
default: 'D1: Biodiversité - Mammifères',
|
|
683
|
+
langfre: 'D1: Biodiversité - Mammifères',
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
default: 'D1: Biodiversité - Tortues',
|
|
687
|
+
langfre: 'D1: Biodiversité - Tortues',
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
default: 'D1: Biodiversité - Céphalopodes',
|
|
691
|
+
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
default: 'Observation par point',
|
|
695
|
+
langfre: 'Observation par point',
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
default: 'Observation directe',
|
|
699
|
+
langfre: 'Observation directe',
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
default:
|
|
703
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
704
|
+
langfre:
|
|
705
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
default: '/Observations in-situ/Réseaux',
|
|
709
|
+
langfre: '/Observations in-situ/Réseaux',
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
default: 'Base de données de recherche',
|
|
713
|
+
langfre: 'Base de données de recherche',
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
default: 'Dispositifs de surveillance',
|
|
717
|
+
langfre: 'Dispositifs de surveillance',
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
default: '/Biologie marine/Bivalves',
|
|
721
|
+
langfre: '/Biologie marine/Bivalves',
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
default:
|
|
725
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
726
|
+
langfre:
|
|
727
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
default: "/Physique de l'Océan/Turbidité",
|
|
731
|
+
langfre: "/Physique de l'Océan/Turbidité",
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
default: '/Biogéochimie marine/Pigments',
|
|
735
|
+
langfre: '/Biogéochimie marine/Pigments',
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
default: '/Biologie marine/Toxines',
|
|
739
|
+
langfre: '/Biologie marine/Toxines',
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
default: '/Biologie marine/Phytoplancton',
|
|
743
|
+
langfre: '/Biologie marine/Phytoplancton',
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
default: '/Biologie marine/Zooplancton',
|
|
747
|
+
langfre: '/Biologie marine/Zooplancton',
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
default: "/Physique de l'Océan/Température",
|
|
751
|
+
langfre: "/Physique de l'Océan/Température",
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
default: "/Physique de l'Océan/Salinité",
|
|
755
|
+
langfre: "/Physique de l'Océan/Salinité",
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
default: '/Biogéochimie marine/Oxygène dissous',
|
|
759
|
+
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
default: '/Biologie marine/Organismes pathogènes',
|
|
763
|
+
langfre: '/Biologie marine/Organismes pathogènes',
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
default: '/Biologie marine/Organismes marins tropicaux',
|
|
767
|
+
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
default: '/Biologie marine/Matière en suspension',
|
|
771
|
+
langfre: '/Biologie marine/Matière en suspension',
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
775
|
+
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
default: '/Biologie marine/Habitats benthiques',
|
|
779
|
+
langfre: '/Biologie marine/Habitats benthiques',
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
default: '/Etat du Milieu/Biogéochimie',
|
|
783
|
+
langfre: '/Etat du Milieu/Biogéochimie',
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
default: '/Etat du Milieu/Pollutions',
|
|
787
|
+
langfre: '/Etat du Milieu/Pollutions',
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
default: '/Etat du Milieu/Littoral',
|
|
791
|
+
langfre: '/Etat du Milieu/Littoral',
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
default: '/Etat du Milieu/Habitats',
|
|
795
|
+
langfre: '/Etat du Milieu/Habitats',
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
default: '/Etat du Milieu/Espèces',
|
|
799
|
+
langfre: '/Etat du Milieu/Espèces',
|
|
800
|
+
},
|
|
801
|
+
],
|
|
802
|
+
'keywordType-place': [
|
|
803
|
+
{ default: 'National', langfre: 'National' },
|
|
804
|
+
{
|
|
805
|
+
default: 'Brest',
|
|
806
|
+
langfre: 'Brest',
|
|
807
|
+
},
|
|
808
|
+
{ default: 'Fort-de-France', langfre: 'Fort-de-France' },
|
|
809
|
+
{
|
|
810
|
+
default: 'Boulogne-sur-Mer',
|
|
811
|
+
langfre: 'Boulogne-sur-Mer',
|
|
812
|
+
},
|
|
813
|
+
{ default: 'Nouméa', langfre: 'Nouméa' },
|
|
814
|
+
{
|
|
815
|
+
default: 'Toulon',
|
|
816
|
+
langfre: 'Toulon',
|
|
817
|
+
},
|
|
818
|
+
{ default: 'Sète', langfre: 'Sète' },
|
|
819
|
+
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
820
|
+
],
|
|
821
|
+
'th_httpinspireeceuropaeutheme-themeNumber': '1',
|
|
822
|
+
'th_httpinspireeceuropaeutheme-theme': [
|
|
823
|
+
{
|
|
824
|
+
default: 'Installations de suivi environnemental',
|
|
825
|
+
langfre: 'Installations de suivi environnemental',
|
|
826
|
+
},
|
|
827
|
+
],
|
|
828
|
+
indexingErrorMsg: [
|
|
829
|
+
'Warning / Keyword Installations de suivi environnemental not found in geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme.',
|
|
830
|
+
'Warning / Keyword D8: Contaminants not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
831
|
+
'Warning / Keyword D1: Biodiversité not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
832
|
+
'Warning / Keyword D7: Changements hydrographiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
833
|
+
'Warning / Keyword D4: Réseaux trophiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
834
|
+
'Warning / Keyword D5: Eutrophisation not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
835
|
+
'Warning / Keyword D9: Questions sanitaires not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
836
|
+
'Warning / Keyword D10: Déchets marins not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
837
|
+
'Warning / Keyword D1: Biodiversité - Habitats benthiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
838
|
+
'Warning / Keyword D1: Biodiversité - Habitats pélagiques not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
839
|
+
'Warning / Keyword D1: Biodiversité - Poissons not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
840
|
+
'Warning / Keyword D1: Biodiversité - Mammifères not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
841
|
+
'Warning / Keyword D1: Biodiversité - Tortues not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
842
|
+
'Warning / Keyword D1: Biodiversité - Céphalopodes not found in geonetwork.thesaurus.local.theme.dcsmm-descripteur.',
|
|
843
|
+
'Warning / Keyword National not found in geonetwork.thesaurus.local.place.dcsmm.area.',
|
|
844
|
+
'Warning / Keyword Observation par point not found in geonetwork.thesaurus.local.theme.dcsmm-methode.',
|
|
845
|
+
'Warning / Keyword Observation directe not found in geonetwork.thesaurus.local.theme.dcsmm-methode.',
|
|
846
|
+
"Warning / Keyword /Activités humaines/Réseaux d'observation et de surveillance du littoral not found in geonetwork.thesaurus.local.theme.sextant-theme.",
|
|
847
|
+
'Warning / Keyword /Observations in-situ/Réseaux not found in geonetwork.thesaurus.local.theme.type_jeux_donnee.',
|
|
848
|
+
'Warning / Keyword Base de données de recherche not found in geonetwork.thesaurus.local.theme.odatis_thematiques.',
|
|
849
|
+
'Warning / Keyword Dispositifs de surveillance not found in geonetwork.thesaurus.local.theme.odatis_thematiques.',
|
|
850
|
+
'Warning / Keyword /Biologie marine/Bivalves not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
851
|
+
'Warning / Keyword /Biogéochimie marine/Eléments chimiques et contaminants not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
852
|
+
"Warning / Keyword /Physique de l'Océan/Turbidité not found in geonetwork.thesaurus.local.theme.odatis_variables.",
|
|
853
|
+
'Warning / Keyword /Biogéochimie marine/Pigments not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
854
|
+
'Warning / Keyword /Biologie marine/Toxines not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
855
|
+
'Warning / Keyword /Biologie marine/Phytoplancton not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
856
|
+
'Warning / Keyword /Biologie marine/Zooplancton not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
857
|
+
"Warning / Keyword /Physique de l'Océan/Température not found in geonetwork.thesaurus.local.theme.odatis_variables.",
|
|
858
|
+
"Warning / Keyword /Physique de l'Océan/Salinité not found in geonetwork.thesaurus.local.theme.odatis_variables.",
|
|
859
|
+
'Warning / Keyword /Biogéochimie marine/Oxygène dissous not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
860
|
+
'Warning / Keyword /Biologie marine/Organismes pathogènes not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
861
|
+
'Warning / Keyword /Biologie marine/Organismes marins tropicaux not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
862
|
+
'Warning / Keyword /Biologie marine/Matière en suspension not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
863
|
+
'Warning / Keyword /Biogéochimie marine/Nutriments (sels nutritifs) not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
864
|
+
'Warning / Keyword /Biologie marine/Habitats benthiques not found in geonetwork.thesaurus.local.theme.odatis_variables.',
|
|
865
|
+
'Warning / Keyword /Etat du Milieu/Biogéochimie not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
866
|
+
'Warning / Keyword /Etat du Milieu/Pollutions not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
867
|
+
'Warning / Keyword /Etat du Milieu/Littoral not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
868
|
+
'Warning / Keyword /Etat du Milieu/Habitats not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
869
|
+
'Warning / Keyword /Etat du Milieu/Espèces not found in geonetwork.thesaurus.local.theme.simm.thematiques.',
|
|
870
|
+
'Warning / Keyword Brest not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
871
|
+
'Warning / Keyword Fort-de-France not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
872
|
+
'Warning / Keyword Boulogne-sur-Mer not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
873
|
+
'Warning / Keyword Nouméa not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
874
|
+
'Warning / Keyword Toulon not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
875
|
+
'Warning / Keyword Sète not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
876
|
+
'Warning / Keyword La Rochelle not found in geonetwork.thesaurus.local.place.oh_ville.',
|
|
877
|
+
],
|
|
878
|
+
indexingError: [
|
|
879
|
+
'true',
|
|
880
|
+
'true',
|
|
881
|
+
'true',
|
|
882
|
+
'true',
|
|
883
|
+
'true',
|
|
884
|
+
'true',
|
|
885
|
+
'true',
|
|
886
|
+
'true',
|
|
887
|
+
'true',
|
|
888
|
+
'true',
|
|
889
|
+
'true',
|
|
890
|
+
'true',
|
|
891
|
+
'true',
|
|
892
|
+
'true',
|
|
893
|
+
'true',
|
|
894
|
+
'true',
|
|
895
|
+
'true',
|
|
896
|
+
'true',
|
|
897
|
+
'true',
|
|
898
|
+
'true',
|
|
899
|
+
'true',
|
|
900
|
+
'true',
|
|
901
|
+
'true',
|
|
902
|
+
'true',
|
|
903
|
+
'true',
|
|
904
|
+
'true',
|
|
905
|
+
'true',
|
|
906
|
+
'true',
|
|
907
|
+
'true',
|
|
908
|
+
'true',
|
|
909
|
+
'true',
|
|
910
|
+
'true',
|
|
911
|
+
'true',
|
|
912
|
+
'true',
|
|
913
|
+
'true',
|
|
914
|
+
'true',
|
|
915
|
+
'true',
|
|
916
|
+
'true',
|
|
917
|
+
'true',
|
|
918
|
+
'true',
|
|
919
|
+
'true',
|
|
920
|
+
'true',
|
|
921
|
+
'true',
|
|
922
|
+
'true',
|
|
923
|
+
'true',
|
|
924
|
+
'true',
|
|
925
|
+
'true',
|
|
926
|
+
'true',
|
|
927
|
+
],
|
|
928
|
+
'th_dcsmm-descripteurNumber': '13',
|
|
929
|
+
'th_dcsmm-descripteur': [
|
|
930
|
+
{
|
|
931
|
+
default: 'D8: Contaminants',
|
|
932
|
+
langfre: 'D8: Contaminants',
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
default: 'D1: Biodiversité',
|
|
936
|
+
langfre: 'D1: Biodiversité',
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
default: 'D7: Changements hydrographiques',
|
|
940
|
+
langfre: 'D7: Changements hydrographiques',
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
default: 'D4: Réseaux trophiques',
|
|
944
|
+
langfre: 'D4: Réseaux trophiques',
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
default: 'D5: Eutrophisation',
|
|
948
|
+
langfre: 'D5: Eutrophisation',
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
default: 'D9: Questions sanitaires',
|
|
952
|
+
langfre: 'D9: Questions sanitaires',
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
default: 'D10: Déchets marins',
|
|
956
|
+
langfre: 'D10: Déchets marins',
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
default: 'D1: Biodiversité - Habitats benthiques',
|
|
960
|
+
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
964
|
+
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
default: 'D1: Biodiversité - Poissons',
|
|
968
|
+
langfre: 'D1: Biodiversité - Poissons',
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
default: 'D1: Biodiversité - Mammifères',
|
|
972
|
+
langfre: 'D1: Biodiversité - Mammifères',
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
default: 'D1: Biodiversité - Tortues',
|
|
976
|
+
langfre: 'D1: Biodiversité - Tortues',
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
default: 'D1: Biodiversité - Céphalopodes',
|
|
980
|
+
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
981
|
+
},
|
|
982
|
+
],
|
|
983
|
+
th_areaNumber: '1',
|
|
984
|
+
th_area: [{ default: 'National', langfre: 'National' }],
|
|
985
|
+
'th_dcsmm-methodeNumber': '2',
|
|
986
|
+
'th_dcsmm-methode': [
|
|
987
|
+
{
|
|
988
|
+
default: 'Observation par point',
|
|
989
|
+
langfre: 'Observation par point',
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
default: 'Observation directe',
|
|
993
|
+
langfre: 'Observation directe',
|
|
994
|
+
},
|
|
995
|
+
],
|
|
996
|
+
'th_sextant-themeNumber': '1',
|
|
997
|
+
'th_sextant-theme': [
|
|
998
|
+
{
|
|
999
|
+
default:
|
|
1000
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1001
|
+
langfre:
|
|
1002
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1003
|
+
},
|
|
1004
|
+
],
|
|
1005
|
+
th_type_jeux_donneeNumber: '1',
|
|
1006
|
+
th_type_jeux_donnee: [
|
|
1007
|
+
{
|
|
1008
|
+
default: '/Observations in-situ/Réseaux',
|
|
1009
|
+
langfre: '/Observations in-situ/Réseaux',
|
|
1010
|
+
},
|
|
1011
|
+
],
|
|
1012
|
+
th_odatis_thematiquesNumber: '2',
|
|
1013
|
+
th_odatis_thematiques: [
|
|
1014
|
+
{
|
|
1015
|
+
default: 'Base de données de recherche',
|
|
1016
|
+
langfre: 'Base de données de recherche',
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
default: 'Dispositifs de surveillance',
|
|
1020
|
+
langfre: 'Dispositifs de surveillance',
|
|
1021
|
+
},
|
|
1022
|
+
],
|
|
1023
|
+
th_odatis_variablesNumber: '15',
|
|
1024
|
+
th_odatis_variables: [
|
|
1025
|
+
{
|
|
1026
|
+
default: '/Biologie marine/Bivalves',
|
|
1027
|
+
langfre: '/Biologie marine/Bivalves',
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
default:
|
|
1031
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1032
|
+
langfre:
|
|
1033
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
default: "/Physique de l'Océan/Turbidité",
|
|
1037
|
+
langfre: "/Physique de l'Océan/Turbidité",
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
default: '/Biogéochimie marine/Pigments',
|
|
1041
|
+
langfre: '/Biogéochimie marine/Pigments',
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
default: '/Biologie marine/Toxines',
|
|
1045
|
+
langfre: '/Biologie marine/Toxines',
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
default: '/Biologie marine/Phytoplancton',
|
|
1049
|
+
langfre: '/Biologie marine/Phytoplancton',
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
default: '/Biologie marine/Zooplancton',
|
|
1053
|
+
langfre: '/Biologie marine/Zooplancton',
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
default: "/Physique de l'Océan/Température",
|
|
1057
|
+
langfre: "/Physique de l'Océan/Température",
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
default: "/Physique de l'Océan/Salinité",
|
|
1061
|
+
langfre: "/Physique de l'Océan/Salinité",
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
default: '/Biogéochimie marine/Oxygène dissous',
|
|
1065
|
+
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
default: '/Biologie marine/Organismes pathogènes',
|
|
1069
|
+
langfre: '/Biologie marine/Organismes pathogènes',
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
default: '/Biologie marine/Organismes marins tropicaux',
|
|
1073
|
+
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
default: '/Biologie marine/Matière en suspension',
|
|
1077
|
+
langfre: '/Biologie marine/Matière en suspension',
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1081
|
+
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
default: '/Biologie marine/Habitats benthiques',
|
|
1085
|
+
langfre: '/Biologie marine/Habitats benthiques',
|
|
1086
|
+
},
|
|
1087
|
+
],
|
|
1088
|
+
th_thematiquesNumber: '5',
|
|
1089
|
+
th_thematiques: [
|
|
1090
|
+
{
|
|
1091
|
+
default: '/Etat du Milieu/Biogéochimie',
|
|
1092
|
+
langfre: '/Etat du Milieu/Biogéochimie',
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
default: '/Etat du Milieu/Pollutions',
|
|
1096
|
+
langfre: '/Etat du Milieu/Pollutions',
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
default: '/Etat du Milieu/Littoral',
|
|
1100
|
+
langfre: '/Etat du Milieu/Littoral',
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
default: '/Etat du Milieu/Habitats',
|
|
1104
|
+
langfre: '/Etat du Milieu/Habitats',
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
default: '/Etat du Milieu/Espèces',
|
|
1108
|
+
langfre: '/Etat du Milieu/Espèces',
|
|
1109
|
+
},
|
|
1110
|
+
],
|
|
1111
|
+
th_oh_villeNumber: '7',
|
|
1112
|
+
th_oh_ville: [
|
|
1113
|
+
{ default: 'Brest', langfre: 'Brest' },
|
|
1114
|
+
{
|
|
1115
|
+
default: 'Fort-de-France',
|
|
1116
|
+
langfre: 'Fort-de-France',
|
|
1117
|
+
},
|
|
1118
|
+
{ default: 'Boulogne-sur-Mer', langfre: 'Boulogne-sur-Mer' },
|
|
1119
|
+
{
|
|
1120
|
+
default: 'Nouméa',
|
|
1121
|
+
langfre: 'Nouméa',
|
|
1122
|
+
},
|
|
1123
|
+
{ default: 'Toulon', langfre: 'Toulon' },
|
|
1124
|
+
{
|
|
1125
|
+
default: 'Sète',
|
|
1126
|
+
langfre: 'Sète',
|
|
1127
|
+
},
|
|
1128
|
+
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
1129
|
+
],
|
|
1130
|
+
allKeywords: {
|
|
1131
|
+
geonetworkthesauruslocalthemedcsmmdescripteur: {
|
|
1132
|
+
id: 'geonetwork.thesaurus.local.theme.dcsmm-descripteur',
|
|
1133
|
+
title: 'DCSMM : Descripteurs',
|
|
1134
|
+
theme: 'theme',
|
|
1135
|
+
link: '',
|
|
1136
|
+
keywords: [
|
|
1137
|
+
{
|
|
1138
|
+
default: 'D8: Contaminants',
|
|
1139
|
+
langfre: 'D8: Contaminants',
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
default: 'D1: Biodiversité',
|
|
1143
|
+
langfre: 'D1: Biodiversité',
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
default: 'D7: Changements hydrographiques',
|
|
1147
|
+
langfre: 'D7: Changements hydrographiques',
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
default: 'D4: Réseaux trophiques',
|
|
1151
|
+
langfre: 'D4: Réseaux trophiques',
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
default: 'D5: Eutrophisation',
|
|
1155
|
+
langfre: 'D5: Eutrophisation',
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
default: 'D9: Questions sanitaires',
|
|
1159
|
+
langfre: 'D9: Questions sanitaires',
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
default: 'D10: Déchets marins',
|
|
1163
|
+
langfre: 'D10: Déchets marins',
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
default: 'D1: Biodiversité - Habitats benthiques',
|
|
1167
|
+
langfre: 'D1: Biodiversité - Habitats benthiques',
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
default: 'D1: Biodiversité - Habitats pélagiques',
|
|
1171
|
+
langfre: 'D1: Biodiversité - Habitats pélagiques',
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
default: 'D1: Biodiversité - Poissons',
|
|
1175
|
+
langfre: 'D1: Biodiversité - Poissons',
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
default: 'D1: Biodiversité - Mammifères',
|
|
1179
|
+
langfre: 'D1: Biodiversité - Mammifères',
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
default: 'D1: Biodiversité - Tortues',
|
|
1183
|
+
langfre: 'D1: Biodiversité - Tortues',
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
default: 'D1: Biodiversité - Céphalopodes',
|
|
1187
|
+
langfre: 'D1: Biodiversité - Céphalopodes',
|
|
1188
|
+
},
|
|
1189
|
+
],
|
|
1190
|
+
},
|
|
1191
|
+
geonetworkthesauruslocalthemedcsmmmethode: {
|
|
1192
|
+
id: 'geonetwork.thesaurus.local.theme.dcsmm-methode',
|
|
1193
|
+
title: 'DCSMM : Méthodes de recueil des données',
|
|
1194
|
+
theme: 'theme',
|
|
1195
|
+
link: '',
|
|
1196
|
+
keywords: [
|
|
1197
|
+
{
|
|
1198
|
+
default: 'Observation par point',
|
|
1199
|
+
langfre: 'Observation par point',
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
default: 'Observation directe',
|
|
1203
|
+
langfre: 'Observation directe',
|
|
1204
|
+
},
|
|
1205
|
+
],
|
|
1206
|
+
},
|
|
1207
|
+
geonetworkthesaurusexternalthemehttpinspireeceuropaeuthemetheme: {
|
|
1208
|
+
id: 'geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme',
|
|
1209
|
+
title: 'GEMET - INSPIRE themes, version 1.0',
|
|
1210
|
+
theme: 'theme',
|
|
1211
|
+
link: '',
|
|
1212
|
+
keywords: [
|
|
1213
|
+
{
|
|
1214
|
+
default: 'Installations de suivi environnemental',
|
|
1215
|
+
langfre: 'Installations de suivi environnemental',
|
|
1216
|
+
},
|
|
1217
|
+
],
|
|
1218
|
+
},
|
|
1219
|
+
geonetworkthesauruslocalplaceohville: {
|
|
1220
|
+
id: 'geonetwork.thesaurus.local.place.oh_ville',
|
|
1221
|
+
title: 'Ocean Hackathon - Ville',
|
|
1222
|
+
theme: 'place',
|
|
1223
|
+
link: '',
|
|
1224
|
+
keywords: [
|
|
1225
|
+
{ default: 'Brest', langfre: 'Brest' },
|
|
1226
|
+
{
|
|
1227
|
+
default: 'Fort-de-France',
|
|
1228
|
+
langfre: 'Fort-de-France',
|
|
1229
|
+
},
|
|
1230
|
+
{ default: 'Boulogne-sur-Mer', langfre: 'Boulogne-sur-Mer' },
|
|
1231
|
+
{
|
|
1232
|
+
default: 'Nouméa',
|
|
1233
|
+
langfre: 'Nouméa',
|
|
1234
|
+
},
|
|
1235
|
+
{ default: 'Toulon', langfre: 'Toulon' },
|
|
1236
|
+
{
|
|
1237
|
+
default: 'Sète',
|
|
1238
|
+
langfre: 'Sète',
|
|
1239
|
+
},
|
|
1240
|
+
{ default: 'La Rochelle', langfre: 'La Rochelle' },
|
|
1241
|
+
],
|
|
1242
|
+
},
|
|
1243
|
+
geonetworkthesauruslocalplacedcsmmarea: {
|
|
1244
|
+
id: 'geonetwork.thesaurus.local.place.dcsmm.area',
|
|
1245
|
+
title: 'Sous-regions marines',
|
|
1246
|
+
theme: 'place',
|
|
1247
|
+
link: '',
|
|
1248
|
+
keywords: [{ default: 'National', langfre: 'National' }],
|
|
1249
|
+
},
|
|
1250
|
+
geonetworkthesauruslocalthemeodatisthematiques: {
|
|
1251
|
+
id: 'geonetwork.thesaurus.local.theme.odatis_thematiques',
|
|
1252
|
+
title: 'Thèmatiques ODATIS',
|
|
1253
|
+
theme: 'theme',
|
|
1254
|
+
link: '',
|
|
1255
|
+
keywords: [
|
|
1256
|
+
{
|
|
1257
|
+
default: 'Base de données de recherche',
|
|
1258
|
+
langfre: 'Base de données de recherche',
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
default: 'Dispositifs de surveillance',
|
|
1262
|
+
langfre: 'Dispositifs de surveillance',
|
|
1263
|
+
},
|
|
1264
|
+
],
|
|
1265
|
+
},
|
|
1266
|
+
geonetworkthesauruslocalthemesextanttheme: {
|
|
1267
|
+
id: 'geonetwork.thesaurus.local.theme.sextant-theme',
|
|
1268
|
+
title: 'Thèmes Sextant',
|
|
1269
|
+
theme: 'theme',
|
|
1270
|
+
link: '',
|
|
1271
|
+
keywords: [
|
|
1272
|
+
{
|
|
1273
|
+
default:
|
|
1274
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1275
|
+
langfre:
|
|
1276
|
+
"/Activités humaines/Réseaux d'observation et de surveillance du littoral",
|
|
1277
|
+
},
|
|
1278
|
+
],
|
|
1279
|
+
},
|
|
1280
|
+
geonetworkthesauruslocalthemesimmthematiques: {
|
|
1281
|
+
id: 'geonetwork.thesaurus.local.theme.simm.thematiques',
|
|
1282
|
+
title: 'Thématiques - SIMM',
|
|
1283
|
+
theme: 'theme',
|
|
1284
|
+
link: '',
|
|
1285
|
+
keywords: [
|
|
1286
|
+
{
|
|
1287
|
+
default: '/Etat du Milieu/Biogéochimie',
|
|
1288
|
+
langfre: '/Etat du Milieu/Biogéochimie',
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
default: '/Etat du Milieu/Pollutions',
|
|
1292
|
+
langfre: '/Etat du Milieu/Pollutions',
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
default: '/Etat du Milieu/Littoral',
|
|
1296
|
+
langfre: '/Etat du Milieu/Littoral',
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
default: '/Etat du Milieu/Habitats',
|
|
1300
|
+
langfre: '/Etat du Milieu/Habitats',
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
default: '/Etat du Milieu/Espèces',
|
|
1304
|
+
langfre: '/Etat du Milieu/Espèces',
|
|
1305
|
+
},
|
|
1306
|
+
],
|
|
1307
|
+
},
|
|
1308
|
+
geonetworkthesauruslocalthemetypejeuxdonnee: {
|
|
1309
|
+
id: 'geonetwork.thesaurus.local.theme.type_jeux_donnee',
|
|
1310
|
+
title: 'Type de jeux de donnée ODATIS',
|
|
1311
|
+
theme: 'theme',
|
|
1312
|
+
link: '',
|
|
1313
|
+
keywords: [
|
|
1314
|
+
{
|
|
1315
|
+
default: '/Observations in-situ/Réseaux',
|
|
1316
|
+
langfre: '/Observations in-situ/Réseaux',
|
|
1317
|
+
},
|
|
1318
|
+
],
|
|
1319
|
+
},
|
|
1320
|
+
geonetworkthesauruslocalthemeodatisvariables: {
|
|
1321
|
+
id: 'geonetwork.thesaurus.local.theme.odatis_variables',
|
|
1322
|
+
title: 'Variables ODATIS',
|
|
1323
|
+
theme: 'theme',
|
|
1324
|
+
link: '',
|
|
1325
|
+
keywords: [
|
|
1326
|
+
{
|
|
1327
|
+
default: '/Biologie marine/Bivalves',
|
|
1328
|
+
langfre: '/Biologie marine/Bivalves',
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
default:
|
|
1332
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1333
|
+
langfre:
|
|
1334
|
+
'/Biogéochimie marine/Eléments chimiques et contaminants',
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
default: "/Physique de l'Océan/Turbidité",
|
|
1338
|
+
langfre: "/Physique de l'Océan/Turbidité",
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
default: '/Biogéochimie marine/Pigments',
|
|
1342
|
+
langfre: '/Biogéochimie marine/Pigments',
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
default: '/Biologie marine/Toxines',
|
|
1346
|
+
langfre: '/Biologie marine/Toxines',
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
default: '/Biologie marine/Phytoplancton',
|
|
1350
|
+
langfre: '/Biologie marine/Phytoplancton',
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
default: '/Biologie marine/Zooplancton',
|
|
1354
|
+
langfre: '/Biologie marine/Zooplancton',
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
default: "/Physique de l'Océan/Température",
|
|
1358
|
+
langfre: "/Physique de l'Océan/Température",
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
default: "/Physique de l'Océan/Salinité",
|
|
1362
|
+
langfre: "/Physique de l'Océan/Salinité",
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
default: '/Biogéochimie marine/Oxygène dissous',
|
|
1366
|
+
langfre: '/Biogéochimie marine/Oxygène dissous',
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
default: '/Biologie marine/Organismes pathogènes',
|
|
1370
|
+
langfre: '/Biologie marine/Organismes pathogènes',
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
default: '/Biologie marine/Organismes marins tropicaux',
|
|
1374
|
+
langfre: '/Biologie marine/Organismes marins tropicaux',
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
default: '/Biologie marine/Matière en suspension',
|
|
1378
|
+
langfre: '/Biologie marine/Matière en suspension',
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
default: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1382
|
+
langfre: '/Biogéochimie marine/Nutriments (sels nutritifs)',
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
default: '/Biologie marine/Habitats benthiques',
|
|
1386
|
+
langfre: '/Biologie marine/Habitats benthiques',
|
|
1387
|
+
},
|
|
1388
|
+
],
|
|
1389
|
+
},
|
|
1390
|
+
'otherKeywords-theme': {
|
|
1391
|
+
keywords: [
|
|
1392
|
+
{
|
|
1393
|
+
default: 'Lieux de surveillance',
|
|
1394
|
+
langfre: 'Lieux de surveillance',
|
|
1395
|
+
},
|
|
1396
|
+
{ default: 'Observation', langfre: 'Observation' },
|
|
1397
|
+
{
|
|
1398
|
+
default: 'Surveillance',
|
|
1399
|
+
langfre: 'Surveillance',
|
|
1400
|
+
},
|
|
1401
|
+
{ default: 'Environnement', langfre: 'Environnement' },
|
|
1402
|
+
{
|
|
1403
|
+
default: 'Littoral',
|
|
1404
|
+
langfre: 'Littoral',
|
|
1405
|
+
},
|
|
1406
|
+
{ default: 'Quadrige', langfre: 'Quadrige' },
|
|
1407
|
+
{
|
|
1408
|
+
default: 'DCE',
|
|
1409
|
+
langfre: 'DCE',
|
|
1410
|
+
},
|
|
1411
|
+
{ default: 'DCSMM', langfre: 'DCSMM' },
|
|
1412
|
+
{
|
|
1413
|
+
default: 'OSPAR',
|
|
1414
|
+
langfre: 'OSPAR',
|
|
1415
|
+
},
|
|
1416
|
+
{ default: 'MEDPOL', langfre: 'MEDPOL' },
|
|
1417
|
+
{
|
|
1418
|
+
default: 'Données ouvertes',
|
|
1419
|
+
langfre: 'Données ouvertes',
|
|
1420
|
+
},
|
|
1421
|
+
{ default: 'Open Data', langfre: 'Open Data' },
|
|
1422
|
+
{ default: 'Surval', langfre: 'Surval' },
|
|
1423
|
+
],
|
|
1424
|
+
},
|
|
1425
|
+
},
|
|
1426
|
+
cl_topic: [{ key: 'oceans', default: 'Océans', langfre: 'Océans' }],
|
|
1427
|
+
resolutionScaleDenominator: ['5000'],
|
|
1428
|
+
MD_ConstraintsUseLimitationObject: [
|
|
1429
|
+
{
|
|
1430
|
+
default: 'Restriction lié à l’exercice du droit moral',
|
|
1431
|
+
langfre: 'Restriction lié à l’exercice du droit moral',
|
|
1432
|
+
},
|
|
1433
|
+
],
|
|
1434
|
+
geom: {
|
|
1435
|
+
type: 'Polygon',
|
|
1436
|
+
coordinates: [
|
|
1437
|
+
[
|
|
1438
|
+
[-180.0, -70.0],
|
|
1439
|
+
[180.0, -70.0],
|
|
1440
|
+
[180.0, 70.0],
|
|
1441
|
+
[-180.0, 70.0],
|
|
1442
|
+
[-180.0, -70.0],
|
|
1443
|
+
],
|
|
1741
1444
|
],
|
|
1742
1445
|
},
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1446
|
+
location: '0,0',
|
|
1447
|
+
resourceTemporalExtentDateRange: [
|
|
1448
|
+
{ gte: '1974-01-01T00:00:00.000Z' },
|
|
1449
|
+
],
|
|
1450
|
+
coordinateSystem: ['WGS 84 (EPSG:4326)'],
|
|
1451
|
+
crsDetails: [
|
|
1452
|
+
{
|
|
1453
|
+
code: 'WGS 84 (EPSG:4326)',
|
|
1454
|
+
codeSpace: 'EPSG',
|
|
1455
|
+
name: 'WGS 84 (EPSG:4326)',
|
|
1456
|
+
url: '',
|
|
1457
|
+
},
|
|
1458
|
+
],
|
|
1459
|
+
specificationConformance: [
|
|
1460
|
+
{
|
|
1461
|
+
title: 'Inspire specifications',
|
|
1462
|
+
date: '2012-01-16',
|
|
1463
|
+
explanation: 'Non évalué',
|
|
1464
|
+
pass: 'false',
|
|
1465
|
+
},
|
|
1466
|
+
],
|
|
1467
|
+
lineageObject: {
|
|
1468
|
+
default:
|
|
1469
|
+
'Les données sont bancarisées dans la base de données Quadrige.',
|
|
1470
|
+
langfre:
|
|
1471
|
+
'Les données sont bancarisées dans la base de données Quadrige.',
|
|
1472
|
+
},
|
|
1473
|
+
format: [''],
|
|
1474
|
+
linkUrl: [
|
|
1475
|
+
'https://wwz.ifremer.fr/envlit/Quadrige-la-base-de-donnees',
|
|
1476
|
+
'https://wwz.ifremer.fr/envlit/Surveillance-du-littoral',
|
|
1477
|
+
'http://archimer.ifremer.fr/doc/00409/52016/',
|
|
1478
|
+
'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1479
|
+
'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1480
|
+
'https://www.ifremer.fr/services/wps3/surval',
|
|
1481
|
+
'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1482
|
+
'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1483
|
+
'https://www.ifremer.fr/services/wps3/surval',
|
|
1484
|
+
'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1485
|
+
'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1486
|
+
'https://www.ifremer.fr/services/wps3/surval',
|
|
1487
|
+
'https://doi.org/10.12770/cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
1488
|
+
],
|
|
1489
|
+
linkProtocol: [
|
|
1490
|
+
'WWW:LINK',
|
|
1491
|
+
'WWW:LINK-1.0-http--link',
|
|
1492
|
+
'WWW:LINK',
|
|
1493
|
+
'OGC:WMS',
|
|
1494
|
+
'OGC:WFS',
|
|
1495
|
+
'OGC:WPS',
|
|
1496
|
+
'OGC:WMS',
|
|
1497
|
+
'OGC:WFS',
|
|
1498
|
+
'OGC:WPS',
|
|
1499
|
+
'OGC:WMS',
|
|
1500
|
+
'OGC:WFS',
|
|
1501
|
+
'OGC:WPS',
|
|
1502
|
+
'WWW:LINK-1.0-http--metadata-URL',
|
|
1503
|
+
],
|
|
1504
|
+
linkUrlProtocolWWWLINK: [
|
|
1505
|
+
'https://wwz.ifremer.fr/envlit/Quadrige-la-base-de-donnees',
|
|
1506
|
+
'http://archimer.ifremer.fr/doc/00409/52016/',
|
|
1507
|
+
],
|
|
1508
|
+
link: [
|
|
1509
|
+
{
|
|
1510
|
+
protocol: 'WWW:LINK',
|
|
1511
|
+
url: 'https://wwz.ifremer.fr/envlit/Quadrige-la-base-de-donnees',
|
|
1512
|
+
name: 'La base de données Quadrige',
|
|
1513
|
+
description: '',
|
|
1514
|
+
function: '',
|
|
1515
|
+
applicationProfile: '',
|
|
1516
|
+
group: 0,
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
protocol: 'WWW:LINK-1.0-http--link',
|
|
1520
|
+
url: 'https://wwz.ifremer.fr/envlit/Surveillance-du-littoral',
|
|
1521
|
+
name: 'La surveillance du milieu marin et côtier',
|
|
1522
|
+
description: '',
|
|
1523
|
+
function: '',
|
|
1524
|
+
applicationProfile: '',
|
|
1525
|
+
group: 0,
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
protocol: 'WWW:LINK',
|
|
1529
|
+
url: 'http://archimer.ifremer.fr/doc/00409/52016/',
|
|
1530
|
+
name: 'Manuel pour l’utilisation des données REPHY',
|
|
1531
|
+
description:
|
|
1532
|
+
'Manuel pour l’utilisation des données REPHY. Informations destinées à améliorer la compréhension des fichiers de données REPHY mis à disposition des scientifiques et du public. ODE/VIGIES/17-15. Ifremer, ODE/VIGIES, Coordination REPHY & Cellule Quadrige (2017).',
|
|
1533
|
+
function: '',
|
|
1534
|
+
applicationProfile: '',
|
|
1535
|
+
group: 1,
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
protocol: 'OGC:WMS',
|
|
1539
|
+
url: 'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1540
|
+
name: 'surval_parametre_point',
|
|
1541
|
+
description: 'Lieu de surveillance (point)',
|
|
1542
|
+
function: '',
|
|
1543
|
+
applicationProfile: '',
|
|
1544
|
+
group: 2,
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
protocol: 'OGC:WFS',
|
|
1548
|
+
url: 'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1549
|
+
name: 'surval_parametre_point',
|
|
1550
|
+
description: 'Lieu de surveillance (point)',
|
|
1551
|
+
function: '',
|
|
1552
|
+
applicationProfile:
|
|
1553
|
+
'{\n\t\t\t\t\t\t\t"tokenizedFields":{\n\t\t\t\t\t\t\t "THEME":";",\n\t\t\t\t\t\t\t\t"PROGRAMME":";",\n\t\t\t\t\t\t\t\t"PARAMETRE":";"\n\t\t\t\t\t\t\t},\t\t\t\n\t\t\t\t\t\t\t"fields":[\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t"name":"THEME",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Thème",\n\t\t\t\t\t\t\t\t\t\t"en":"Thème"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t "name":"PROGRAMME",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Programme de suivi",\n\t\t\t\t\t\t\t\t\t\t"en":"Programme de suivi"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"PARAMETRE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Paramètre",\n\t\t\t\t\t\t\t\t\t\t"en":"Paramètre"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name": "range_Date",\n\t\t\t\t\t\t\t\t\t"type": "rangeDate",\n\t\t\t\t\t\t\t\t\t"minField": "DATEMIN",\n\t\t\t\t\t\t\t\t\t"maxField": "DATEMAX",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Date",\n\t\t\t\t\t\t\t\t\t\t"en":"Date"\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t"display": "graph"\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"LIEU_LIBELLE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Lieu",\n\t\t\t\t\t\t\t\t\t\t"en":"Lieu"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t"name":"QUADRIGE_ZONEMARINE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Zone marine Quadrige",\n\t\t\t\t\t\t\t\t\t\t"en":"Zone marine Quadrige"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"DCSMM_SOUS_REGION",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Sous-région marine DCSMM",\n\t\t\t\t\t\t\t\t\t\t"en":"Sous-région marine DCSMM"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"DCE_MASSE_EAU",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Masse d’eau DCE",\n\t\t\t\t\t\t\t\t\t\t"en":"Masse d’eau DCE"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"GRAPHES", \n\t\t\t\t\t\t\t\t\t"hidden": true,\n\t\t\t\t\t\t\t\t\t"suffix":"from=${filtre_range_Date.from}&to=${filtre_range_Date.to}&typeParam=${filtre_PARAMETRE}"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t"treeFields": [\n\t\t\t\t\t\t\t\t"PARAMETRE"\n\t\t\t\t\t\t\t]}',
|
|
1554
|
+
group: 2,
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
protocol: 'OGC:WPS',
|
|
1558
|
+
url: 'https://www.ifremer.fr/services/wps3/surval',
|
|
1559
|
+
name: 'r:survalextraction30140',
|
|
1560
|
+
description: "Extraction des données d'observation",
|
|
1561
|
+
function: '',
|
|
1562
|
+
applicationProfile:
|
|
1563
|
+
'{\n "inputs":[\n {\n "identifier":"theme",\n "linkedWfsFilter":"THEME",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n }, {\n "identifier":"programme_suivi",\n "linkedWfsFilter":"PROGRAMME",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"parametres",\n "linkedWfsFilter":"PARAMETRE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\n },\n {\n "identifier":"date_min",\n "linkedWfsFilter":"range_Date.from",\n "hidden": true\n },\n {\n "identifier":"date_max",\n "linkedWfsFilter":"range_Date.to",\n "hidden": true\n },\n {\n "identifier":"zone_marine_quadrige",\n "linkedWfsFilter":"ZONE_MARINE_QUADRIGE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"sous_region_marine_dcsmm",\n "linkedWfsFilter":"SOUS_REGION_MARINE_DCSMM",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"masse_eau_dce",\n "linkedWfsFilter":"MASSE_EAU_DCE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"supports_niveaux_prelevement",\n "hidden": true\n },\n {\n "identifier":"taxon",\n "hidden": true\n },\n {\n "identifier":"taxon_group",\n "hidden": true\n }, \n {\n "identifier":"entity_id",\n "hidden": true\t\t \n },\n {\n "identifier":"entity_label",\n "linkedWfsFilter":"LIEU_LIBELLE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\t \n {\n "identifier":"limits",\n "linkedWfsFilter":"geometry",\n "hidden": true\n },\n {\n "identifier":"geometry_type",\n "defaultValue":"POINT",\n "hidden": true\n } \n ]\n }',
|
|
1564
|
+
group: 2,
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
protocol: 'OGC:WMS',
|
|
1568
|
+
url: 'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1569
|
+
name: 'surval_parametre_ligne',
|
|
1570
|
+
description: 'Lieu de surveillance (ligne)',
|
|
1571
|
+
function: '',
|
|
1572
|
+
applicationProfile: '',
|
|
1573
|
+
group: 3,
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
protocol: 'OGC:WFS',
|
|
1577
|
+
url: 'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1578
|
+
name: 'surval_parametre_ligne',
|
|
1579
|
+
description: 'Lieu de surveillance (ligne)',
|
|
1580
|
+
function: '',
|
|
1581
|
+
applicationProfile:
|
|
1582
|
+
'{\n\t\t\t\t\t\t\t"tokenizedFields":{\n\t\t\t\t\t\t\t "THEME":";",\n\t\t\t\t\t\t\t\t"PROGRAMME":";",\n\t\t\t\t\t\t\t\t"PARAMETRE":";"\n\t\t\t\t\t\t\t},\t\t\t\n\t\t\t\t\t\t\t"fields":[\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t"name":"THEME",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Thème",\n\t\t\t\t\t\t\t\t\t\t"en":"Thème"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t "name":"PROGRAMME",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Programme de suivi",\n\t\t\t\t\t\t\t\t\t\t"en":"Programme de suivi"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"PARAMETRE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Paramètre",\n\t\t\t\t\t\t\t\t\t\t"en":"Paramètre"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name": "range_Date",\n\t\t\t\t\t\t\t\t\t"type": "rangeDate",\n\t\t\t\t\t\t\t\t\t"minField": "DATEMIN",\n\t\t\t\t\t\t\t\t\t"maxField": "DATEMAX",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Date",\n\t\t\t\t\t\t\t\t\t\t"en":"Date"\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t"display": "graph"\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"LIEU_LIBELLE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Lieu",\n\t\t\t\t\t\t\t\t\t\t"en":"Lieu"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t"name":"QUADRIGE_ZONEMARINE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Zone marine Quadrige",\n\t\t\t\t\t\t\t\t\t\t"en":"Zone marine Quadrige"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"DCSMM_SOUS_REGION",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Sous-région marine DCSMM",\n\t\t\t\t\t\t\t\t\t\t"en":"Sous-région marine DCSMM"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"DCE_MASSE_EAU",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Masse d’eau DCE",\n\t\t\t\t\t\t\t\t\t\t"en":"Masse d’eau DCE"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"GRAPHES", \n\t\t\t\t\t\t\t\t\t"hidden": true,\n\t\t\t\t\t\t\t\t\t"suffix":"from=${filtre_range_Date.from}&to=${filtre_range_Date.to}&typeParam=${filtre_PARAMETRE}"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t"treeFields": [\n\t\t\t\t\t\t\t\t"PARAMETRE"\n\t\t\t\t\t\t\t]}',
|
|
1583
|
+
group: 3,
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
protocol: 'OGC:WPS',
|
|
1587
|
+
url: 'https://www.ifremer.fr/services/wps3/surval',
|
|
1588
|
+
name: 'r:survalextraction30140',
|
|
1589
|
+
description: "Extraction des données d'observation",
|
|
1590
|
+
function: '',
|
|
1591
|
+
applicationProfile:
|
|
1592
|
+
'{\n "inputs":[\n {\n "identifier":"theme",\n "linkedWfsFilter":"THEME",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n }, {\n "identifier":"programme_suivi",\n "linkedWfsFilter":"PROGRAMME",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"parametres",\n "linkedWfsFilter":"PARAMETRE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\n },\n {\n "identifier":"date_min",\n "linkedWfsFilter":"range_Date.from",\n "hidden": true\n },\n {\n "identifier":"date_max",\n "linkedWfsFilter":"range_Date.to",\n "hidden": true\n },\n {\n "identifier":"zone_marine_quadrige",\n "linkedWfsFilter":"ZONE_MARINE_QUADRIGE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"sous_region_marine_dcsmm",\n "linkedWfsFilter":"SOUS_REGION_MARINE_DCSMM",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"masse_eau_dce",\n "linkedWfsFilter":"MASSE_EAU_DCE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"supports_niveaux_prelevement",\n "hidden": true\n },\n {\n "identifier":"taxon",\n "hidden": true\n },\n {\n "identifier":"taxon_group",\n "hidden": true\n }, \n {\n "identifier":"entity_id",\n "hidden": true\t\t \n },\n {\n "identifier":"entity_label",\n "linkedWfsFilter":"LIEU_LIBELLE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\t \n {\n "identifier":"limits",\n "linkedWfsFilter":"geometry",\n "hidden": true\n },\n {\n "identifier":"geometry_type",\n "defaultValue":"LINE",\n "hidden": true\n } \n ]\n }',
|
|
1593
|
+
group: 3,
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
protocol: 'OGC:WMS',
|
|
1597
|
+
url: 'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1598
|
+
name: 'surval_parametre_polygone',
|
|
1599
|
+
description: 'Lieu de surveillance (polygone)',
|
|
1600
|
+
function: '',
|
|
1601
|
+
applicationProfile: '',
|
|
1602
|
+
group: 4,
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
protocol: 'OGC:WFS',
|
|
1606
|
+
url: 'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1607
|
+
name: 'surval_parametre_polygone',
|
|
1608
|
+
description: 'Lieu de surveillance (polygone)',
|
|
1609
|
+
function: '',
|
|
1610
|
+
applicationProfile:
|
|
1611
|
+
'{\n\t\t\t\t\t\t\t"tokenizedFields":{\n\t\t\t\t\t\t\t "THEME":";",\n\t\t\t\t\t\t\t\t"PROGRAMME":";",\n\t\t\t\t\t\t\t\t"PARAMETRE":";"\n\t\t\t\t\t\t\t},\t\t\t\n\t\t\t\t\t\t\t"fields":[\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t"name":"THEME",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Thème",\n\t\t\t\t\t\t\t\t\t\t"en":"Thème"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t "name":"PROGRAMME",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Programme de suivi",\n\t\t\t\t\t\t\t\t\t\t"en":"Programme de suivi"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"PARAMETRE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Paramètre",\n\t\t\t\t\t\t\t\t\t\t"en":"Paramètre"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name": "range_Date",\n\t\t\t\t\t\t\t\t\t"type": "rangeDate",\n\t\t\t\t\t\t\t\t\t"minField": "DATEMIN",\n\t\t\t\t\t\t\t\t\t"maxField": "DATEMAX",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Date",\n\t\t\t\t\t\t\t\t\t\t"en":"Date"\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t"display": "graph"\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"LIEU_LIBELLE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Lieu",\n\t\t\t\t\t\t\t\t\t\t"en":"Lieu"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t"name":"QUADRIGE_ZONEMARINE",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Zone marine Quadrige",\n\t\t\t\t\t\t\t\t\t\t"en":"Zone marine Quadrige"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"DCSMM_SOUS_REGION",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Sous-région marine DCSMM",\n\t\t\t\t\t\t\t\t\t\t"en":"Sous-région marine DCSMM"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"DCE_MASSE_EAU",\n\t\t\t\t\t\t\t\t\t"label":{\n\t\t\t\t\t\t\t\t\t\t"fr":"Masse d’eau DCE",\n\t\t\t\t\t\t\t\t\t\t"en":"Masse d’eau DCE"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},{\n\t\t\t\t\t\t\t\t\t"name":"GRAPHES", \n\t\t\t\t\t\t\t\t\t"hidden": true,\n\t\t\t\t\t\t\t\t\t"suffix":"from=${filtre_range_Date.from}&to=${filtre_range_Date.to}&typeParam=${filtre_PARAMETRE}"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t"treeFields": [\n\t\t\t\t\t\t\t\t"PARAMETRE"\n\t\t\t\t\t\t\t]}',
|
|
1612
|
+
group: 4,
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
protocol: 'OGC:WPS',
|
|
1616
|
+
url: 'https://www.ifremer.fr/services/wps3/surval',
|
|
1617
|
+
name: 'r:survalextraction30140',
|
|
1618
|
+
description: "Extraction des données d'observation",
|
|
1619
|
+
function: '',
|
|
1620
|
+
applicationProfile:
|
|
1621
|
+
'{\n "inputs":[\n {\n "identifier":"theme",\n "linkedWfsFilter":"THEME",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n }, {\n "identifier":"programme_suivi",\n "linkedWfsFilter":"PROGRAMME",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"parametres",\n "linkedWfsFilter":"PARAMETRE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\n },\n {\n "identifier":"date_min",\n "linkedWfsFilter":"range_Date.from",\n "hidden": true\n },\n {\n "identifier":"date_max",\n "linkedWfsFilter":"range_Date.to",\n "hidden": true\n },\n {\n "identifier":"zone_marine_quadrige",\n "linkedWfsFilter":"ZONE_MARINE_QUADRIGE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"sous_region_marine_dcsmm",\n "linkedWfsFilter":"SOUS_REGION_MARINE_DCSMM",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"masse_eau_dce",\n "linkedWfsFilter":"MASSE_EAU_DCE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\n {\n "identifier":"supports_niveaux_prelevement",\n "hidden": true\n },\n {\n "identifier":"taxon",\n "hidden": true\n },\n {\n "identifier":"taxon_group",\n "hidden": true\n }, \n {\n "identifier":"entity_id",\n "hidden": true\t\t \n },\n {\n "identifier":"entity_label",\n "linkedWfsFilter":"LIEU_LIBELLE",\n "hidden": true,\n "tokenizeWfsFilterValues": true,\n "wfsFilterValuesDelimiter": ";"\t\t \n },\t \n {\n "identifier":"limits",\n "linkedWfsFilter":"geometry",\n "hidden": true\n },\n {\n "identifier":"geometry_type",\n "defaultValue":"AREA",\n "hidden": true\n } \n ]\n }',
|
|
1622
|
+
group: 4,
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
protocol: 'WWW:LINK-1.0-http--metadata-URL',
|
|
1626
|
+
url: 'https://doi.org/10.12770/cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
1627
|
+
name: 'DOI du jeu de données',
|
|
1628
|
+
description: 'DOI du jeu de données',
|
|
1629
|
+
function: '',
|
|
1630
|
+
applicationProfile: '',
|
|
1631
|
+
group: 5,
|
|
1632
|
+
},
|
|
1633
|
+
],
|
|
1634
|
+
linkUrlProtocolWWWLINK10httplink:
|
|
1635
|
+
'https://wwz.ifremer.fr/envlit/Surveillance-du-littoral',
|
|
1636
|
+
linkUrlProtocolOGCWMS: [
|
|
1637
|
+
'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1638
|
+
'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1639
|
+
'http://www.ifremer.fr/services/wms/surveillance_littorale',
|
|
1640
|
+
],
|
|
1641
|
+
linkUrlProtocolOGCWFS: [
|
|
1642
|
+
'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1643
|
+
'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1644
|
+
'http://www.ifremer.fr/services/wfs/surveillance_littorale',
|
|
1645
|
+
],
|
|
1646
|
+
linkUrlProtocolOGCWPS: [
|
|
1647
|
+
'https://www.ifremer.fr/services/wps3/surval',
|
|
1648
|
+
'https://www.ifremer.fr/services/wps3/surval',
|
|
1649
|
+
'https://www.ifremer.fr/services/wps3/surval',
|
|
1650
|
+
],
|
|
1651
|
+
linkUrlProtocolWWWLINK10httpmetadataURL:
|
|
1652
|
+
'https://doi.org/10.12770/cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
1653
|
+
recordGroup: 'cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
1654
|
+
isPublishedToAll: 'true',
|
|
1655
|
+
recordOwner: 'Test ADMIN',
|
|
1656
|
+
uuid: 'cf5048f6-5bbf-4e44-ba74-e6f429af51ea',
|
|
1657
|
+
displayOrder: '0',
|
|
1658
|
+
popularity: 2,
|
|
1659
|
+
userinfo: 'testadmin|ADMIN|Test|Administrator',
|
|
1660
|
+
record: 'record',
|
|
1661
|
+
draft: 'n',
|
|
1662
|
+
changeDate: '2021-10-05T12:48:57.678Z',
|
|
1663
|
+
id: '11700',
|
|
1664
|
+
createDate: '2021-10-05T12:48:57.678Z',
|
|
1665
|
+
owner: '100',
|
|
1666
|
+
groupOwner: '2',
|
|
1667
|
+
logo: '/images/logos/81e8a591-7815-4d2f-a7da-5673192e74c9.png',
|
|
1668
|
+
hasxlinks: 'false',
|
|
1669
|
+
groupPublished: ['sample', 'all'],
|
|
1670
|
+
featureOfRecord: 'record',
|
|
1671
|
+
extra: 'null',
|
|
1672
|
+
documentStandard: 'iso19139',
|
|
1673
|
+
valid: '-1',
|
|
1674
|
+
isTemplate: 'n',
|
|
1675
|
+
feedbackCount: '0',
|
|
1676
|
+
rating: '0',
|
|
1677
|
+
isHarvested: 'false',
|
|
1678
|
+
sourceCatalogue: '81e8a591-7815-4d2f-a7da-5673192e74c9',
|
|
1679
|
+
userSavedCount: '12',
|
|
1680
|
+
cl_function: [
|
|
1681
|
+
{
|
|
1682
|
+
key: 'download',
|
|
1683
|
+
default: 'Téléchargement',
|
|
1684
|
+
langfre: 'Téléchargement',
|
|
1685
|
+
link: 'http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode',
|
|
1686
|
+
},
|
|
1687
|
+
],
|
|
1688
|
+
revisionDateForResource: ['2021-12-13T00:00:00.000Z'],
|
|
1689
|
+
revisionYearForResource: '2021',
|
|
1690
|
+
revisionMonthForResource: '2021-12',
|
|
1691
|
+
MD_LegalConstraintsUseLimitationObject: [
|
|
1692
|
+
{
|
|
1693
|
+
default: "Restriction légale d'utilisation à préciser",
|
|
1694
|
+
langfre: "Restriction légale d'utilisation à préciser",
|
|
1695
|
+
},
|
|
1696
|
+
],
|
|
1697
|
+
MD_LegalConstraintsOtherConstraintsObject: [
|
|
1698
|
+
{
|
|
1699
|
+
default: 'Pas de restriction d’accès public',
|
|
1700
|
+
langfre: 'Pas de restriction d’accès public',
|
|
1701
|
+
link: 'http://inspire.ec.europa.eu/metadatacodelist/LimitationsOnPublicAccess/noLimitations',
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
default:
|
|
1705
|
+
'Licence Ouverte version 2.0 https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf',
|
|
1706
|
+
langfre:
|
|
1707
|
+
'Licence Ouverte version 2.0 https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf',
|
|
1708
|
+
},
|
|
1709
|
+
],
|
|
1710
|
+
licenseObject: [
|
|
1711
|
+
{
|
|
1712
|
+
default: 'Pas de restriction d’accès public',
|
|
1713
|
+
langfre: 'Pas de restriction d’accès public',
|
|
1714
|
+
link: 'http://inspire.ec.europa.eu/metadatacodelist/LimitationsOnPublicAccess/noLimitations',
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
default:
|
|
1718
|
+
'Licence Ouverte version 2.0 https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf',
|
|
1719
|
+
langfre:
|
|
1720
|
+
'Licence Ouverte version 2.0 https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf',
|
|
1721
|
+
},
|
|
1722
|
+
],
|
|
1723
|
+
extentDescriptionObject: [
|
|
1724
|
+
{
|
|
1725
|
+
default: 'Hauts-de-France (Région)',
|
|
1726
|
+
langfre: 'Hauts-de-France (Région)',
|
|
1727
|
+
},
|
|
1728
|
+
],
|
|
1729
|
+
valid_inspire: '-1',
|
|
1730
|
+
xlink: [
|
|
1731
|
+
'http://www.eionet.europa.eu/gemet/concept/6279',
|
|
1732
|
+
'http://geonetwork-opensource.org/gemet',
|
|
1733
|
+
'https://www.geo2france.fr/geonetwork/srv/api/registries/vocabularies/external.theme.gemet',
|
|
1734
|
+
'http://geonetwork-opensource.org/administrativeAreaFr#REG_32',
|
|
1735
|
+
'https://www.geo2france.fr/catalogue/administrativeEntities',
|
|
1736
|
+
'https://www.geo2france.fr/geonetwork/srv/api/registries/vocabularies/external.place.territoires',
|
|
1737
|
+
'http://inspire.ec.europa.eu/metadatacodelist/LimitationsOnPublicAccess/noLimitations',
|
|
1738
|
+
],
|
|
1752
1739
|
},
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1740
|
+
edit: false,
|
|
1741
|
+
owner: false,
|
|
1742
|
+
isPublishedToAll: true,
|
|
1743
|
+
view: true,
|
|
1744
|
+
notify: false,
|
|
1745
|
+
download: true,
|
|
1746
|
+
dynamic: true,
|
|
1747
|
+
featured: false,
|
|
1748
|
+
selected: false,
|
|
1749
|
+
},
|
|
1750
|
+
],
|
|
1751
|
+
},
|
|
1752
|
+
})
|