Paolo Tormene

Results 9 comments of Paolo Tormene

It is not an urgent matter and it is not necessary.

For server installations we can also consider notifying the sysadmin if a newer Django version is available

On oqdb I ran a calculation from the command line, then I deleted it (still from the command line) and the queries to check orphans confirmed that outputs and log...

I double checked again, running a calculation, then deleting it and checking if any orphans remained in the db, with `select distinct oq_job_id from output left join job on job.id=oq_job_id...

Points from 2024-07-24 meeting: - [ ] If the user uploads a rupture file, or if we have the finite fault rupture from the USGS, then the input fields for...

We need to expose the `time_event` parameter through the webui (converting UTC to the local time), with the possibility to override it. the USGS rupture.json file contains the UTC timestamp:...

Here we can find some code to convert the USGS stationlist.json to a csv file in a format compatible with OQ: https://github.com/gem/earthquake-scenarios/blob/main/src/1_1_stations_usgs_json_to_csv.ipynb

Testing the service on recent earthquakes, we noticed that in most cases the USGS provides very limited information right after the event and for the next few days, so in...

A user participating to a risk workshop reported that on Windows 11 the same calculation was completed both running it as a simple user and as an administrator, but it...