-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathproductsListToProcess.json
More file actions
182 lines (182 loc) · 4.95 KB
/
productsListToProcess.json
File metadata and controls
182 lines (182 loc) · 4.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[
{
"name": "intensity.jpg",
"desc": "Map of intensity",
"cat": "Peak Ground Motion Maps"
},
{
"name": "pga.jpg",
"desc": "Map of PGA contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "pgv.jpg",
"desc": "Map of PGV contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "psa0p3.jpg",
"desc": "Map of PSA 0.3s contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "psa1p0.jpg",
"desc": "Map of PSA 1.0s contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "psa3p0.jpg",
"desc": "Map of PSA 3.0s contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "intensity.pdf",
"desc": "Map of intensity",
"cat": "Peak Ground Motion Maps"
},
{
"name": "pga.pdf",
"desc": "Map of PGA contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "pgv.pdf",
"desc": "Map of PGV contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "psa0p3.pdf",
"desc": "Map of PSA 0.3s contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "psa1p0.pdf",
"desc": "Map of PSA 1.0s contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "psa3p0.pdf",
"desc": "Map of PSA 3.0s contours",
"cat": "Peak Ground Motion Maps"
},
{
"name": "cont_mmi.json",
"desc": "MMI contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "cont_mi.json",
"desc": "MI contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "cont_pga.json",
"desc": "PGA contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "cont_pgv.json",
"desc": "PGV contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "cont_psa0p3.json",
"desc": "PSA 0.3s contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "cont_psa1p0.json",
"desc": "PSA 1.0s contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "cont_psa3p0.json",
"desc": "PSA 3.0s contours GeoJSON file",
"cat": "Contours and shape files"
},
{
"name": "shape.zip",
"desc": "GIS Shapefiles in a zip archive",
"cat": "Contours and shape files"
},
{
"name": "raster.zip",
"desc": "ESRI Raster Grid Files in a zip archive",
"cat": "Rasters and grid"
},
{
"name": "grid.xml",
"desc": "XML grid of ground motions",
"cat": "Rasters and grid"
},
{
"name": "uncertainty.xml",
"desc": "XML grid of ground-motion uncertainty",
"cat": "Rasters and grid"
},
{
"name": "intensity_overlay.png",
"desc": "PNG map overlay of intensity",
"cat": "Rasters and grid"
},
{
"name": "intensity_overlay.pngw",
"desc": "PNG overlay accompanying world file",
"cat": "Rasters and grid"
},
{
"name": "pga_regr.png",
"desc": "Regression (GMPE) plot with data for PGA",
"cat": "Regressions"
},
{
"name": "pgv_regr.png",
"desc": "Regression (GMPE) plot with data for PGV",
"cat": "Regressions"
},
{
"name": "psa0p3_regr.png",
"desc": "Regression (GMPE) plot with data for PSA 0.3s",
"cat": "Regressions"
},
{
"name": "psa1p0_regr.png",
"desc": "Regression (GMPE) plot with data for PSA 1.0s",
"cat": "Regressions"
},
{
"name": "psa3p0_regr.png",
"desc": "Regression (GMPE) plot with data for PSA 3.0s",
"cat": "Regressions"
},
{
"name": "attenuation_curves.json",
"desc": "Set of GMPE values as a function of distance (and their standard deviations) for soft soil and for rock site conditions",
"cat": "Other files"
},
{
"name": "stationlist.json",
"desc": "GeoJSON station file containing seismic stations, DYFI observations, predictions, converted parameters (e.g., MMI to PGM, or PGM to MMI)",
"cat": "Other files"
},
{
"name": "info.json",
"desc": "JSON file of processing and constraints parameters, input data, output paramaters, timestamps, and versioning",
"cat": "Other files"
},
{
"name": "rupture.json",
"desc": "GeoJSON file of the finite rupture geometry ",
"cat": "Other files"
},
{
"name": "shake_result.hdf",
"desc": "HDF file containing input parameters and data, output grids, and metadata",
"cat": "Other files"
},
{
"name": "mmi_legend.png",
"desc": "MMI legend file appropriate for the selected GMICE",
"cat": "Other files"
}
]