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
The site model generated using the scr/3_2_oq_vs30_uniform_grid.ipynb is producing duplicated sites. Below a configuration example to replicate the issue:
# Events list from ECD
event = 'DRAFT_20230817_M6.1_ElCalvario'
# Reference rupture
rupture = 'earthquake_rupture_model_USGS.xml'
# Grid parameters in km
# Indicate tuples with: (x_distance, y_distance, grid_spacing)
corners = [(100, 100, 5), (250, 250, 10)]
# Define region CRS !!! (CRS UNITS MUST BE IN METERS)
# Check for reference (see https://spatialreference.org/)
region_crs = "EPSG:3857" # EPSG:3857 - Web Mercator Auxiliary Sphere
# Clip sites based on country boundaries (use ISO3)
clip_countries = ['COL'] # Empty list for the full map
The site model generated using the
scr/3_2_oq_vs30_uniform_grid.ipynb
is producing duplicated sites. Below a configuration example to replicate the issue:The error message is:
The text was updated successfully, but these errors were encountered: