From d0932ff050bbf6da6ffc02e712d5d33a8ba7e8fe Mon Sep 17 00:00:00 2001 From: Rich Sharp Date: Tue, 6 Oct 2020 09:07:44 -0700 Subject: [PATCH] fixing the command line args --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 067ffe3..ea711cd 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Step 2 -- Run the Carbon Model This step requires that you have a raster with the four landcover types described in Step 1. that raster is called ``carbon_model_landcover_types.tif`` the model can be run as follows: -``python carbon_edge_model.py --landtype_mask_raster_path carbon_model_landcover_types.tif`` +``python carbon_edge_model.py --landcover_type_raster_path carbon_model_landcover_types.tif`` This script will make a directory in the current directory called ``carbon_model_workspace``. When complete, the root of this directory will contain the output file ``biomass_per_ha_stocks_{mask}.tif'`` where ``mask`` is the basename of the input landtype mask raster.