Closed rajadain closed 8 years ago
I have created a GMS Key Spreadsheet which details each field in the final GMS file. It has the following columns:
This spreadsheet was made using the original documentation and the original source code in the FileShare.
The code that creates the final GMS file is in
ProcessData
sub inClass1.vb
of the MapShed source code:not including function calls.
The specific
WriteGwlfData
subroutine which is called byProcessData
has the outline:Translate this and any called VB subroutines to Python pseudocode.