Sign inSign up

meteofi/smartmetserver

By meteofi

Updated about 9 years ago

SmartMet Server is high capacity and high availability data and product server for MetOcean data.

Image
0

1.2K

meteofi/smartmetserver repository overview

SmartMet Server

SmartMet Server is a data and product server for MetOcean data. It provides a high capacity and high availability data and product server for MetOcean data. The server is written in C++, since 2008 it has been in operational use by the Finnish Meteorological Institute FMI.

The server can read input data from various sources:

  • GRIB (1 and 2)
  • NetCDF
  • SQL database

The server provides several output interfaces:

  • WMS 1.3.0
  • WFS 2.0
  • Several custom interface and several output formats:
  • JSON
  • XML
  • ASCII
  • HTML
  • SERIAL
  • GRIB1
  • GRIB2
  • NetCDF
  • Raster images

The server is INSPIRE compliant. It is used for FMI data services and product generation. It's been operative since 2008 and used for FMI Open Data Portal since 2013.

The server is especially good for extracting weather data and generating products based on gridded data (GRIB and NetCDF). The data is extracted and products generating always on-demand.

This image includes following packages:
Libraries
Engines
Plugins
Usage
Run container
docker run -d --restart=always --name smartmetserver -v $HOME/data:/smartmet/data \
-p 8080:80 meteofi/smartmetserver
Get data to play with
mkdir -p $HOME/data/hirlam/surface
wget -O $HOME/data/hirlam/surface/$(date -u +%Y%m%d0000)_hirlam_europe_surface.sqd \ 
-S "http://data.fmi.fi/download?param=Temperature,DewPoint,WindUMS,WindVMS,TotalCloudCover,Precipitation1h,WindSpeedMS,Humidit
y,Pressure&format=qd&producer=hirlam&origintime=$(date -u +%Y-%m-%dT00Z)&timestep=data&fmi-apikey=$FMIAPIKEY
Access timeseries plugin

http://container-ip:8080//timeseries?producer=hirlam&lonlat=24.94,60.17&param=time,temperature,pressure

Get more help for timeseries usage from github wiki page.

Tag summary

Content type

Image

Digest

Size

190.7 MB

Last updated

over 9 years ago

docker pull meteofi/smartmetserver