The Dataset of the Damned, and UFO/UAP event chronology creation tool
Go to file
Richard Geldreich 6ae0d3d5c3 new files
2023-02-24 14:21:31 -05:00
bin new files 2023-02-24 14:21:31 -05:00
json new file 2023-02-04 13:43:11 -05:00
libsoldout modified 2023-02-20 17:59:41 -05:00
converters.cpp new files 2023-02-20 17:59:08 -05:00
converters.h new files 2023-02-20 17:59:08 -05:00
LICENSE Initial commit 2023-01-23 00:56:40 -05:00
markdown_proc.cpp new files 2023-02-20 17:59:08 -05:00
markdown_proc.h new files 2023-02-20 17:59:08 -05:00
pjson.h new files 2023-02-03 13:31:18 -05:00
README.md Update README.md 2023-02-09 17:34:16 -05:00
resource.h new files 2023-02-20 17:59:08 -05:00
udb_tables.h new files 2023-02-20 17:59:08 -05:00
udb.cpp new files 2023-02-20 17:59:08 -05:00
udb.h new files 2023-02-20 17:59:08 -05:00
ufo_timeline_v1_04.pdf new file 2023-02-03 13:29:26 -05:00
ufojson_core.cpp new files 2023-02-20 17:59:08 -05:00
ufojson_core.h new files 2023-02-20 17:59:08 -05:00
ufojson.aps new files 2023-02-20 17:59:08 -05:00
ufojson.cpp Hatch udb support 2023-02-20 17:58:51 -05:00
ufojson.sln new files 2023-02-03 13:31:18 -05:00
ufojson.vcxproj Hatch udb support 2023-02-20 17:58:51 -05:00
ufojson.vcxproj.filters Hatch udb support 2023-02-20 17:58:51 -05:00
ufojson.vcxproj.user new files 2023-02-03 13:31:18 -05:00
utils.cpp new files 2023-02-20 17:59:08 -05:00
utils.h new files 2023-02-20 17:59:08 -05:00

UFO Event Timeline Processing Tool

Copyrights:

ufojson tool: Copyright (c) 2023 By Richard Geldreich, Jr. (Apache 2.0 license)

libsoldout: Copyright (c) 2009, Natacha Porté (ISC license)

json: Copyright (c) 2013-2022 Niels Lohmann (MIT license)

Data files (in 'bin' directory):

  • George M. Eberhart - Copyright (c) 2022
  • LeRoy Pea - Copyright (c) 9/8/1988 (updated 3/17/2005)
  • Dr. Donald A. Johnson - Copyright (c) 2012
  • Fred Keziah - Copyright (c) 1958
  • Dr. Jacques F. Vallée - Copyright (c) 1993
  • Richard Geldreich, Jr. - Copyright (c) 2023
  • NICAP - Unknown copyright status

Note: Although the C++ tool itself is open source with a permissive license (Apache 2.0), any commercial use of the copyrighted data in this repository may require permission from one or more copyright holders.

Instructions

This C++ command line tool reads several source files containing UFO related events, which were compiled from a variety of sources, and converts each of them to JSON. It then sorts all of these events into a single large timeline and outputs them as the Markdown file "timeline.md" and the JSON file "majestic.json". pandoc can then be used to convert this Markdown text file to HTML.

Currently, the tool is Windows only, but it would be trivial to port to Linux/OSX. (I'll do this soon.) To run it: compile the .SLN using Visual Studio 2022. There are no external 3rd party dependencies. Run it in the BIN directory. It'll convert all the source files to JSON then output a file named timeline.md.

Here's the output Markdown file converted to PDF. The latest HTML timeline is published here.