Giter VIP home page Giter VIP logo

metoclient-ui's Introduction

MetOClient UI

This product has reached end-of-life status and is no longer maintained. For your weather data visualisation needs in JavaScript check out the MetOClient-project.

MetOClient UI is a reference implementation for FMI's Open Data Services.

MetOClient UI shows an example implementation on how to present and control FMI Web Feature Service (WFS) and Web Map Service (WMS) content in a web page. FMI WFS service provides weather observation and forecast data that are presented in a graph component in MetOClient UI. FMI WMS service provides visualized observations, radar images and model forecasts that are presented in an animation component in MetOClient UI. Notice, FMI WMS services are not intended as primary means of accessing open data, and direct use of the FMI's WMS service for other than evalutation purposes is not allowed because of the high network bandwidth and processing requirements.

You may also want to see these MetOClient related projects:

Folder structure

Root folder contains this README.md and Grunt files that may be used to build different versions of the library.

  • dist contains pre-build MetOClient UI that is provided as a release versions. As a default, MetOClient UI uses minified library files. But, non-minified library files are also provided for debugging purposes. Notice, dist -folder content is replaced if grunt builds the project. Therefore, modifications should be implemented in src -folder and built by using grunt. Also notice, when grunt builds MetOClient UI, some of the thirdparty content may be replaced in dist -folder with MetOClient UI specific content from src -folder.
  • examples contains component specific examples to show how a specific component may be used in HTML
  • doc contains documentation files that describe MetOClient UI components in more detail:
  • src contains actual source files that may be used as a reference and are used to create release content into dist -folder when Grunt is used. Notice, source components may not work properly if used directly in src -folder. Therefore, if you modify sources, use grunt to build MetOClient UI. Then, dist -folder content can be used for testing. Also notice, existing dist -folder content is replaced by new if you use grunt to build.
  • deps contains thirdparty libraries that are used by animation library

Browsers

MetOClient UI works well with the major browsers.

But notice, Internet Explorer version 9 or greater is required.

metoclient-ui's People

Contributors

fmibeta avatar sirviot avatar thekarppinen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

tazle

metoclient-ui's Issues

Examples create too many queries to the WMS service

I cloned out the project, changed my api-key to the config files and tried both examples. After a while I noticed the network tab of my browser's developer tools to show "503 Service Unavailable" errors for all requests to the WMS service. The full error message is:
"Error detected on fmi-apikey mapper.

Query limit 600 queries per 300 seconds exceeded

Query limit for fmi-apikey value exceeded. Please wait 82 seconds.

Currently done 3163 queries (limit 600), time left 82 seconds from 300 seconds period."

Note that I only opened both examples few times (less than 10 times) and made one zoom operation in the map example.

I think that the examples should be modified so that they could be opened, studied and modified without worrying about excessive amounts of requests.

UI

Is there a way the user could enter his own parameter to get result. Not necessarily changing the values in the code for result?

Animator memory leak

Animator leaks memory.

For example, this can be seen by using Windows Task Manager (in Windows) and by checking memory usage of browser process. Memory usage shows continuous increase when animation is shown. If animator is shown for a while, memory leaks may result to a not responding state in a browser.

Speed of the memory leak can be affected by changing the animation frame rate in configuration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.