Non-corrected acceleration records since 2012

National Seismological Center

datasetViewer.description

The National Seismological Center (CSN) publishes the acceleration records registered by the instruments of its networks and associated in a monthly basis. These records are available in both, counts (i.e., as they were obtained from the instruments) and corrected by the response instrument (available in *txt* files, *npz* for Python users and *mat* for Matlab users). In this collection, several magnitude scales have been used, such as the local magnitude scale, body wave magnitude, moment magnitude, etc. The chosen magnitudes have been published in the final report of the respective event and it can be found at the CSN database. *Last update: Monday 04, September, 2023.*

datasetViewer.preview

datasetViewer.previewCollectionInfo

Fecha (UTC)LatitudLongitudProfundidad [km]Magnitud [*]EstacionesIdentificador
2012-03-03 11:01:47-30.19-71.4535.05.6GO046c5752b76db0f46280949a798634e3cd
2012-03-04 16:27:20-21.6-70.0647.05.3PB02; PB076c5752b76db0f46280949a798634dffb
2012-03-10 02:26:57-19.74-69.25101.05.3MNMCX6c5752b76db0f46280949a798635044a
2012-03-19 21:52:39-25.0-69.75100.05.0GO026c5752b76db0f46280949a7986351162
2012-03-24 07:28:33-33.05-71.0669.05.2ROC16c5752b76db0f46280949a7986353825
·····················
2023-07-21 04:06:47-30.61-71.6236.05.0CO028991c62e6001540a3f117208b30e5f99
2023-08-05 17:38:40-19.61-69.25106.05.1T07A; GO01; T24A; TA028991c62e6001540a3f117208b314141c
2023-08-05 18:09:15-23.5-69.6781.05.2PB198991c62e6001540a3f117208b314214d
2023-08-23 14:02:10-20.46-69.3186.05.2T07A; PB01; GO01; T24A; PB08; TA02; PB028991c62e6001540a3f117208b3142549
2023-08-30 14:17:06-29.49-71.2653.05.4C16O; C28O; C17O; CO058991c62e6001540a3f117208b31428d3

datasetViewer.spatialCoverage

datasetViewer.spatialCoverageInfo datasetViewer.mapView

datasetViewer.download

datasetViewer.download1 datasetViewer.here. datasetViewer.download3

datasetViewer.programaticAccess

datasetViewer.programaticAccess1 itrend-ds:ZW5TFERBT8B0GMQ

datasetViewer.programaticAccess2 Identificador

datasetViewer.programaticAccess3 datasetViewer.programaticAccess4 datasetViewer.programaticAccess5 datasetViewer.here

```python import pytrend import pandas as pd session = pytrend.itrend_developer_tools() session.set_credentials( access_key_id = '', # Type your access_key_id secret_access_key = '' # Type your secret_access_key ) # Dataset dataset_id = 'itrend-ds:ZW5TFERBT8B0GMQ' collection_id = 'Identificador' # Get available formats dataset_formats = session.get_dataset_formats(dataset_id) fmt = dataset_formats[0] # Choose your preferred format: dataset_formats = [csv, geojson, shp] # Download file response = session.download_file(dataset_id, fmt) # Download an element filename = response.get('filename') delimiter = response.get('delimiter') df = pd.read_csv(filename, delimiter) element_formats = session.get_element_formats(dataset_id) efmt = element_formats[0] # Choose your preferred format: element_formats = [MiniSeed, npz, mat, plainText] for r, row in df.iterrows(): element_id = row[collection_id] element_response = session.download_file(dataset_id, efmt, element_id) break ```

datasetViewer.attribution

datasetViewer.attributionMessage1

datasetViewer.attribution1 National Seismological Center, «Non-corrected acceleration records since 2012». datasetViewer.attribution2

datasetViewer.attributionMessage2

datasetViewer.attribution3 National Seismological Center («Non-corrected acceleration records since 2012»), datasetViewer.attribution4

datasetViewer.permanentLink

datasetViewer.permanentLinkDescription

https://www.plataformadedatos.cl/datasets/en/ZW5TFERBT8B0GMQ

datasetViewer.metadata

datasetViewer.noMetadata