Leo

Results 2 issues of Leo

I'm trying to mask my grid using the topography. In my input file: ``` LOCTOPO_SURFACE top.xyz 0 ``` And in `top.xyz` I have latitude, longitude and elevation, for example: ```...

**Description** After I add new mseed files to the `base_path`, a new run of my program won't recognize the new data. **To Reproduce** My code: ```python client = WaveBank(base_path).update_index() print(client.get_availability_df())...

bug