Commit ee924d6263f4a19ae1bf5fa5bcc966482cbe3c7d
1 parent
6e03e6db
Exists in
Standardized
readme
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
README.md
@@ -26,19 +26,25 @@ In general for every line in one of the files we assume a new Management Unit, a | @@ -26,19 +26,25 @@ In general for every line in one of the files we assume a new Management Unit, a | ||
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 | Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0 | 28 | Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0 |
29 | -.........................EXAMPLE: | 29 | +. |
30 | +........................EXAMPLE: | ||
31 | + | ||
30 | 30 | 32 | 30 |
31 | 201 | 33 | 201 |
32 | 333 | 34 | 333 |
33 | 335 | 35 | 335 |
36 | + | ||
34 | ......................... | 37 | ......................... |
35 | 38 | ||
36 | So they have the following Internal IDs | 39 | So they have the following Internal IDs |
40 | + | ||
37 | ......................... | 41 | ......................... |
42 | + | ||
38 | 0 | 43 | 0 |
39 | 1 | 44 | 1 |
40 | 2 | 45 | 2 |
41 | 3 | 46 | 3 |
47 | + | ||
42 | ......................... | 48 | ......................... |
43 | 49 | ||
44 | 50 |