ufo_data/README.md

20 lines
1.4 KiB
Markdown
Raw Normal View History

2023-02-03 18:30:12 +00:00
# UFO Event Timeline Processing Tool
2023-02-03 18:34:08 +00:00
2023-02-03 18:34:32 +00:00
## Copyrights:
2023-02-04 18:49:31 +00:00
[ufojson](https://github.com/richgel999/ufo_data) tool: Copyright (c) 2023 By [Richard Geldreich, Jr.](https://medium.com/@richgel99) (Apache 2.0 license)
2023-02-03 18:34:44 +00:00
2023-02-03 18:45:56 +00:00
[libsoldout](https://github.com/faelys/libsoldout): Copyright (c) 2009, Natacha Porté (ISC license)
2023-02-03 18:34:44 +00:00
2023-02-04 18:48:49 +00:00
[json](https://github.com/nlohmann/json): Copyright (c) 2013-2022 Niels Lohmann (MIT license)
2023-02-04 18:48:32 +00:00
2023-02-03 18:56:57 +00:00
Data files (in 'bin' directory): George M. Eberhart - Copyright 2022, LeRoy Pea - Copyright 9/8/1988 (updated 3/17/2005), Dr. Donald A. Johnson - Copyright 2012, Fred Keziah - Copyright 1958, Dr. Jacques F. Vallée - Copyright 1993
2023-02-03 18:27:23 +00:00
## Instructions
2023-02-04 18:52:50 +00:00
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](https://pandoc.org/) can then be used to convert this Markdown text to HTML.
2023-02-03 18:27:23 +00:00
2023-02-03 18:53:11 +00:00
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.
2023-01-25 11:47:11 +00:00
2023-02-03 18:30:12 +00:00
Here's the output [Markdown file converted to PDF](ufo_timeline_v1_04.pdf).