-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0208cea
Showing
1,121 changed files
with
319,010 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="/img/favicon.ico"> | ||
<title>MSC Open Data / Données ouvertes du SMC</title> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="/css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css"> | ||
<link href="/css/extra.css" rel="stylesheet"> | ||
|
||
<script src="/js/jquery-1.10.2.min.js" defer></script> | ||
<script src="/js/bootstrap.min.js" defer></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
|
||
<body> | ||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="/.">MSC Open Data / <br>Données ouvertes du SMC</a> | ||
<!-- Expander button --> | ||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<!-- Expanded navigation --> | ||
<div id="navbar-collapse" class="navbar-collapse collapse"> | ||
<!-- Main navigation --> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Available data /<br>Données disponibles <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/msc-data/readme_en/" class="dropdown-item">Data list /<br>Liste des données</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/msc-data-themes/readme_en/" class="dropdown-item">Theme list /<br>Liste de thèmes</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Data access /<br>Accès aux données <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/msc-geomet/readme_en/" class="dropdown-item">MSC GeoMet /<br>GeoMet du SMC</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/msc-datamart/readme_en/" class="dropdown-item">MSC Datamart /<br>Datamart du SMC</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/cost-recovered/readme_en/" class="dropdown-item">Cost-recovered services /<br>Services à recouvrement de coûts</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/msc-animet/readme_en/" class="dropdown-item">MSC AniMet /<br>AniMet du SMC</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Usage and tutorials / <br>Utilisation et tutoriels <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/usage/readme_en/" class="dropdown-item">Usage overview/<br>Aperçu de l'utilisation</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/usage/tutorials_en/" class="dropdown-item">Access tutorials /<br>Accéder aux tutoriels</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/msc-geomet/wms_en/" class="dropdown-item">WMS technical doc /<br>Doc technique du WMS</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/msc-geomet/wcs_en/" class="dropdown-item">WCS technical doc /<br>Doc technique du WCS</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/msc-geomet/ogc_api_en/" class="dropdown-item">OGC API technical doc /<br>Doc technique de l'OGC API</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="navitem"> | ||
<a href="https://weather.gc.ca/mainmenu/contact_us_e.html" class="nav-link">Contact us /<br>Contactez-nous</a> | ||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal"> | ||
<i class="fa fa-search"></i> Search /<br> <i class="fa fa-fw"></i>Rechercher | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="row-fluid"> | ||
<div id="main-content" class="span12"> | ||
<h1 id="404-page-not-found" style="text-align: center">404</h1> | ||
<p style="text-align: center"><strong>Page not found</strong></p> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<footer class="col-md-12"> | ||
<hr> | ||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p> | ||
</footer> | ||
<script> | ||
var base_url = "/", | ||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; | ||
</script> | ||
<script src="/js/base.js" defer></script> | ||
<script src="/search/main.js" defer></script> | ||
|
||
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog modal-lg"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="searchModalLabel">Search</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<p> | ||
From here you can search these documents. Enter | ||
your search terms below. | ||
<br> | ||
Effectuez une recherche dans la documentation en indiquant les termes désirés ci-après. | ||
</p> | ||
<form> | ||
<div class="form-group"> | ||
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here"> | ||
</div> | ||
</form> | ||
<div id="mkdocs-search-results"></div> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 20%;">Keys</th> | ||
<th>Action</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="help shortcut"><kbd>?</kbd></td> | ||
<td>Open this help</td> | ||
</tr> | ||
<tr> | ||
<td class="next shortcut"><kbd>n</kbd></td> | ||
<td>Next page</td> | ||
</tr> | ||
<tr> | ||
<td class="prev shortcut"><kbd>p</kbd></td> | ||
<td>Previous page</td> | ||
</tr> | ||
<tr> | ||
<td class="search shortcut"><kbd>s</kbd></td> | ||
<td>Search</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Matomo --> | ||
<script> | ||
var _paq = window._paq = window._paq || []; | ||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | ||
_paq.push(['trackPageView']); | ||
_paq.push(['enableLinkTracking']); | ||
(function() { | ||
var u="https://msc-analytics.ca/piwik/"; | ||
_paq.push(['setTrackerUrl', u+'matomo.php']); | ||
_paq.push(['setSiteId', '13']); | ||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; | ||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); | ||
})(); | ||
</script> | ||
<!-- End Matomo Code --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Variable,Abbreviation,Level,Unit/Value | ||
Depth-integrated compressive sea ice strength,iicestrength,Surface,N/m | ||
Depth-integrated internal sea ice pressure,iicepressure,Surface,N/m | ||
Ocean mixed layer depth based on density criterion,sokaraml,Surface,m | ||
Sea ice area fraction,iiceconc,Surface,Fraction | ||
Sea ice divergence,iicedivergence,Surface,%/day | ||
Sea ice shear,iiceshear,Surface,%/day | ||
Sea ice volume per unit grid cell area,iicevol,Surface,m | ||
Sea ice x velocity,itzocrtx,Surface,m/s | ||
Sea ice y velocity,itmecrty,Surface,m/s | ||
Sea surface height above geoid,sossheig,Surface,m | ||
Sea water potential temperature,votemper,39 depth levels,K | ||
Sea water potential temperature,votemper,68 depth levels,K | ||
Sea water potential temperature,votemper,99 depth levels,K | ||
Sea water potential temperature,votemper,Surface,K | ||
Sea water salinity,vosaline,39 depth levels,PSU | ||
Sea water salinity,vosaline,68 depth levels,PSU | ||
Sea water salinity,vosaline,99 depth levels,PSU | ||
Sea water salinity,vosaline,Surface,PSU | ||
Sea water x velocity,vozocrtx,39 depth levels,m/s | ||
Sea water x velocity,vozocrtx,68 depth levels,m/s | ||
Sea water x velocity,vozocrtx,99 depth levels,m/s | ||
Sea water x velocity,vozocrtx,Surface,m/s | ||
Sea water y velocity,vomecrty,39 depth levels,m/s | ||
Sea water y velocity,vomecrty,68 depth levels,m/s | ||
Sea water y velocity,vomecrty,99 depth levels,m/s | ||
Sea water y velocity,vomecrty,Surface,m/s | ||
Surface temperature of snow over sea ice or bare sea ice,iicesurftemp,Surface,K | ||
Turbocline depth,somixhgt,Surface,m | ||
Volume of snow on sea ice per unit grid cell area,isnowvol,Surface,cm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Variable,Abréviation,Niveau,Unité/Valeur | ||
Cisaillement de la glace de mer,iiceshear,Surface,%/day | ||
Composante X de la vitesse de l’eau,vozocrtx,39 niveaux de profondeur,m/s | ||
Composante X de la vitesse de l’eau,vozocrtx,68 niveaux de profondeur,m/s | ||
Composante X de la vitesse de l’eau,vozocrtx,99 niveaux de profondeur,m/s | ||
Composante X de la vitesse de l’eau,vozocrtx,Surface,m/s | ||
Composante Y de la vitesse de l’eau,vomecrty,39 niveaux de profondeur,m/s | ||
Composante Y de la vitesse de l’eau,vomecrty,68 niveaux de profondeur,m/s | ||
Composante Y de la vitesse de l’eau,vomecrty,99 niveaux de profondeur,m/s | ||
Composante Y de la vitesse de l’eau,vomecrty,Surface,m/s | ||
Composante x de la vitesse de la glace de mer,itzocrtx,Surface,m/s | ||
Composante y de la vitesse de la glace de mer,itmecrty,Surface,m/s | ||
Divergence de la glace de mer,iicedivergence,Surface,%/day | ||
Fraction de la glace de mer,iiceconc,Surface,Fraction | ||
Hauteur de la surface de la mer par rapport au géoïde,sossheig,Surface,m | ||
Pression interne de la glace intégrée verticalement,iicepressure,Surface,N/m | ||
Profondeur de la couche de mélange d'après le critère de densité,sokaraml,Surface,m | ||
Profondeur de la turbocline,somixhgt,Surface,m | ||
Résistance à la compression de la glace intégrée verticalement,iicestrength,Surface,N/m | ||
Salinité de l'eau de mer,vosaline,39 niveaux de profondeur,PSU | ||
Salinité de l'eau de mer,vosaline,68 niveaux de profondeur,PSU | ||
Salinité de l'eau de mer,vosaline,99 niveaux de profondeur,PSU | ||
Salinité de l'eau de mer,vosaline,Surface,PSU | ||
Température de surface de la neige sur la glace de mer ou la glace de mer nue,iicesurftemp,Surface,K | ||
Température potentielle de l'eau de mer,votemper,39 niveaux de profondeur,K | ||
Température potentielle de l'eau de mer,votemper,68 niveaux de profondeur,K | ||
Température potentielle de l'eau de mer,votemper,99 niveaux de profondeur,K | ||
Température potentielle de l'eau de mer,votemper,Surface,K | ||
Volume de glace de mer par unité de surface de cellule de grille,iicevol,Surface,m | ||
Volume de la neige de mer par unité de surface de cellule de grille,isnowvol,Surface,cm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Variable,Abbreviation,Level,Unit/Value | ||
Temperature,TMP,2 m Above Ground Level,K | ||
Total precipitation,APCP,Surface,kg/(m<sup>2</sup>*s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Variable,Abréviation,Niveau,Unité/Valeur | ||
Précipitation totale,APCP,Surface,kg/(m<sup>2</sup>*s) | ||
Température,TMP,2 m au-dessus du niveau du sol,K |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Variable,Abbreviation,Level,Unit/Value | ||
Geopotential height,HGT,500 mb,gpm | ||
Precipitation rate,PRATE,Surface,kg/(m<sup>2</sup>*s) | ||
Pressure reduced to Mean Sea Level,PRMSL,Mean Sea Level,Pa | ||
Sea surface height relative to geoid,SSHG,Surface,m | ||
Temperature,TMP,2 m Above Ground Level,K | ||
Temperature,TMP,850 mb,K | ||
Water temperature,WTMP,Surface,K | ||
u-component of wind,UGRD,200 mb,m/s | ||
u-component of wind,UGRD,850 mb,m/s | ||
v-component of wind,VGRD,200 mb,m/s | ||
v-component of wind,VGRD,850 mb,m/s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Variable,Abréviation,Niveau,Unité/Valeur | ||
Composante u du vent,UGRD,200 mb,m/s | ||
Composante u du vent,UGRD,850 mb,m/s | ||
Composante v du vent,VGRD,200 mb,m/s | ||
Composante v du vent,VGRD,850 mb,m/s | ||
Hauteur géopotentielle,HGT,500 mb,gpm | ||
Hauteur de la surface de la mer par rapport au géoide,SSHG,Surface,m | ||
Pression réduite au niveau moyen de la mer,PRMSL,Niveau moyen de la mer,Pa | ||
Taux de précipitation,PRATE,Surface,kg/(m<sup>2</sup>*s) | ||
Température de l'eau,WTMP,Surface,K | ||
Température,TMP,2 m au-dessus du niveau du sol,K | ||
Température,TMP,850 mb,K |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Variable,Abbreviation,Level,Unit/Value | ||
Sea ice area fraction,iiceconc,Surface,Fraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Variable,Abréviation,Niveau,Unité/Valeur | ||
Fraction de la glace de mer,iiceconc,Surface,Fraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Variable,Abbreviation,Level,Unit/Value | ||
Character of precipitation,CHARPCPN,Surface,0=None; 1=Showers; 2=Intermittent; 3=Continuous | ||
Conditional amount of liquid precipitation,CONDALPCPN,Surface,kg/(m<sup>2</sup>*s) | ||
Conditional amount of solid snow,CONDASSN,Surface,kg/(m<sup>2</sup>*s) | ||
Conditional amount of solid ice pellets,CONDAPL,Surface,kg/(m<sup>2</sup>*s) | ||
Conditional freezing precipitation amount,CONDAFZPCPN,Surface,kg/(m<sup>2</sup>*s) | ||
Conditional precipitation rate,CONDAPCPN,Surface,kg/(m<sup>2</sup>*s) | ||
Day/night sky state (combined cloud cover and opacity),SKSTATE,Surface,0-1=sunny/clear; 2-3=mainly sunny/cloudy periods; 4-5-6=mix of sun and clouds/partly cloudy; 7-8=mainly cloudy/mainly cloudy; 9=cloudy/cloudy; 10=cloudy/overcast | ||
Dew point temperature,DPT,2 m Above Ground Level,K | ||
Dominant precipitation type,DMNTPCPNTYPE,Surface,101=Rain; 110=Hail; 111=Drizzle; 203=Freezing rain; 212=Freezing drizzle; 308=Ice pellets; 405=Snow; 409=Snow pellets; 413=Ice crystals; 414=Snow grains | ||
Height of snow level,HGTSNLVL,Surface,m | ||
Instantaneous precipitation type,PCPNTYPE,Surface,1=Rain; 2=Rain/snow; 3=Freezing rain; 4=Ice pellets; 5=Snow; 6=None; 7=Drizzle; 8=Freezing drizzle; 9=Freezing rain/ice pellets | ||
Model orography,ORGPHY,Surface,m | ||
Presence of blowing snow,BLSN,Surface,0=No; 1=Yes | ||
Probability of blowing snow,PROBBLSN,Surface,% | ||
Probability of drizzle,PROBDZ,Surface,% | ||
Probability of freezing drizzle,PROBFZDZ,Surface,% | ||
Probability of freezing rain,PROBFZRA,Surface,% | ||
Probability of freezing precipitation,PROBFZPCPN,Surface,% | ||
Probability of ice pellets,PROBPL,Surface,% | ||
Probability of liquid precipitation,PROBLPCPN,Surface,% | ||
Probability of precipitation,PROBPCPN,Surface,% | ||
Probability of rain,PROBRA,Surface,% | ||
Probability of snow squalls,PROBSNSQ,Surface,% | ||
Probability of snow,PROBSN,Surface,% | ||
Probability of thunderstorm occurence,PROBTSOCRNC,Surface,% | ||
Secondary precipitation type,SCNDPCPNTYPE,Surface,101=rain; 110=hail; 111=pellets; 203=freezing rain; 212=freezing pellets; 308=pellets; 405=snow; 409=snow pellets; 413=ice pellets; 414=snow grains | ||
Temperature,TMP,2 m Above Ground Level,K | ||
Total precipitation intensity index,TPCPNINTSTI,Surface,0=No intensity; 1=Light; 2=Moderate; 3=Heavy | ||
Visibility Through Ice Fog,VISIFG,2 m Above Ground Level,m | ||
Visibility Through Liquid Fog,VISLFG,2 m Above Ground Level,m | ||
Water/land mask,WTRLANMASK,Surface,Fraction | ||
Wind direction (from which blowing),WDIR,10 m Above Ground Level,Degree true | ||
Wind speed (gust),GUST,10 m Above Ground Level,m/s | ||
Wind speed,WSPD,10 m Above Ground Level,m/s |
Oops, something went wrong.