Replies: 4 comments
-
Hi @vdionicio |
Beta Was this translation helpful? Give feedback.
-
Dear @nikosT Thanks for your quick response, I tried what you said:
/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/site-packages/obspy/io/quakeml/core.py:1109: UserWarning: 'smi:org.gfz-potsdam.de/geofon/RMHP(10)>>ITAPER(30)>>BW_BP(2,3.0,4)>>STALTA(1,30)' is not a valid QuakeML URI. It will be in the final file but note that the file will not be a valid QuakeML file. The above exception was the direct cause of the following exception: Traceback (most recent call last): NOTE: I tried changing Quality to D4 and got similar results
Fatal Error in init: [Errno 2] No such file or directory: './stations' I hope you can give suggestions to solve the problem. Thanks a lot. Best wishes, Viviana |
Beta Was this translation helpful? Give feedback.
-
@vdionicio could you change the line |
Beta Was this translation helpful? Give feedback.
-
Now is working, Thanks a lot!! |
Beta Was this translation helpful? Give feedback.
-
Hi @nikosT,
I tried to run gisola test as indicated un the installation wiki,
./gisola.py -c ../test/config.yaml --event-xml ../test/benchmark/event.xml
It starts to run well till it gives me the next message:
2022-02-09 21:35:33,538 INFO Function 'calculateInversions' executed 182.02 seconds
/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/site-packages/obspy/io/quakeml/core.py:1109: UserWarning: 'smi:org.gfz-potsdam.de/geofon/RMHP(10)>>ITAPER(30)>>BW_BP(2,3.0,4)>>STALTA(1,30)' is not a valid QuakeML URI. It will be in the final file but note that the file will not be a valid QuakeML file.
warnings.warn(msg % obj.id)
/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/site-packages/obspy/io/quakeml/core.py:1109: UserWarning: 'smi:org.gfz-potsdam.de/geofon/RMHP(10)>>ITAPER(10)>>BW(2,3.0,4)>>STALTA(1,30)' is not a valid QuakeML URI. It will be in the final file but note that the file will not be a valid QuakeML file.
warnings.warn(msg % obj.id)
2022-02-09 21:35:37,399 INFO Function 'gatherResults' executed 3.86 seconds
2022-02-09 21:35:45,601 ERROR Fatal Error occurred
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "/home/sgc-geo46333/Gisola-main/src/plot.py", line 943, in caller
func()
File "/home/sgc-geo46333/Gisola-main/src/web.py", line 99, in renderHome
out = template.render(years=years, current=str(year), lines=mtlist, agency=config.cfg['Citation']['Agency'], website=config.cfg['Citation']['Website'], threshold=config.cfg['Citation']['Quality'], list='.?show=1')
KeyError: 'Quality'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/sgc-geo46333/Gisola-main/src/./gisola.py", line 236, in
plot.allplots()
File "/home/sgc-geo46333/Gisola-main/src/config.py", line 181, in inner
func(*args, **kwargs)
File "/home/sgc-geo46333/Gisola-main/src/plot.py", line 958, in allplots
res=p.map(caller, functions)
File "/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/multiprocessing/pool.py", line 364, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/home/sgc-geo46333/anaconda3/envs/gisola/lib/python3.9/multiprocessing/pool.py", line 771, in get
raise self._value
KeyError: 'Quality'
2022-02-09 21:35:45,603 INFO Moving to next event, if any
After this the program stops and there is nothing in the results /test/folder
I hope you can give suggestions to solve the problem.
Thanks a lot.
Best wishes,
Viviana
Beta Was this translation helpful? Give feedback.
All reactions