von JoachimF » 23 Jun 2026 10:59
@Werner,
das Löschen der earthquake.json hat jetzt auch mit dem EMSC Server Daten erzeugt,
die identisch sind mit dem USGS Server.
Aber warum unterscheiden sich die Ergebnisse des USGS Servers von der 17 und 21 Skin?
17
Code: Alles auswählen
{"type":"FeatureCollection","features":[{"id":"fr2026tzpodh","type":"Feature","properties":{"type":"earthquake","time":"2026-06-21T06:16:52.242829Z","description":{"fr":"Tremblement de terre de magnitude 2.5, proche de Lausanne","en":"Earthquake of magnitude 2.5, near Lausanne"},"depth":10.67395973,"url":{"fr":"https://renass.unistra.fr/fr/evenements/fr2026tzpodh","en":"https://renass.unistra.fr/en/events/fr2026tzpodh"},"latitude":46.36493683,"longitude":6.691328526,"automatic":false,"mag":2.473812148,"magType":"MLv"},"geometry":{"type":"Point","coordinates":[6.691328526,46.36493683,-10.67395973]}}]}
21
Code: Alles auswählen
{"type":"FeatureCollection","metadata":{"count":1},"features":[{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
15.4683,
38.6780,
-214.2
]
},
"id": "20260613_0000281",
"properties": {
"source_id": "2010178",
"source_catalog": "EMSC-RTS",
"lastupdate": "2026-06-14T08:40:03.610184Z",
"time": "2026-06-13T17:28:11.43Z",
"flynn_region": "SICILY, ITALY",
"lat": 38.6780,
"lon": 15.4683,
"depth": 214.2,
"evtype": "ke",
"auth": "EMSC",
"mag": 4.7,
"magtype": "ml",
@Werner,
das Löschen der earthquake.json hat jetzt auch mit dem EMSC Server Daten erzeugt,
die identisch sind mit dem USGS Server.
Aber warum unterscheiden sich die Ergebnisse des USGS Servers von der 17 und 21 Skin?
17
[code]{"type":"FeatureCollection","features":[{"id":"fr2026tzpodh","type":"Feature","properties":{"type":"earthquake","time":"2026-06-21T06:16:52.242829Z","description":{"fr":"Tremblement de terre de magnitude 2.5, proche de Lausanne","en":"Earthquake of magnitude 2.5, near Lausanne"},"depth":10.67395973,"url":{"fr":"https://renass.unistra.fr/fr/evenements/fr2026tzpodh","en":"https://renass.unistra.fr/en/events/fr2026tzpodh"},"latitude":46.36493683,"longitude":6.691328526,"automatic":false,"mag":2.473812148,"magType":"MLv"},"geometry":{"type":"Point","coordinates":[6.691328526,46.36493683,-10.67395973]}}]}
[/code]
21
[code]
{"type":"FeatureCollection","metadata":{"count":1},"features":[{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
15.4683,
38.6780,
-214.2
]
},
"id": "20260613_0000281",
"properties": {
"source_id": "2010178",
"source_catalog": "EMSC-RTS",
"lastupdate": "2026-06-14T08:40:03.610184Z",
"time": "2026-06-13T17:28:11.43Z",
"flynn_region": "SICILY, ITALY",
"lat": 38.6780,
"lon": 15.4683,
"depth": 214.2,
"evtype": "ke",
"auth": "EMSC",
"mag": 4.7,
"magtype": "ml",
[/code]