You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you all for building such an awesome toolkit! I was wondering if it was possible to generate a catalog-based forecast for the global region or a user defined region (lat long box)?
I'd downloaded your Jupyter notebook and adjusted the region and forecast to use the global data (I think?) however I didn't get any results.
region = regions.global_region()
forecast = csep.load_catalog_forecast(datasets.gear1_downsampled_fname,
start_time = start_time, end_time = end_time,
region = space_magnitude_region,
apply_filters = True)
Am I doing something incorrect or does this functionality not exist yet?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Thank you all for building such an awesome toolkit! I was wondering if it was possible to generate a catalog-based forecast for the global region or a user defined region (lat long box)?
I'd downloaded your Jupyter notebook and adjusted the region and forecast to use the global data (I think?) however I didn't get any results.
Am I doing something incorrect or does this functionality not exist yet?
Thanks!
The text was updated successfully, but these errors were encountered: