Commit 6e03e6dbddeab68ee95774d18cbf681597be95d2
1 parent
31191f80
Exists in
Standardized
readme
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -15,7 +15,7 @@ Therefore the implementation needs input defining: |
15 | 15 | 6-Relative to each Prescription, the years where the Prescription defines that the MU should be harvested. |
16 | 16 | 7-Relative to each Prescription, the rewards each Prescription gives for being applied. |
17 | 17 | |
18 | -# Step 1: Necessary Setup Files | |
18 | +# Step 1: Necessary Setup Files. | |
19 | 19 | |
20 | 20 | In general for every line in one of the files we assume a new Management Unit, a file with 4 lines would imply that there are 4 MUs, and since this has to be consistent then that means all input files should have 4 lines. |
21 | 21 | |
... | ... | @@ -23,7 +23,7 @@ In general for every line in one of the files we assume a new Management Unit, a |
23 | 23 | |
24 | 24 | |
25 | 25 | ## external_init.txt |
26 | -### This file serves to indicate how many Management Units exist in the forest, so each line should have a number to serve as an External identifier of each MU. There should be as many lines as there are MUs in the forest | |
26 | +### This file serves to indicate how many Management Units exist in the forest, so each line should have a number to serve as an External identifier of each MU. There should be as many lines as there are MUs in the forest. | |
27 | 27 | |
28 | 28 | Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0 |
29 | 29 | .........................EXAMPLE: |
... | ... | @@ -34,12 +34,12 @@ Each of these External IDs have an Internal ID which corresponds to the index of |
34 | 34 | ......................... |
35 | 35 | |
36 | 36 | So they have the following Internal IDs |
37 | ----------------- | |
37 | +......................... | |
38 | 38 | 0 |
39 | 39 | 1 |
40 | 40 | 2 |
41 | 41 | 3 |
42 | ----------------- | |
42 | +......................... | |
43 | 43 | |
44 | 44 | |
45 | 45 | ## area_init.txt | ... | ... |