Skip to content

Adds converters from RateGrid to PyCSEP objects

Graeme Weatherill requested to merge feature/pycsep into main

This MR adds the method to_csep_forecast to the RateGrid2D objects for interoperability with PyCSEP Gridded forecast objects.

Also included is a small parser to convert an earthquake catalogue from csv, apply filters of M, region and time and then return a PyCSEP CSEPCatalog object.

Merge request reports