public static function run($dataDir = null)
 {
     # Read All Shape Properties
     ReadShapeData::read_all_shape_properties($dataDir);
     # Read a Shape Property by Name
     ReadShapeData::read_shape_property_by_name($dataDir);
 }