Skip to content

wlouie1/UFO-Sightings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A4-UFO-Sightings

Explore over 80K reports of UFO sightings around the world, collected from 1906 - 2014! The underlying dataset was scraped, geolocated, and time standardized from the National UFO Reporting Center (NUFORC) database, and hosted here by Sigmond Axel. I performed further cleaning and web scraping from the NUFORC database to enhance the final dataset; see Dataset section, and process_data.py and process_data_part2.py for details.

The interactive map is here. I've only tested it on Desktop Chrome with mouse interaction.

ufosightings

Resources

Any code and resources borrowed are cited throughout the codebase in comments. In addition to third-party tools and data used, they're explicitly outlined below:

Dataset

  • Geocoded NUFORC Data 1906 - 2014: This is the basis for the final data used in this visualization. This dataset was scraped, geolocated, and time standardized from NUFORC data, and hosted here by Sigmond Axel. However, this dataset does not contain the full text of the sighting reports.

  • nuforc_events.csv: This is the result of another attempt at NUFORC database scraping by Keith Turner. The data is available here, and the code he used to generate the data is here. This dataset not only does not contain the full text of the sighting reports, but also does not contain geo location data. However, unlike the dataset above, this one contains the web links to the reference NUFORC database for each report, which contains the full report texts.

  • nuforc_reports.csv: This data is the result of yet another attempt at NUFORC database scraping by Timothy Renner. The data is available here, and the code he used to generate the data is here. This dataset contains almost all the fields desired (full report text, original report links, and geo location data), but the data is much more limited than the first dataset, and consists of reports mostly just from the United States and Canada.

In short, I want a dataset consisting of all the information from the first dataset, plus the full text of the sighting reports. To this end, I wrote and executed process_data.py and process_data_part2.py to combine the three datasets, and web scraped the NUFORC database for the remaining unresolved reports for full text.

The final cleaned and processed dataset used is ufo_sightings_final.csv.

Third Party Tools

  • D3 (version 5): For the data loading, quadtree implementation for efficient nearest neighbor search (for identifying reports on the map within a certain radius from the mouse position), and everything SVG related (i.e. the timeline chart component rendering).
  • Leaflet (version 1.6.0): For the map markers rendering, and map interactions such as panning and zooming.
  • Leaflet Providers via CartoDB: For the dark themed map tiles.
  • Leaflet Extra Markers: For rendering custom markers showing the corresponding UFO shape as reported in the selected report.

Miscellaneous Resources

  • Inconsolata Font: For the monospace font used throughout the visualization.
  • Alien Favicon: For the page's favicon (browser tab icon).
  • Icons8 Icons: For showing the UFO shape on map markers upon selection. The specific attributions are displayed on the bottom of the visualization reports panel upon selection of map markers.
  • Loading Indicator: For the HTML and CSS ripple animation for the indicator in the loading screen.
  • Stars Background Images: For the background star images in the loading screen.
  • Thematic Break CSS: The CSS was not used directly verbatim, but served as a starting point for the thematic break shown in the reports panel of the visualization.
  • StackOverflow Solution: This solution from a StackOverflow user is used to determine the locale of the user's browser, used for date formatting.

About

Explore over 80K reports of UFO sightings around the world, collected from 1906 - 2014 by the National UFO Reporting Center.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published