Skip to content
Ondrej Pesek edited this page Aug 29, 2017 · 13 revisions

istSOS-support


Sensor Network in NINA

In a Research infrastructure project, NINA started to adopt the Open Geospatial Consortium (OGC) standard for Sensor Observation Services (SOS), supported by Ondrej Pesek, an ERASMUS+ student from CTU Prague.

Objective of the project is to

  • setup and configure istSOS
    istSOS is an Open Source Software for maintaining Sensor Observation Services (SOS). istSOS is written in Python
  • add tools which further simplify the management of sensor data
    Here, Ondrej develops taylormade scripts that handle data formats of the devices used in NINA and that allow to add the data directly to the istSOS installation

Thus, in the infrastructure project both

  • Tools for importing data from a sensor directly on the istSOS server
  • and examples for data retrieval, analyses and visualisation
  • as well as documentation for solutions are developed.

Once the data is loaded to istSOS, it can be fetched directly into (amongst others)

  • QGIS
  • GRASS GIS
  • Cran R
  • Python Examples for those are under development. Furthermore, it can be accessed via web browser in the admin interface of istSOS, or data can be embedded in e.g. project web pages ...

What's that?

Tools for importing data from a sensor directly on the istSOS server. istSOS is a python based server for maintaining sensor observation services.

On istSOS you can manage and dispatch your sensor data with graphical user interface or through python scripts. istSOS works as a storage of your data as well as a medium for visualizing or analyzes.

What does mean SOS? It's sensor observation service, an OGC format standard for providing sensor observation data and even for some operations with them.


What are you looking for?

User manual

Developer/Administrator manual


Would you like some place where you can try it?

Just follow this example.

Clone this wiki locally