American Civil War Battle Data
Download
Download the latest version from figshare.
Please cite if you use this data.
Install/Build
A current(ish) version of the data is available here.
However, you may want to build the data from source. But realistically, I am writing this for future me.
Clone the repository to your machine,
$ git clone https://github.com/jrnold/acw_battle_data.git
Invoke is used for the workflow management. The most common tasks is to build the data:
invoke build
To see the all the available tasks,
invoke --list
Prerequisites
For python dependencies create and activate a conda environment.
conda env create -f environment.yml
Licenses
- Documentation and other text: CC-BY.
- Code: BSD 3-Clause License.