diff --git a/app/views/granules/eumetsat.xml.erb b/app/views/granules/eumetsat.xml.erb index dfdd312..39b1a6c 100644 --- a/app/views/granules/eumetsat.xml.erb +++ b/app/views/granules/eumetsat.xml.erb @@ -1,36 +1,30 @@ - - - EOPOS Adaptor - EUMETSAT EO Portal Clearinghouse OpenSearch Catalogue Service for Earth Observation Products (EOP) - The EUMETSAT EO Portal Clearinghouse OpenSearch EOP (EOPOS) Catalogue Service is the data cswDiscovery service for EUMETSAT EO Products, based on U-MARF (DataCentre). - ops@eumetsat.int + + EOPOS Adaptor + The EUMETSAT EO Portal Clearinghouse OpenSearch EOP (EOPOS) Catalogue Service is the data cswDiscovery service for EUMETSAT EO Products, based on U-MARF (DataCentre). + CEOS-OS-BP-V1.1/L1 EUMETSAT meteorology satellite weather climate OpenSearch EOP Catalogue Service EOPOS CSW catalogue service + ops@eumetsat.int + + + + + + + + + + + + + + EUMETSAT EO Portal Clearinghouse OpenSearch Catalogue Service for Earth Observation Products (EOP) + + con terra GmbH - - - - - - - - - - - - - - - - false - con terra GmbH - UTF-8 - * - UTF-8 - open - CEOS-OS-BP-V1.1/L1 EUMETSAT meteorology satellite weather climate OpenSearch EOP Catalogue Service EOPOS CSW catalogue service + open + false + * + UTF-8 + UTF-8 \ No newline at end of file diff --git a/spec/views/granules/descriptor_document_spec.rb b/spec/views/granules/descriptor_document_spec.rb index 2d0e1a9..a46e55d 100644 --- a/spec/views/granules/descriptor_document_spec.rb +++ b/spec/views/granules/descriptor_document_spec.rb @@ -187,7 +187,7 @@ assign(:client_id_model, stub_client_id) render - expect(rendered).to include("template=\"https://eoportal.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}&clientId=foo\">") + expect(rendered).to include("template=\"https://navigator.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}&clientId=foo\">") end it "is possible to create a collection-specific granule open search descriptor document with a blank client id" do @@ -195,7 +195,7 @@ assign(:client_id_model, stub_client_id) render - expect(rendered).to include("template=\"https://eoportal.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") + expect(rendered).to include("template=\"https://navigator.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") end it "is possible to create a collection-specific granule open search descriptor document with a whitespace client id" do @@ -204,7 +204,7 @@ assign(:client_id_model, stub_client_id) render - expect(rendered).to include("template=\"https://eoportal.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") + expect(rendered).to include("template=\"https://navigator.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") end it "creates a collection-specific granule open search descriptor document with a temporal range limit of 30 days" do