Adds converters from RateGrid to PyCSEP objects
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.