Hello!
Can anyone help me understand why command #1 below works and command #2 gives an error? The only difference between them is the minimum latitude.
Thank you!
Colleen
________________________________
Colleen Dalton, Associate Professor
Earth, Environmental & Planetary Sciences - Brown University
email: colleen_dalton<at>brown.edu
1.) s = irisFetch.Stations('channel','_US-TA','*','*','BHZ','MinimumLatitude',60,'MaximumLatitude',72,'MinimumLongitude',-170,'MaximumLongitude',-123.00,'startTime','2015-05-21 01:02:30','endTime','2021-07-01 01:02:30')
2.) s = irisFetch.Stations('channel','_US-TA','*','*','BHZ','MinimumLatitude',59,'MaximumLatitude',72,'MinimumLongitude',-170,'MaximumLongitude',-123.00,'startTime','2015-05-21 01:02:30','endTime','2021-07-01 01:02:30')