Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bosth/opensky-postgis-docker
- Owner: bosth
- Created: 2023-05-07T09:29:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T06:56:24.000Z (12 months ago)
- Last Synced: 2024-10-11T08:13:24.196Z (28 days ago)
- Topics: docker, foss4g, geospatial, opensky-network, postgis, postgresql
- Language: PLpgSQL
- Homepage: https://talks.osgeo.org/foss4g-2023/speaker/8HJUQR/
- Size: 11.6 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opensky-postgis-docker
Dockerfile for Aircraft trajectories in PostGIS talkCreate 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
```