opencdms-dev / legacy-opencdms-api

⭐🐍 OpenCDMS server application written in Python (FastAPI) and exposing a web interface for `opencdms-app` and other applications
MIT License
3 stars 3 forks source link

Initial FastAPI application #1

Closed isedwards closed 2 years ago

isedwards commented 3 years ago

The opencdms-server repository will contain a FastAPI application that exposes web API(s) for use by opencdms-app and other applications. One of the dependencies of opencdms-server will be pip install opencdms (which comes from our pyopencdms repo).

Initially we want to do: from opencdms.models.climsoft. v4_1_1_core import Station

We can then read/GET the details of individual stations from the ‘station’ table using the Web API.

Shaibujnr commented 2 years ago

https://github.com/opencdms/opencdms-server/pull/3

isedwards commented 2 years ago

Resolved by #3