Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment out current-conditions collection #340

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions deploy/default/msc-pygeoapi-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,45 +680,45 @@ resources:
- COOLING_DEGREE_DAYS
- HEATING_DEGREE_DAYS

current-conditions:
type: collection
title:
en: Current Weather Conditions - City Page Weather [experimental]
fr: Conditions météorologiques actuelles - Prévisions météorologiques par ville [experimentale]
description:
en: Current conditions for select Canadian cities
fr: Conditions actuelles pour une sélection de villes canadiennes
keywords:
en: [Meteorology, Weather]
fr: [Météorologie, Temps]
crs:
- CRS84
links:
- type: text/html
rel: canonical
title:
en: Weather forecast files by city
fr: Prévisions météorologiques par ville
href:
en: https://eccc-msc.github.io/open-data/msc-data/citypage-weather/readme_citypageweather_en/
fr: https://eccc-msc.github.io/open-data/msc-data/citypage-weather/readme_citypageweather_fr/
hreflang:
en: en-CA
fr: fr-CA
extents:
spatial:
bbox: [-145.27, 37.3, -48.11, 87.61]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: null
end: null # or empty
providers:
- type: feature
default: true
name: Elasticsearch
data: ${MSC_PYGEOAPI_ES_URL}/current_conditions
id_field: identifier
time_field: timestamp
# current-conditions:
# type: collection
# title:
# en: Current Weather Conditions - City Page Weather [experimental]
# fr: Conditions météorologiques actuelles - Prévisions météorologiques par ville [experimentale]
# description:
# en: Current conditions for select Canadian cities
# fr: Conditions actuelles pour une sélection de villes canadiennes
# keywords:
# en: [Meteorology, Weather]
# fr: [Météorologie, Temps]
# crs:
# - CRS84
# links:
# - type: text/html
# rel: canonical
# title:
# en: Weather forecast files by city
# fr: Prévisions météorologiques par ville
# href:
# en: https://eccc-msc.github.io/open-data/msc-data/citypage-weather/readme_citypageweather_en/
# fr: https://eccc-msc.github.io/open-data/msc-data/citypage-weather/readme_citypageweather_fr/
# hreflang:
# en: en-CA
# fr: fr-CA
# extents:
# spatial:
# bbox: [-145.27, 37.3, -48.11, 87.61]
# crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
# temporal:
# begin: null
# end: null # or empty
# providers:
# - type: feature
# default: true
# name: Elasticsearch
# data: ${MSC_PYGEOAPI_ES_URL}/current_conditions
# id_field: identifier
# time_field: timestamp

climate-daily:
type: collection
Expand Down
Loading