@stdlib/datasets-minard-napoleons-march-cli
v0.2.2
Published
Data for Charles Joseph Minard's cartographic depiction of Napoleon's Russian campaign of 1812.
Downloads
42
Readme
Napoleon's March
Data for Charles Joseph Minard's famous cartographic depiction of Napoleon's Russian campaign of 1812.
Installation
To use as a general utility, install the CLI package globally
npm install -g @stdlib/datasets-minard-napoleons-march-cli
Usage
Usage: minard-napoleons-march [options]
Options:
-h, --help Print this message.
-V, --version Print the package version.
--data name Dataset name: army, cities, temperature.
Notes
- If the
--data
option is set to a supported dataset name, the output format is comma-separated values (CSV). Otherwise, the output format is newline-delimited JSON (NDJSON).
Examples
$ minard-napoleons-march --data army
lon,lat,size,direction,division
24.0,54.9,340000,A,1
24.5,55.0,340000,A,1
25.5,54.5,340000,A,1
...
References
- Minard, Charles Joseph. 1869. Tableaux graphiques et cartes figuratives. Ecole nationale des ponts et chaussées.
- Wilkinson, Leland. 2005. The Grammar of Graphics. Springer-Verlag New York. doi:10.1007/0-387-28695-0.
License
The data files (databases) are licensed under an Open Data Commons Public Domain Dedication & License 1.0 and their contents are licensed under a Creative Commons Zero v1.0 Universal. The software is licensed under Apache License, Version 2.0.
See Also
@stdlib/datasets-minard-napoleons-march
: data for Charles Joseph Minard's cartographic depiction of Napoleon's Russian campaign of 1812.
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
Copyright
Copyright © 2016-2024. The Stdlib Authors.