We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7211d commit 94dc7e0Copy full SHA for 94dc7e0
1 file changed
pyxlma/lmalib/io/read.py
@@ -63,7 +63,7 @@ def combine_datasets(lma_data):
63
64
# Get just the pure-event variables
65
lma_event_data = xr.concat(
66
- [d.drop_dims(['number_of_stations']).drop(
+ [d.drop_dims(['number_of_stations']).drop_vars(
67
['network_center_latitude',
68
'network_center_longitude',
69
'network_center_altitude',]
0 commit comments