added a 'converter' package to hold converters that will do the hard work of converting string values from the server to useable data for the client
added HeightMapType1Converter and TripletConverter
HeightMapType1Converter converts height data of type 1 to an array that the client can use to initialize the terrain height map
TripletConvert converts triplet strings to float values