EIDA / webdc3

WebDC3 is the webinterface for EIDA.
http://geofon.gfz-potsdam.de/software/webdc3/
GNU General Public License v3.0
11 stars 9 forks source link

An error when submit in full-seed format #27

Open GarryLai opened 5 years ago

GarryLai commented 5 years ago

It display error with message:

blockette 10, field 8: cannot extend string "" to minimum length 1 with flags UNLPS_

when I tried to submit in Full-seed format.

andres-h commented 5 years ago

You are apparently missing organization value in ~/seiscomp3/etc/global.cfg.

If you need full SEED, check that your inventory is convertible using for f in ~/seiscomp3/etc/inventory/*.xml; do ~/seiscomp3/bin/seiscomp exec inv2dlsv "$f" >/dev/null; done