Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: istSOS
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 7.35 MB
Statistics
  • Stars: 5
  • Watchers: 4
  • Forks: 4
  • Open Issues: 7
  • Releases: 1
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Citation Authors

README.md

istSOS4

Clone the istSOS4repository

sh git clone https://github.com/istSOS/istSOS4.git

Start DEV environment

To start the Docker services, run:

sh docker compose -f dev_docker-compose.yml up -d

To switch off the services:

sh docker compose -f dev_docker-compose.yml down

To remove all images and volumes:

sh docker compose -f dev_docker-compose.yml down -v --rmi local

Start EDU environment for tutorial and learning

sh docker compose -f edu_docker-compose.yml up -d

To switch off the services:

sh docker compose -f edu_docker-compose.yml down

To remove all images and volumes:

sh docker compose -f edu_docker-compose.yml down -v --rmi local

Use Sensor Things APIs

Access the SensorThings API at: http://127.0.0.1:8018/istsos4/v1.1

Reference

For more information about the database and how populate it with synthetic data, refer to the Database Documentation

Owner

  • Name: istSOS
  • Login: istSOS
  • Kind: organization
  • Location: Lugano, Switzerland

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: istSOS4
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Massimiliano
    family-names: Cannata
    email: massimiliano.cannata@supsi.ch
    affiliation: SUPSI
    orcid: 'https://orcid.org/0000-0003-2527-1416'
  - given-names: Daniele
    family-names: Strigaro
    email: daniele.strigaro@supsi.ch
    affiliation: SUPSI
    orcid: 'https://orcid.org/0000-0002-7040-4364'
  - given-names: Claudio
    family-names: Primerano
    email: claudio.primerano@supsi.ch
    affiliation: SUPSI
    orcid: 'https://orcid.org/0009-0001-6301-7198'
  - given-names: Milan P.
    family-names: Antonovic
    orcid: 'https://orcid.org/0000-0003-2300-9051'
    email: milan.antonovic@gmail.com
    affiliation: TDM sa
  - family-names: istSOS Development Team
    affiliation: Open Source Geospatial Foundation (OSGeo)
identifiers:
  - type: doi
    value: xxxx
    description: TBD
repository-code: 'https://github.com/istSOS/istSOS4'
url: 'https://www.istsos.org/'
abstract: >-
  istSOS is sensor data management tool that allows
  collection, maintenance and publishing of monitoring
  observations using the Open Geospatial Consortium (OGC)
  SensorThings API (STA) standard.

  istSOS strictly implements the SensorThings API v1.1 standard, and has
  passed the OGC CITE (Compliance + Interopability Testing +
  Evaluation) units tests.
keywords:
  - OGC
  - SensorThings API
  - data management
license: MIT
version: v4.0.0
date-released: '2024-11-12'

GitHub Events

Total
  • Create event: 3
  • Issues event: 3
  • Watch event: 4
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 3
  • Push event: 89
  • Pull request review event: 1
  • Pull request review comment event: 2
  • Gollum event: 9
  • Pull request event: 4
  • Fork event: 4
Last Year
  • Create event: 3
  • Issues event: 3
  • Watch event: 4
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 3
  • Push event: 89
  • Pull request review event: 1
  • Pull request review comment event: 2
  • Gollum event: 9
  • Pull request event: 4
  • Fork event: 4

Dependencies

database/Dockerfile docker
  • postgis/postgis 16-3.4-alpine build
dev_docker-compose.yml docker
docker-compose.yml docker
  • gitlab-edu.supsi.ch 5050/dacd-ist/geomatica/iststa/istsos-miu-database
  • gitlab-edu.supsi.ch 5050/dacd-ist/geomatica/iststa/istsos-miu-fastapi
  • gitlab-edu.supsi.ch 5050/dacd-ist/geomatica/iststa/istsos-miu-dummy-data
dummy_data/Dockerfile docker
  • python 3.12.4-alpine3.20 build
fastapi/Dockerfile docker
  • python 3.12.4-alpine3.20 build
dummy_data/requirements.txt pypi
  • asyncpg *
  • isodate *
  • python-dotenv *
fastapi/requirements.txt pypi
  • asyncpg *
  • fastapi >=0.68.0,<0.69.0
  • geoalchemy2 *
  • odata-query ==0.10.0b1
  • pydantic >=1.8.0,<2.0.0
  • sqlalchemy >=1.4.0
  • ujson *
  • uvicorn >=0.15.0,<0.16.0