-
Notifications
You must be signed in to change notification settings - Fork 1
Task List - Rajat #2
Description
List of tasks for SOSClient: @omshinde
Include points to ponder for the problems faced
-
Create a map on the ui using leaflet API.
-
Change the MapBox studio api key to the OSM. Otherwise login to the MapBox studio. Solved by @daas-ankur-shukla
-
Connecting Postgres to display data on map
-
Install postgREST.
-
Setup postgREST by making a .conf file. Include db-uri, db-schema, db-anon-role (Anonymous role).
-
Access the relation by opening http://localhost:3000/{relation_name}
-
Chart displayed successfully
-
Display one day reading of a sensor using temporal filtering
-
UI Implemented using Bootstrap
-
Gauges on UI using Google charts. Renders dials as SVG. Need to search a better one.
-
Make the tab panel of charts working
-[ ] If spatial filter is selected, then on changing the Observed Property for charts the request need to be changed. But, it is taking only the initial setting.
Backend:
- Download NDBC data and store it in postgres database in real time