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

CircularDomain

A circular domain defined by a center point and minimum and maximum radius from that point in degrees.

Domain

Abstract base class defining a domain - subclass it to define a new domain.

GlobalDomain

Domain spanning the whole globe.

RectangularDomain

A rectangular domain defined by latitude and longitude bounds.