Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bosth/opensky-postgis-docker

Dockerfile for Aircraft trajectories in PostGIS
https://github.com/bosth/opensky-postgis-docker

docker foss4g geospatial opensky-network postgis postgresql

Last synced: 5 days ago
JSON representation

Dockerfile for Aircraft trajectories in PostGIS

Awesome Lists containing this project

README

        

# opensky-postgis-docker
Dockerfile for Aircraft trajectories in PostGIS talk

Create a `.evn` file that exports your OpenSky Network credentials:

```
export OPENSKY_USER="user name"
export OPENSKY_PASS="password"
```
Then start the container:

`docker compose up --build`

Then connect to Postgres runnign on port 54321:

`pgsql -h localhost -p 54321 opensky`

OpenSky Citation:

```
Bringing up OpenSky: A large-scale ADS-B sensor network for research
Matthias Schäfer, Martin Strohmeier, Vincent Lenders, Ivan Martinovic, Matthias Wilhelm
ACM/IEEE International Conference on Information Processing in Sensor Networks, April 2014
```