FROM THIS:

TO THIS:


Geopak produces a text file that summarizes the earthwork data for a proposed alignment. The file is more of a word processing type of document with a Grand Summary for all the different layer types at the end. Usually the designers would like to sum certain parts of the earthwork data, like within a certain station range. If that data was in a spreadsheet the designer would be more versatile in using the earthwork data.The EARTHWORK2002.MDB menu driven utility was developed to run inside of Access 2002 for just for this purpose. Now a designer can load their earthwork data from Geopak into Access 2002 and use the EARTHWORK2002.MDB utility to convert their data from an ASCII format to a spreadsheet format. Once in the spreadsheet format, the designer has full power to manipulate, question, and check their earthwork data.
Microsoft Access 2002 is available from the HELP DESK. WFLHD has a site license for Access 2002 and can run enough concurrent copies that all of design can have a copy on their workstation. Currently, Access 2002 is part of the standard CADD workstation load. If you do not have Access 2002, contact the HELP DESK.
Pete Field and Chuck Dissen are available in the office to support the EARTHWORK2002.MDB utility.
The following instructions detail how to operate the EARTHWORK2002.MDB utility.
Appendix A and Appendix B have some special instructions for working with log files that have added quantities and for working with large (over 1 Mb) log files.
Note: If you have an earthwork log file with added quantites, see Appendix A on added quantities-checking the EW.TXT file.
- Download the file EARTHWORK2002.MDB to your working directory (for this example c:\myfiles\myjob).
- Open the EARTHWORK2002.MDB file either by double clicking on it from Windows Explorer or opening it with Access 2002.
- Once the EARTHWORK2002.MDB file is opened in Access 2002, the following main menu appears:
Geopak has the option of adding or subtracting quantities at set stations along the alignment. The user first does a normal earthwork run, then adds/subtracts the given quantity for a given station using Geopak. Geopak then edits the EW.TXT file to put in these added quantities.
The problem is that the edit for the added quantities is not always consistent in its manner of placing the added quantities in the EW.TXT file. The following example will explain how to check for these inconsistencies and fix them.
In this example, quantities were added at stations 20+140, 25+414.174 , and 22+491.24. The following are examples of how Geopak edited each added quantity:
20+140 CK Add/Sub Volume
Common Exc ------ 455 500 1.10
Fill ------ 0 0 1.00
25+414.174 OCK Add/Sub Volume
Fill ------ 700 700 1.00
And then the proper format:
22+491.24 ROCK Add/Sub Volume
Common Exc ------ 273 300 1.10
Fill ------ 0 0 1.00
The EARTHWORK2002.MDB file does not care what the layers are named. One designer could have a layer called RDWAY_EXC and the other ROADWAY_EXC and the utility will work. However, the layers have to be consistent in the EW.TXT file for the totals to add up right.
If you have added quantities, before running the EARTHWORK2002.MDB utility, check the EW.TXT file for inconsistencies. Open your EW.TXT file in a text editing program. Search the file for the text ADD/SUB and the search feature will lead you to each place an added quantity is. Once at the added quantity location in the EW.TXT file, check that the layer (ROCK, COMMON, etc.) is correct. Then check that the location of the layer is not immediately above the type (Common Exc, Fill, etc.)
For our example we would correct the added quantity line at station 20+140 to:
20+140 ROCK Add/Sub Volume
Common Exc ------ 455 500 1.10
Fill ------ 0 0 1.00
And we would correct the added quantity line at station 25+414.174 to:
25+414.174 ROCK Add/Sub Volume
Fill ------ 700 700 1.00
Make sure that the layer (ROCK) and the type (Common Exc, Fill) DO NOT line up:
25+414.174 ROCK Add/Sub Volume
Fill ------ 700 700 1.00
(This will make the EARTHWORK2002.MDB misplace the quantity for this layer)
Save the correct EW.TXT file and you are ready to use the EARTHWORK2002.MDB utility. The added quantities will be listed in the EARTHWORK2002.MDB utility results and the total for each layer and type should add up correctly.
Access 2002 is better at working with existing data than filling data in. A big part of what the EARTHWORK2002.MDB utility does is fill in a station and a layer for all the quantities shown in the EW.TXT file. That takes time, but luckily it is computer time and the just can just let the program run.EW.TXT files that are 1.0 Mb and under, especially 0.5 Mb and under, run relatively quick (less than 15 minutes for files under 0.5 Mb, depending on the computer). Bigger files can take hours. The relationship between file size and processing time seems to not be linear, bigger files take many times longer.