simpeg.utils.io_utils.read_gg3d_ubc#
- simpeg.utils.io_utils.read_gg3d_ubc(obs_file)[source]#
- Read UBC-GIF GG3D formatted survey or data files. - This method can load survey locations, predicted data or observations files formatted for the UBC-GIF GG3D coding package. For more, see the UBC-GIF GRAV3D v6.0 online manual. - Parameters:
- obs_filestr
- Path to a UBC-GIF GG3D formatted file 
 
- obs_file
- Returns:
- simpeg.data.Data
- Instance of a SimPEG data class. The survey attribute associated with the data object is an instance of :class`simpeg.potential_fields.gravity.survey.Survey`. 
 
 
