https://github.com/jrnold/acw_battle_data
https://github.com/jrnold/acw_battle_data
american-civil-war data
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrnold/acw_battle_data
- Owner: jrnold
- Created: 2014-11-04T07:45:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T21:51:50.000Z (about 8 years ago)
- Last Synced: 2025-04-13T07:13:51.629Z (about 1 year ago)
- Topics: american-civil-war, data
- Language: HTML
- Homepage: https://readthedocs.org/projects/acw-battle-data
- Size: 48.6 MB
- Stars: 19
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# American Civil War Battle Data
## Download
Download the latest version from [figshare](https://figshare.com/articles/acw_battle_data/1515995).
Please cite if you use this data.
## Install/Build
A current(ish) version of the data is available [here](http://acw-battle-data.readthedocs.io/en/latest/).
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,
```console
$ git clone https://github.com/jrnold/acw_battle_data.git
```
[Invoke](http://www.pyinvoke.org/) is used for the workflow management.
The most common tasks is to build the data:
```console
invoke build
```
To see the all the available tasks,
```console
invoke --list
```
## Prerequisites
For python dependencies create and activate a [conda](http://conda.pydata.org/docs/using/envs.html#create-a-separate-environment) environment.
```shell
conda env create -f environment.yml
```
## Licenses
- Documentation and other text: [CC-BY](http://creativecommons.org/licenses/by/4.0/).
- Code: [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause).