At the beginning of the challenge, each group will be/was given one Grillo seismic sensor. With that, you will be able to get hands on experience with the process of data acquisition. Given your location, it is unlikely that you will be lucky (unlucky?) enough to capture any earthquakes. However, you will be able to enhance your noise dataset. You can get creative about that and create any kind of disturbance.

Set up the sensor

To start transmitting data please follow these steps:

  1. Connect using Ethernet cable (more reliable and easier to set up):
  2. Connect using Wi-Fi:

Access your data

Once connected to internet each device will stream data to the cloud. The data will be converted every 15 minutes into MSEED files and archived on AWS S3. The files are 1 hour long with each channel (X and Y horizontals, Z vertical) saved in a separate file.

You can access the archived files through this link.

Here you can click on the folders for each device, browse files organized by date, and download.

Enhance your dataset

You can enhance your noise dataset by adding data segments recorded at your sensor.

st = read("test_data/my_sensor.mseed")
st.plot(outfile="mysensor.png")
pick_time = UTCDateTime(2021,11,6,14,15,0) # year, month, day, hour, minute, second
padding_samp = 1000
mseed_name = "test"

Sensor Ids