Giter Club home page Giter Club logo

adsbpostgis's Introduction

adsb-postgis

ADS-B and MLAT data from local raspberry pis ingested through Kafka into Postgres/PostGIS for spatio-temporal analytics

Initial system will ingest straight to Postgres from a single RasPi running the latest PiAware distro on the LAN. The next phase will implement 2 more RasPis (on the WAN, not LAN) and a Kafka middleware for better resiliency with data ingestion (without going the easy route of AWS SQS & RDS due to cost).

Tested on Python 3.5 and 3.6 with Anaconda distro. (all requirements are in the requirements.txt) on both Windows 10 on Thinkpad T570 and MacOS Sierra on MBPt. Testing on Postgres 9.6 x64 with PostGIS 2.3.2.

On MacOS:
Download and 'initialize': https://postgresapp.com/
This will also install PostGIS.
Assuming you already have Anaconda installed and on your PATH
conda create -n adsbpostgis python=3.6
source activate adsbpostgis
git clone https://github.com/GISDev01/adsbpostgis.git
cd adsbpostgis
pip install -r requirements.txt
Windows:
Download and install: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows
Assuming you already have Anaconda installed and on your PATH
conda create -n adsbpostgis python=3.6
activate adsbpostgis
git clone https://github.com/GISDev01/adsbpostgis.git
cd adsbpostgis
pip install -r requirements.txt
Then, edit the config.yml.template to match your environment, and save as: config.yml

Open a sql shell and run the SQL script in ..\adsbpostgis\sql\postgres_setup.sql

Feel free to open a GitHub issue if you have any issues getting this project up and running locally.

adsbpostgis's People

Contributors

brianmowrey avatar dependabot[bot] avatar gisdev01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.