Maria Tsekhmistrenko
Maria Tsekhmistrenko
Changing all the output pickle files to *.csv files would be nice. Internally pandas could take care of keeping track of station/event information.
- write a function for merging two different datasets together. Eg, if you have a folder obspydmt_data_1 and an other folder obspydmt_data_2 with overlapping events, then you can make a...
``` +def locate(root='.', target='info', only_one=False): """ locates a subdirectory within a directory :param root: @@ -382,9 +382,15 @@ def locate(root='.', target='info'): :return: """ matches = [] + found_one = False...
np.float should be changed to simply float in the new version of numpy. There were only 5 instances where that came up.
**Description of the problem** I did not use HinetPy in a couple of months but it worked perfectly fine before. I did not change the conda environment, but after restarting...