Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added QGIS client #35

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions workshop/content/docs/api-deep-dive/sensorthings.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,34 @@ http://toronto-bike-snapshot.sensorup.com/v1.0
The link to the request
is: <http://toronto-bike-snapshot.sensorup.com/v1.0/Datastreams(206051)/Observations(1593917)?$select=result>

Checkout various available public end points [here](https://github.com/opengeospatial/sensorthings/blob/master/PublicEndPoints.md)
#### QGIS Implementation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krishnaglodha thanks for adding the section about QGIS usage. Please move it from here to the demo section, on this placeholder.


QGIS has a ready plugin available to use OGC API - SensorThings , which can be downloaded [here](https://plugins.qgis.org/plugins/SensorThingsAPI/)
This plugin might not be available to search directly in plugin directory inside QGIS, so you will need to install it from zip.

![install_plugin](../assets/images/install_plugin.png){width="100.0%"}

Open the plugin and enter SensorThings API with `/Locations`

In our case we'll connect to
```bash

Name - Surface, Atmospheric, and Groundwater data
URL - https://labs.waterdata.usgs.gov/sta/v1.1/Locations
```

Now you can either add each sensors as new layer or combine all in one layer
![connect_sta](../assets/images/connect_sta.png){width="100.0%"}

Now we can check more information about each Location by activate `Show Location Information` and then clicking on sensor

![location_info](../assets/images/location_info.png){width="100.0%"}

Each sensor also has observation panel which allows us to see complete spatio-temporal data for each sensor in table and graph format
![sta_obs](../assets/images/sta_obs.png){width="100.0%"}


## Operations

The entities offered by a SensorThings API service can be accessed by
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workshop/content/docs/assets/images/sta_obs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading