From 7dcc13b5d96944511b79a04e1eb15c59b3938284 Mon Sep 17 00:00:00 2001 From: Tomas Sherwen Date: Thu, 18 Jul 2019 15:38:20 +0100 Subject: [PATCH] Another minor update to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eeea606..5e9469a5 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ - Place files in the [`csv`](https://github.com/wolfiex/TreeSurgeon/tree/master/csv) folder. for composite files: + `python start.py $NCPUS` or for single dot files + `python start.py $NCPUS 1 ` - This then runs in the background (no screen). To change edit `show` option in main.js @@ -51,6 +53,6 @@ python montage.py This package was initially written for use with the [`sparse2spatial`](https://github.com/tsherwen/sparse2spatial) package for work to predict sea-surface concentrations [[*Sherwen et al.* 2019](https://doi.org/10.5194/essd-2019-40)]. However it can be used for any Radom Forest Regressor models made by [`sklearn`](https://scikit-learn.org/) and post-processed to **TreeSurgeon** input by [`sparse2spatial`](https://github.com/tsherwen/sparse2spatial) -## Citation(s) +## Reference Sherwen, T., Chance, R. J., Tinel, L., Ellis, D., Evans, M. J., and Carpenter, L. J.: A machine learning based global sea-surface iodide distribution, Earth Syst. Sci. Data Discuss., https://doi.org/10.5194/essd-2019-40, in review, 2019.