You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@fmidev/metolib

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fmidev/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 comp

2.0.6
latest
npmnpm
Version published
Maintainers
3
Created
Source

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();

FAQs

Package last updated on 09 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts