obspy.clients.fdsn.mass_downloader.domain
Domain definitions for the download helpers.
Subclass the Domain
class
to define custom and potentially more complex domains. See its documentation
for an example.
- copyright:
Lion Krischer (krischer@geophysik.uni-muenchen.de), 2014-2015
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Classes
A circular domain defined by a center point and minimum and maximum radius from that point in degrees. |
|
Abstract base class defining a domain - subclass it to define a new domain. |
|
Domain spanning the whole globe. |
|
A rectangular domain defined by latitude and longitude bounds. |