Check out the docs at:
https://byteroad.github.io/qgis-oacs-plugin/
Please use the GitHub issue tracker at
https://github.com/byteroad/qgis-oacs-plugin/issues
The following are known OACS servers:
- http://45.55.99.236:8080/sensorhub/api - seems to have been freshly set up - let's use this one - it is protected by auth (credentials supplied offline)
- https://csa.demo.52north.org/ - as of now, this server's TLS certificate is not valid, so one needs to skip TLS verification in order to use it.
- https://api.georobotix.io/ogc/demo1/api/systems - the opensensorhub docs claim this is a good demo server for OACS - seems to be down though (responds with HTTP 502)
- https://os4csapi-osh.duckdns.org/sensorhub/api - it contains tons of data for systems, deployments and other resources - it is protected by auth (credentials supplied offline)
This plugin uses some icons from the google material symbols library. These are distributed using the Apache License Version 2.0, as per the notice at:
https://developers.google.com/fonts/docs/material_symbols#licensing
List of Google material icons used:
- Article
- Circle
- Deployed Code
- Eye Tracking
- Graph 3
- Labs
- Lab Panel
- Location On
- Manufacturing
- Search
- Sensors Krx
- Stream
- Stadia Controller
- Table
- Tools Ladder
The code that parses raw date-times has been lightly adapted from the pyRFC3339 project. This is done in order to keep the plugin from having to rely on third-party Python packages being installed, which can sometimes pose a problem for end users.