Skip to content

Commit a411c3d

Browse files
committed
added readme doc pics
1 parent e558191 commit a411c3d

4 files changed

Lines changed: 170 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# MobilityAPI
2-
This server is a Python API that allows GET, POST, PUT, and DELETE operations on MobilityDB. The server utilizes the [PyMEOS](https://github.com/MobilityDB/PyMEOS) library.
3-
This implementation follows the OGC API - Moving Features Standard
1+
2+
MobilityAPI
3+
===============
4+
An open source implementation of the [OGC](https://www.ogc.org/) [Moving-Features API](https://ogcapi.ogc.org/movingfeatures/overview.html) based on [MobilityDB](https://github.com/MobilityDB/MobilityDB/)
5+
6+
<img src="doc/images/mobilitydb-logo.svg" width="200" alt="MobilityDB Logo" />
7+
8+
MobilityDB is developed by the Computer & Decision Engineering Department of the [Université libre de Bruxelles](https://www.ulb.be/) (ULB) under the direction of [Prof. Esteban Zimányi](http://cs.ulb.ac.be/members/esteban/). ULB is an OGC Associate Member and member of the OGC Moving Feature Standard Working Group ([MF-SWG](https://www.ogc.org/projects/groups/movfeatswg)).
9+
10+
<img src="doc/images/OGC_Associate_Member_3DR.png" width="100" alt="OGC Associate Member Logo" />
11+
12+
More information about MobilityDB, including publications, presentations, etc., can be found in the MobilityDB [website](https://mobilitydb.com).
413

514
## Introduction
615
This Python API server provides endpoints for interacting with MobilityDB, a temporal extension for PostgreSQL. It allows users to perform CRUD operations (Create, Read, Update, Delete) on MobilityDB data using HTTP methods.
153 KB
Loading

doc/images/mobilitydb-logo.png

64.5 KB
Loading

doc/images/mobilitydb-logo.svg

Lines changed: 158 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)