Skip to content

ufo-optix/UAP_Sightings_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UAP Data Analysis and Event Correlation

Correlation is not Causation, but it's a good start

The wonderful people at UPDB have opened source their full database. As such, I'm taking that data and running some analysis against it in order to enumerate potential correlational activity.

How to Use

I use docker to download and dump the UPDB database. The database is large and it's not uploaded to this git repository so you will have to download it yourself.

Dump the Database to a CSV

final data will be located at ./out/uadb.csv

  1. mkdir out && mkdir data
  2. Change the Makefile dump command by removing my mountpoint (C:\Users\faust...) to your own.
  3. make build
  4. make dump

Analyze the Data

It's all in the analyze.ipynb Notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages