Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisashukla/sos-client
An SOS Client for NDBC
https://github.com/thisisashukla/sos-client
client geospatial interoperability javascript sos
Last synced: about 1 month ago
JSON representation
An SOS Client for NDBC
- Host: GitHub
- URL: https://github.com/thisisashukla/sos-client
- Owner: thisisashukla
- Created: 2018-04-02T11:13:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T15:13:46.000Z (about 5 years ago)
- Last Synced: 2024-01-30T12:10:37.795Z (11 months ago)
- Topics: client, geospatial, interoperability, javascript, sos
- Language: JavaScript
- Homepage: https://git-ankur-shukla.github.io/SOSClient/.
- Size: 346 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOSClient for NDBC Service
This project is a course project undertaken for GNR 629 Interoperability, Knowledge Discovery course under [Prof. S. Durbha](http://www.csre.iitb.ac.in/~sdurbha/) at [CSRE, IIT Bombay](http://www.csre.iitb.ac.in).
The project aims to develop a Sensor Observation Service for National Data Buoy Service using pure Javascript and Material UI.The following features have been implemented in the client:
- Spatial Filtering: using leaflet draw plugin for drawing a bounding box to select stations.
- Temporal Filtering: for filtering stations based on the duration of their operation.
- Property Filtering: for filtering stations based on the reading they are capable of giving.
- All the above filters are capable of working in parallel, thus providing spatio-temporal-property fitlering simultaneously for enhanced filtering.
- Selected readings have also been visualized using Gaugejs library to render an animated gauge dynamically.
- Interactive tables and graphs have also been presented to the user for better visual understanding of the readings provide by the stations.This repository is under development and has commits from [Ankur Shukla](https://github.com/daas-ankur-shukla/) & [Rajat Shinde](https://github.com/omshinde/)