-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
295 lines (216 loc) · 11.7 KB
/
CHANGES.txt
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
Incorporated Research Institutions for Seismology (IRIS)
Data Management Center (DMC)
Data Products Team
IRIS Earth Model Collaboration (EMC) - ParaView support bundle
COMMENTS/QUESTIONS:
Please contact [email protected]
---------------------------------------------------------
=========================================================
2021-10-03 r2.0.0 Python 3
=========================================================
- Python 3 release
=========================================================
2019-05-13 r1.5.6.4
=========================================================
- documents/IRIS_DS_SSA_2019.pdf added V.2019.091 Developing and Visualizing Community Seismic Velocity Models Workshop
=========================================================
2019-04-22 r1.5.6.3
=========================================================
- readers/read_2d_models.py V.2019.112 Variable "File_name" renamed.
- readers/read_3d_models.py V.2019.112 PEP8 style update.
=========================================================
2019-04-17 r1.5.6.2
=========================================================
- documents/IRIS_EMC_ParaView_Plugins_Exercise_2_Model.pdf V.2019.091 corrected the inverted latitude begin/end
- IrisEMC_Paraview_Param V.2019.107 usgsSlab_URL is directed to IRIS for now to
avoid issues with .csv files
- IrisEMC_Paraview_Lib.py V.2019.107 corrected a statement spacing in
read_geocsv_model_2d and read_geocsv_model_3d
that was preventing correct data export in some cases
=========================================================
2019-03-26 r1.5.6.1
=========================================================
- readers/read_3d_models.py 2019.079 added support for model file names without extension
- readers/read_2d_models.py 2019.079 added support for model file names without extension
- documents/IRIS_EMC_ParaView_Plugins_Guide.pdf V.2019.091 updated
- documents/IRIS_EMC_ParaView_Plugins_Installation_Guide.pdf V.2019.091 added
- documents/IRIS_EMC_ParaView_Plugins_Exercise_1_EQ.pdf V.2019.091 added
- documents/IRIS_EMC_ParaView_Plugins_Exercise_2_Model.pdf V.2019.091 added
=========================================================
2019-03-01 r1.5.6
=========================================================
- IrisEMC_Paraview_Lib.py V.2019.059 added missing_value support to read_netcdf_model
- readers/read_3d_models.py V.2019.060 added the exception error to output message
- readers/read_2d_models.py V.2019.060 added the exception error to output message
=========================================================
2019-01-30 r1.5.5
=========================================================
- readers/read_earthquakes.py V.2019.031 now produces animation frame files for both single frame and accumulative modes
- documents/IRIS_EMC_ParaView_Plugins_Guide.pdf V.2019.031 Updated earthquake animation section to include both
single frame and accumulative modes
- documents/SINGLE_2015-09-16_NEAR_COAST_OF_CENTRAL_CHILE_09-14_09626.mov V.2019.031 added single frame video
- documents/2015-09-16_NEAR_COAST_OF_CENTRAL_CHILE_09-14_09626.mov V.2019.031 recreated to have the same style as the
single frame video
=========================================================
2019-01-30 r1.5.4
=========================================================
- documents/IRIS_EMC_ParaView_Plugins_Guide.pdf V.2019.030 Added
- documents/2015-09-16_NEAR_COAST_OF_CENTRAL_CHILE_09-14_09626.mov V.2019.030 Added
- IrisEMC_Paraview_Utils V.2019.030 datetime_to_float now accepts date with or without time
- readers/read_3d_models.py V.2019.022 modified to accept depth_begin and depth_end as floats
- readers/read_earthquakes.py V.2019.022 read_3d_models.py support for float depth begin and end
- IrisEMC_Paraview_Param V.2019.022 added animation directory under earthquakes path and
introduced time_column for use with earthquake" IrisEMC_Paraview_Param.py
- readers/read_earthquakes.py V.2019.022 added the time_end parameter and renames start_time to time_begin so user
can limit event request to a selected time window. Introduced the Frame_Tag
parameter in support of the animation
reader now can output frames for animation
- IrisEMC_Paraview_Utils V.2019.022 added datetime_to_int, datetime_to_float, remove_files
=========================================================
2019-01-14 r1.5.3
=========================================================
- IrisEMC_Paraview_Lib.py now gets the default volcano data from IRIS EMC file repository that is a curated
WOVOdate data
- IrisEMC_Paraview_Param.py support for getting the default volcano data from IRIS EMC file repository
- macros/macro_volcanoes.py now gets the default volcano data from IRIS EMC file repository
- readers/read_volcanoes.py now gets the default volcano data from IRIS EMC file repository
=========================================================
2018-12-21 r1.5.2
=========================================================
- readers/read_earthquakes.py now applies earthquake parameters to the local files too
=========================================================
2018-12-20 r1.5.2
=========================================================
- filters/filter_view_coordinates.py corrected the bug that would prevent it from outputting data values
=========================================================
2018-12-18 r1.5.2
=========================================================
- filters/filter_view_coordinates.py now outputs the grid coordiantes as lat, lon and depth
- IrisEMC_Paraview_Lib.py updated xyz2llz since it was returning longitude in radians and not degrees
=========================================================
2018-12-13 r1.5.1
=========================================================
- IrisEMC_Paraview_Lib.py CSV file is now uses open rU to open for input as a text file with universal newline
interpretation.
Using splitlines() to regardless of line ending
Fixed the issue with GeoCSV slab legend that displayed negative depths.
- readers/read_2d_models.py modified the logic to accept any file extension for GeoCSV files
- readers/read_3d_models.py modified the logic to accept any file extension for GeoCSV files
- readers/read_etopo.py modified the logic to accept any file extension for GeoCSV files
- readers/read_usgs_slab.py style update
=========================================================
2018-12-12 r1.5.1
=========================================================
readers/read_usgs_slabs.py and src/IrisEMC_Paraview_Lib.py - resolved an issue were for GeoCSV files a
factor of zero was included that would mask the slab depth
readers/read_earthquakes.py - made depth a scalar so it could be used for color scale
=========================================================
2018-12-06 r1.5.0
=========================================================
Public release supporting OS X, Linux and Windows platforms. Works with both
GeoCSV (on all platforms) and netCDF on (OS X and Linux)
=========================================================
2018-06-11 r1.0.0
=========================================================
Version 1.0 Public release
=========================================================
2018-04-30
=========================================================
IRIS_EMC_Paraview/src/readers:
read_earthquakes.py
2018-04-30 Manoch: R.0.2018.120 added site address to the begining of the file name
---------------------------------------------------------
IRIS_EMC_Paraview/src:
src/IrisEMC_Paraview_Lib.py
2018-04-30 Manoch: R.0.2018.120 modified query2fileName to accepth optional url argument
and add a simplified version of it to the begining of the file name
This would allow the code to distinguish between files created from
two different sites but using the same query
=========================================================
2018-04-27
=========================================================
IRIS_EMC_Paraview/src:
src/IrisEMC_Paraview_Param.py
2018-04-27 Manoch: R.0.2018.117 updateid irisEMC_Files_URL
---------------------------------------------------------
IRIS_EMC_Paraview/src/readers:
read_models.py
2018-04-27 Manoch: R.0.2018.117 added error checking
=========================================================
2018-04-23
=========================================================
IRIS_EMC_Paraview/src:
src/IrisEMC_Paraview_Lib.py
2018-04-23 Manoch: R.0.2018.113 update lat and lon loops logic to avoid gaps at region
boundaries due to selected step (inc)
src/IrisEMC_Paraview_Param.py
2018-04-23 Manoch: R.0.2018.113 updateid lat and lon limits for the world
added very low resolution coastline data file
---------------------------------------------------------
IRIS_EMC_Paraview/src/readers:
read_boundaries.py
2018-04-23 Manoch: R.0.2018.113 made the very low resolution boundary file the default
read_models.py
2018-04-23 Manoch: R.0.2018.113 adjusted the view port length via util.SetOutputWholeExtent
=========================================================
2018-03-21
=========================================================
IRIS_EMC_Paraview/src:
src/IrisEMC_Paraview_Lib.py
2018-03-21 Manoch: R.0.2018.080 release
src/IrisEMC_Paraview_Param.py
2018-03-21 Manoch: R.0.2018.080 release
src/IrisEMC_Paraview_Utils.py
2018-03-21 Manoch: R.0.2018.080 release for ParaView support
2015-06-08 Manoch: updated the parameter file message based on the changes
in the main script
2015-01-17 Manoch: created
src/build_plugins_macros.py
2018-03-21 Manoch: R.0.2018.080
src/python_filter_generator.py
2018-03-21 Manoch: R.0.2018.080
2018-02-28 Manoch: adopted to EMC ParaView support and added option of replacing keyword in the XML body before writing it to the file
2018-01-20 Manoch: original code by Bane Sullivan from https://github.com/banesullivan/ParaViewGeophysics
src/python_macro_generator.py
2018-03-21 Manoch: R.0.2018.080
2018-03-02 Manoch: created
---------------------------------------------------------
IRIS_EMC_Paraview/src/filters:
filter_view_coordinates.py
2018-03-21 Manoch: R.0.2018.080
---------------------------------------------------------
IRIS_EMC_Paraview/src/macros:
macro_coastlines.py
2018-03-21 Manoch: R.0.2018.080
macro_convert_coordinates.py
2018-03-21 Manoch: R.0.2018.080
macro_earthquakes.py
2018-03-21 Manoch: R.0.2018.080
macro_etopo5.py
2018-03-21 Manoch: R.0.2018.080
macro_grids.py
2018-03-21 Manoch: R.0.2018.080
macro_plates.py
2018-03-21 Manoch: R.0.2018.080
macro_usgs_slabs.py
2018-03-21 Manoch: R.0.2018.080
macro_volcanoes.py
2018-03-21 Manoch: R.0.2018.080
---------------------------------------------------------
IRIS_EMC_Paraview/src/readers:
read_boundaries.py
2018-03-21 Manoch: R.0.2018.080
read_earhquakes.py
2018-03-21 Manoch: R.0.2018.080
read_etopo5.py
2018-03-21 Manoch: R.0.2018.080
read_grids.py
2018-03-21 Manoch: R.0.2018.080
read_llz-xyz.py
2018-03-21 Manoch: R.0.2018.080
read_models.py
2018-03-21 Manoch: R.0.2018.080
read_usgs_slab.py
2018-03-21 Manoch: R.0.2018.080
read_volcanoes.py
2018-03-21 Manoch: R.0.2018.080