Pankaj K Mishra
Results
2
issues of
Pankaj K Mishra
Trying to create PT & IV shapefiles from EDI directory ```python import os from mtpy.utils.shapefiles import create_phase_tensor_shpfiles, create_tipper_shpfiles edi_dir = "EDI" save_dir_edi = "SHAPE" if not os.path.exists(save_dir_edi): os.makedirs(save_dir_edi) create_phase_tensor_shpfiles(edi_dir, save_dir_edi,...
I am raising this issue after my discussion with @kkappler in the EMIW2022 last week. I would like to use Aurora to process my data and archive it in MTH5...