informatique:docker:warp10
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
informatique:docker:warp10 [2020/10/10 09:25] – florian | informatique:docker:warp10 [2025/01/14 11:19] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{ : | + | {{ : |
====== Warp10 ====== | ====== Warp10 ====== | ||
- | ===== Démarrage ===== | + | {{indexmenu> |
- | Démarrage Warp10 Standalone et WarpStudio : | + | ~~socialite~~ |
- | + | ||
- | < | + | |
- | docker run -d --restart=always --name=" | + | |
- | + | ||
- | </ | + | |
- | + | ||
- | ==== Create Token ==== | + | |
- | + | ||
- | [[https:// | + | |
- | < | + | |
- | + | ||
- | florian@ubuntuNAS: | + | |
- | {" | + | |
- | + | ||
- | </ | + | |
- | + | ||
- | ==== Write GTS ==== | + | |
- | + | ||
- | [[https:// | + | |
- | < | + | |
- | + | ||
- | curl -v -H ' | + | |
- | + | ||
- | </ | + | |
- | + | ||
- | Un fichier de GTS : | + | |
- | + | ||
- | < | + | |
- | Florian.Tales@LIN0115014: | + | |
- | + | ||
- | </ | + | |
- | + | ||
- | ==== Read GTS ==== | + | |
- | + | ||
- | [[https:// | + | |
- | {{http:// | + | |
- | + | ||
- | ==== Delete GTS ==== | + | |
- | + | ||
- | [[https:// | + | |
- | < | + | |
- | + | ||
- | curl -v -H ' | + | |
- | + | ||
- | </ | + | |
- | + | ||
- | ===== Exploration opendata eco2mix ===== | + | |
- | + | ||
- | Exploration des données france énergie : [[https:// | + | |
- | \\ | + | |
- | Conversion csv au format gts file : [[https:// | + | |
- | + | ||
- | ==== Production Eolienne Bretonne ==== | + | |
- | + | ||
- | === Fetch === | + | |
- | + | ||
- | Exploration de la production eolienne en MW en Bretagne les 100 derniers jours : | + | |
- | + | ||
- | warpscript1.mc2 | + | |
- | + | ||
- | <code warp10> | + | |
- | // Fetch 100 days Brittany wind production & smooth it | + | |
- | ' | + | |
- | ' | + | |
- | + | ||
- | // Fetch | + | |
- | [ | + | |
- | $Read_Token | + | |
- | ' | + | |
- | { | + | |
- | ' | + | |
- | ' | + | |
- | } | + | |
- | NOW | + | |
- | 100 d | + | |
- | ] | + | |
- | FETCH ' | + | |
- | + | ||
- | // Single Exponential Smoothing | + | |
- | $gts_eolien | + | |
- | 0.01 // alpha (smoothing factor) | + | |
- | SINGLEEXPONENTIALSMOOTHING ' | + | |
- | + | ||
- | // Display | + | |
- | $gts_eolien_single_exp | + | |
- | $gts_eolien | + | |
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | //Source : [[https:// | + | |
- | + | ||
- | === Dataviz === | + | |
- | + | ||
- | {{http:// | + | |
- | + | ||
- | ==== Production Renouvelable Bretonne ==== | + | |
- | + | ||
- | === Fetch === | + | |
- | + | ||
- | Exploration de la production totale (reducer.sum) des énergies renouvelables et de la consommation sur 100 jours : | + | |
- | + | ||
- | warpscript2.mc2 | + | |
- | + | ||
- | <code warp10> | + | |
- | ' | + | |
- | ' | + | |
- | + | ||
- | // Fetch Production Renouvelable | + | |
- | [ | + | |
- | $Read_Token | + | |
- | ' | + | |
- | { | + | |
- | ' | + | |
- | ' | + | |
- | } | + | |
- | NOW | + | |
- | 100 d | + | |
- | ] | + | |
- | FETCH ' | + | |
- | + | ||
- | // Somme des production Renouvelable | + | |
- | [ $gts_prod [] reducer.sum ] REDUCE ' | + | |
- | + | ||
- | // Single Exponential Smoothing | + | |
- | // | + | |
- | //0.01 // alpha (smoothing factor) | + | |
- | // | + | |
- | + | ||
- | // Fetch Consommation | + | |
- | [ | + | |
- | $Read_Token | + | |
- | ' | + | |
- | { | + | |
- | ' | + | |
- | } | + | |
- | NOW | + | |
- | 100 d | + | |
- | ] | + | |
- | FETCH ' | + | |
- | + | ||
- | // Display | + | |
- | $gts_prod | + | |
- | $gts_conso | + | |
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | === Dataviz === | + | |
- | + | ||
- | {{: | + | |
informatique/docker/warp10.1602318337.txt.gz · Dernière modification : 2025/01/14 11:19 (modification externe)