Giter Club home page Giter Club logo

frost-on-a-map's Introduction

SensorThingsAPI Locations on a map

This repo contains some basic examples on how to query Locations and HistoricalLocations from an OGC SensorThingsAPI conform service, as for instance FROST-Server instance and place them on a web map using Open Source mapping APIs like Leaflet.js.

Location markers

Plot the last Locations of all Things on a map and add a popup to the markers with basic informations on the Thing. To cluster markers at the same location Leaflet MarkerCluster is used.

Adapt line 16 of js/locationMarkers/locationMarkers.js to change the FROST instance.

// Configure FROST instance
var frostBaseURL = 'https://my.frost.server.de/FROST-Server/v1.1';

Open locationMarkers.html in a browser to view the results.

Locations markers with clustering for markers at same locations.

Trajectory with directional arrows from HistoricalLocations

Query the last n HistroicalLocations from a given Thing in a time period (optional) and plot a trajectory with ArrowHeads from it.

Adapt lines 15-18 of js/trajectory/trajectory.js:

// FROST server, Thing, number of HistoricalLocations, time filter (optional)
var frostBaseURL = 'https://my.frost.server.de/FROST-Server/v1.1';
var thingIotID = 16;
var nHistoricalLocations = 10;
var timeIntervalFilter = '$filter=time%20gt%202020-10-20T00:00:00.000Z%20and%20time%20lt%202020-10-22T23:59:59.999Z';

Open trajectory.html in a browser to view the result.

Example trajectory from FROST HistroicalLocations

frost-on-a-map's People

Contributors

bwibo avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.