@fmidev/metolib

2.0.6 • Public • Published

MetOLib

MetOLib provides implementation of API classes that may be used to request weather data from the Web Feature Service (WFS) server of the Finnish Meteorological Institute INSPIRE Atmospheric Features and Geographical Meteorological Features guidelines compatible WFS Download Service server at http://data.fmi.fi.

Documentation is maintained at https://github.com/fmidev/metolib.

Quickstart

Installation: npm install @fmidev/metolib

Import:

var Metolib = require('@fmidev/metolib'); (RequireJS)

import Metolib from '@fmidev/metolib'; (ES6)

MetOLib is browser code and this package is Webpack/Browserify compliant. The current version does not run server-side. Use the library through the WfsRequestParser or the WfsConnection class.

For class methods and configuration, see docs at https://github.com/fmidev/metolib

var parser = new Metolib.WfsRequestParser();
var parserWithCache = new Metolib.WfsConnection();

Readme

Keywords

none

Package Sidebar

Install

npm i @fmidev/metolib

Weekly Downloads

18

Version

2.0.6

License

MIT

Unpacked Size

249 kB

Total Files

7

Last publish

Collaborators

  • fmibeta
  • mikkoparviainen
  • masapu