From 2f445f25fb12e39267773130d4d87e31c9b79a00 Mon Sep 17 00:00:00 2001 From: utas-raymondng Date: Thu, 29 Feb 2024 16:18:59 +1100 Subject: [PATCH] remove harvesters of no need https://www.notion.so/imos-world/Harvester-Migration-2eec32ca6a654fe1bfac43c4feb37878 --- .../java/au/org/aodn/geonetwork4/Setup.java | 7 - .../org/aodn/geonetwork4/controller/Api.java | 93 +++----- .../config/harvesters/catalog_aodn/aad.json | 69 ------ .../catalog_aodn/imos_imos_content.json | 80 ------- .../catalogue_cdu_eretmochelys_imbricata.json | 45 ---- .../catalogue_cdu_lepidochelys_olivacea.json | 45 ---- .../catalogue_csiro_australian_weekly.json | 45 ---- .../catalogue_csiro_ocean_acid_recon.json | 45 ---- ...the_australian_phytoplankton_database.json | 45 ---- .../harvesters/catalogue_csiro_wakmatha.json | 45 ---- .../catalogue_csiro_world_monthly.json | 45 ---- .../config/harvesters/catalogue_dsto.json | 45 ---- .../catalogue_full_from_geo2_to_geo3.json | 43 ---- .../config/harvesters/catalogue_ga_mh370.json | 52 ----- .../catalogue_ga_seabed_sediments.json | 52 ----- .../catalogue_imas_aodn_portal.json | 43 ---- .../config/harvesters/catalogue_imos.json | 57 ----- .../harvesters/catalogue_imos_portal.json | 57 ----- ...ogue_mhl_sea_surface_temperature_data.json | 45 ---- .../catalogue_mhl_waverider_buoys.json | 45 ---- .../config/harvesters/catalogue_noaa.json | 45 ---- .../harvesters/catalogue_nsw_oeh_bathy.json | 45 ---- .../config/harvesters/catalogue_ran.json | 45 ---- .../catalogue_tpac_climate_futures.json | 45 ---- .../catalogue_wamsi_ningaloo_reef.json | 45 ---- .../harvesters/portal_catalogue_aad.json | 41 ---- .../harvesters/portal_catalogue_aims.json | 54 ----- ...mics_database_seawater_illumina_reads.json | 54 ----- ...alogue_aims_microdebris_contamination.json | 54 ----- .../harvesters/portal_catalogue_aims_mmp.json | 54 ----- ...portal_catalogue_aims_weather_station.json | 54 ----- .../portal_catalogue_csiro_adcp.json | 101 --------- ...rtal_catalogue_csiro_catch_operations.json | 101 --------- ...catalogue_csiro_current_meter_mooring.json | 101 --------- ...tal_catalogue_csiro_mnf_voyage_tracks.json | 101 --------- ...logue_csiro_o_and_a_ctd_data_overview.json | 101 --------- ...csiro_o_and_a_hydrology_data_overview.json | 101 --------- ...ortal_catalogue_csiro_rv_franklin_xbt.json | 101 --------- ...e_csiro_rv_investigator_data_overview.json | 101 --------- ...l_catalogue_csiro_rv_investigator_sst.json | 102 --------- ..._catalogue_csiro_rv_southern_surveyor.json | 102 --------- ...tal_catalogue_csiro_sediment_sampling.json | 101 --------- ...catalogue_csiro_wildlife_observations.json | 101 --------- ...gue_ga_marine_sediments_mars_database.json | 101 --------- ...ogue_ga_mh370_phase_1_150m_bathymetry.json | 101 --------- .../portal_catalogue_imas_aodn_portal.json | 101 --------- .../harvesters/portal_catalogue_imos.json | 53 ----- .../converter/add-collection-config.xsl | 213 ------------------ .../converter/ebstack-linkage-updater.xsl | 64 ------ .../src/main/resources/converter/ga.xsl | 24 -- .../resources/converter/linkage-updater.xsl | 63 ------ .../main/resources/converter/modify-urls.xsl | 113 ---------- .../{ => schema_plugins}/converter/README.md | 0 53 files changed, 27 insertions(+), 3559 deletions(-) delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalog_aodn/aad.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalog_aodn/imos_imos_content.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_cdu_eretmochelys_imbricata.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_cdu_lepidochelys_olivacea.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_csiro_australian_weekly.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_csiro_ocean_acid_recon.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_csiro_the_australian_phytoplankton_database.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_csiro_wakmatha.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_csiro_world_monthly.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_dsto.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_full_from_geo2_to_geo3.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_ga_mh370.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_ga_seabed_sediments.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_imas_aodn_portal.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_imos.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_imos_portal.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_mhl_sea_surface_temperature_data.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_mhl_waverider_buoys.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_noaa.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_nsw_oeh_bathy.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_ran.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_tpac_climate_futures.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/catalogue_wamsi_ningaloo_reef.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_aad.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_gbr_genomics_database_seawater_illumina_reads.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_microdebris_contamination.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_mmp.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_weather_station.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_adcp.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_catch_operations.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_current_meter_mooring.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_mnf_voyage_tracks.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_ctd_data_overview.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_hydrology_data_overview.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_franklin_xbt.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_data_overview.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_sst.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_southern_surveyor.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_sediment_sampling.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_wildlife_observations.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_marine_sediments_mars_database.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_mh370_phase_1_150m_bathymetry.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_imas_aodn_portal.json delete mode 100644 geonetwork/src/main/resources/config/harvesters/portal_catalogue_imos.json delete mode 100644 geonetwork/src/main/resources/converter/add-collection-config.xsl delete mode 100644 geonetwork/src/main/resources/converter/ebstack-linkage-updater.xsl delete mode 100644 geonetwork/src/main/resources/converter/ga.xsl delete mode 100644 geonetwork/src/main/resources/converter/linkage-updater.xsl delete mode 100644 geonetwork/src/main/resources/converter/modify-urls.xsl rename geonetwork/src/main/resources/{ => schema_plugins}/converter/README.md (100%) diff --git a/geonetwork/src/main/java/au/org/aodn/geonetwork4/Setup.java b/geonetwork/src/main/java/au/org/aodn/geonetwork4/Setup.java index c41699c..ff5a7d4 100644 --- a/geonetwork/src/main/java/au/org/aodn/geonetwork4/Setup.java +++ b/geonetwork/src/main/java/au/org/aodn/geonetwork4/Setup.java @@ -4,21 +4,14 @@ import au.org.aodn.geonetwork_api.openapi.api.helper.*; import au.org.aodn.geonetwork_api.openapi.model.HarvestersApiLegacyResponse; -import au.org.aodn.geonetwork_api.openapi.model.SystemInfo; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.springframework.http.ResponseEntity; -import java.io.IOException; -import java.io.InputStream; - -import java.nio.charset.StandardCharsets; -import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.Optional; -import java.util.stream.Collectors; /** * This class is used for post provision setup after the system starts diff --git a/geonetwork/src/main/java/au/org/aodn/geonetwork4/controller/Api.java b/geonetwork/src/main/java/au/org/aodn/geonetwork4/controller/Api.java index c058c33..3a7bee7 100644 --- a/geonetwork/src/main/java/au/org/aodn/geonetwork4/controller/Api.java +++ b/geonetwork/src/main/java/au/org/aodn/geonetwork4/controller/Api.java @@ -5,6 +5,7 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import java.util.List; @@ -16,6 +17,12 @@ public class Api { @Autowired protected Setup setup; + @DeleteMapping("/setup/harvesters") + public ResponseEntity deleteAllHarvesters() { + setup.deleteAllHarvesters(); + return ResponseEntity.ok().build(); + } + @GetMapping("/setup") public ResponseEntity setup() { setup.getMe(); @@ -101,77 +108,31 @@ public ResponseEntity setup() { setup.deleteAllHarvesters(); setup.insertHarvester( - "/config/harvesters/portal_catalogue_imos.json", - "config/harvesters/portal_catalogue_aims.json" -// "/config/harvesters/catalog_aodn/aad.json", + // TODO: Noted discussion here + // https://www.notion.so/Harvester-Migration-2eec32ca6a654fe1bfac43c4feb37878?d=e764580fcba54a48a936341470c69efd&pvs=4#96a3dd8da31a476abb0f1b15429a5a12 + // "/config/harvesters/catalogue_oeh_aodn_portal.json", + // "/config/harvesters/portal_catalogue_oeh_aodn_portal.json", + + // TODO: Noted discussion here + // https://www.notion.so/Harvester-Migration-2eec32ca6a654fe1bfac43c4feb37878?d=04e1b1d653b742ac80588ea9635ff88c&pvs=4#96a3dd8da31a476abb0f1b15429a5a12 + // "/config/harvesters/catalog_aodn/ga_marine1.json", + // "/config/harvesters/catalog_aodn/ga_marine2.json", + + // TODO: Noted discussion here + // https://www.notion.so/Harvester-Migration-2eec32ca6a654fe1bfac43c4feb37878?d=55159a6a016f454cafe253c3ec8ce4a3&pvs=4#96a3dd8da31a476abb0f1b15429a5a12 + // "/config/harvesters/portal_catalogue_uwa_aodn_portal.json" + // "/config/harvesters/catalog_aodn/aad_waf.json", -//// "/config/harvesters/portal_catalogue_aad.json", -// // "/config/harvesters/catalog_aodn/aims.json", -//// "/config/harvesters/portal_catalogue_aims.json", -//// "/config/harvesters/portal_catalogue_aims_gbr_genomics_database_seawater_illumina_reads.json", -//// "/config/harvesters/portal_catalogue_aims_microdebris_contamination.json", -//// "/config/harvesters/portal_catalogue_aims_mmp.json", -//// "/config/harvesters/portal_catalogue_aims_weather_station.json", -// // "/config/harvesters/catalog_aodn/csiro_oceans_atmosphere.json", -//// "/config/harvesters/portal_catalogue_csiro_adcp.json", -//// "/config/harvesters/portal_catalogue_csiro_catch_operations.json", -//// "/config/harvesters/portal_catalogue_csiro_current_meter_mooring.json", -//// "/config/harvesters/portal_catalogue_csiro_mnf_voyage_tracks.json", -//// "/config/harvesters/portal_catalogue_csiro_o_and_a_ctd_data_overview.json", -//// "/config/harvesters/portal_catalogue_csiro_o_and_a_hydrology_data_overview.json", -//// "/config/harvesters/portal_catalogue_csiro_rv_franklin_xbt.json", -//// "/config/harvesters/portal_catalogue_csiro_rv_investigator_data_overview.json", -//// "/config/harvesters/portal_catalogue_csiro_rv_investigator_sst.json", -//// "/config/harvesters/portal_catalogue_csiro_rv_southern_surveyor.json", -//// "/config/harvesters/portal_catalogue_csiro_sediment_sampling.json", -//// "/config/harvesters/portal_catalogue_csiro_wildlife_observations.json", -//// "/config/harvesters/portal_catalogue_ga_marine_sediments_mars_database.json", -//// "/config/harvesters/catalogue_csiro_southern_surveyor.json", -// -// "/config/harvesters/catalog_aodn/ga_marine1.json", -// "/config/harvesters/catalog_aodn/ga_marine2.json", -//// "/config/harvesters/catalogue_ga_mh370.json", -//// "/config/harvesters/catalogue_ga_seabed_sediments.json", -//// "/config/harvesters/portal_catalogue_ga_mh370_phase_1_150m_bathymetry.json", -// +// "/config/harvesters/catalogue_csiro_southern_surveyor.json", // "/config/harvesters/catalog_aodn/imos_geonetwork.json", -//// "/config/harvesters/portal_catalogue_imas_aodn_portal.json", -//// "/config/harvesters/catalogue_oeh_aodn_portal.json", -//// "/config/harvesters/catalogue_imas_aodn_portal.json", -//// "/config/harvesters/portal_catalogue_oeh_aodn_portal.json", -//// "/config/harvesters/portal_catalogue_uwa_aodn_portal.json" -// -// "/config/harvesters/catalog_aodn/imos_geonetwork.json", -// "/config/harvesters/catalogue_full_from_geo2_to_geo3.json", -// "/config/harvesters/portal_catalogue_imos.json", -// "/config/harvesters/catalogue_cdu_eretmochelys_imbricata.json", -// "/config/harvesters/catalogue_cdu_lepidochelys_olivacea.json", -// "/config/harvesters/catalogue_csiro_australian_weekly.json", -// "/config/harvesters/catalogue_csiro_wakmatha.json", -// "/config/harvesters/catalogue_csiro_world_monthly.json", -// "/config/harvesters/catalogue_noaa.json", -// "/config/harvesters/catalogue_csiro_the_australian_phytoplankton_database.json", -// "/config/harvesters/catalogue_csiro_ocean_acid_recon.json", -// "/config/harvesters/catalogue_dsto.json", +// "/config/harvesters/catalog_aodn/nci_marine.json", +// "/config/harvesters/catalog_aodn/nci_oceanography.json", +// "/config/harvesters/catalog_aodn/nci_physical_oceanography.json", // "/config/harvesters/catalogue_full.json", -// "/config/harvesters/catalogue_imas_aqua_chlorophyll_concentration_monthly.json", -// "/config/harvesters/catalogue_imas_aqua_chlorophyll_concentration_weekly.json", -// "/config/harvesters/catalogue_imas_seaWIFS_chlorophyll_concentration_monthly.json", -// "/config/harvesters/catalogue_imas_seaWIFS_chlorophyll_concentration_weekly.json", -// "/config/harvesters/catalogue_mhl_sea_surface_temperature_data.json", -// "/config/harvesters/catalogue_mhl_waverider_buoys.json", -// "/config/harvesters/catalogue_nsw_oeh_bathy.json", -// "/config/harvesters/catalogue_ran.json", -// "/config/harvesters/catalogue_wamsi_ningaloo_reef.json", -// "/config/harvesters/catalogue_imos.json", -// "/config/harvesters/catalogue_imos_portal.json", -// -// "/config/harvesters/catalogue_tpac_climate_futures.json" -// -//// "/config/harvesters/portal_catalogue_niwa.json", -//// "/config/harvesters/portal_catalogue_systest.json" +// "/config/harvesters/portal_catalogue_niwa.json", +// "/config/harvesters/portal_catalogue_systest.json" // //// copy prod to systest //// "/config/harvesters/catalogue_portal.json", diff --git a/geonetwork/src/main/resources/config/harvesters/catalog_aodn/aad.json b/geonetwork/src/main/resources/config/harvesters/catalog_aodn/aad.json deleted file mode 100644 index 0d5f231..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalog_aodn/aad.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "AAD", - "comments": "Manual extract from catalog-aodn, looks similar to harvester External - AAD", - "harvester_data": { - "node": { - "@id": "274", - "@type": "oaipmh", - "owner": { - "id": "1" - }, - "ownerGroup": { - "id": {} - }, - "ownerUser": { - "id": {} - }, - "site": { - "name": "AAD", - "uuid": "66d1af87-06f7-4190-81b7-1d1349d1ced6", - "account": { - "use": "false", - "username": {}, - "password": "FgLXpiliGcAg6b+foI8kHfN4G7df/ayzw+li2oYjDOFlvYO6I7rX3Dgj6NTCSLnVR/rtTAeChCQPlisG9w00oOVmjqwxOlMe3XiMinmOPHItFkKCoZgXYavtnXiwp0gqSnOM8gY+TpQ4qOdo7/cNcNM0Jh7RNTO0" - }, - "url": "https://data.aad.gov.au/oai/provider", - "icon": "AAD_logo.gif", - "xslfilter": {} - }, - "content": { - "validate": "NOVALIDATION", - "importxslt": "none", - "batchEdits": {} - }, - "options": { - "every": "0 45 23 * * ?", - "oneRunOnly": "false", - "overrideUuid": "SKIP", - "status": "active", - "validate": "NOVALIDATION" - }, - "searches": { - "search": { - "from": {}, - "until": {}, - "set": "iso-19115-1-mcp", - "prefix": "iso", - "stylesheet": {} - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "download" - } - ] - } - }, - "ifRecordExistAppendPrivileges": "false" - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalog_aodn/imos_imos_content.json b/geonetwork/src/main/resources/config/harvesters/catalog_aodn/imos_imos_content.json deleted file mode 100644 index 3d2a751..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalog_aodn/imos_imos_content.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "IMOS - IMOS content", - "comments": "Manual extract from catalog-aodn, orginally owner is 244 which is imos_admin", - "harvester_data": { - "node": { - "@id": "49599", - "@type": "geonetwork", - "owner": { - "id": "1" - }, - "ownerGroup": { - "id": "2" - }, - "ownerUser": { - "id": "undefined" - }, - "site": { - "name": "IMOS - IMOS content", - "uuid": "2a68fd98-a472-4d18-a8dd-cc610272d400", - "account": { - "use": "false", - "username": "admin", - "password": "FgLXpiliGcAg6b+foI8kHfN4G7df/ayzw+li2oYjDOFlvYO6I7rX3Dgj6NTCSLnVR/rtTAeChCQPlisG9w00oOVmjqwxOlMe3XiMinmOPHItFkKCoZgXYavtnXiwp0gqSnOM8gY+TpQ4qOdo7/cNcNM0Jh7RNTO0" - }, - "host": "https://catalogue-imos.aodn.org.au/geonetwork", - "node": "srv", - "useChangeDateForUpdate": "false", - "createRemoteCategory": "false", - "mefFormatFull": "false", - "xslfilter": {} - }, - "content": { - "validate": "NOVALIDATION", - "importxslt": "none", - "batchEdits": {} - }, - "options": { - "every": "0 0 6 ? * 2-6", - "oneRunOnly": "false", - "overrideUuid": "OVERRIDE", - "status": "active" - }, - "searches": { - "search": { - "freeText": {}, - "title": {}, - "abstract": {}, - "keywords": {}, - "digital": "false", - "hardcopy": "false", - "anyField": {}, - "anyValue": {}, - "source": { - "uuid": "dbee258b-8730-4072-96d4-2818a69a4afd", - "name": {} - } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "download" - } - ] - } - }, - "ifRecordExistAppendPrivileges": "false", - "groupsCopyPolicy": {} - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_cdu_eretmochelys_imbricata.json b/geonetwork/src/main/resources/config/harvesters/catalogue_cdu_eretmochelys_imbricata.json deleted file mode 100644 index 4ec48a5..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_cdu_eretmochelys_imbricata.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CDU Catalogue - Satellite tagging of female hawksbill sea turtles (Eretmochelys imbricata) nesting on Groote Eylandt, Northern Territory", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CDU Catalogue - Satellite tagging of female hawksbill sea turtles (Eretmochelys imbricata) nesting on Groote Eylandt, Northern Territory", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CDU_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "9f16351d-eec1-4223-a761-c711ebb9c7d9" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_cdu_lepidochelys_olivacea.json b/geonetwork/src/main/resources/config/harvesters/catalogue_cdu_lepidochelys_olivacea.json deleted file mode 100644 index 86dfa8c..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_cdu_lepidochelys_olivacea.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CDU Catalogue - Satellite tracking of female olive ridley sea turtles (Lepidochelys olivacea) nesting in the Wessel Islands, Northern Territory", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CDU Catalogue - Satellite tracking of female olive ridley sea turtles (Lepidochelys olivacea) nesting in the Wessel Islands, Northern Territory", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CDU_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "6bed374a-3e86-4bbb-b8d1-a6bf8e2fa183" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_australian_weekly.json b/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_australian_weekly.json deleted file mode 100644 index a890cfc..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_australian_weekly.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CSIRO Catalogue CARS 2009 - Australian weekly", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CSIRO Catalogue CARS 2009 - Australian weekly", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "d4f0c06d-0dd3-42ed-a0f1-7504e419e59a" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_ocean_acid_recon.json b/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_ocean_acid_recon.json deleted file mode 100644 index 4240df5..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_ocean_acid_recon.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CSIRO Catalogue - OCEAN ACIDIFICATION HISTORICAL RECONSTRUCTION", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CSIRO Catalogue - OCEAN ACIDIFICATION HISTORICAL RECONSTRUCTION", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "7709f541-fc0c-4318-b5b9-9053aa474e0e" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_the_australian_phytoplankton_database.json b/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_the_australian_phytoplankton_database.json deleted file mode 100644 index 4084a27..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_the_australian_phytoplankton_database.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CSIRO Catalogue - The Australian Phytoplankton Database (1844 - 2016)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CSIRO Catalogue - The Australian Phytoplankton Database (1844 - 2016)", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "16e191c0-6b64-482b-affd-783fc2023df4" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_wakmatha.json b/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_wakmatha.json deleted file mode 100644 index 18e8cbc..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_wakmatha.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CSIRO Catalogue - RTM Wakmatha Underway CO2 Measurements", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CSIRO Catalogue - RTM Wakmatha Underway CO2 Measurements", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "597351b5-7bce-44ac-aa04-5e59e5abb5e2" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_world_monthly.json b/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_world_monthly.json deleted file mode 100644 index 0955fe7..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_csiro_world_monthly.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CSIRO Catalogue CARS 2009 - World monthly", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "CSIRO Catalogue CARS 2009 - World monthly", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "d9302a48-57b1-41c2-a0dc-78bd00dd5e4b" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_dsto.json b/geonetwork/src/main/resources/config/harvesters/catalogue_dsto.json deleted file mode 100644 index 08d9e14..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_dsto.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "DSTO Catalogue", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "DSTO Catalogue", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "DSTO_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "9cb44921-91a0-4a17-bdd0-3225bc47346c" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_full_from_geo2_to_geo3.json b/geonetwork/src/main/resources/config/harvesters/catalogue_full_from_geo2_to_geo3.json deleted file mode 100644 index 06e754d..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_full_from_geo2_to_geo3.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "IMOS Catalogue", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "IMOS Catalogue", - "host": "https://catalogue-imos.aodn.org.au/geonetwork", - "node": "srv", - "icon": "IMOS_logo.gif", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 0 0 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": {} - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_ga_mh370.json b/geonetwork/src/main/resources/config/harvesters/catalogue_ga_mh370.json deleted file mode 100644 index 810b93e..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_ga_mh370.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "External - GA eCat MH370", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - GA eCat MH370", - "account": { - "use": "false", - "username": {}, - "password": {} - }, - "capabilitiesUrl": "https://ecat.ga.gov.au/geonetwork/srv/eng/csw?service=CSW&request=GetCapabilities&acceptVersions=2.0.2", - "icon": "GA_logo.gif", - "xslfilter": "ga?config-dir=https://raw.githubusercontent.com/aodn/collection-config/master/geoscience-australia" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active", - "validate": "false", - "recurse": "true", - "subtype": "waf" - }, - "searches": { - "search": { - "Identifier": "d887e71a-71dc-4851-94a9-920f7b7cc7e5" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_ga_seabed_sediments.json b/geonetwork/src/main/resources/config/harvesters/catalogue_ga_seabed_sediments.json deleted file mode 100644 index 2f77201..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_ga_seabed_sediments.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "External - GA eCat Seabed Sediments", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - GA eCat Seabed Sediments", - "account": { - "use": "false", - "username": {}, - "password": {} - }, - "capabilitiesUrl": "https://ecat.ga.gov.au/geonetwork/srv/eng/csw?service=CSW&request=GetCapabilities&acceptVersions=2.0.2", - "icon": "GA_logo.gif", - "xslfilter": "ga?config-dir=https://raw.githubusercontent.com/aodn/collection-config/master/geoscience-australia" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active", - "validate": "false", - "recurse": "true", - "subtype": "waf" - }, - "searches": { - "search": { - "Identifier": "f1704e99-1e96-41c7-85a6-ef93ba0a41d6" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_imas_aodn_portal.json b/geonetwork/src/main/resources/config/harvesters/catalogue_imas_aodn_portal.json deleted file mode 100644 index 9649d68..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_imas_aodn_portal.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "External - AODN Portal IMAS", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - AODN Portal IMAS", - "rejectDuplicateResource": "false", - "capabilitiesUrl": "http://metadata.imas.utas.edu.au/geonetwork/srv/eng/csw-AODN-Portal-IMAS?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "IMAS_logo.gif", - "xslfilter": "" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": {} - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_imos.json b/geonetwork/src/main/resources/config/harvesters/catalogue_imos.json deleted file mode 100644 index d407603..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_imos.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "IMOS Catalogue", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "Catalogue-imos portal records", - "host": "https://catalogue-imos.aodn.org.au/geonetwork", - "node": "srv", - "rejectDuplicateResource": "false", - "createRemoteCategory": "true", - "xslfilter": "transform_19115_3_testing_urls" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "searches": { - "search": [{ - "freeText": [], - "title": [], - "abstract": [], - "keywords": [], - "digital": "false", - "hardcopy": "false", - "anyField": "_cat", - "anyValue": "portal:*", - "source": { - "uuid": [], - "name": [] - } - }] - }, - "options": { - "every": "0 0 0 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_imos_portal.json b/geonetwork/src/main/resources/config/harvesters/catalogue_imos_portal.json deleted file mode 100644 index f2e7458..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_imos_portal.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "IMOS Catalogue", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "Catalogue-imos portal records", - "host": "https://catalogue-imos.aodn.org.au/geonetwork", - "node": "srv", - "rejectDuplicateResource": "false", - "createRemoteCategory": "true", - "xslfilter": "transform_19115_3_portal_urls?pattern=http://geoserver-123.aodn.org.au&replacement=https://geowebcache-aodnstack-gn3-it.dev.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "searches": { - "search": [{ - "freeText": [], - "title": [], - "abstract": [], - "keywords": [], - "digital": "false", - "hardcopy": "false", - "anyField": "_cat", - "anyValue": "portal:*", - "source": { - "uuid": [], - "name": [] - } - }] - }, - "options": { - "every": "0 0 0 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_mhl_sea_surface_temperature_data.json b/geonetwork/src/main/resources/config/harvesters/catalogue_mhl_sea_surface_temperature_data.json deleted file mode 100644 index afd9a91..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_mhl_sea_surface_temperature_data.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "MHL Catalogue - IMOS - ANMN New South Wales (NSW) - Manly Hydraulics Laboratory Waverider buoys - Sea surface temperature data", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "MHL Catalogue - IMOS - ANMN New South Wales (NSW) - Manly Hydraulics Laboratory Waverider buoys - Sea surface temperature data", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "OEH_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "81c5f192-d4af-4dfe-a660-af15ae46a22a" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_mhl_waverider_buoys.json b/geonetwork/src/main/resources/config/harvesters/catalogue_mhl_waverider_buoys.json deleted file mode 100644 index f0b7846..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_mhl_waverider_buoys.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "MHL Catalogue - IMOS - ANMN New South Wales (NSW) - Manly Hydraulics Laboratory Waverider buoys", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "MHL Catalogue - IMOS - ANMN New South Wales (NSW) - Manly Hydraulics Laboratory Waverider buoys", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "OEH_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "bb7e9d82-3b9c-44c6-8e93-1ee9fd30bf21" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_noaa.json b/geonetwork/src/main/resources/config/harvesters/catalogue_noaa.json deleted file mode 100644 index 7cd42ca..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_noaa.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "NOAA Catalogue", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "NOAA Catalogue", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "NOAA_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "e3cf7cfd-9034-4c03-82ca-5a40ce7f96d2" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_nsw_oeh_bathy.json b/geonetwork/src/main/resources/config/harvesters/catalogue_nsw_oeh_bathy.json deleted file mode 100644 index c522e77..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_nsw_oeh_bathy.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Catalogue IMOS - NSW Office of Environment and Heritage (OEH) Bathymetry Surveys", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "Catalogue IMOS - NSW Office of Environment and Heritage (OEH) Bathymetry Surveys", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "OEH_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "60160b01-8ffc-45ce-a6f4-ee70ce391ec6" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_ran.json b/geonetwork/src/main/resources/config/harvesters/catalogue_ran.json deleted file mode 100644 index fe57e45..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_ran.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "RAN Catalogue", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "RAN Catalogue", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "RAN_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "bc6e10a6-4dda-41c0-8639-5c96411efc5a" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_tpac_climate_futures.json b/geonetwork/src/main/resources/config/harvesters/catalogue_tpac_climate_futures.json deleted file mode 100644 index 4863387..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_tpac_climate_futures.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "External - Catalogue TPAC - Climate Futures for Tasmania - Bias Adjusted Simulation (C48 10KM 6Hours) - Model UKMO HadCM 3 - Low Emission Scenario (B1)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - Catalogue TPAC - Climate Futures for Tasmania - Bias Adjusted Simulation (C48 10KM 6Hours) - Model UKMO HadCM 3 - Low Emission Scenario (B1)", - "rejectDuplicateResource": "false", - "capabilitiesUrl": "http://catalog.tpac.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "ACE_logo.gif", - "xslfilter": "" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "0370cf5f-714f-4ce1-aef3-e44d4cfc2268" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/catalogue_wamsi_ningaloo_reef.json b/geonetwork/src/main/resources/config/harvesters/catalogue_wamsi_ningaloo_reef.json deleted file mode 100644 index 9e8a858..0000000 --- a/geonetwork/src/main/resources/config/harvesters/catalogue_wamsi_ningaloo_reef.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Catalogue IMOS - WAMSI Node 3.4.2 - Characterisation of Geomorphology and Sedimentology of Ningaloo Reef", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "Catalogue IMOS - WAMSI Node 3.4.2 - Characterisation of Geomorphology and Sedimentology of Ningaloo Reef", - "capabilitiesUrl": "https://catalogue-imos.aodn.org.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "WAMSI_logo.gif", - "rejectDuplicateResource": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "AnyText": "67984a64-c5bd-485d-8ace-7b0b22806ffa" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aad.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aad.json deleted file mode 100644 index c44be0e..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aad.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "External - AAD", - "harvester_data": { - "node": { - "@type": "webdav", - "site": { - "name": "External - AAD", - "url": "https://data.aad.gov.au/sg/api/waf/aadc-metadata/iso-19115-1-aodn/", - "icon": "AAD_logo.gif" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active", - "validate": "false", - "recurse": "false", - "subtype": "waf" - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims.json deleted file mode 100644 index 2d93099..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "External - AIMS", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "External - AIMS", - "host": "https://geonetwork.apps.aims.gov.au/geonetwork", - "createRemoteCategory": "true", - "mefFormatFull": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every":"0 30 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "title": "%Sea Temperature Observing System%" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - }, - "categories": [ - {"category": {"@id": "portal:AIMS"}} - ] - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_gbr_genomics_database_seawater_illumina_reads.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_gbr_genomics_database_seawater_illumina_reads.json deleted file mode 100644 index e0c0345..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_gbr_genomics_database_seawater_illumina_reads.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "External - AIMS: Great Barrier Reef Genomics Database: Seawater Illumina Reads", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "External - AIMS: Great Barrier Reef Genomics Database: Seawater Illumina Reads", - "host": "https://geonetwork.apps.aims.gov.au/geonetwork", - "createRemoteCategory": "true", - "mefFormatFull": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every":"0 30 23 ? * *", - "oneRunOnly":"false", - "status":"active" - }, - "searches": { - "search": { - "title": "Great Barrier Reef Genomics Database: Seawater Illumina Reads" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - }, - "categories": [ - {"category": {"@id": "portal:IMOS"}} - ] - } - } - } diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_microdebris_contamination.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_microdebris_contamination.json deleted file mode 100644 index 3e27a64..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_microdebris_contamination.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "External - AIMS: Microdebris contamination in Australian coastal and marine waters", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "External - AIMS: Microdebris contamination in Australian coastal and marine waters", - "host": "https://geonetwork.apps.aims.gov.au/geonetwork", - "createRemoteCategory": "true", - "mefFormatFull": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every":"0 30 23 ? * *", - "oneRunOnly":"false", - "status":"active" - }, - "searches": { - "search": { - "title": "Microdebris contamination in Australian coastal and marine waters" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - }, - "categories": [ - {"category": {"@id": "portal:IMOS"}} - ] - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_mmp.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_mmp.json deleted file mode 100644 index b26ee64..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_mmp.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "External - AIMS: Great Barrier Reef Marine Monitoring Program for Inshore Water Quality", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "External - AIMS: Great Barrier Reef Marine Monitoring Program for Inshore Water Quality", - "host": "https://geonetwork.apps.aims.gov.au/geonetwork", - "createRemoteCategory": "true", - "mefFormatFull": "false", - "xslfilter": "modify-urls", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every":"0 30 23 ? * *", - "oneRunOnly":"false", - "status":"active" - }, - "searches": { - "search": { - "title": "Great Barrier Reef Marine Monitoring Program for Inshore Water Quality - Vertical Profiles of Conductivity Temperature and Depth (CTD)" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - }, - "categories": [ - {"category": {"@id": "portal:AIMS"}} - ] - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_weather_station.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_weather_station.json deleted file mode 100644 index 9444726..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_aims_weather_station.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "External - AIMS: Northern Australia Automated Marine Weather and Oceanographic Stations", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "External - AIMS: Northern Australia Automated Marine Weather and Oceanographic Stations", - "host": "https://geonetwork.apps.aims.gov.au/geonetwork", - "createRemoteCategory": "true", - "mefFormatFull": "false", - "xslfilter": "linkage-updater?pattern=http://geoserver-123.aodn.org.au&replacement=http://geoserver-portal.aodn.org.au", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every":"0 30 23 ? * *", - "oneRunOnly":"false", - "status":"active" - }, - "searches": { - "search": { - "title": "%Northern Australia Automated Marine Weather and Oceanographic Stations%" - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - }, - "categories": [ - {"category": {"@id": "portal:AIMS"}} - ] - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_adcp.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_adcp.json deleted file mode 100644 index 9af2514..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_adcp.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A ADCP Data Overview", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A ADCP Data Overview", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier": { "value": "fe20ec11-ad5b-425f-82dd-6b00f448eb1a" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_catch_operations.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_catch_operations.json deleted file mode 100644 index fcff7fd..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_catch_operations.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A Catch Operations Data", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A Catch Operations Data", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier": { "value": "c836f971-991e-10ec-e043-0200007f2db9" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_current_meter_mooring.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_current_meter_mooring.json deleted file mode 100644 index 3056891..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_current_meter_mooring.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A Current Meter Mooring Data Overview (1983 - 1998)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A Current Meter Mooring Data Overview (1983 - 1998)", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"dfbb5340-9119-4559-8712-a53630acfbb0" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_mnf_voyage_tracks.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_mnf_voyage_tracks.json deleted file mode 100644 index 2ca521d..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_mnf_voyage_tracks.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A Marine National Facility Voyage Tracks Overview", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A Marine National Facility Voyage Tracks Overview", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier": { "value":"c836a6dc-eba7-28c3-e043-0200007fdbdb" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_ctd_data_overview.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_ctd_data_overview.json deleted file mode 100644 index 373c444..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_ctd_data_overview.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A CTD Data Overview (1982 - present)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A CTD Data Overview (1982 - present)", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"c1229b01-41c7-08bf-e044-00144f7bc0f4" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_hydrology_data_overview.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_hydrology_data_overview.json deleted file mode 100644 index 5f06867..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_o_and_a_hydrology_data_overview.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A Hydrology Data Overview (1942 - present)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A Hydrology Data Overview (1942 - present)", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"c1225108-233d-74e9-e044-00144f7bc0f4" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_franklin_xbt.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_franklin_xbt.json deleted file mode 100644 index 27e6569..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_franklin_xbt.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A RV Franklin XBT Data Overview", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A RV Franklin XBT Data Overview", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"033a1ddd-b206-09d0-e053-08114f8c3b40" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_data_overview.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_data_overview.json deleted file mode 100644 index 8d2fa0a..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_data_overview.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A RV Investigator XBT Data Overview (2014 onwards)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A RV Investigator XBT Data Overview (2014 onwards)", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"dfd2c49d-d469-4691-9d10-ac154fdd4985" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_sst.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_sst.json deleted file mode 100644 index c05ce7f..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_investigator_sst.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "name": "External - CSIRO RV Investigator ISAR/SST Sea Surface Temperature Data Overview (2014 onwards)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO RV Investigator ISAR/SST Sea Surface Temperature Data Overview (2014 onwards)", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 0 0 ? * *", - "oneRunOnly": "false", - "status": "active", - "validate": "false" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"bdf91f86-2968-4711-873e-2761383bb207" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_southern_surveyor.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_southern_surveyor.json deleted file mode 100644 index 90b63ff..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_rv_southern_surveyor.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "name": "External - CSIRO O and A RV Southern Surveyor XBT Data Overview", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A RV Southern Surveyor XBT Data Overview", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active", - "validate": "false" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"d5a640e7-c695-23e1-e043-08114f8c7b58" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_sediment_sampling.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_sediment_sampling.json deleted file mode 100644 index 4bfe051..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_sediment_sampling.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A Sediment Sampling Sites Overview (1986 to present)", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A Sediment Sampling Sites Overview (1986 to present)", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"82fa2ab2-2338-4505-b917-b400406b7c7c" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_wildlife_observations.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_wildlife_observations.json deleted file mode 100644 index 70a2d41..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_csiro_wildlife_observations.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - CSIRO O and A Wildlife Observations Overview", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - CSIRO O and A Wildlife Observations Overview", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://www.marlin.csiro.au/geonetwork/srv/eng/csw?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "CSIRO_logo.gif", - "xslfilter": "linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":"11d4b1d8-c03e-4e37-8ecc-b085ca80e7df" }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_marine_sediments_mars_database.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_marine_sediments_mars_database.json deleted file mode 100644 index fdb6112..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_marine_sediments_mars_database.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "GA Catalogue Australian Marine Sediments (MARS) Database", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "GA Catalogue Australian Marine Sediments (MARS) Database", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "https://ecat.ga.gov.au/geonetwork/srv/eng/csw?service=CSW&request=GetCapabilities&acceptVersions=2.0.2", - "icon": "GA_logo.gif", - "xslfilter": "ga", - "outputSchema": "http://www.isotc211.org/2005/gmd" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":null }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": "a05f7892-eef2-7506-e044-00144fdd4fa6" }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_mh370_phase_1_150m_bathymetry.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_mh370_phase_1_150m_bathymetry.json deleted file mode 100644 index 2171143..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_ga_mh370_phase_1_150m_bathymetry.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "GA Catalogue MH370 Phase 1 150m Bathymetry datasets", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "GA Catalogue MH370 Phase 1 150m Bathymetry datasets", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "https://ecat.ga.gov.au/geonetwork/srv/eng/csw?service=CSW&request=GetCapabilities&acceptVersions=2.0.2", - "icon": "GA_logo.gif", - "xslfilter": "ga", - "outputSchema": "http://www.isotc211.org/2005/gmd" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":null }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": "d887e71a-71dc-4851-94a9-920f7b7cc7e5" }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_imas_aodn_portal.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_imas_aodn_portal.json deleted file mode 100644 index 5a1ab20..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_imas_aodn_portal.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "External - IMAS: AODN Portal IMAS", - "harvester_data": { - "node": { - "@type": "csw", - "site": { - "name": "External - IMAS: AODN Portal IMAS", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "capabilitiesUrl": "http://metadata.imas.utas.edu.au/geonetwork/srv/eng/csw-AODN-Portal-IMAS?request=GetCapabilities&service=CSW&acceptVersions=2.0.2", - "icon": "IMAS_logo.gif", - "xslfilter": "portal-linkage-updater", - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 45 23 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "CreationDate":{ "value": null }, - "GeographicDescriptionCode":{ "value":null }, - "OperatesOn":{ "value":null }, - "Modified":{ "value":null }, - "DistanceUOM":{ "value":null }, - "Operation":{ "value":null }, - "ResourceIdentifier":{ "value":null }, - "Format":{ "value":null }, - "Identifier":{ "value":null }, - "Language":{ "value":null }, - "ServiceType":{ "value":null }, - "OrganisationName":{ "value":null }, - "KeywordType":{ "value":null }, - "AnyText": { "value": null }, - "PublicationDate":{ "value":null }, - "AlternateTitle":{ "value":null }, - "Abstract":{ "value":null }, - "HasSecurityConstraints":{ "value":null }, - "Title":{ "value":null }, - "CouplingType":{ "value":null }, - "TopicCategory":{ "value":null }, - "ParentIdentifier":{ "value":null }, - "Subject":{ "value":null }, - "ResourceLanguage":{ "value":null }, - "TempExtent_end":{ "value":null }, - "ServiceTypeVersion":{ "value":null }, - "Type":{ "value":null }, - "RevisionDate":{ "value":null }, - "OperatesOnName":{ "value":null }, - "Denominator":{ "value":null }, - "DistanceValue":{ "value":null }, - "TempExtent_begin":{ "value":null }, - "OperatesOnIdentifier":{ "value":null }, - "SpecificationDate":{ "value":null }, - "AccessConstraints":{ "value":null }, - "ResponsiblePartyRole":{ "value":null }, - "Degree":{ "value":null }, - "Lineage":{ "value":null }, - "OnlineResourceMimeType":{ "value":null }, - "ConditionApplyingToAccessAndUse":{ "value":null }, - "Date":{ "value":null }, - "MetadataPointOfContact":{ "value":null }, - "OnlineResourceType":{ "value":null }, - "Relation":{ "value":null }, - "SpecificationDateType":{ "value":null }, - "Classification":{ "value":null }, - "OtherConstraints":{ "value":null }, - "SpecificationTitle":{ "value":null }, - "bbox-xmin":{ "value":null }, - "bbox-ymin":{ "value":null }, - "bbox-xmax":{ "value":null }, - "bbox-ymax":{ "value":null } - } - }, - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_imos.json b/geonetwork/src/main/resources/config/harvesters/portal_catalogue_imos.json deleted file mode 100644 index 7fd4053..0000000 --- a/geonetwork/src/main/resources/config/harvesters/portal_catalogue_imos.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "IMOS Catalogue", - "harvester_data": { - "node": { - "@type": "geonetwork", - "site": { - "name": "IMOS Catalogue", - "host": "https://catalogue-imos.aodn.org.au/geonetwork", - "createRemoteCategory": "true", - "mefFormatFull": "false", - "xslfilter": "modify-urls", - "account": { - "use": "false", - "username": { }, - "password": { } - }, - "outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0" - }, - "content": { - "validate": "false", - "importxslt": "none" - }, - "options": { - "every": "0 0 0 ? * *", - "oneRunOnly": "false", - "status": "active" - }, - "searches": { - "search": { - "anyField": "_cat", - "anyValue": "portal:*" - } - }, - "ifRecordExistAppendPrivileges": "true", - "privileges": { - "group": { - "@id": "1", - "operation": [ - { - "@name": "view" - }, - { - "@name": "dynamic" - }, - { - "@name": "featured" - } - ] - } - } - } - } -} diff --git a/geonetwork/src/main/resources/converter/add-collection-config.xsl b/geonetwork/src/main/resources/converter/add-collection-config.xsl deleted file mode 100644 index 392a5ad..0000000 --- a/geonetwork/src/main/resources/converter/add-collection-config.xsl +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - Processing with add-collection-config.xsl - - - - Error: no portal config loaded for - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AODN Discovery Parameter Vocabulary - http://vocab.aodn.org.au/def/discovery_parameter/1 - - - geonetwork.thesaurus.external.theme.aodn_aodn-discovery-parameter-vocabulary - - - - AODN Platform Vocabulary - http://vocab.aodn.org.au/def/platform/1 - - - geonetwork.thesaurus.external.theme.aodn_aodn-platform-vocabulary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/geonetwork/src/main/resources/converter/ebstack-linkage-updater.xsl b/geonetwork/src/main/resources/converter/ebstack-linkage-updater.xsl deleted file mode 100644 index 0d1c306..0000000 --- a/geonetwork/src/main/resources/converter/ebstack-linkage-updater.xsl +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /geoserver/ows - - - - - - - - - - - - - This OGC WFS service returns filtered geographic information. The returned data - is available in multiple formats including CSV. - - - - - - - - - - - diff --git a/geonetwork/src/main/resources/converter/ga.xsl b/geonetwork/src/main/resources/converter/ga.xsl deleted file mode 100644 index 51cc9d7..0000000 --- a/geonetwork/src/main/resources/converter/ga.xsl +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/geonetwork/src/main/resources/converter/linkage-updater.xsl b/geonetwork/src/main/resources/converter/linkage-updater.xsl deleted file mode 100644 index 72379e8..0000000 --- a/geonetwork/src/main/resources/converter/linkage-updater.xsl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /geoserver/ows - - - - - - - - - - - - - This OGC WFS service returns filtered geographic information. The returned data - is available in multiple formats including CSV. - - - - - - - - - - - diff --git a/geonetwork/src/main/resources/converter/modify-urls.xsl b/geonetwork/src/main/resources/converter/modify-urls.xsl deleted file mode 100644 index 9cfec0d..0000000 --- a/geonetwork/src/main/resources/converter/modify-urls.xsl +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% if config.get('stack_manifest', {}).get('ElasticBeanstalkResources', {}).get('Geowebcache') or config.get('stack_manifest', {}).get('ElasticBeanstalkResources', {}).get('Geonetwork3', {}).get('profile_inputs', {}).get('Geowebcache') -%} - - - - - - - - - - - - - - - - - {%- endif %} - - - - - - - - - - - - - - - - - - - - - diff --git a/geonetwork/src/main/resources/converter/README.md b/geonetwork/src/main/resources/schema_plugins/converter/README.md similarity index 100% rename from geonetwork/src/main/resources/converter/README.md rename to geonetwork/src/main/resources/schema_plugins/converter/README.md