Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Creates meteograms of ensemble data

License

NotificationsYou must be signed in to change notification settings

metno/yrmeteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package allows testing of different strategies for creating deterministic forecasts from anensemble. The forecasts are visualized using an imitation of the short-range meteogram found onhttps://www.yr.no.

Example plots

Installation on ubuntu

Clone the repository into an appropriate folder:

git clone https://github.com/metno/yrmeteo.gitcd yrmeteo

Load the Yr weather-symbols, but running:

git submodule initgit submodule update

Install the required pacakges:

sudo apt-get updatesudo apt-get install netcdf-bin libnetcdf-dev libhdf5-serial-devsudo apt-get install python-setuptools python-pipsudo apt-get install python-numpy python-scipy python-matplotlib

Download the source code, then installyrmeteo by executing the following inside the extractedfolder:

sudo pip install -e.

This will create the executable/usr/local/bin/yrmeteo. If/usr/local/bin is not in your PATHenvironment variable, then add it (i.e addexport PATH=/usr/local/bin/:$PATH to~/.bashrc).

Usage

yrmeteo -lat 59.9127 -lon 10.7461 -m consensus

When an input file is not specified, Yrmeteo loads the most recent MEPS file from thredds.met.no.

Copyright and license

Copyright (C) 2017 MET Norway. Yrmeteo is licensed underLGPL version 3 or (at your option) any later version. Theweather symbols used have its own license, see yrmeteo/weather-symbols/LICENSE.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp