Skip to content

Commit e3e8892

Browse files
added EFSM20 Meshes OGC WFS service; updated Changelog
1 parent 05df916 commit e3e8892

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

qquake/config/config_services_ogc_wfs.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,6 +2858,84 @@
28582858
},
28592859
"configversion": 0.1,
28602860
"configlastupdate": "2023-08-28T10:35:00+00:00"
2861+
},
2862+
"EFSM20 Meshes": {
2863+
"title": "EFSM20-Meshes was designed to provide the users of the European Fault-Source Model 2020 (EFSM20) with 3D geometric realizations of the fault sources made by triangular meshes. Triangular meshes are useful for several applications of earthquake modelling that require a discretization of the fault plane, e.g., heterogeneous slip distributions. EFSM20-Meshes was created to fulfil the objectives of the Geo-INQUIRE project and is hosted, maintained, and distributed by INGV through the EDSF installation (https://seismofaults.eu/) operated under the auspices of the EPOS-ERIC, TCS EPOS-Seismology, EFEHR Consortium, and the EPOS-MIUR Joint Research Unit.",
2864+
"group": "Seismogenic faults",
2865+
"servicedescription": "OGC WFS provided by Seismofaults.eu",
2866+
"servicedescriptionurl": "https://seismofaults.eu/efsm20/",
2867+
"datadescription": "Basili R., Taccone R., Vallone R., Maesano F. E. (2024). European Fault-Source Model 2020 (EFSM20): 3D triangular meshes [Data set]. Istituto Nazionale di Geofisica e Vulcanologia (INGV).",
2868+
"datadescriptionurl": "https://doi.org/10.13127/efsm20/meshes",
2869+
"datalicense": "CC BY 4.0",
2870+
"datalicenseurl": "https://creativecommons.org/licenses/by/4.0/",
2871+
"dataprovider": "Istituto Nazionale di Geofisica e Vulcanologia (INGV)",
2872+
"dataproviderurl": "http://www.ingv.it/",
2873+
"help": "",
2874+
"publications": [
2875+
2876+
],
2877+
"endpointurl": "https://services.seismofaults.eu/EFSM20_Meshes/ows?",
2878+
"datestart": "2024-11-25T00:00:00+00:00",
2879+
"dateend": "",
2880+
"srs": "EPSG:4326",
2881+
"default": {
2882+
"wfsversion": "2.0.0",
2883+
"layers": [
2884+
{
2885+
"layername": "EFSM20_Meshes:efsm20_cf_meshes",
2886+
"style": {
2887+
"wfs": {
2888+
"style": ""
2889+
}
2890+
}
2891+
},
2892+
{
2893+
"layername": "EFSM20_Meshes:efsm20_cf_points",
2894+
"style": {
2895+
"wfs": {
2896+
"style": ""
2897+
}
2898+
}
2899+
},
2900+
{
2901+
"layername": "EFSM20_Meshes:efsm20_cf_polygons",
2902+
"style": {
2903+
"wfs": {
2904+
"style": ""
2905+
}
2906+
}
2907+
},
2908+
{
2909+
"layername": "EFSM20_Meshes:efsm20_si_meshes",
2910+
"style": {
2911+
"wfs": {
2912+
"style": ""
2913+
}
2914+
}
2915+
},
2916+
{
2917+
"layername": "EFSM20_Meshes:efsm20_si_points",
2918+
"style": {
2919+
"wfs": {
2920+
"style": ""
2921+
}
2922+
}
2923+
},
2924+
{
2925+
"layername": "EFSM20_Meshes:efsm20_si_polygons",
2926+
"style": {
2927+
"wfs": {
2928+
"style": ""
2929+
}
2930+
}
2931+
}
2932+
]
2933+
},
2934+
"settings": {
2935+
"queryCQL": true
2936+
},
2937+
"configversion": 0.1,
2938+
"configlastupdate": "2024-11-26T11:40:00+00:00"
28612939
}
28622940

28632941
}

qquake/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repository=https://github.com/INGV/qquake
2020

2121
hasProcessingProvider=no
2222

23-
changelog=2024-06-26 v1.8 Added the fdsnws-event endpoint providing GEOFON-GFZ, the WMS providing EFEHR ESRM20, and the WFS and WMS providing the ESHM20 Unified Earthquake Catalogue
23+
changelog=2024-11-26 v1.8 Added the fdsnws-event endpoint providing GEOFON-GFZ, the WMS providing EFEHR ESRM20, the WFS and WMS providing the ESHM20 Unified Earthquake Catalogue and the OGC WFS of EFSM20 3D triangular meshes.
2424
2023-11-16 v1.7 Fixed a bug that would lead to a Python error when the web service return no data
2525
2023-10-06 v1.6 Added OGC WFS and WMS services providing access to NEAMTHM18 and MPS04, removed the outdated WMS and WMS EDSF13 dataset, added fdsnws-events endpoints for ETHZ-SED, NOA, and Résif, added two buttons for checking and unchecking layers provided via OGC services, introduced datetime instead of the simple date for the event, fixed a bug preventing the correct use of predefined symbology when using fdsn-event in conjunction with the extended output based on QuakeML, removed unwanted spaces from FDSN query parameters that may cause a Python error, splitted the monolithic JSON configuration file in multiple JSON files based on the service type
2626
2023-01-22 v1.5 Updated the OGC enpoints of DISS, EDSF, EMTC, ITED and TINITALY, added the OGC endpoint of EFSM20, introduced support for WMTS

0 commit comments

Comments
 (0)