Skip to content

Data converter mods

Martinez, Eric M. requested to merge github/fork/golden-usgs/data-converter into master

Created by: golden-usgs

This pull request has two main changes in it for the Converter.java file:

  1. I thought it would be easier for new developers to be able to quickly build and run the converter if it were part of some java build infrastructure that took care of build dependencies, built it and ran it. This was done by putting the Java file in a sub-directory (java-data-converter) and pulling in gradle to build and run the code. A README.md was also added to provide a bit more context on the Java code and how to use it. This is just an idea for review. Happy to put things back the way they were.

  2. Modified the Converter.java class to work with the AASHTO 2009 binary data record offsets.

Merge request reports