Skip to content

Chimney343/nuforc

Repository files navigation

nuforc

Setup with poetry

To set up the project, run:

poetry shell
poetry install

Scraping the NUFORC dataset

To run the scrapy Spider nuforc-spider that downloads the raw NUFORC event data:

cd nuforc_scrapy
scrapy crawl nuforc-spider -o nuforc.csv

This will run the nuforc-spider in the terminal and save the output in nuforc_scrapy directory. This data is ready for further analysis.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published