Project

General

Profile

DAS » History » Version 2

Susanne Hemmleb, 2023-06-09 12:58 PM

1 1 Susanne Hemmleb
h1. Contributing data to the GEOFON Data Centre @ GFZ ( "DAS":https://das-metadata.gitbook.io/das-metadata-standard-by-das-rcn/ ) 
2
3
h2. 1.Scope of this document
4
5
The present document aims to provide simple guidelines to assist data providers during the archival of their data at GEOFON DC.
6
7
h2. 2. Request a network code at FDSN
8
9
For requesting a temporary network code for your project, we need the following information:
10
11
|- Title of the experiment  |
12
|- Start year  | 
13
|- End Year  | 
14
|- Short abstract (max 200 words)  | 
15
|- Estimated size  | 
16
|- PI(s) (ideally with ORCID iD)  |
17
|- Funding Agency |
18
|- Deployment area |
19
|- Will the data be embargoed |
20
|- Expected release date, for GIPP* is up to 4 years after the completion of the experiment|
21
|- License (after releasing dataset), default for GIPP* is "CC-BY":https://creativecommons.org/licenses/by/4.0/|
22
23
*"Geophysical Instrument Pool Potsdam (GIPP) Terms of use":https://www.gfz-potsdam.de/fileadmin/gfz/sec22/pdf_doc/GIPP/rules_GIPP_10_2019.pdf
24
25 2 Susanne Hemmleb
26 1 Susanne Hemmleb
Most of the above named information will be reused for minting a DOI later. Therefore we have prepared one writable PDF-file for serving both purposes.
27 2 Susanne Hemmleb
Please download and fill in this "PDF":https://nextcloud.gfz-potsdam.de/s/crw53zyKpEc5jKj  to provide all the information needed to archive your dataset and create a DOI for it.
28
29
Of course, if you prefer, you can "request an FDSN network code yourself":https://www.fdsn.org/networks/request/temp/ . In this case please be cautious, there are a few little traps. Please keep in mind that we *still* need the "PDF":https://nextcloud.gfz-potsdam.de/s/crw53zyKpEc5jKj. Please also name the software that was used for downsampling and ideally provide a website.
30
31 1 Susanne Hemmleb
* Please make sure to choose *Do nothing right now* if you do not already have a DOI minted for your network. GFZ will mint a DOI for you and *afterwards* insert it into the FDSN network mask.
32
* Please also make sure that you choose the right institution at *Operating institution* . You can also insert a new institution if you can't find yours in the drop-down menu. *Please do not choose GEOFON Program here!* 
33 2 Susanne Hemmleb
* Choose *Geofon* as your *webservice* in order to enable FDSN to get your station metadata from our webservices automatically.
34 1 Susanne Hemmleb
If you prefer to request an FDSN network code on your own, please make sure to forward the response message to *geofon_dc(at)gfz-potsdam.de* !
35
36
h2. 3. Data Preparation
37
38
For data preparation we recommend the "GIPPtools from the Geophysical Instrument Pool Potsdam":https://www.gfz-potsdam.de/en/section/geophysical-imaging/infrastructure/geophysical-instrument-pool-potsdam-gipp/software/gipptools by Christof Lendl or "msmod":https://github.com/earthscope/msmod by Chad Trabant.
39
The receiver program on our server expects MiniSEED data with the following configuration.
40
Header containing the final network code (assigned by FDSN), appropriate station code, channel naming and location code. 
41
42
Please also choose:
43
Blocksize *512* or *4096*
44
ByteOrder: *BigEndian*
45
Compression: *Steim1* or *Steim2* (please be consistent stationwise to avoid different compressions in one day file)
46
Since the conversion can be very time consuming especially for large datasets, we strongly recommend to *try first with a small amount of data*.
47
48
h2. 4. Send Metadata
49
50
"Station.xml":https://www.fdsn.org/xml/station/ or "SeisComp3 inventory.xml":https://www.seiscomp.de/doc/base/concepts/inventory.html or "dataless seed":https://ds.iris.edu/ds/nodes/dmc/data/formats/dataless-seed/ or a table containing the following information:
51
52 2 Susanne Hemmleb
*| StationCode  | Place/Country  | Latitude  | Longitude  | Elevation  | SamplingRate | LocalDepth  | StartDate  | EndDate |* 
53 1 Susanne Hemmleb
54
55 2 Susanne Hemmleb
For fibre optics experiments we use channel code HSF according to the "SEED channel naming":https://ds.iris.edu/ds/nodes/dmc/data/formats/seed-channel-naming/ .
56
57 1 Susanne Hemmleb
If you provide station.xml, please make sure that your streams have start-date and end-date of deployment (for temporary networks). Even if we also may store data from before and after deployment time, only the data during the deployment epoch will be available for the user.
58
59
60 2 Susanne Hemmleb
    
61 1 Susanne Hemmleb
h2. 5. Data Transfer
62
63
Now you have to download and install the "Ringserver":https://seiscode.iris.washington.edu/projects/ringserver Client software "miniseed2dmc":https://github.com/iris-edu/miniseed2dmc
64
*Please read the manual* . It‘s possible to do Dry Runs (without server connection) for testing purposes, in order to find out if the data is recognized as miniSEED. 
65
The next step should be the transfer of a small amount of data to see if all criteria have been met.
66
Call *miniseed2dmc -v 139.17.3.77:port* with port number being assigned by our data centre.
67
68
In any case, should you have difficulties with one or more of the steps described above, please contact us at geofon_dc(at)gfz-potsdam.de. Most probably we‘ll find a solution.
69
70
Looking forward to hosting your data at our data centre,
71
The GEOFON DC operators